selTournament | R Documentation |
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.
selTournament(fitness, n.select, k = 3L)
fitness |
[ |
n.select |
[ |
k |
[ |
[integer
] Vector of survivor indizes.
Other selectors:
selDomHV()
,
selGreedy()
,
selNondom()
,
selRanking()
,
selRoulette()
,
selSimple()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.