Scramble mutator.
The Scramble mutation operator selects two positions within the chromosome at random and randomly intermixes the subsequence between these positions.
mutScramble(ind)
ind
: [integer
]
Permutation of integers, i.e., vector of integer values.
[integer
]
Other mutators: mutBitflip()
, mutGauss()
, mutInsertion()
, mutInversion()
, mutJump()
, mutPolynomial()
, mutSwap()
, mutUniform()