objfc.multipic: create an objective function n dimensions and k local...

Description Usage Examples

Description

create an objective function n dimensions and k local maximums, returns maximum and function

Usage

1
objfc.multipic(n, k, x.max)

Examples

1
2
3
x.max = runif(10)
myfunc <- objfc.multipic(10,25,x.max=x.max)
myfunc(x.max)

tlamadon/mopt documentation built on May 31, 2019, 3:48 p.m.