|
Darwin Neuroevolution Framework
|
A truncation-selection variant. More...
#include <truncation_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. | |
A truncation-selection variant.
It support elitism. The parents for the next generation are randomly selected based on the raking order of the previous generation.
1.8.14