log_model_fitting_parameters

dataFitting.log_model_fitting_parameters(model, model_fit_variables, model_other_args)[source]

Logs the model and task parameters that used as initial fitting conditions

Parameters:
  • model (string) – The name of the model
  • model_fit_variables (dict) – The model parameters that will be fitted over and varied.
  • model_other_args (dict) – The other parameters used in the model whose attributes have been modified by the user