CONAN.conf.rerun_result

CONAN.conf.rerun_result#

CONAN.conf.rerun_result(result_folder, out_folder=None, resume_sampling=False, shared_params={}, verbose=True)#

rerun the fit using config_save.dat file in a previous result folder. This can be to regenerate plot or continue sampling with same setup.

Parameters:
  • result_folder (str;) – path to folder containing the config_save.dat file from previous CONAN launch.

  • out_folder (str;) – path to folder where output files will be saved. If None, the output files are saved in the result_folder.

  • resume_sampling (bool;) – resume sampling from last saved position

  • shared_params (dict;) – dictionary of parameters to be shared

  • verbose (bool;) – show print statements

Returns:

result – result object containing chains of the fit.

Return type:

object;