WFGTrafos: WFG Transformations

Description Usage Arguments Value

Description

wfgTrafoIdentity is a transformation that changes nothing.
wfgTrafoBPoly is the polynomial bias transformation.
wfgTrafoBFlat creates a region in search space in which all points have the same objective values.
wfgTrafoBParam is the parameter-dependent transformation.
wfgTrafoSLinear creates a linear shift of the true optimum.
wfgTrafoSDecept creates regions in the search space that have a sub-optimal value but larger area.
wfgTrafoSMulti creates many local optima.
wfgTrafoRSum creates a dependence between different search-space entries.
wfgTrafoRNonsep creates a dependence between objectives.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17

Arguments

A

[numeric(1)]
For parameter requirements see WFG Paper. Need at:
wfgTrafoBFlat, wfgTrafoBParam, wfgtrafoSLinear, wfgTrafoSDecept, wfgTrafoSMulti, wfgTrafoRNonsep

alpha

[numeric(1)]
wfgTrafoBPoly: alpha > 1 biases toward 0, alpha < 1 biases toward 1.

B

[numeric(1)]
For parameter requirements see WFG Paper. Need at:
wfgTrafoBFlat, wfgTrafoBParam, wfgTrafoSDecept, wfgTrafoSMulti

C

[numeric(1)]
For parameter requirements see WFG Paper. Need at:
wfgTrafoBFlat, wfgTrafoBParam, wfgTrafoSDecept, wfgTrafoSMulti

u

[function]
At wfgTrafoBParamt

w

[numeric]
At wfgTrafoRSum

Value

A wfgTrafoFunction.


danielhorn/moobench documentation built on May 14, 2019, 4:04 p.m.