Performs an polynomial mutation as used in the SMS-EMOA algorithm.
mutPolynomial(ind, p = 0.2, eta = 10, lower, upper)[numeric]
[numeric]
Numeric vector / individual to mutate.
[numeric(1)]
Probability of mutation of each gene.
[numeric(1)
Distance parameter of the mutation distribution.
[numeric]
Vector of minimal values for each parameter of the decision space.
[numeric]
Vector of maximal values for each parameter of the decision space.
Other mutators: mutBitflip,
mutGauss, mutInsertion,
mutScramble, mutSwap,
mutUniform