Click or drag to resize

NelderMeadSimplexFindMinimum Method

Overload List
 NameDescription
Public methodFindMinimum(IObjectiveFunction, VectorDouble) Finds the minimum of the objective function without an initial perturbation, the default values used by fminsearch() in Matlab are used instead http://se.mathworks.com/help/matlab/math/optimizing-nonlinear-functions.html#bsgpq6p-11
Public methodFindMinimum(IObjectiveFunction, VectorDouble, CancellationToken, ActionInt32, Double) Finds the minimum of the objective function without an initial perturbation, the default values used by fminsearch() in Matlab are used instead http://se.mathworks.com/help/matlab/math/optimizing-nonlinear-functions.html#bsgpq6p-11
Public methodFindMinimum(IObjectiveFunction, VectorDouble, VectorDouble, CancellationToken, ActionInt32, Double) Finds the minimum of the objective function with an initial perturbation
Top
See Also