ban_nash | R Documentation |
Finds Nash equilibrium in mixed strategies and expected winrate for both players in a ban phase of a match (Conquest, Conquest where you have to win with all but one deck, LHS)
ban_nash(W, bans, match_format = c("conquest", "LHS"))
W |
Winrate matrix (from the perspective of the Hero) |
bans |
number of bans |
match_format |
Type of match |
A list with following components
bans |
decks banned BY Hero and Opponent |
winrate |
Hero and Opponent's winrate |
stratlist |
Hero's and Opponent's ban options |
conqs |
list of match_format output for each ban combination - first layer is hero's options, second is opponent's |
ban_nash(W = matrix(runif(16), 4, 4), bans = 1, match_format = "conquest")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.