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.
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.