Polynomial mutation operator
Returns a polynomial mutation operator with the given parameters.
pm_operator(n, p, lower, upper)
n
: Distance parameter mutation distribution ().p
: Probability of one point mutation.lower
: Lower bounds of parameter space.upper
: Upper bounds of parameter space.Function which implements the specified mutation operator.
Olaf Mersmann olafm@statistik.tu-dortmund.de