Skip to main content

Module subgame

Module subgame 

Source
Expand description

Subgame perfect equilibrium analysis.

Structs§

Subgame
A subgame starting at a given node.

Functions§

find_subgames
Find all proper subgames in the game tree.
is_subgame_perfect
Verify that a strategy profile is a subgame perfect equilibrium.
spe_outcome
Get the equilibrium outcome (terminal payoffs) under SPE.
spe_with_rationality_check
Compute SPE with sequential rationality check.
subgame_perfect_equilibrium
Compute the subgame perfect equilibrium via backward induction.