Click or drag to resize

NelderMeadSimplex Methods

The NelderMeadSimplex type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also