#include <panoc-alm/inner/decl/structured-panoc-lbfgs.hpp>
Second order PANOC solver for ALM.
Definition at line 96 of file decl/structured-panoc-lbfgs.hpp.
Collaboration diagram for StructuredPANOCLBFGSSolver:Public Types | |
| using | Params = StructuredPANOCLBFGSParams |
| using | Stats = StructuredPANOCLBFGSStats |
| using | ProgressInfo = StructuredPANOCLBFGSProgressInfo |
Public Member Functions | |
| StructuredPANOCLBFGSSolver (Params params, LBFGSParams lbfgsparams) | |
| Stats | operator() (const Problem &problem, crvec Σ, real_t ε, bool always_overwrite_results, rvec x, rvec y, rvec err_z) |
| StructuredPANOCLBFGSSolver & | set_progress_callback (std::function< void(const ProgressInfo &)> cb) |
| std::string | get_name () const |
| void | stop () |
| const Params & | get_params () const |
Public Attributes | |
| LBFGS | lbfgs |
Private Attributes | |
| Params | params |
| AtomicStopSignal | stop_signal |
| std::function< void(const ProgressInfo &)> | progress_cb |
| using Params = StructuredPANOCLBFGSParams |
Definition at line 98 of file decl/structured-panoc-lbfgs.hpp.
| using Stats = StructuredPANOCLBFGSStats |
Definition at line 99 of file decl/structured-panoc-lbfgs.hpp.
Definition at line 100 of file decl/structured-panoc-lbfgs.hpp.
|
inline |
Definition at line 102 of file decl/structured-panoc-lbfgs.hpp.
|
inline |
| [in] | problem | Problem description |
| [in] | Σ | Constraint weights \( \Sigma \) |
| [in] | ε | Tolerance \( \varepsilon \) |
| [in] | always_overwrite_results | Overwrite x, y and err_z even if not converged |
| [in,out] | x | Decision variable \( x \) |
| [in,out] | y | Lagrange multipliers \( y \) |
| [out] | err_z | Slack variable error \( g(x) - z \) |
Definition at line 18 of file structured-panoc-lbfgs.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 114 of file decl/structured-panoc-lbfgs.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 119 of file decl/structured-panoc-lbfgs.hpp.
|
inline |
Definition at line 121 of file decl/structured-panoc-lbfgs.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 123 of file decl/structured-panoc-lbfgs.hpp.
|
private |
Definition at line 126 of file decl/structured-panoc-lbfgs.hpp.
|
private |
Definition at line 127 of file decl/structured-panoc-lbfgs.hpp.
|
private |
Definition at line 128 of file decl/structured-panoc-lbfgs.hpp.
| LBFGS lbfgs |
Definition at line 131 of file decl/structured-panoc-lbfgs.hpp.