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 + \sigma \mathcal{N}(0, 1)$.
setupGaussMutator(p = 1L, sdev = 0.05)
numeric(1)
]
Probability of mutation for the gauss mutation operator.numeric(1)
Standard deviance of the Gauss mutation, i. e., the mutation strength.ecr_mutator
]
setupBitFlipMutator
,
setupInsertionMutator
,
setupPolynomialMutator
,
setupScrambleMutator
,
setupSwapMutator
,
setupUniformMutator