Darwin Neuroevolution Framework
Public Member Functions | List of all members
tournament::GameRules Class Referenceabstract

Game rules abstraction (used to run the tournament) More...

#include <tournament.h>

Inheritance diagram for tournament::GameRules:
core::NonCopyable

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.
 

Detailed Description

Game rules abstraction (used to run the tournament)

See also
Tournament

The documentation for this class was generated from the following file: