Learn R Programming

ecr (version 1.0)

setupTournamentSelector: Generator for k-Tournament selection.

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

setupTournamentSelector(k = 3L)

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