generateZDT: ZDT test function generator.

Description Usage Arguments Value References Examples

Description

ZDT test function generator.

Usage

1
generateZDT(id, in.dim = 30L, out.dim = 2L)

Arguments

id

[integer(1)]
Which ZDT function? Valid values are 1, 2, ..., 6

in.dim

[integer(1)]
Size of parameter space.

out.dim

[integer(1)]
Size of target space. Must be two for all ZDT functions.

Value

A mooFunction.

References

Zitzler, Eckart ; Deb, Kalyanmoy ; Thiele, Lothar: Comparison of Multiobjective Evolutionary Algorithms: Empirical Results. In: Evolutionary Computation 8 (2000), pp. 173-195

Examples

1
2
3
x = runif(30)
 fun = generateZDT(id = 1, in.dim = 30L, out.dim = 2L)
 fun(x)

danielhorn/moobench documentation built on May 14, 2019, 4:04 p.m.