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