View source: R/poly_mutation.r
pm_operator | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.