For minimization, this function uses the "DEoptim" method from the
codeDEoptim package. It is basically a wrapper, to enable DEoptim for usage
in SPOT.
Usage
optimDE(x = NULL, fun, lower, upper, control = list(), ...)
Arguments
x
optional start point, not used in DEoptim
fun
objective function, which receives a matrix x and returns observations y
lower
boundary of the search space
upper
boundary of the search space
control
list of control parameters
funEvals
Budget, number of function evaluations allowed. Default is 200.
populationSize
Population size or number of particles in the population. Default is 10*dimension.