BacktrackingLineSearch.DescentFactor 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#
public double DescentFactor { get; set; }

Property Value

Double
A 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

ArgumentOutOfRangeExceptionThe value is less than or equal to zero or greater than or equal to one.

See Also