See: Description
| Interface | Description |
|---|---|
| TwoPlayerGame |
Represents a two-player zero-sum game.
|
| Class | Description |
|---|---|
| FirstPlayerAdvantageGame |
Removes "first-mover advantage" bias from the evaluation of players in two player games.
|
| RoundRobinTournament |
Ranks and sorts the fitness of
Node instances using a TwoPlayerGame in a round-robin tournament. |
| TwoPlayerGameCache |
Wraps a
TwoPlayerGame to provide caching of results. |
OakGP Genetic Programming Framework