Skip to main content
POST
Fictitious Play Algorithm

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
payoff_matrix_1
number[][]
required

Payoff matrix for Player 1

Example:
payoff_matrix_2
number[][]
required

Payoff matrix for Player 2

Example:
iterations
integer
default:1000

Number of iterations to run

Required range: x >= 1
Example:

1000

seed
integer | null

Random seed for reproducibility (null for random)

Example:

42

Response

Successful Response

success
boolean
Example:

true

data
object