Skip to content

Version 16.1.1

Compare
Choose a tag to compare
@tturocy tturocy released this 10 Jan 09:42
· 71 commits to master since this release

The stable release of version 16.1.1.

Fixed

  • In gambit-logit, if there are chance actions with zero probability, information sets may be reached
    with zero probability. In this event, gambit-logit treats beliefs at those information sets as being
    uniform across nodes (#63)
  • Corrected outdated code in fit_fixedpoint and fit_empirical, and added extended documentation
    of both methods (#1)
  • Fixed bug in gambit-lp which would return non-Nash output on extensive games if the game had chance nodes
    other than the root node (#134)
  • In pygambit, fixed indexing in mixed behavior and mixed strategy profiles, which could result
    in strategies or actions belonging to other players or information sets being referenced when
    indexing by string label

Changed

  • In pygambit, resolving game objects with ambiguous or duplicated labels results in a ValueError,
    instead of silently returning the first matching object found.