Click or drag to resize

ActiveSetLineSearchSQPOptionsDefaultStepDirectionTolerance Field

The default step direction tolerance. The algorithm will terminate when the magnitude of the direction vector used in going from the current iterate to its next value is less than twice this value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public const double DefaultStepDirectionTolerance = 1E-09

Field Value

Double
See Also