public class MinMax extends BimatrixEquilibriumSolver
doubleEpislon, lastColPlayerPayoff, lastColsStrategy, lastRowPlayerPayoff, lastRowStrategy| Constructor and Description |
|---|
MinMax() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
computeColStrategy(double[][] rowPayoff,
double[][] colPayoff)
Computes and returns the column player strategy for the given bimatrix game.
|
double[] |
computeRowStrategy(double[][] rowPayoff,
double[][] colPayoff)
Computes and returns the row player strategy for the given bimatrix game.
|
bimatrixEqualsLast, doubleEquality, getLastComputedColStrategy, getLastComputedRowStrategy, solvepublic double[] computeRowStrategy(double[][] rowPayoff,
double[][] colPayoff)
BimatrixEquilibriumSolvercomputeRowStrategy in class BimatrixEquilibriumSolverrowPayoff - the row player payoffs.colPayoff - the column player payoffs.public double[] computeColStrategy(double[][] rowPayoff,
double[][] colPayoff)
BimatrixEquilibriumSolvercomputeColStrategy in class BimatrixEquilibriumSolverrowPayoff - the row player payoffs.colPayoff - the column player payoffs.