|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <StatisticProgress.h>
Public Member Functions | |
| StatisticStageProgressReporter (bool enabled, std::string label, std::size_t total_steps, std::ostream &os=std::cout, std::shared_ptr< StatisticProgressMonitor > monitor=nullptr, std::string phase="chi2_pipeline") | |
| void | start (const std::string &message) |
| void | step (std::size_t completed_steps, const std::string &message) |
| void | finish (const std::string &message) |
Stage-based progress reporter for covariance / likelihood / fit steps.
Definition at line 83 of file StatisticProgress.h.
| StatisticStageProgressReporter::StatisticStageProgressReporter | ( | bool | enabled, |
| std::string | label, | ||
| std::size_t | total_steps, | ||
| std::ostream & | os = std::cout, |
||
| std::shared_ptr< StatisticProgressMonitor > | monitor = nullptr, |
||
| std::string | phase = "chi2_pipeline" |
||
| ) |
Definition at line 138 of file StatisticProgress.cpp.
| void StatisticStageProgressReporter::finish | ( | const std::string & | message | ) |
Definition at line 193 of file StatisticProgress.cpp.
| void StatisticStageProgressReporter::start | ( | const std::string & | message | ) |
Definition at line 180 of file StatisticProgress.cpp.
| void StatisticStageProgressReporter::step | ( | std::size_t | completed_steps, |
| const std::string & | message | ||
| ) |
Definition at line 185 of file StatisticProgress.cpp.