selNondom | R Documentation |
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
).
selNondom(fitness, n.select)
fitness |
[ |
n.select |
[ |
[setOfIndividuals
]
Other selectors:
selDomHV()
,
selGreedy()
,
selRanking()
,
selRoulette()
,
selSimple()
,
selTournament()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.