WFG3 | R Documentation |
The WFG3 test function.
WFG3(individual, nObj, k = nObj - 1)
individual |
The individual to be evaluated, the search space should be in [0-2i] for variable number i. Can accept multiple individualm each in different column. |
nObj |
The number of objective |
k |
Number of distance related parameters. The reference suggests a positive integer multiplied by (nObj-1). Default to nObj-1 |
A matrix of size nObjective, containing the objective values.
Huband, S., Hingston, P., Barone, L., While, L.: A review of multiobjective test problems and a scalable test problem toolkit. Trans. Evol. Comp 10 (5), 477–506 (2006)
individual <- runif(14) nObj <- 4 WFG3(individual,nObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.