makeZDT6Function {smoof} | R Documentation |
ZDT6 Function
Description
Builds and returns the two-objective ZDT6 test problem. For objective it
is defined as follows
with
where
and .
This function introduced two difficulities (see reference):
1. the density of solutions decreases with the closeness to the Pareto-optimal front and
2. the Pareto-optimal solutions are nonuniformly distributed along the front.
Usage
makeZDT6Function(dimensions)
Arguments
dimensions |
[ |
Value
[smoof_multi_objective_function
]
References
E. Zitzler, K. Deb, and L. Thiele. Comparison of Multiobjective Evolutionary Algorithms: Empirical Results. Evolutionary Computation, 8(2):173-195, 2000
[Package smoof version 1.6.0.3 Index]