You are here: Symbol Reference > Optimization Namespace > Functions > Optimization.BFGS Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Optimization.BFGS Function

Minimizes the function of several variables by using the Quasi-Newton optimization method with no log.

Pascal
function BFGS(Fun: TRealFunction; Grad: TGrad; var Pars: Array of double; Const Consts: array of double; Const ObjConst: Array of TObject; out FMin: double; const FloatPrecision: TMtxFloatPrecision; DFPAlgo: Boolean): Integer; overload;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!