pygambit.nash.ipa_solve#
- pygambit.nash.ipa_solve(game: Game, external: bool = False) List[MixedStrategyProfile]#
Compute Nash equilibria of a game using iterated polymatrix approximation.
- Parameters:
game (Game) – The game to compute equilibria in.
external (bool, default False) – Call the external command-line solver instead of the internally-linked implementation. Requires the command-line solvers to be installed somewhere accessible in the system path.
- Returns:
The list of mixed strategy profiles computed.
- Return type:
List of mixed strategy profiles
