proxsuite-nlp  0.11.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
 
Loading...
Searching...
No Matches
linesearch-armijo.hpp File Reference

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>
Include dependency graph for linesearch-armijo.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implements a basic Armijo back-tracking strategy.

Definition in file linesearch-armijo.hpp.