RWTH-EBC / AixCaliBuHA

Wield this tool to be King Arthur of your models.
MIT License
10 stars 2 forks source link

added max_time to calibration settings #56

Closed jkriwet closed 4 months ago

jkriwet commented 5 months ago

Added functionality to set a maximum calibration time. Added general check for max_iteration and max_time and changed place of that, so that when using multiprocessing a termination is only done after the results of one multiprocessing round are evaluated, to not unnecessarily ignore finished results.

Closes #55