wfgSuite: wfgSuite

Description Usage Arguments Value Examples

Description

Some of the example problems given by the WFG 2006 paper.
Implementation note: This is a deferred initialization which brings the definitions into the global environment.
They are wfgXspec, wfgX, wfgXt where X is 1, 4, 5, 6, 7, or 9.
wfgXSpec is only the declarative specification,
wfgX is the actual evaluating function,
wfgXt is its true-front version.

Usage

1
wfgSuite(n = 5, k = 3, M = 2)

Arguments

n

Number of search-space dimensions

k

Number position-related parameters

M

Number of objective-space dimensions

Value

nothing

Examples

1
2
# wfgSuite()
# wfg1(rep(0.1, 5))

tudob/wfg documentation built on June 1, 2019, 2:54 a.m.