This function is used to emulate uniform random search with SPOT. It is used as the optimizer that searches for new candidates. It returns a single uniform random sample within the given lower and upper bounds of the search space.
optimRSfun(x, fun, lower, upper, control, ...)
start guess, not used.
objective function to be evaluated via random search.
bound on the independent variables (search space).
bound on the independent variables (search space).
not used.
additional arguments, not used.
list