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

Trust region algorithm to find bounded minimum of vector function.

Pascal
function TrustRegion(Fun: TVectorFunction; JacProc: TJacobianFunction; const X: TVec; const Y: TVec; const LB: TVec; const UB: TVec; Const Consts: Array of double; Const OConsts: Array of TObject; MaxIter: Integer; MaxTrialIter: Integer; Const EPSArray: TEPSArray; Rs: double; out StopReason: TOptStopReason; const Control: TOptControl = nil): Integer; overload;

Additional parameters LB and UB define x lower and/or upper bounds.

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