pm_operator {emoa}R Documentation

Polynomial mutation operator

Description

Returns a polynomial mutation operator with the given parameters.

Usage

pm_operator(n, p, lower, upper)

Arguments

n

Distance parameter mutation distribution (\eta).

p

Probability of one point mutation.

lower

Lower bounds of parameter space.

upper

Upper bounds of parameter space.

Value

Function which implements the specified mutation operator.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de


[Package emoa version 0.5-2 Index]