Description Usage Arguments Value
The ecr package offers a framework for evolutionary computing and therefore offers a lot of customization options. The control object is a simple wrapper for all these options and sets convenient defaults.
1 2 3 4 5 | setupECRControl(n.population, n.offspring,
n.mating.pool = ceiling(n.population/2), representation,
survival.strategy = "plus", n.elite = 0L,
monitor = setupConsoleMonitor(), stopping.conditions = list(),
logger = NULL, custom.constants = list(), vectorized.evaluation = FALSE)
|
n.population |
[ |
n.offspring |
[ |
n.mating.pool |
[ |
representation |
[ |
survival.strategy |
[ |
n.elite |
[ |
monitor |
[ |
stopping.conditions |
[ |
logger |
[ |
custom.constants |
[ |
vectorized.evaluation |
[
Default is |
S3 object of type ecr_control
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.