Uses of Record Class
org.episteme.social.economics.GameTheoryEngine.NormalFormGame
Packages that use GameTheoryEngine.NormalFormGame
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of GameTheoryEngine.NormalFormGame in org.episteme.social.economics
Methods in org.episteme.social.economics that return GameTheoryEngine.NormalFormGameModifier and TypeMethodDescriptionGameTheoryEngine.prisonersDilemma()Factory for the classic Prisoner's Dilemma.Methods in org.episteme.social.economics with parameters of type GameTheoryEngine.NormalFormGameModifier and TypeMethodDescriptionstatic Optional<double[]> GameTheoryEngine.findMixedNashEquilibrium2x2(GameTheoryEngine.NormalFormGame game) Calculates the mixed strategy probabilities for a symmetric 2x2 game.static List<GameTheoryEngine.NashEquilibrium> GameTheoryEngine.findPureNashEquilibria(GameTheoryEngine.NormalFormGame game) Identifies all pure strategy Nash equilibria in a normal form game.