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
selectForMating(opt.state, control)
Arguments
opt.state
[ecr_opt_state]
Optimization state.
control
[ecr_control]
ECR control object generated via setupECRControl.