The DTLZ4 test function.
DTLZ4(individual, nObj, alpha = 100)
individual
nObj
alpha
A matrix of size nObjective x population size, containing the objective values for each individual.
individual <- stats::runif(14) nObj <- 4 DTLZ4(individual,nObj)
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)
Useful links