Learn R Programming

emoa (version 0.5-0)

nds_hv_selection: 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 hypervolume_contribution.

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.