#include <panoc-alm/util/box.hpp>#include <panoc-alm/util/vec.hpp>#include <panoc-alm/inner/directions/decl/lbfgs-fwd.hpp>#include <panoc-alm/inner/directions/decl/panoc-direction-update.hpp>
Include dependency graph for decl/lbfgs.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LBFGSParams |
| Parameters for the LBFGS and SpecializedLBFGS classes. More... | |
| class | LBFGS |
| Limited memory Broyden–Fletcher–Goldfarb–Shanno (L-BFGS) algorithm. More... | |
| struct | PANOCDirection< LBFGS > |
| struct | LBFGSParams.cbfgs |
Namespaces | |
| namespace | pa |
| struct pa::LBFGSParams |
Collaboration diagram for LBFGSParams:| Class Members | ||
|---|---|---|
| unsigned | memory | Length of the history to keep. |
| struct LBFGSParams.cbfgs | cbfgs |
Parameters in the cautious BFGS update condition. \[ \frac{y^\top s}{s^\top s} \ge \epsilon \| g \|^\alpha \] |
| bool | rescale_when_γ_changes | |