WFG5 function

The WFG5 test function.

The WFG5 test function.

WFG5(individual, nObj, k = nObj - 1)

Arguments

  • individual: The individual to be evaluated, the search space should be in [0-2i] for variable number i. Can accept multiple individualm each in different column.
  • nObj: The number of objective
  • k: Number of distance related parameters. The reference suggests a positive integer multiplied by (nObj-1). Default to nObj-1

Returns

A matrix of size nObjective, containing the objective values.

Examples

individual <- runif(14) nObj <- 4 WFG5(individual,nObj)

References

Huband, S., Hingston, P., Barone, L., While, L.: A review of multiobjective test problems and a scalable test problem toolkit. Trans. Evol. Comp 10 (5), 477–506 (2006)

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