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

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

Pascal
function Marquardt(Fun: TRealFunction; GradHess: TGradHess; var Pars: Array of double; Const Consts: array of double; Const ObjConst: Array of TObject; out FMin: double; IHess: TMtx; out StopReason: TOptStopReason; const FloatPrecision: TMtxFloatPrecision; MaxIter: Integer; Tol: double; GradTol: double; Lambda0: double): Integer; overload;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!