metaheuristic_designer.survivor_selection.survivor_selection_functions#
Functions
|
Conditional (fitness-based) elitism. |
|
Standard elitism. |
|
Full generational replacement: the entire next generation is formed exclusively by the offspring. |
|
Combined selection: the best n_parents individuals from the union of parents and offspring survive. |
|
Offspring-only selection: the best n_parents offspring survive. |
|
Many-to-one competition. |
|
One-to-one competition: each offspring replaces its parent if it has a better (higher) fitness. |
|
Probabilistic many-to-one competition. |
|
Probabilistic one-to-one competition. |
|
Randomly replaces the parents with some of the individuals. |