BacktrackingLineSearch.MaxStepLength Property

Gets or sets the largest allowed step length.

Definition

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

Property Value

Double
A real number greater than zero.

Exceptions

ArgumentOutOfRangeException

value is less than or equal to zero.

See Also