makeDTLZ2Function {smoof} | R Documentation |
DTLZ2 Function (family)
Description
Builds and returns the multi-objective DTLZ2 test problem.
The DTLZ2 test problem is defined as follows:
Minimize f1(x)=(1+g(xM))cos(x1π/2)cos(x2π/2)⋯cos(xM−2π/2)cos(xM−1π/2),
Minimize f2(x)=(1+g(xM))cos(x1π/2)cos(x2π/2)⋯cos(xM−2π/2)sin(xM−1π/2),
Minimize f3(x)=(1+g(xM))cos(x1π/2)cos(x2π/2)⋯sin(xM−2π/2),
⋮
Minimize fM−1(x)=(1+g(xM))cos(x1π/2)sin(x2π/2),
Minimize fM(x)=(1+g(xM))sin(x1π/2),
with 0≤xi≤1
, for i=1,2,…,n,
where g(xM)=xi∈xM∑(xi−0.5)2
Usage
makeDTLZ2Function(dimensions, n.objectives)
Arguments
dimensions |
[integer(1) ]
Number of decision variables.
|
n.objectives |
[integer(1) ]
Number of objectives.
|
Value
[smoof_multi_objective_function
]
Note
Note that in case of a bi-objective scenario (n.objectives = 2L
) DTLZ2 and DTLZ5 are identical.
References
K. Deb and L. Thiele and M. Laumanns and E. Zitzler. Scalable
Multi-Objective Optimization Test Problems. Computer Engineering and Networks
Laboratory (TIK), Swiss Federal Institute of Technology (ETH) Zurich, 112, 2001
[Package
smoof version 1.6.0.3
Index]