conquest_nash: Conquest Nash calculator

View source: R/conquest_nash.R

conquest_nashR Documentation

Conquest Nash calculator

Description

Finds Nash equilibrium in mixed strategies and expected winrate for both players in a Conquest match

Usage

conquest_nash(W)

Arguments

W

Winrate matrix (from the perspective of the Hero)

Value

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

Examples

conquest_nash(W = matrix(runif(9), 3, 3))

naturewillconfess/hearthstone documentation built on June 17, 2024, 1:41 p.m.