Skip to content

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

License

Notifications You must be signed in to change notification settings

IngTIKNA/Nash_Game_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages