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
The graphical interface has long offered some generic methods for computing one, some, or all Nash equilibria, where available.
Similarly, for many types of problem, scipy offers generic routines which hide the selection of, e.g. a specific algorithm. See, for example, function minimisation or ODE solving.
It would be useful to offer something similar in pygambit.
In doing so it will be worth giving some thought as to how best to keep this in sync between the graphical interface and pygambit. At the moment the graphical interface makes calls out to the command-line tools, but perhaps this should be reviewed - which would allow for having the logic for EC methods to be maintained in a single location.
This discussion was converted from issue #451 on May 15, 2026 09:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The graphical interface has long offered some generic methods for computing one, some, or all Nash equilibria, where available.
Similarly, for many types of problem,
scipyoffers generic routines which hide the selection of, e.g. a specific algorithm. See, for example, function minimisation or ODE solving.It would be useful to offer something similar in
pygambit.In doing so it will be worth giving some thought as to how best to keep this in sync between the graphical interface and
pygambit. At the moment the graphical interface makes calls out to the command-line tools, but perhaps this should be reviewed - which would allow for having the logic for EC methods to be maintained in a single location.All reactions