"Random Choice" mutation operator for discrete parameters: with probability
p chooses one of the available categories at random (this may be
the original value!)
mutRandomChoice(ind, values, p = 0.1)[character]
[character] individual to mutate.
[list of character] set of possible values for ind entries to take.
May be a list of length 1, in which case it is recycled.
[numeric(1)] per-entry probability to perform mutation.
Other operators:
mutDoubleGeom(),
mutGaussIntScaled(),
mutGaussInt(),
mutGaussScaled(),
mutPolynomialInt(),
mutUniformInt(),
recGaussian(),
recIntIntermediate(),
recIntSBX()