The type of genome objects in the population.
Selects parents pairs for crossover.
The population extended with fitness scores and phenome to select parents from.
The number of parents to select.
An array of parent pairs.
Selects parents for mutation.
The population extended with fitness scores and phenome to select parents from.
The number of parents to select.
An array of parents.
An interface for selection strategy.
Used in GeneticSearchStrategyConfig.