Public Member Functions | |
BFGSStrategy (const int num_vars) | |
void | init (const ConstVectorRef &x0, const ConstVectorRef &g0) |
void | update (const ConstVectorRef &x, const ConstVectorRef &g, MatrixXs &hessian) |
bool | isValid () const |
Public Attributes | |
bool | is_init |
bool | is_psd |
Definition at line 12 of file bfgs-strategy.hpp.
|
inline |
Definition at line 16 of file bfgs-strategy.hpp.
|
inlineexplicit |
Definition at line 21 of file bfgs-strategy.hpp.
|
inline |
Definition at line 34 of file bfgs-strategy.hpp.
|
inline |
Definition at line 45 of file bfgs-strategy.hpp.
|
inline |
Definition at line 82 of file bfgs-strategy.hpp.
bool proxsuite::nlp::BFGSStrategy< Scalar, BFGS_TYPE >::is_init |
Definition at line 85 of file bfgs-strategy.hpp.
bool proxsuite::nlp::BFGSStrategy< Scalar, BFGS_TYPE >::is_psd |
Definition at line 86 of file bfgs-strategy.hpp.