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