#include <panoc-alm/inner/directions/decl/lbfgs.hpp>
Definition at line 101 of file decl/lbfgs.hpp.
|
| | PANOCDirection (const LBFGSParams ¶ms) |
| |
| | PANOCDirection (const LBFGS &lbfgs) |
| |
| | PANOCDirection (LBFGS &&lbfgs) |
| |
| void | initialize (crvec x₀, crvec x̂₀, crvec p₀, crvec grad₀) |
| |
| bool | update (crvec xₖ, crvec xₖ₊₁, crvec pₖ, crvec pₖ₊₁, crvec grad_new, const Box &C, real_t γ_new) |
| |
| bool | apply (crvec xₖ, crvec x̂ₖ, crvec pₖ, real_t γ, rvec qₖ) |
| |
| void | changed_γ (real_t γₖ, real_t old_γₖ) |
| |
| void | reset () |
| |
| std::string | get_name () const |
| |
| LBFGSParams | get_params () const |
| |
◆ PANOCDirection() [1/3]
◆ PANOCDirection() [2/3]
◆ PANOCDirection() [3/3]
◆ initialize()
◆ update()
◆ apply()
◆ changed_γ()
◆ reset()
◆ get_name()
| std::string get_name |
( |
| ) |
const |
|
inline |
◆ get_params()
◆ lbfgs
The documentation for this struct was generated from the following files: