DoglegSystemSolver.TrustRegionRadius 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#
public double TrustRegionRadius { get; set; }

Property Value

Double
A 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

ArgumentOutOfRangeExceptionvalue is less than zero.

See Also