Expand description

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

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