gt_minimax: Minimax

Description Usage Arguments Examples

View source: R/gt_minimax.R

Description

Calculates minimax strategies and payoffs on a probability grid with increments of 1/fine. Matrix A is the matrix for a single player with own actions in the row position

Usage

1
gt_minimax(A, fine = 200)

Arguments

A

Payoff matrix

Examples

1
2
A <- matrix(c(2,0,0,0,1,0,0,0,5),3)
gt_minimax(A, 200)

macartan/hop documentation built on Jan. 4, 2022, 9:21 p.m.