FitProblem class allows to link a model with the new name created in _on_model, a name theory created with that model and the data fitted with the model. FitProblem is mostly used as value of the dictionary by fitting module.
clear constraint info
copy fitproblem
get index of the model name
Returns: | saved model |
---|
return list of couple of parameter name and value
return dictionary of id of fitproblem
Returns: | fitting range |
---|
get result
return true or false if a problem as being schedule for fitting
return smear object
Returns: | list of data dList |
---|
set schedule to true to decide if this fit must be performed
save a copy of the data select to fit
Parameters: | data – data selected |
---|
save a copy of a list of data
Parameters: | data_list – list of data |
---|
set index of the model name
associates each model with its new created name
Parameters: |
|
---|
Store the name and value of a parameter of this fitproblem’s model
Parameters: |
|
---|
set fitting range
set a list of result
save reference of smear object on fitdata
Parameters: | smear – smear object from DataLoader |
---|
save a copy of the data select to fit
Parameters: | data – data selected |
---|