Find |
Name | Description | |
---|---|---|
OfFunctionGradient(FuncVectorDouble, ValueTupleDouble, VectorDouble, VectorDouble, Double, Double, Double, Int32) | Find vector x that minimizes the function f(x) using the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm. For more options and diagnostics consider to use BfgsMinimizer directly. An alternative routine using conjugate gradients (CG) is available in ConjugateGradientMinimizer. | |
OfFunctionGradient(FuncVectorDouble, Double, FuncVectorDouble, VectorDouble, VectorDouble, Double, Double, Double, Int32) | Find vector x that minimizes the function f(x) using the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm. For more options and diagnostics consider to use BfgsMinimizer directly. An alternative routine using conjugate gradients (CG) is available in ConjugateGradientMinimizer. |