mutJump {ecr} | R Documentation |
Jump mutator.
Description
The jump mutation operator selects two positions within the chromosome at
random, say and
with
. Next, all elements at
positions
are shifted to the right by one position
and finally the element at position
is assigned at position
.
Usage
mutJump(ind)
Arguments
ind |
[ |
Value
[integer
]
See Also
Other mutators:
mutBitflip()
,
mutGauss()
,
mutInsertion()
,
mutInversion()
,
mutPolynomial()
,
mutScramble()
,
mutSwap()
,
mutUniform()
[Package ecr version 2.1.1 Index]