Description Usage Arguments Value See Also
Default Gaussian mutation operator known from Evolutionary Algorithms.
This mutator is applicable only for representation="float"
. Given
an individual \mathbf{x} \in R^l this mutator adds a Gaussian
distributed random value to each component of \mathbf{x}, i.~e.,
\tilde{\mathbf{x}}_i = \mathbf{x}_i + σ \mathcal{N}(0, 1).
1 | setupGaussMutator(p = 1L, sdev = 0.05)
|
p |
[ |
sdev |
[ |
[ecr_mutator
]
Other mutators: setupBitFlipMutator
,
setupInsertionMutator
,
setupPolynomialMutator
,
setupScrambleMutator
,
setupSwapMutator
,
setupUniformMutator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.