Click or drag to resize

NelderMeadSimplexMinimum Method

Overload List
 NameDescription
Public methodStatic memberMinimum(IObjectiveFunction, VectorDouble, Double, Int32) 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 methodStatic memberMinimum(IObjectiveFunction, VectorDouble, CancellationToken, ActionInt32, Double, Double, Int32) 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 methodStatic memberMinimum(IObjectiveFunction, VectorDouble, VectorDouble, CancellationToken, ActionInt32, Double, Double, Int32) Finds the minimum of the objective function with an initial perturbation
Top
See Also