Click or drag to resize

FindMinimumOfFunctionGradientConstrained Method

Overload List
 NameDescription
Public methodStatic memberOfFunctionGradientConstrained(FuncVectorDouble, ValueTupleDouble, VectorDouble, VectorDouble, VectorDouble, VectorDouble, Double, Double, Double, Int32) Find vector x that minimizes the function f(x), constrained within bounds, using the Broyden–Fletcher–Goldfarb–Shanno Bounded (BFGS-B) algorithm. For more options and diagnostics consider to use BfgsBMinimizer directly.
Public methodStatic memberOfFunctionGradientConstrained(FuncVectorDouble, Double, FuncVectorDouble, VectorDouble, VectorDouble, VectorDouble, VectorDouble, Double, Double, Double, Int32) Find vector x that minimizes the function f(x), constrained within bounds, using the Broyden–Fletcher–Goldfarb–Shanno Bounded (BFGS-B) algorithm. For more options and diagnostics consider to use BfgsBMinimizer directly.
Top
See Also