DTLZ3 {MaOEA} | R Documentation |
The DTLZ3 test function.
Description
The DTLZ3 test function.
Usage
DTLZ3(individual, nObj)
Arguments
individual |
The vector of individual (or matrix of population) to be evaluated. |
nObj |
The number of objective |
Value
A matrix of size nObjective x population size, containing the objective values for each individual.
References
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)
Examples
individual <- stats::runif(14)
nObj <- 4
DTLZ3(individual,nObj)
[Package MaOEA version 0.6.2 Index]