yeSpud / Nash

Nash calculator (Game Theory)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nash

In game theory, the Nash equilibrium is a solution concept of a non-cooperative game involving two or more players in which each player is assumed to know the equilibrium strategies of the other players, and no player has anything to gain by changing only his own strategy.

If each player has chosen a strategy and no player can benefit by changing strategies while the other players keep theirs unchanged, then the current set of strategy choices and the corresponding payoffs constitutes a Nash equilibrium. The Nash equilibrium is one of the foundational concepts in game theory. The reality of the Nash equilibrium of a game can be tested using experimental economics methods.

Usually this is tedious to calculate, so I made a calculator to do it for you.

Prerequisites

  • JRE (Java Runtime Environment)

Running

Download the jar, and run it from the command line by typing java -jar path/to/jar.

About

Nash calculator (Game Theory)

License:MIT License


Languages

Language:Java 100.0%