Aritrik Ghosh
Results
2
comments of
Aritrik Ghosh
I was using the bandit parameter in the param space of BayesianOptimisationLoop class. But when I tried running the loop there was an attribute error -' 'BanditParameter' object has no...
from emukit.core.bandit_parameter import BanditParameter param = BanditParameter('Maxt',sensor_coordinates) #'sensor_coordinates' is a 2d numpy array containing the coordinates of sensors X=np.zeros((data_points,2)) #data_points are no of data points number of initial points that...