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.
The text was updated successfully, but these errors were encountered:
tturocy
changed the title
Create 'default' Nash equilibrium methods like (for example) one_nash to compute a sample Nash equilibrium.
FEAT: Create 'default' Nash equilibrium methods
Apr 5, 2024
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.The text was updated successfully, but these errors were encountered: