selNondom {ecr} | R Documentation |
Non-dominated sorting selector.
Description
Applies non-dominated sorting of the objective vectors and subsequent crowding
distance computation to select a subset of individuals. This is the selector used
by the famous NSGA-II EMOA (see nsga2
).
Usage
selNondom(fitness, n.select)
Arguments
fitness |
[ |
n.select |
[ |
Value
[setOfIndividuals
]
See Also
Other selectors:
selDomHV()
,
selGreedy()
,
selRanking()
,
selRoulette()
,
selSimple()
,
selTournament()
[Package ecr version 2.1.1 Index]