Implements a basic Armijo back-tracking strategy. More...
#include "proxsuite-nlp/linesearch-base.hpp"#include "proxsuite-nlp/exceptions.hpp"#include "proxsuite-nlp/context.hpp"#include <Eigen/QR>Go to the source code of this file.
Classes | |
| struct | proxsuite::nlp::PolynomialTpl< T > |
| Polynomials represented by their coefficients in decreasing order of degree. More... | |
| class | proxsuite::nlp::ArmijoLinesearch< Scalar > |
| Basic backtracking Armijo line-search strategy. More... | |
Namespaces | |
| namespace | proxsuite |
| Main package namespace. | |
Implements a basic Armijo back-tracking strategy.
Definition in file linesearch-armijo.hpp.