You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "Gambit is a set of software tools for doing computation on finite, noncooperative games in extensive or strategy form and a set of file formats for storing and communicating games to external tools."
30
+
- "The Gambit Project was founded in the mid-1980s at the California Institute of Technology and to this day is actively developed by a community of contributors, with core development led by [The Alan Turing Institute](https://www.turing.ac.uk) as part of its project: [Automated analysis of strategic interactions](https://www.turing.ac.uk/research/research-projects/automated-analysis-strategic-interactions)."
31
+
# timeline:
32
+
# image: gambit_timeline.svg
33
+
# title: "Through the years"
34
+
# subtitle: "The tools for computational game theory research, from BASIC to the language model era."
35
+
software_title: "Open source & free to use"
36
+
software:
37
+
- name: PyGambit
38
+
description: "Python API providing access to Gambit's features."
# description: "LP-based computation of correlated equilibria and specialized tools for refinements like trembling-hand perfect or sequential equilibria."
60
+
# - name: Numerical & Bounded-Rationality Solvers
61
+
# description: "For quantal-response equilibria, including logit-response fixed-point computations."
62
+
# testimonials:
63
+
# - name: "Professor X"
64
+
# role: "Professor of Game Theory, University of Cambridge"
65
+
# quote: "Gambit is the gold standard for computational game theory. It has been a cornerstone of my research for over 20 years."
66
+
# - name: "Professor Y"
67
+
# role: "Professor of Computer Science, University of Oxford"
68
+
# quote: "Gambit provides powerful tools for analyzing complex strategic interactions, making it indispensable for my work in AI and game theory."
# title: "Selected Research Projects Using Gambit"
130
+
# # description: "A variety of research projects using Gambit are currently underway, exploring new methods for game-theoretic analysis, applications in AI, and the development of novel algorithms."
131
+
# projects:
132
+
# - title: "Automated analysis of strategic interactions"
133
+
# institution: "The Alan Turing Institute"
134
+
# description: "Creating the tools to support strategic reasoning about interactions among human and automated agents in complex and changing environments."
Copy file name to clipboardExpand all lines: content/cite.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,6 @@ and where you think improvements could be made.
11
11
12
12
If Gambit was useful to you in writing a scientific paper, we suggest a citation of the form:
13
13
14
-
Savani, Rahul and Turocy, Theodore L. (2025).
15
-
Gambit: The package for computation in game theory, Version 16.3.0.
16
-
https://www.gambit-project.org.
14
+
> Savani, Rahul and Turocy, Theodore L. (**2025**). Gambit: The package for computation in game theory, Version **X.X.X.**https://www.gambit-project.org.
17
15
18
-
19
-
Replace the version number and year as appropriate if you use a
20
-
different release.
16
+
*Replace X.X.X with the version number you used and replace the year as appropriate. See [releases](https://github.com/gambitproject/gambit/releases).*
0 commit comments