#include <panoc-alm/inner/decl/second-order-panoc.hpp>
Second order PANOC solver for ALM.
Definition at line 49 of file decl/second-order-panoc.hpp.
Collaboration diagram for SecondOrderPANOCSolver:Classes | |
| struct | ProgressInfo |
| struct | Stats |
Public Types | |
| using | Params = SecondOrderPANOCParams |
Public Member Functions | |
| SecondOrderPANOCSolver (Params params) | |
| Stats | operator() (const Problem &problem, crvec Σ, real_t ε, bool always_overwrite_results, rvec x, rvec y, rvec err_z) |
| SecondOrderPANOCSolver & | set_progress_callback (std::function< void(const ProgressInfo &)> cb) |
| std::string | get_name () const |
| void | stop () |
| const Params & | get_params () const |
Private Attributes | |
| Params | params |
| AtomicStopSignal | stop_signal |
| std::function< void(const ProgressInfo &)> | progress_cb |
| struct pa::SecondOrderPANOCSolver::ProgressInfo |
| struct pa::SecondOrderPANOCSolver::Stats |
Collaboration diagram for SecondOrderPANOCSolver::Stats:| Class Members | ||
|---|---|---|
| SolverStatus | status | |
| real_t | ε | |
| microseconds | elapsed_time | |
| unsigned | iterations | |
| unsigned | newton_failures | |
| unsigned | linesearch_failures | |
| unsigned | τ_1_accepted | |
| unsigned | count_τ | |
| real_t | sum_τ | |
| using Params = SecondOrderPANOCParams |
Definition at line 51 of file decl/second-order-panoc.hpp.
|
inline |
Definition at line 84 of file decl/second-order-panoc.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 19 of file second-order-panoc.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 95 of file decl/second-order-panoc.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 100 of file decl/second-order-panoc.hpp.
|
inline |
Definition at line 102 of file decl/second-order-panoc.hpp.
Here is the call graph for this function:
|
inline |
Definition at line 104 of file decl/second-order-panoc.hpp.
|
private |
Definition at line 107 of file decl/second-order-panoc.hpp.
|
private |
Definition at line 108 of file decl/second-order-panoc.hpp.
|
private |
Definition at line 109 of file decl/second-order-panoc.hpp.