pygambit.gambit.Game.behavior_support_profile#
- Game.behavior_support_profile(actions: Callable | None = None) BehaviorSupportProfile#
Create a new BehaviorSupportProfile on the game.
- Parameters:
actions (function, optional) – By default the support profile contains all actions at all information sets. If specified, called as
actions(node, action)for each action at each information set, wherenodeis a representative node of the information set; only actions for which it returns True are included.- Return type:
