Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getGlobalOptimum

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.


smoof

Single and Multi-Objective Optimization Test Functions

v1.6.0.2
BSD_2_clause + file LICENSE
Authors
Jakob Bossek [aut, cre], Pascal Kerschke [ctb]
Initial release
2020-02-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.