selectForMating: Generate mating pool.

Description Usage Arguments Value Note

Description

Given the current optimization state this function selects a subset of individuals which form the mating pool, i.e., the set of possible parents for later recombination.

Usage

1
selectForMating(opt.state, control)

Arguments

opt.state

[ecr_opt_state]
Optimization state.

control

[ecr_control]
ECR control object generated via setupECRControl.

Value

[ecr_population]

Note

Basically this is a wrapper for the call to the parent selector of the control object which occasionally transforms the fitness values (e.g., if maximzation should be performed, but the selection operator actualy minimizes).


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