Learn R Programming

smoof (version 1.7.0)

getGlobalOptimum: Returns the global optimum and its value

Description

Returns the global optimum and its value

Usage

getGlobalOptimum(fn)

Value

[list] List containing the following entries:

param [list]

Named list of parameter value(s).

value [numeric(1)]

Optimal value.

is.minimum [logical(1)]

Is the global optimum a minimum or maximum?

Arguments

fn

[smoof_function]
Objective function.