selDomHV | R Documentation |
Performs non-dominated sorting and drops the individual from the last front
with minimal hypervolume contribution. This selector is the basis of the
S-Metric Selection Evolutionary Multi-Objective Algorithm, termed SMS-EMOA
(see smsemoa
).
selDomHV(fitness, n.select, ref.point)
fitness |
[ |
n.select |
[ |
ref.point |
[ |
[integer
] Vector of survivor indizes.
Note that the current implementation expects n.select = ncol(fitness) - 1
and the selection process quits with an error message if n.select
is greater
than 1.
Other selectors:
selGreedy()
,
selNondom()
,
selRanking()
,
selRoulette()
,
selSimple()
,
selTournament()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.