IngTIKNA / Nash_Game_Solver

This solver uses the support enumeration method for Nash Equilibrium computation of a 2-player bimatrix game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nash_Game_Solver

In noncooperative game theory, a game is defined by a set of strategies for each player and a payoff for each strategy. There is a general solution technique for such games, known as Nash equilibrium, in which every strategy is a best response to the fixed strategies of other players. "Best response" case holds that all equilibrium strategies must lead to the maximal. There are algorithms for computing Nash equilibria between two players given either in strategic form or in extended form.

This solver uses the support enumeration method for computing the Nash Equilibrium in a 2-player bimatrix game.

Installation

Nash Game Solver requires Eigen to run.

Install Nash Game Solver dependencies.

chmod +x install.sh
./install.sh

References

About

This solver uses the support enumeration method for Nash Equilibrium computation of a 2-player bimatrix game.

License:MIT License


Languages

Language:C++ 92.5%Language:CMake 5.8%Language:Shell 1.8%