| 
    BornAgain
    1.18.0
    
   Simulate and fit neutron and x-ray scattering at grazing incidence 
   | 
 
Stores fit iteration info to track fit flow from various observers. More...
Public Member Functions | |
| void | update (const Fit::Parameters ¶ms, double chi2) | 
| unsigned | iterationCount () const | 
| Returns current number of minimizer iterations.  | |
| double | chi2 () const | 
| Fit::Parameters | parameters () const | 
| std::map< std::string, double > | parameterMap () const | 
| Returns map of fit parameter names and its current values.  | |
Stores fit iteration info to track fit flow from various observers.
Used in context of FitObjective.
Definition at line 25 of file IterationInfo.h.