Skip to content
Snippets Groups Projects
Commit b3d75cd2 authored by Jonathan Kriwet's avatar Jonathan Kriwet
Browse files

changes to calibration class

parent 908a9a2b
Branches
Tags
No related merge requests found
...@@ -628,7 +628,8 @@ class EnergyPlusCalibrator: ...@@ -628,7 +628,8 @@ class EnergyPlusCalibrator:
"ret_val_on_error": 10_000, "ret_val_on_error": 10_000,
# For this example, let's keep the runtime low # For this example, let's keep the runtime low
"max_itercount": 1_000_000, "max_itercount": 1_000_000,
"max_time": max_time "max_time": max_time,
'save_current_best_iterate': True
} }
kwargs_scipy_dif_evo = {"maxiter": 1_000_000, kwargs_scipy_dif_evo = {"maxiter": 1_000_000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment