Class GameTheorySolver
java.lang.Object
org.episteme.social.economics.GameTheorySolver
Specialized utility for solving matrix-form games and identifying strategic equilibria.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordData structure for 2-player payoff entries. -
Method Summary
Modifier and TypeMethodDescriptionstatic MoneycalculateCommonsPayoff(int users, Money resourceValue, Money baseCost) Calculates the Tragedy of the Commons payoff for a given number of users.static List<int[]> findPureNashEquilibria(GameTheorySolver.Payoff[][] matrix) Finds index pairs (row, col) representing pure Nash Equilibria.
-
Method Details
-
findPureNashEquilibria
Finds index pairs (row, col) representing pure Nash Equilibria. -
calculateCommonsPayoff
-