SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
LeastSquareSummary.h
Go to the documentation of this file.
1
22
23#ifndef MODELFITTING_LEASTSQUARESUMMARY_H
24#define MODELFITTING_LEASTSQUARESUMMARY_H
25
26#include <vector>
27#include <boost/any.hpp>
28
29namespace ModelFitting {
30
69
70} // end of namespace ModelFitting
71
72#endif /* MODELFITTING_LEASTSQUARESUMMARY_H */
73
Class containing the summary information of solving a least square minimization problem.
StatusFlag status_flag
Flag indicating if the minimization was successful.
size_t iteration_no
The number of iterations.
float duration
Runtime (in seconds)
std::vector< double > parameter_sigmas
1-sigma margin of error for all the parameters
int engine_stop_reason
Engine-specific reason for stopping the fitting.