Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pm_operator

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)


emoa

Evolutionary Multiobjective Optimization Algorithms

v0.5-0.1
GPL-2
Authors
Olaf Mersmann <olafm@statistik.tu-dortmund.de>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.