rel_spe.Rd
Finds an optimal simple subgame perfect equilibrium of g. From this the whole SPE payoff set can be deduced.
rel_spe( g, delta = g$param$delta, tol.feasible = 1e-10, no.exist.action = c("warn", "stop", "nothing"), verbose = FALSE, r1 = NULL, r2 = NULL, rho = g$param$rho, add.action.labels = TRUE, max.iter = 10000, first.best = FALSE )
g | the game object |
---|---|
delta | The discount factor. By default the discount factor specified in |
tol.feasible | Due to numerical inaccuracies, sometimes incentive constraints which theoretically should exactly hold, seem to be violated. To avoid this problem, we will consider all action profiles feasible whose incentive constraint is not violated by more then |
no.exist.action | What shall be done if no pure SPE exists? Default is |
verbose | if |
r1 | (or |
rho | Only relevant if r1 and r2 are not null. In that case the negotiation probability. |