makeWFG6Function {smoof} | R Documentation |
WFG6 Function
Description
Sixth test problem from the "Walking Fish Group" problem generator toolkit.
Usage
makeWFG6Function(n.objectives, k, l)
Arguments
n.objectives |
[ |
k |
[ |
l |
[ |
Details
Huband et al. recommend a value of k = 4L
position-related
parameters for bi-objective problems and k = 2L * (n.objectives - 1L)
for many-objective problems. Furthermore the authors recommend a value of
l = 20
distance-related parameters. Therefore, if k
and/or
l
are not explicitly defined by the user, their values will be set
to the recommended values per default.
Value
[smoof_multi_objective_function
]
References
S. Huband, P. Hingston, L. Barone, and L. While, "A Review of Multi-objective Test Problems and a Scalable Test Problem Toolkit," in IEEE Transactions on Evolutionary Computation, Volume 10, No 5, October 2006, pp. 477-506. IEEE.