Darwin Neuroevolution Framework
|
An extension of the CGP-style (1+N) selection strategy. More...
#include <cgp_islands_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. | |
An extension of the CGP-style (1+N) selection strategy.
The population is divided into size of size N, and within each island the CGP 1+(N-1) selection is used. A percentage of the worst performing islands is considered extinct and repopulated with random initial individuals.