| OfFunctionGradientConstrained(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.
|
| OfFunctionGradientConstrained(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.
|