17 #include <core/properties.h> 18 #include <core/selection_algorithm.h> 27 PROPERTY(elite_percentage,
float, 0.1f,
"Elite percentage");
28 PROPERTY(elite_min_fitness,
float, 0.0f,
"Elite minimum fitness");
29 PROPERTY(elite_mutation_chance,
float, 0.0f,
"Elite mutation chance");
42 void createNextGeneration(selection::GenerationFactory* next_generation)
override;
A population implementation encapsulates the fixed-size set of genotypes, together with the rules for...
Definition: darwin.h:161
A truncation-selection variant.
Definition: truncation_selection.h:37
Definition: cgp_islands_selection.cpp:26
Selection Algorithm interface.
Definition: selection_algorithm.h:41
The foundation for data structures supporting runtime reflection.
Definition: properties.h:388
Truncation selection configuration.
Definition: truncation_selection.h:26