Chadwick Gambit: Software Tools for Game Theory

pygambit.gambit.MixedStrategy#

class pygambit.gambit.MixedStrategy(profile: MixedStrategyProfile, player: Player)#

A probability distribution over a player’s strategies.

A MixedStrategy represents the component of a MixedStrategyProfile associated with a given Player. The full profile is accessible via the profile attribute, and the player for whom the MixedStrategy applies is accessible via player.

Methods

Attributes

player

The player for whom this mixed strategy is defined.

profile

The full profile of which this is a part.