getNextGeneration: Performs survival selection.

Description Usage Arguments Value

Description

Given the current optimization state and the list of offspring individuals, the function selects the next generation. The selection type is based on the parameters given in the control object.

Usage

1
getNextGeneration(opt.state, offspring, control)

Arguments

opt.state

[ecr_opt_state]
Optimization state.

offspring

[ecr_population]
Generated offspring.

control

[ecr_control]
Control object.

Value

[ecr_population]


jakobbossek/ecr documentation built on May 18, 2019, 9:09 a.m.