DTLZ4 | R Documentation |
The DTLZ4 test function.
DTLZ4(individual, nObj, alpha = 100)
individual |
The vector of individual (or matrix of population) to be evaluated. |
nObj |
The number of objective |
alpha |
Alpha value of DTLZ4 function. |
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)
individual <- stats::runif(14) nObj <- 4 DTLZ4(individual,nObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.