20 #include <core/darwin.h> 27 class AnnPlayer :
public Player {
29 static int inputs() {
return 9; }
34 auto genotype()
const {
return genotype_; }
37 void newGame(
const Board* board, Board::Piece side)
override;
40 string name()
const override;
43 int policyBrainMove();
47 unique_ptr<darwin::Brain> brain_;
Definition: ann_player.cpp:24
The interface to the population-specific "genetic material", the Genotype
Definition: darwin.h:126