selection_standard: Standard selection for DE

Description Usage Arguments Value

Description

Implements the standard selection (greedy) for the ExpDE framework

Usage

1
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).


fcampelo/ExpDE documentation built on May 16, 2019, 12:04 p.m.