Description Usage Arguments Value Note
A simple evolutionary (mu + lambda) strategy for the optimization of real-valued functions.
1 2 3 4 5 | simpleEA(task, n.population = 10L, n.offspring = 10L,
parent.selector = setupSimpleSelector(), mutator = setupGaussMutator(),
recombinator = setupCrossoverRecombinator(),
survival.selector = setupTournamentSelector(2L), max.iter = NULL,
max.evals = NULL, max.time = NULL, ...)
|
task |
[ |
n.population |
[ |
n.offspring |
[ |
parent.selector |
[ |
mutator |
[ |
recombinator |
[ |
survival.selector |
[ |
max.iter |
[ |
max.evals |
[ |
max.time |
[ |
... |
[any] |
[ecr_single_objective_result
]
This helper function hides the regular ecr interface and offers a more R like interface to a simple evolutionary algorithm which works on real valued vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.