Least Squares Optimizer.Initial Trust Region Size 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.2
C#
A value greater than zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double InitialTrustRegionSize { get; set; }
Property Value
DoubleA value greater than zero.
Exceptions
Argument | The value is less than or equal to zero. |