automl / DEHB

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

Add example for ask and tell #70

Closed Bronzila closed 10 months ago

Bronzila commented 10 months ago

I adapted the given RandomForest optimization example to use the ask and tell functionality.

The example shows how to use ask and tell itself and how to continue optimizing with run after using ask and tell, similar to the SMAC ask and tell example.

Proper doc strings and basic unittests for ask/tell have already been merged with the previous PR.

Bronzila commented 10 months ago

I've also added the examples to the documentation.