DTLZ2 function

The DTLZ2 test function.

The DTLZ2 test function.

DTLZ2(individual, nObj)

Arguments

  • individual: The vector of individual (or matrix of population) to be evaluated.
  • nObj: The number of objective

Returns

A matrix of size nObjective x population size, containing the objective values for each individual.

Examples

individual <- stats::runif(14) nObj <- 4 DTLZ2(individual,nObj)

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)

  • Maintainer: Dani Irawan
  • License: GPL (>= 3)
  • Last published: 2020-08-31