Description Usage Arguments Value References Examples
The WFG9 test function.
1 | WFG9(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)
1 2 3 |
Check required python modules:
reticulate::py_module_available('numpy') and reticulate::py_module_available('pygmo').
If not available, try using MaOEA::install_python_dependencies()
or follow the instructions in https://esa.github.io/pagmo2/install.html
and call MaOEA::load_python_dependencies().
[,1]
[1,] 2.032935
[2,] 1.435012
[3,] 2.933621
[4,] 3.308523
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.