The type of genome objects in the population.
Constructor of the truncation selection strategy.
The number of parents to select for crossover.
The rate at which to slice the population.
Protected
Readonly
crossoverProtected
Readonly
sliceSelects parents for crossover.
The population extended with fitness scores and phenome to select parents from.
The number of parents to select.
An array of parents arrays.
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.
A truncation selection strategy.
This selection strategy selects the top
sliceThresholdRate
fraction of the population as parents for mutation and crossover.