public class MinMaxSolver
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static double[] |
getColPlayersStrategy(double[][] payoffMatrix)
Computes the minmax strategy for the column player of the given payoff matrix.
|
static double[] |
getRowPlayersStrategy(double[][] payoffMatrix)
Computes the minmax strategy for the row player of the given payoff matrix.
|
public static double[] getRowPlayersStrategy(double[][] payoffMatrix)
payoffMatrix
- payoffs for the row player.public static double[] getColPlayersStrategy(double[][] payoffMatrix)
payoffMatrix
- payoffs for column player.