pygambit.gambit.Game.strategy_support_profile#
- Game.strategy_support_profile(strategies: Callable | None = None) StrategySupportProfile#
Create a new StrategySupportProfile on the game.
- Parameters:
strategies (function, optional) – By default the support profile contains all strategies for all players. If specified, called as
strategies(player, label)for each strategy of each player; only strategies for which it returns True are included.- Return type:
