Description Usage Arguments Value Note
The simplest evolutionary algorithm one can imagine, namely the (1+1) EA/GA.
Maintains a population of a single individual x and uses just bitplip mutation
to generate a child y (obviously no recombination takes place), i.e., each gene
of x is flipped with probability p
independently. The best individual
survives.
This algorithm is of particular interest in the theory of evolutionary algorithms
and its performance is well understood for different function families.
A lot of interesting results exist.
1 2 |
task |
[ |
p |
[ |
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 binary valued vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.