You are here: Symbol Reference > Optimization Namespace > Types > Optimization.TGrad Type
MtxVec VCL
ContentsIndex
PreviousUpNext
Optimization.TGrad Type

Defines the procedure for calculating the gradient of a real function.

Pascal
TGrad = procedure (Fun : TRealFunction; const Pars: TVec; Const Consts: TVec; Const PConsts: Array of TObject; const Grad: TVec);
Parameters 
Description 
Fun 
Real function of several variables. 
Pars 
Function variables. 
Consts 
Array of additional constants which can be used in math formula. 
PConsts 
Array of additional constants (objects) which can be used in math formula. 
Grad 
Returns calculated gradient. 

Defines the procedure for calculating the gradient of a real function.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!