LeastSquaresOptimizer.InitialTrustRegionSize Property

Gets or sets the initial size of the trust region.

Definition

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

Property Value

Double
A value greater than zero.

Exceptions

ArgumentOutOfRangeException

The value is less than or equal to zero.

See Also