Class GameTheorySolver

java.lang.Object
org.episteme.social.economics.GameTheorySolver

public final class GameTheorySolver extends Object
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)
  • Method Details

    • findPureNashEquilibria

      public static List<int[]> findPureNashEquilibria(GameTheorySolver.Payoff[][] matrix)
      Finds index pairs (row, col) representing pure Nash Equilibria.
    • calculateCommonsPayoff

      public static Money calculateCommonsPayoff(int users, Money resourceValue, Money baseCost)
      Calculates the Tragedy of the Commons payoff for a given number of users.