getLocalOptimum {smoof}R Documentation

Returns the local optima of a single objective smoof function.

Description

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

Usage

getLocalOptimum(fn)

Arguments

fn

[smoof_function]
Objective function.

Value

[list] List containing the following entries:

Note

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


[Package smoof version 1.6.0.3 Index]