Backtracking Line Search.Max Contraction Factor Property
Gets or sets the largest 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#
A real number greater than 0 and less than 1.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double MaxContractionFactor { get; set; }
Property Value
DoubleA real number greater than 0 and less than 1.
Remarks
Exceptions
Argument | The value is less than or equal to zero or greater than or equal to one. |