getLocalOptimum function

Returns the local optima of a single objective smoof function.

Returns the local optima of a single objective smoof function.

This function returns the parameters and objective values of all local optima (including the global one).

getLocalOptimum(fn)

Arguments

  • fn: [smoof_function]

    Objective function.

Returns

[list] List containing the following entries:

  • param [list]List of parameter values per local optima.
  • value [list]List of objective values per local optima.
  • is.minimum [logical(1)]Are the local optima minima or maxima?

Note

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

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