Click or drag to resize

NelderMeadMinimize Method

Overload List
 NameDescription
Public methodMinimize(VectorDouble)Minimizes the given cost function.
Public methodMinimize(VectorDouble)Minimizes the given cost function starting from an initial simplex.
Public methodMinimize(VectorDouble, CancellationToken, ActionDouble)Minimizes the given cost function with cancellation support and progress reporting.
Public methodMinimize(VectorDouble, CancellationToken, ActionDouble)Minimizes the given cost function starting from an initial simplex.
Public methodMinimize(VectorDouble, Double, Double, Double, Double)Minimizes the given cost function using explicit simplex coefficients.
Top
See Also