Unit 'ubfgs' Package
[Overview][Procedures and functions][Index] [#pl_dmath]

BFGS

Declaration

Source position: ubfgs.pas line 18

procedure BFGS(

  Func: TFuncNVar;

  Gradient: TGradient;

  X: TVector;

  Lb: Integer;

  Ub: Integer;

  MaxIter: Integer;

  Tol: Float;

  var F_min: Float;

  G: TVector;

  H_inv: TMatrix

);



CT Web help

CodeTyphon Studio