nds_hv_selection {emoa} | R Documentation |
Selection strategies
Description
Selection strategies for EMOA.
Usage
nds_hv_selection(values, n = 1, ...)
nds_cd_selection(values, n = 1, ...)
Arguments
values |
Matrix of function values. |
n |
Number of individuals to select for replacement. |
... |
Optional parameters passed to
|
Details
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.
Author(s)
Olaf Mersmann olafm@statistik.tu-dortmund.de
[Package emoa version 0.5-2 Index]