This function returns the parameters and objective values of all local optima (including the global one).
getLocalOptimum(fn)[list] List containing the following entries:
list]List of parameter values per local optima.
list]List of objective values per local optima.
logical(1)]Are the local optima minima or maxima?
[smoof_function]
Objective function.