More Thuente Line Search.Descent Factor Property
Gets or sets the factor in the sufficient descent condition.
Definition
Namespace: Numerics.NET.Optimization.LineSearches
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A real number greater than zero and less than 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double DescentFactor { get; set; }
Property Value
DoubleA real number greater than zero and less than 1.
Remarks
Most algorithms allow this value to be very small. The default is 0.0001.
Exceptions
Argument | The value is less than or equal to zero or greater than or equal to one. |