Game Theory

Versión 1.1.0.0 (2,75 KB) por Vito
Solve nonantagonistic games (bimatrix game).
1,6K descargas
Actualizado 1 jul 2015

Ver licencia

This algorithm detected pure Nash equilibria, Strong Nash equilibria, Pareto optimum. Graphically represents space of game. Also finding solve in mixed strategy with linear programming model (using optimization toolbox).

Citar como

Vito (2024). Game Theory (https://www.mathworks.com/matlabcentral/fileexchange/51601-game-theory), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Strategy & Logic en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

The opportunity of the simple decision (without optimization) is added.
Mistakes in model of optimization are corrected. Also returns erroneous strategy.
{[5,5 [ 0,10 ];
[10,0] [1,1]};
fail = [2,2];
Strategy 2 from gamer A and B is erroneous.

1.0.0.0