![]() |
SOPT
Sparse OPTimisation
|
output from running reweighting scheme More...
#include <reweighted.h>
Public Member Functions | |
ReweightedResult () | |
Default construction. More... | |
Public Attributes | |
t_uint | niters |
Number of iterations (outer loop) More... | |
bool | good |
Wether convergence was achieved. More... | |
WeightVector | weights |
Weights at last iteration. More... | |
Algorithm::DiagnosticAndResult | algo |
Result from last inner loop. More... | |
output from running reweighting scheme
Definition at line 57 of file reweighted.h.
|
inline |
Default construction.
Definition at line 67 of file reweighted.h.
Algorithm::DiagnosticAndResult sopt::algorithm::Reweighted< ALGORITHM >::ReweightedResult::algo |
Result from last inner loop.
Definition at line 65 of file reweighted.h.
Referenced by sopt::algorithm::Reweighted< ALGORITHM >::operator()().
bool sopt::algorithm::Reweighted< ALGORITHM >::ReweightedResult::good |
Wether convergence was achieved.
Definition at line 61 of file reweighted.h.
Referenced by sopt::algorithm::Reweighted< ALGORITHM >::operator()().
t_uint sopt::algorithm::Reweighted< ALGORITHM >::ReweightedResult::niters |
Number of iterations (outer loop)
Definition at line 59 of file reweighted.h.
Referenced by sopt::algorithm::Reweighted< ALGORITHM >::operator()().
WeightVector sopt::algorithm::Reweighted< ALGORITHM >::ReweightedResult::weights |
Weights at last iteration.
Definition at line 63 of file reweighted.h.
Referenced by sopt::algorithm::Reweighted< ALGORITHM >::operator()().