makeZDT4Function {smoof} | R Documentation |
ZDT4 Function
Description
Builds and returns the two-objective ZDT4 test problem. For objective it
is defined as follows
with
where
and .
This function has many Pareto-optimal fronts and is thus suited to test the
algorithms ability to tackle multimodal problems.
Usage
makeZDT4Function(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]