Selection strategies for EMOA.
nds_hv_selection(values, n = 1, ...)nds_cd_selection(values, n = 1, ...)
Matrix of function values.
Number of individuals to select for replacement.
Optional parameters passed to
hypervolume_contribution
.
Olaf Mersmann olafm@statistik.tu-dortmund.de
The currently implemented strategies are nondominated sorting followed by either hypervolume contribution or crowding distance based ranking. Both of these implementations are currently limited to selecting a single individual for replacement.