alpaqa
matlab
Nonconvex constrained optimization
|
Algorithms that provide quasi-Newton steps for the PANOC solver, such as L-BFGS.
Classes | |
struct | PANOCDirection< Conf > |
This class outlines the interface for direction providers used by PANOC-like algorithms. More... | |
struct | AndersonDirection< Conf > |
struct | LBFGSDirection< Conf > |
struct | NoopDirection< Conf > |
Direction provider that provides no directions (apply always returns false). More... | |
struct | StructuredLBFGSDirection< Conf > |
struct | StructuredNewtonDirection< Conf > |
struct | NewtonTRDirection< Conf > |
struct | PANTRDirection< Conf > |
This class outlines the interface for direction providers used by PANTR-like algorithms. More... | |