selGreedy | R Documentation |
Sorts the individuals according to their fitness value in increasing order and selects the best ones.
selGreedy(fitness, n.select)
fitness |
[ |
n.select |
[ |
[integer
] Vector of survivor indizes.
Other selectors:
selDomHV()
,
selNondom()
,
selRanking()
,
selRoulette()
,
selSimple()
,
selTournament()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.