Performs nondominated sorting and drops the individual from the last front with minimal hypervolume contribution.
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
, selRoulette
,
selSimple
, selTournament