selRanking | R Documentation |
Rank-based selection preserves a constant selection pressure by sorting the population on the basis of fitness, and then allocating selection probabilities to individuals according to their rank, rather than according to their actual fitness values.
selRanking(fitness, n.select, s = 1.5, scheme = "linear")
fitness |
[ |
n.select |
[ |
s |
[ |
scheme |
[ |
[setOfIndividuals
]
Eiben, A. E., & Smith, J. E. (2007). Introduction to evolutionary computing. Berlin: Springer.
Other selectors:
selDomHV()
,
selGreedy()
,
selNondom()
,
selRoulette()
,
selSimple()
,
selTournament()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.