Base linesearch class. Design pattern inspired by Google Ceres-Solver. More...
#include <aligator/core/linesearch-base.hpp>
Classes | |
struct | FunctionSample |
struct | Options |
Public Member Functions | |
Linesearch (const Linesearch::Options &options) | |
~Linesearch () | |
void | setOptions (const Linesearch::Options &options) |
void | reset () |
Public Attributes | |
Linesearch::Options | options_ |
Base linesearch class. Design pattern inspired by Google Ceres-Solver.
Definition at line 15 of file linesearch-base.hpp.
|
explicit |
Definition at line 79 of file linesearch-base.hpp.
|
default |
|
inline |
Definition at line 71 of file linesearch-base.hpp.
|
inline |
Definition at line 73 of file linesearch-base.hpp.
Linesearch::Options aligator::Linesearch< T >::options_ |
Definition at line 75 of file linesearch-base.hpp.