Click or drag to resize

FindMinimumOfFunctionGradientHessian Method

Overload List
 NameDescription
Public methodStatic memberOfFunctionGradientHessian(FuncVectorDouble, ValueTupleDouble, VectorDouble, MatrixDouble, VectorDouble, Double, Int32) Find vector x that minimizes the function f(x) using the Newton algorithm. For more options and diagnostics consider to use NewtonMinimizer directly.
Public methodStatic memberOfFunctionGradientHessian(FuncVectorDouble, Double, FuncVectorDouble, VectorDouble, FuncVectorDouble, MatrixDouble, VectorDouble, Double, Int32) Find vector x that minimizes the function f(x) using the Newton algorithm. For more options and diagnostics consider to use NewtonMinimizer directly.
Top
See Also