Darwin Neuroevolution Framework
|
Roulette wheel selection. More...
#include <roulette_selection.h>
Public Member Functions | |
void | newPopulation (darwin::Population *population) override |
Prepare the selection for a new population. | |
void | createNextGeneration (selection::GenerationFactory *next_generation) override |
Create a new generation of genotypes. | |
Roulette wheel selection.
It supports elitism and it can use crossover + mutation or just mutation