selection_standard: Standard selection for DE

Description Usage Arguments Value

View source: R/selection_standard.R

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


ExpDE documentation built on May 2, 2019, 9:11 a.m.