CONAN.conf.rerun_result
=======================

.. py:function:: 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.

   :param result_folder: path to folder containing the config_save.dat file from previous CONAN launch.
   :type result_folder: str;
   :param out_folder: path to folder where output files will be saved. If None, the output files are saved in the result_folder.
   :type out_folder: str;
   :param resume_sampling: resume sampling from last saved position
   :type resume_sampling: bool;
   :param shared_params: dictionary of parameters to be shared
   :type shared_params: dict;
   :param verbose: show print statements
   :type verbose: bool;

   :returns: **result** -- result object containing chains of the fit.
   :rtype: object;

