selection_standard {ExpDE} | R Documentation |
Implements the standard selection (greedy) for the ExpDE framework
selection_standard(X, U, J, G)
X |
population matrix (original) |
U |
population matrix (recombined) |
J |
performance vector for population |
G |
performance vector for population |
list object containing the selected population (Xsel
) and
its corresponding performance values (Jsel
).