Crate neumann

Source
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§

MatrixGame
Matrix games are finite zero-sum two-player games.
PolyMatrixGame
Polynomial matrix games are Matrix Games whith perturbation terms in terms of polynomials.

Traits§

Playable
Games that can be played in an interactive manner.