More Thuente Line Search.Max Step Length Property
Gets or sets the largest allowed step length.
Definition
Namespace: Extreme.Mathematics.Optimization.LineSearches
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A real number greater than zero.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double MaxStepLength { get; set; }
Property Value
DoubleA real number greater than zero.
Exceptions
Argument | value is less than or equal to zero. |