automl / RoBO

RoBO: a Robust Bayesian Optimization framework
BSD 3-Clause "New" or "Revised" License
480 stars 134 forks source link

Fabolas example is broken #95

Open cfusting opened 6 years ago

cfusting commented 6 years ago

Traceback (most recent call last): File "example_fabolas.py", line 125, in s_min=s_min, s_max=s_max, num_iterations=100) File "/home/chris/anaconda3/lib/python3.6/site-packages/RoBO-0.2.2-py3.6.egg/robo/fmin/fabolas.py", line 201, in fabolas IndexError: list index out of range

I'll have a look.

cfusting commented 6 years ago

The hack to fix this is to set n_init = len(subsets).