Backtracking Line Search.Descent Factor Property
Gets or sets the factor in the sufficient descent condition.
Definition
Namespace: Extreme.Mathematics.Optimization.LineSearches
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A real number greater than zero and less than 1.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |