global_minimum {soobench} | R Documentation |
Retrieve the global minimum of a function.
global_minimum(fn) ## S3 method for class 'soo_function' global_minimum(fn)
fn |
Function to query. |
List with two elements. par
contains the location
of the global minimum in the parameter space (possibly as
a list if there are multiple global minima) and
value
the function value of the global minimum.