Learn R Programming

ExpDE (version 0.1.4)

selection_standard: Standard selection for DE

Description

Implements the standard selection (greedy) for the ExpDE framework

Usage

selection_standard(X, U, J, G)

Arguments

X

population matrix (original)

U

population matrix (recombined)

J

performance vector for population X

G

performance vector for population U

Value

list object containing the selected population (Xsel) and its corresponding performance values (Jsel).