View source: R/optimRanddomSearch.R
optimRSfun | R Documentation |
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, ...)
x |
start guess, not used. |
fun |
objective function to be evaluated via random search. |
lower |
bound on the independent variables (search space). |
upper |
bound on the independent variables (search space). |
control |
not used. |
... |
additional arguments, not used. |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.