Click or drag to resize

FindMinimumOfFunction Method

Overload List
 NameDescription
Public methodStatic memberOfFunction(FuncVectorDouble, Double, VectorDouble, Double, Int32) Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. For more options and diagnostics consider to use NelderMeadSimplex directly.
Public methodStatic memberOfFunction(FuncDouble, Double, Double, Double, Double, Double, Int32) Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. For more options and diagnostics consider to use NelderMeadSimplex directly.
Public methodStatic memberOfFunction(FuncDouble, Double, Double, Double, Double, Double, Double, Double, Int32) Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. For more options and diagnostics consider to use NelderMeadSimplex directly.
Public methodStatic memberOfFunction(FuncDouble, Double, Double, Double, Double, Double, Double, Double, Double, Double, Int32) Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. For more options and diagnostics consider to use NelderMeadSimplex directly.
Public methodStatic memberOfFunction(FuncDouble, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Int32) Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. For more options and diagnostics consider to use NelderMeadSimplex directly.
Top
See Also