Open mhlr opened 2 years ago
This error occurs a number of iterations in. On the last run it got to 50 of 64 before hitting this
I've got the same error. We will investigate this further. Thanks for pointing this out!
Hi, I created a branch to temporarily solve this problem with the random forests as a surrogate model and hope that it could solve this issue: https://github.com/automl/SMAC3/tree/multi_obj_epm However, it might take a while for us to make EIPS compatible with other surrogate models (GP and GPMCMC).
EIPS is supposed to be used with this model, but I haven't checked whether it still works.
Generally speaking, EIPS belongs to multi-objective acquisition function and needs to be combined with [multi_objective_model]https://github.com/automl/SMAC3/blob/development/smac/model/multi_objective_model.py We will update the description accordingly
When i try to run the following scenario
I get the following error (the run succeeds when KWARGS is empty):
What do I need do to make EIPS acquisition work?