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
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:
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).
Algorithms return a data structure which includes not only the algorithm output but also relevant additional data/metadata.
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:
shared_ptr
and pure-Python syntax #348The text was updated successfully, but these errors were encountered: