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, where node is a representative node of the information set; only actions for which it returns True are included.

Return type:

BehaviorSupportProfile