The type of genome objects in the population.
Constructor of the tournament selection strategy.
The number of parents to select for crossover.
The number of participants in a tournament.
Protected
Readonly
crossoverProtected
Readonly
tournamentSelects 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 selection strategy that uses a tournament to select parents.
This selection strategy runs a tournament between random participants from the population, and selects the best participant as a parent.