Description Usage Arguments Value References Examples
The DTLZ1 test function.
1 | DTLZ1(individual, nObj)
|
individual |
The vector of individual (or matrix of population) to be evaluated. |
nObj |
The number of objective |
A matrix of size nObjective x population size, containing the objective values for each individual.
Deb, K., Thiele, L., Laumanns, M., Zitzler, E.: Scalable Multi-Objective Optimization Test Problems. In: Congress on Evolutionary Computation (CEC). pp. 825–830. IEEE Press, Piscataway, NJ (2002)
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,] 15.23226
[2,] 16.33718
[3,] 231.30785
[4,] 194.38577
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.