automl / HPOBenchExperimentUtils

Experiment code to run large-scale experimente with HPOBench
Apache License 2.0
7 stars 5 forks source link

Fix Time Counting in bookkeeper.py #34

Closed PhMueller closed 3 years ago

PhMueller commented 3 years ago

In case the benchmark is a surrogate, we are only interested in the predicted costs for the objective function. Thus, we subtract the time needed to call the objective function. However, in the previous versions, we only subtracted the time of the last call and not the summed-up time from the calls before.