项目作者: yeSpud

项目描述 :
Nash calculator (Game Theory)
高级语言: Java
项目地址: git://github.com/yeSpud/Nash.git
创建时间: 2017-11-30T07:18:35Z
项目社区:https://github.com/yeSpud/Nash

开源协议:MIT License

下载


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.