| mutInversion {ecr} | R Documentation |
Inversion mutator.
Description
The Inversion mutation operator selects two positions within the chromosome at random and inverts the elements inbetween.
Usage
mutInversion(ind)
Arguments
ind |
[ |
Value
[integer]
See Also
Other mutators:
mutBitflip(),
mutGauss(),
mutInsertion(),
mutJump(),
mutPolynomial(),
mutScramble(),
mutSwap(),
mutUniform()
[Package ecr version 2.1.1 Index]