#include <alpaqa/include/alpaqa/accelerators/lbfgs.hpp>
Cautious BFGS update.
Definition at line 17 of file accelerators/lbfgs.hpp.
Public Member Functions | |
operator bool () const | |
Public Attributes | |
real_t | α = 1 |
real_t | ϵ = 0 |
Set to zero to disable CBFGS check. | |
|
inlineexplicit |
Definition at line 21 of file accelerators/lbfgs.hpp.
real_t α = 1 |
Definition at line 19 of file accelerators/lbfgs.hpp.
real_t ϵ = 0 |
Set to zero to disable CBFGS check.
Definition at line 20 of file accelerators/lbfgs.hpp.