nds_hv_selection | R Documentation |
Selection strategies for EMOA.
nds_hv_selection(values, n = 1, ...)
nds_cd_selection(values, n = 1, ...)
values |
Matrix of function values. |
n |
Number of individuals to select for replacement. |
... |
Optional parameters passed to
|
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.
Olaf Mersmann olafm@statistik.tu-dortmund.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.