Expand description
Game Theory algorithms in Rust.
This library aims to be a good place to aid theoretical research in Game Theory. Therefore, correctness is the main focus.
Structs§
- Matrix
Game - Matrix games are finite zero-sum two-player games.
- Poly
Matrix Game - Polynomial matrix games are Matrix Games whith perturbation terms in terms of polynomials.
Traits§
- Playable
- Games that can be played in an interactive manner.