game_solve

Solve a classic zero-sum matrix game.

Al momento, stai seguendo questo contributo

The input to this function is a matrix A in which A(i,j) represents the payoff from the "column" player to the "row" player when the row player selects strategy i and the column player selects strategy j.

The outputs are [v,p] where v is the value of the game and p is a mixed strategy for the row player.

Cita come

Ed Scheinerman (2026). game_solve (https://it.mathworks.com/matlabcentral/fileexchange/22063-game_solve), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su Number games in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.1.0.0

Added (optional) third output variable which gives the mixed strategy for the column player.

1.0.0.0