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