| selSimple {ecr} | R Documentation |
Simple (naive) selector.
Description
Just for testing. Actually does not really select, but instead returns a random
sample of ncol(fitness) indizes.
Usage
selSimple(fitness, n.select)
Arguments
fitness |
[ |
n.select |
[ |
Value
[setOfIndividuals]
See Also
Other selectors:
selDomHV(),
selGreedy(),
selNondom(),
selRanking(),
selRoulette(),
selTournament()
[Package ecr version 2.1.1 Index]