DirectionalOptimizer.DoLineSearch Method

Performs a search for an acceptable point along the search direction.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected double DoLineSearch()

Return Value

Double
A step that satisfies the line search conditions.

See Also