BacktrackingLineSearch.MinContractionFactor Property

Gets or sets the smallest allowed contraction factor between steps in the backtracking procedure.

Definition

Namespace: Extreme.Mathematics.Optimization.LineSearches
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double MinContractionFactor { get; set; }

Property Value

Double
A real number greater than 0 and less than 1.

Remarks

Exceptions

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

See Also