Darwin Neuroevolution Framework
|
Game rules abstraction (used to run the tournament) More...
#include <tournament.h>
Public Member Functions | |
virtual GameOutcome | play (const darwin::Genotype *player1, const darwin::Genotype *player2) const =0 |
Sets up a game between players "grown" from the argument genotypes. | |
virtual Scores | scores (GameOutcome outcome) const =0 |
Returns the final scores based on a game outcome. | |
Game rules abstraction (used to run the tournament)