View source: R/conquest_nash.R
conquest_nash | R Documentation |
Finds Nash equilibrium in mixed strategies and expected winrate for both players in a Conquest match
conquest_nash(W)
W |
Winrate matrix (from the perspective of the Hero) |
A list of possible states of the game with following parameters (if applicable)
score |
eliminated decks |
winrate |
Players' winrate |
nash |
Nash equilibrium in mixed strategies |
game |
payoff matrix for this subgame |
conquest_nash(W = matrix(runif(9), 3, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.