We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcbb81 commit 5e5c860Copy full SHA for 5e5c860
1 file changed
ChangeLog
@@ -13,6 +13,9 @@
13
not a label of a child node. In addition, indexing by an action object is now supported. (#587)
14
- In `pygambit`, `min_payoff` and `max_payoff` (for both games and players) now refers to payoffs in
15
any play of the game; previously this referred only to the set of outcomes. (#498)
16
+- In `pygambit`, calls to `sort_infosets` are no longer required to normalise the game representation.
17
+ Iteration ordering of information sets and their members is ensured internally. `sort_infosets`
18
+ is therefore now a no-op and is deprecated; it will be removed in a future version.
19
20
### Added
21
- Tests for EFG Nash solvers -- `enumpoly_solve`, `lp_solve`, `lcp_solve` -- in behavior stratgegies
0 commit comments