BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
FitStatus Class Reference

Contains status of the fitting (running, interupted etc) and all intermediate information which has to be collected during the fit. More...

Public Member Functions

 FitStatus (const FitObjective *fit_objective)
 
void setInterrupted ()
 
bool isInterrupted () const
 
bool isCompleted () const
 
void update (const Fit::Parameters &params, double chi2)
 
void initPrint (int every_nth)
 
void addObserver (int every_nth, fit_observer_t)
 
IterationInfo iterationInfo () const
 
Fit::MinimizerResult minimizerResult () const
 
void finalize (const Fit::MinimizerResult &result)
 Should be explicitely called on last iteration to notify all observers.
 

Detailed Description

Contains status of the fitting (running, interupted etc) and all intermediate information which has to be collected during the fit.

Owned by FitObjective.

Definition at line 34 of file FitStatus.h.


The documentation for this class was generated from the following files: