| selGreedy {ecr} | R Documentation |
Simple selector.
Description
Sorts the individuals according to their fitness value in increasing order and selects the best ones.
Usage
selGreedy(fitness, n.select)
Arguments
fitness |
[ |
n.select |
[ |
Value
[integer] Vector of survivor indizes.
See Also
Other selectors:
selDomHV(),
selNondom(),
selRanking(),
selRoulette(),
selSimple(),
selTournament()
[Package ecr version 2.1.1 Index]