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

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.