genpark-nash-equilibrium-bimatrix-support-enumeration-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Bimatrix normal-form game solver identifying pure Nash equilibria and calculating 2x2 mixed-strategy Nash equilibria.
README.md
GenPark Bimatrix Nash Equilibrium Solver Skill
Bimatrix normal-form game solver computing pure and mixed Nash equilibria.
Explore more at GenPark and the GenPark MCP Catalog.
graph LR
M[Payoff Matrices A & B] --> P[Mutual Best-Response Check]
P --> NE1[Pure Nash Equilibria]
M --> I[Indifference Equations]
I --> NE2[Mixed Strategy Probabilities p & q]
style M fill:#e1f5fe
style P fill:#fff9c4
style NE1 fill:#c8e6c9
style I fill:#ffcdd2
style NE2 fill:#d1c4e9
Features
- Pure strategy Nash equilibrium detection across arbitrary finite bimatrix games.
- Exact mixed strategy indifference solving for 2x2 strategic games.
- Pure Python standard library.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found