Module genevo::selection::truncation [] [src]

The truncation module provides selection methods that are merely based on the fitness values of the individuals but don't have any stochastic component.

The provided SelectionOp implementations are:

  • MaximizeSelector

Structs

MaximizeSelector

The MaximizeSelector selects the best performing genetic::Genotypes from the population.