BacktrackingLineSearch.MaxStepLength Property

Gets or sets the largest allowed step length.

Definition

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

Property Value

Double
A real number greater than zero.

Exceptions

ArgumentOutOfRangeExceptionvalue is less than or equal to zero.

See Also