View source: R/getLocalOptimum.R
getLocalOptimum | R Documentation |
This function returns the parameters and objective values of all local optima (including the global one).
getLocalOptimum(fn)
fn |
[ |
[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?
Keep in mind, that this method makes sense only for single-objective target functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.