Learn R Programming

soobench (version 1.9.18)

global_minimum: Global Optimum

Description

Retrieve the global minimum of a test function.

Usage

global_minimum(fn)

Arguments

fn

Function to query.

Value

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.