The Scramble mutation operator selects two positions within the chromosome at random and randomly intermixes the subsequence between these positions.

mutScramble(ind)

Arguments

ind

[integer] Permutation of integers, i.e., vector of integer values.

Value

[integer]

See also

Other mutators: mutBitflip, mutGauss, mutInsertion, mutPolynomial, mutSwap, mutUniform