getGlobalOptimum: Returns the global optimum and its value.

View source: R/getGlobalOptimum.R

getGlobalOptimumR Documentation

Returns the global optimum and its value.

Description

Returns the global optimum and its value.

Usage

getGlobalOptimum(fn)

Arguments

fn

[smoof_function]
Objective function.

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?

Note

Keep in mind, that this method makes sense only for single-objective target function.


jakobbossek/smoof documentation built on Feb. 17, 2024, 2:23 a.m.