TwoPersonZeroSumGame Constructor |
Determines an optimal solution to the two-sum zero-sum game
with the specified payoff matrix.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TwoPersonZeroSumGame(
double[,] payoff
)
Parameters
- payoff
- Type: SystemDouble
the M-by-N payoff matrix
See Also