Description Usage Arguments Value Note
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.
1 | selectForMating(opt.state, control)
|
opt.state |
[ |
control |
[ |
[ecr_population
]
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.