Expand description
Hessian-update strategies — port of IpHessianUpdater.hpp,
IpExactHessianUpdater.{hpp,cpp},
IpLimMemQuasiNewtonUpdater.{hpp,cpp} (Phase 8).
Re-exports§
pub use trait::HessianUpdater;
Modules§
- exact
- Exact Hessian — port of
IpExactHessianUpdater.{hpp,cpp}. Pullseval_hfrom the NLP at every iterate viaIpoptCalculatedQuantities::curr_exact_hessianand stashes the result intoIpoptData::w. - lim_
mem_ quasi_ newton - Limited-memory quasi-Newton (L-BFGS / SR1) — port of
Algorithm/IpLimMemQuasiNewtonUpdater.{hpp,cpp}. Phase 8. - trait
HessianUpdatertrait — port ofIpHessianUpdater.hpp.