The initial trust region radius.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double InitialTrustRegion { get; set; } |
Visual Basic (Declaration) |
---|
Public Property InitialTrustRegion As Double |
Visual C++ |
---|
public: property double InitialTrustRegion { double get (); void set (double value); } |
Field Value
A double scalar value specifying the initial trust region radius.
Remarks
By default, InitialTrustRegion is set based on the
initial scaled Cauchy step.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if InitialTrustRegion is less than or equal to 0 |