getGlobalOptimum function

Returns the global optimum and its value.

Returns the global optimum and its value.

getGlobalOptimum(fn)

Arguments

  • fn: [smoof_function]

    Objective function.

Returns

[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.

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10