Click or drag to resize
NonlinLeastSquaresInitialTrustRegion Property
The initial trust region radius.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double InitialTrustRegion { get; set; }

Property Value

Type: Double
A double scalar value specifying the initial trust region radius.
Exceptions
ExceptionCondition
ArgumentException is thrown if InitialTrustRegion is less than or equal to 0
Remarks
By default, InitialTrustRegion is set based on the initial scaled Cauchy step.
See Also