Description Usage Arguments Value Note
Given the current optimization state this function selects a subset of individuals which should survive and form the next generation.
1 2 | selectForSurvival(opt.state, population, control,
n.select = control$n.population)
|
opt.state |
[ |
population |
[ |
control |
[ |
n.select |
[ |
[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.