iesdsGame: IESDS game generator

Description Usage Arguments Value Examples

Description

Create a game with a unique equilibrium found by IESDS

Usage

1
iesdsGame(M, N, min, max, maxdiff)

Arguments

M

Number of strategies of Player A (rows)

N

Number of strategies of Player B (columns)

min

Approximate smallest payoff

max

Approximate biggest payoff

maxdiff

Maximum difference between a dominated strategy and the best strategy

Value

An object of class "Game"

Examples

1
example_game <- iesdsGame(4,3,0,30,5)

Extreme-Mildness/GT.Tools documentation built on May 3, 2019, 8:31 p.m.