WFG4 {MaOEA}R Documentation

The WFG4 test function.

Description

The WFG4 test function.

Usage

WFG4(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

Value

A matrix of size nObjective, containing the objective values.

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)

Examples

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

[Package MaOEA version 0.6.2 Index]