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