game_solve_spe: Solve equilibria of a game

Description Usage Arguments See Also

Description

With the default arguments the internal gtree solver is used to find all pure strategy subgame perfect equilibria of the game.

Usage

1
2
3
game_solve_spe(game, mixed = FALSE, just.spe = TRUE, use.gambit = mixed |
  !just.spe, verbose = isTRUE(game$options$verbose >= 1),
  gambit.command = NULL, ...)

Arguments

game

the game object created with new_game

use.gambit

solve via Gambit. Changing mixed or just.spe or specifying a gambit.command has only impact if use.gambit=TRUE. See game_gambit_solve for details.

See Also

Other eq: eq_cond_expected_outcomes, eq_cond_outcomes, eq_expected_outcomes, eq_li, eq_outcomes, eq_tables, game_gambit_solve_qre, game_gambit_solve


skranz/gtree documentation built on March 27, 2021, 6:03 a.m.