Extreme. Mathematics. Optimization. Line Searches Namespace
The Extreme.Mathematics.Optimization.LineSearches namespace contains classes that implement line search algorithms used in some multi-dimensional optimizers.
Classes
| Backtracking | Represents a line search using a backtracking algorithm. |
| More | Represents a line search using the algorithm of Moré and Thuente. |
| Parabolic | Implements a line search algorithm that uses parabolic interpolation to locate the extremum. |
| Unit | Implements a line search algorithm that always takes a unit step. |