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

Minimizes the function of several variables by using the Conjugate gradient optimization method with no log.

Pascal
function ConjGrad(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; FletcherAlgo: Boolean): Integer; overload;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!