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

MAP: Standardise Nash equilibrium computation #340

Open
5 of 6 tasks
tturocy opened this issue Sep 7, 2023 · 0 comments
Open
5 of 6 tasks

MAP: Standardise Nash equilibrium computation #340

tturocy opened this issue Sep 7, 2023 · 0 comments
Assignees

Comments

@tturocy
Copy link
Member

tturocy commented Sep 7, 2023

This is an overarching roadmap item covering development of existing Nash equilibrium computation methods. Comments on this issue are the best place to express any views you might have on this topic broadly.

We are moving to standardising on an interface style based on how scipy handles algorithms. The two main characteristics of their style are:

  1. Algorithms are a function call - as opposed to a class. Where appropriate, callback functions can be provided that are triggered on specified conditions (e.g. a step of the algorithm).
  2. Algorithms return a data structure which includes not only the algorithm output but also relevant additional data/metadata.
@tturocy tturocy self-assigned this Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant