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

Property Value

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

Remarks

Exceptions

ArgumentOutOfRangeException

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

See Also