LHS_nash | R Documentation |
Finds Nash equilibrium in mixed strategies and expected winrate for both players in an LHS match
LHS_nash(W)
W |
Winrate matrix (from the perspective of the Hero) |
A list of possible state of the game with following parameters (if applicable)
score |
eliminated decks |
havetoplay_hero |
What deck does the hero have to play? |
havetoplay_opp |
What deck does the opponent have to play? |
winrate |
Players' winrate |
nash |
Nash equilibrium in mixed strategies |
game |
payoff matrix for this subgame |
LHS_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.