setupTournamentSelector: Generator for k-Tournament selection.

Description Usage Arguments Value See Also

Description

Selects genes for the mating pool. It works as follows: k individuals from the population are chosen randomly and the best one is selected to be included into the mating pool. This process is repeated until the desired number of individuals for the mating pool is reached.

Usage

1

Arguments

k

[integer(1)]
Number of individuals to participate in each tournament. Default is 2L.

Value

[setOfIndividuals]

See Also

Other selectors: setupDominatedHypervolumeSelector, setupGreedySelector, setupNondomSelector, setupRouletteWheelSelector, setupSimpleSelector


jakobbossek/ecr documentation built on May 18, 2019, 9:09 a.m.