Backtracking Line Search.Max Contraction Factor Property
Gets or sets the largest allowed contraction factor between steps in the backtracking procedure.
Definition
Namespace: Numerics.NET.Optimization.LineSearches
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A real number greater than 0 and less than 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |