![]() |
SOPT
Sparse OPTimisation
|
How did calling L1 go? More...
#include <l1_proximal.h>
Public Member Functions | |
Diagnostic (t_uint niters=0, Real relative_variation=0, Real objective=0, bool good=false) | |
Public Attributes | |
t_uint | niters |
Number of iterations. More... | |
Real | relative_variation |
Relative variation of the objective function. More... | |
Real | objective |
Value of the objective function. More... | |
bool | good |
Wether convergence was achieved. More... | |
How did calling L1 go?
Definition at line 190 of file l1_proximal.h.
|
inline |
Definition at line 199 of file l1_proximal.h.
bool sopt::proximal::L1< SCALAR >::Diagnostic::good |
Wether convergence was achieved.
Definition at line 198 of file l1_proximal.h.
t_uint sopt::proximal::L1< SCALAR >::Diagnostic::niters |
Number of iterations.
Definition at line 192 of file l1_proximal.h.
Real sopt::proximal::L1< SCALAR >::Diagnostic::objective |
Value of the objective function.
Definition at line 196 of file l1_proximal.h.
Real sopt::proximal::L1< SCALAR >::Diagnostic::relative_variation |
Relative variation of the objective function.
Definition at line 194 of file l1_proximal.h.