LeastSquaresOptimizer.InitialTrustRegionSize Property

Gets or sets the initial size of the trust region.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double InitialTrustRegionSize { get; set; }

Property Value

Double
A value greater than zero.

Exceptions

ArgumentOutOfRangeExceptionThe value is less than or equal to zero.

See Also