#include <alpaqa/inner/directions/panoc/lbfgs.hpp>
template<Config Conf>
struct alpaqa::LBFGSDirection< Conf >
- Examples
- C++/CasADi/Rosenbrock/main.cpp, C++/CustomCppProblem/main.cpp, and C++/SimpleUnconstrProblem/main.cpp.
Definition at line 17 of file lbfgs.hpp.
|
| LBFGSDirection ()=default |
|
| LBFGSDirection (const Params ¶ms) |
|
| LBFGSDirection (const typename LBFGS::Params ¶ms, const DirectionParams &directionparams={}) |
|
| LBFGSDirection (const LBFGS &lbfgs, const DirectionParams &directionparams={}) |
|
| LBFGSDirection (LBFGS &&lbfgs, const DirectionParams &directionparams={}) |
|
void | initialize (const Problem &problem, crvec y, crvec Σ, real_t γ_0, crvec x_0, crvec x̂_0, crvec p_0, crvec grad_ψx_0) |
|
bool | has_initial_direction () const |
|
bool | update (real_t γₖ, real_t γₙₑₓₜ, crvec xₖ, crvec xₙₑₓₜ, crvec pₖ, crvec pₙₑₓₜ, crvec grad_ψxₖ, crvec grad_ψxₙₑₓₜ) |
|
bool | apply (real_t γₖ, crvec xₖ, crvec x̂ₖ, crvec pₖ, crvec grad_ψxₖ, rvec qₖ) const |
|
void | changed_γ (real_t γₖ, real_t old_γₖ) |
|
void | reset () |
|
std::string | get_name () const |
|
auto | get_params () const |
|
◆ alpaqa::LBFGSDirection::Params
struct alpaqa::LBFGSDirection::Params |
◆ Problem
◆ LBFGS
◆ AcceleratorParams
◆ DirectionParams
◆ LBFGSDirection() [1/5]
◆ LBFGSDirection() [2/5]
◆ LBFGSDirection() [3/5]
◆ LBFGSDirection() [4/5]
◆ LBFGSDirection() [5/5]
◆ initialize()
◆ has_initial_direction()
bool has_initial_direction |
( |
| ) |
const |
|
inline |
◆ update()
◆ apply()
◆ changed_γ()
◆ reset()
◆ get_name()
std::string get_name |
( |
| ) |
const |
|
inline |
◆ get_params()
auto get_params |
( |
| ) |
const |
|
inline |
◆ lbfgs
◆ direction_params
The documentation for this struct was generated from the following file:
- src/alpaqa/include/alpaqa/inner/directions/panoc/lbfgs.hpp