selection_standard: Standard selection for DE
Description
Implements the standard selection (greedy) for the ExpDE framework
Usage
selection_standard(X, U, J, G)
Value
list object containing the selected population (Xsel) and
its corresponding performance values (Jsel).
Arguments
- X
population matrix (original)
- U
population matrix (recombined)
- J
performance vector for population X
- G
performance vector for population U