Chadwick Gambit: Software Tools for Game Theory

pygambit.nash.logit_solve#

pygambit.nash.logit_solve(game: Game, use_strategic: bool = False) List[MixedStrategyProfile] | List[MixedBehaviorProfile]#

Compute Nash equilibria of a game using the logit quantal response equilibrium correspondence.

Returns an approximation to the limiting point on the principal branch of the correspondence for the game.

Parameters:
  • game (Game) – The game to compute equilibria in.

  • use_strategic (bool, default False) – Whether to use the strategic form. If True, always uses the strategic representation even if the game’s native representation is extensive.

Returns:

List of mixed strategy or mixed behavior profiles computed.

Return type:

List of profiles