Dogleg System Solver.Trust Region Radius Property
Gets or sets the radius of the trust region.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A real number greater than zero.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double TrustRegionRadius { get; set; }
Property Value
DoubleA real number greater than zero.
Remarks
This property specifies the size of the largest step the algorithm is allowed to take. Its value is adjusted after each iteration. Setting this property to zero will let the algorithm choose an initial value.
Exceptions
Argument | value is less than zero. |