Skip to content

Standardise callbacks for Nash computation algorithms#1000

Merged
tturocy merged 7 commits into
masterfrom
dev_callbacks
Jul 21, 2026
Merged

Standardise callbacks for Nash computation algorithms#1000
tturocy merged 7 commits into
masterfrom
dev_callbacks

Conversation

@tturocy

@tturocy tturocy commented Jul 21, 2026

Copy link
Copy Markdown
Member

This standardises the structure of callbacks for Nash equilibrium methods:

  • All methods call an "on equilibrium" callback, immediately upon identifying a profile as an equilibrium (to within given tolerances as appropriate)
  • Methods for which progress updates are meaningful/useful define one or more event types, which are emitted (via a callback) when they occur. These are method-specific.

Closes #340 - as this now standardises to the extent sensible calling conventions across all methods.

@tturocy
tturocy merged commit 644d1c6 into master Jul 21, 2026
26 checks passed
@tturocy
tturocy deleted the dev_callbacks branch July 21, 2026 21:52
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

Successfully merging this pull request may close these issues.

MAP: Standardise Nash equilibrium computation

1 participant