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(history, action) for each action at each information set, where history is a read-only HistoryView (see Selector.filter) of a representative member of the information set; only actions for which it returns True are included.

  • versionadded: (..) – 17.0.0:

Return type:

BehaviorSupportProfile