20 #include <core/darwin.h> 24 class AnnPlayer :
public Player {
26 unique_ptr<darwin::Brain> brain;
32 string name()
const override;
33 void newGame(
const Game* game, Side side)
override;
37 static size_t inputsCount(
const Board* board);
38 static size_t outputsCount(
const Board* board);
Definition: ann_player.cpp:25
The interface to the population-specific "genetic material", the Genotype
Definition: darwin.h:126