11.1.3. rheia.OPT.optimization.check_existing_results
- rheia.OPT.optimization.check_existing_results(run_dict, space_obj)
Check if previously generated results exists in the provided results directory.
- Parameters
run_dict (dict) – The dictionary with user-defined values for the characterization of the optimization.
space_obj (object) – The object with information on the design space and stochastic space
- Returns
start_from_last_gen – Boolean that indicates if results exist in the considered result directory.
- Return type
bool