Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Develop result classes for Nash solvers #190

Closed
tturocy opened this issue Jul 28, 2016 · 1 comment · Fixed by #428
Closed

FEAT: Develop result classes for Nash solvers #190

tturocy opened this issue Jul 28, 2016 · 1 comment · Fixed by #428
Assignees
Labels
nash Items which involve Nash equilibrium computation methods
Milestone

Comments

@tturocy
Copy link
Member

tturocy commented Jul 28, 2016

Returning a list of strategy profiles from Nash solvers is quite thin. It discards useful information about the set of equilibria - including whether the list is known to be complete, whether there are positive-dimensional components, what algorithm parameters were used, and possibly interesting intermediate steps in the algorithm.

We should develop Result classes for Nash solvers, both in Python, and, eventually, at the C++ level. One place to look is at scipy, where e.g. there are Result classes for the results of statistical tests (although there, at present, these are just instances of namedtuple).

@tturocy tturocy added this to the gambit-17.0 milestone Jul 28, 2016
@tturocy tturocy self-assigned this Jul 28, 2016
@tturocy
Copy link
Member Author

tturocy commented Jul 29, 2016

I should mention that it would be particularly helpful to include as comments on this issue, any examples of result classes from algorithms or similar operations from existing libraries!

@tturocy tturocy modified the milestones: gambit-17.0, gambit-16.1.0 Jan 25, 2022
@tturocy tturocy changed the title Develop result classes for Nash solvers FEAT: Develop result classes for Nash solvers Aug 2, 2023
@tturocy tturocy added the nash Items which involve Nash equilibrium computation methods label Aug 2, 2023
@tturocy tturocy modified the milestones: gambit-16.1.0, gambit-16.2.0 Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nash Items which involve Nash equilibrium computation methods
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant