Darwin Neuroevolution Framework
|
A simple tournament implementation. More...
#include <simple_tournament.h>
Public Member Functions | |
void | evaluatePopulation (darwin::Population *population, GameRules *game_rules) override |
Run the tournament and assigns fitness values based on the results. | |
A simple tournament implementation.
Every genotype in a population is paired with a fixed number of random opponents (genotypes from the same population). The fitness of the genotype is updated based on the aggregated results from all the games.