proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
|
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. | |
namespace | proxsuite::nlp |
Implements a basic Armijo back-tracking strategy.
Definition in file linesearch-armijo.hpp.