automl / DEHB

https://automl.github.io/DEHB/
Apache License 2.0
71 stars 16 forks source link

Implement ConfigIDs and rename objective function budget to fidelity #66

Closed Bronzila closed 10 months ago

Bronzila commented 11 months ago

Implement ConfigID functionality by utilizing a new class ConfigRepository. While there is still the possibility to extend the functionality e.g. for saving states, logs etc., I wanted to open this PR to get some continous feedback on my design.

Moreover I have renamed all budgets referring to the objective function to fidelity as we have discussed.

Please feel free to leave your comments/ideas on the changes!