Ask a Question | Search PSRCHIVE: |
![]()
|
ReceptionModelSolver.h Solve the measurement equation by non-linear least squares minimization. Definition ReceptionModelSolver.h:22 void count_infit() Count the number of parameters to be fit. Definition ReceptionModelSolver.C:21 virtual Solver * clone() const =0 Return a new, copy-constructed clone. void count_constraint() Count the total number of constraints (one-dimensional data) Definition ReceptionModelSolver.C:38 Reference::To< ReceptionModel, false > equation The measurement equation to be solved. Definition ReceptionModelSolver.h:89 virtual void solve() Solve the measurement equations by least squares minimization. Definition ReceptionModelSolver.C:212 void erase_input(unsigned index) remove the input from the model and adjust all measurements accordingly Definition ReceptionModelSolver.C:202 void set_verbosity(unsigned level) Set the verbosity level (0 = quiet, 3 = most verbose) Definition ReceptionModelSolver.h:47 void add_convergence_condition(Functor< bool(ReceptionModel *) >) Add a convergence condition. Definition ReceptionModelSolver.C:332 std::string prefit_report_filename Filename to which a pre-fit report will be written. Definition ReceptionModelSolver.h:62 void check_constraints() verify that all free parameters have constraining data Definition ReceptionModelSolver.C:93 static bool report_chisq report the reduced chisq on completion Definition ReceptionModelSolver.h:29 void check_inputs() verify that all inputs with free parameters have constraining data Definition ReceptionModelSolver.C:158 virtual void fit()=0 The fit is performed by derived classes. void erase_transformation(unsigned index) remove the transformation from the model and adjust all measurements accordingly Definition ReceptionModelSolver.C:150 unsigned verbose Verbosity level. Definition ReceptionModelSolver.h:95 std::vector< CoherencyMeasurementSet > & get_data() The observations used to constrain the measurement equations. Definition ReceptionModelSolver.C:325 void check_transformations() verify that all transformations with free parameters have constraining data Definition ReceptionModelSolver.C:106 std::vector< Functor< bool(ReceptionModel *) > > convergence_condition Additional convergence conditions. Definition ReceptionModelSolver.h:56 std::vector< Functor< bool(ReceptionModel *) > > acceptance_condition Additional acceptance conditions. Definition ReceptionModelSolver.h:59 void set_equation(ReceptionModel *) Set the measurement equation to be solved. Definition ReceptionModelSolver.C:344 void add_acceptance_condition(Functor< bool(ReceptionModel *) >) Add an acceptance condition. Definition ReceptionModelSolver.C:339 friend class Solver Provide Solver class with acces to data. Definition ReceptionModel.h:135 ReceptionModel() null constructor Definition ReceptionModel.C:20 static bool verbose Generated using doxygen 1.14.0
|