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)
[integer
] Vector of survivor indizes.
[matrix
]
Matrix of fitness values (each column contains the fitness value(s) of one
individual).
[integer(1)
]
Number of elements to select.
[numeric
]
Reference point for hypervolume computation.
Other selectors:
selGreedy()
,
selNondom()
,
selRanking()
,
selRoulette()
,
selSimple()
,
selTournament()