15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_FITWIDGETS_FITPROGRESSINFO_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_FITWIDGETS_FITPROGRESSINFO_H
The FitProgressInfo class contains all essential information about fit progress.
std::string logInfo() const
std::vector< double > parValues() const
int iterationCount() const
std::vector< double > simValues() const
std::vector< double > m_values
std::vector< double > m_sim_values
Serves as observer for FitObjective and saves fit iteration data for later display in GUI widgets.