#include <alpaqa/inner/directions/specialized-lbfgs.hpp>
Definition at line 156 of file specialized-lbfgs.hpp.
|
static void | initialize (SpecializedLBFGS &lbfgs, crvec x₀, crvec x̂₀, crvec p₀, crvec grad₀) |
|
static bool | update (SpecializedLBFGS &lbfgs, crvec xₖ, crvec xₖ₊₁, crvec pₖ, crvec pₖ₊₁, crvec gradₖ₊₁, const Box &C, real_t γ) |
|
static bool | apply (SpecializedLBFGS &lbfgs, crvec xₖ, crvec x̂ₖ, crvec pₖ, real_t γ, rvec qₖ) |
|
static void | changed_γ (SpecializedLBFGS &lbfgs, real_t γₖ, real_t old_γₖ) |
|
◆ initialize()
◆ update()
◆ apply()
◆ changed_γ()
The documentation for this struct was generated from the following file: