Extreme.Mathematics.Optimization.LineSearches Namespace

The Extreme.Mathematics.Optimization.LineSearches namespace contains classes that implement line search algorithms used in some multi-dimensional optimizers.

Classes

BacktrackingLineSearch Represents a line search using a backtracking algorithm.
MoreThuenteLineSearch Represents a line search using the algorithm of Moré and Thuente.
ParabolicLineSearch Implements a line search algorithm that uses parabolic interpolation to locate the extremum.
UnitLineSearch Implements a line search algorithm that always takes a unit step.