optimRSfun: Random search surrogate-optimizer

View source: R/optimRanddomSearch.R

optimRSfunR Documentation

Random search surrogate-optimizer

Description

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.

Usage

optimRSfun(x, fun, lower, upper, control, ...)

Arguments

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.

Value

list


SPOT documentation built on June 26, 2022, 1:06 a.m.