Uses of Record Class
org.episteme.social.economics.GameTheorySolver.Payoff
Packages that use GameTheorySolver.Payoff
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of GameTheorySolver.Payoff in org.episteme.social.economics
Methods in org.episteme.social.economics with parameters of type GameTheorySolver.PayoffModifier and TypeMethodDescriptionstatic List<int[]> GameTheorySolver.findPureNashEquilibria(GameTheorySolver.Payoff[][] matrix) Finds index pairs (row, col) representing pure Nash Equilibria.