You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using emukits 0.4.11 version for Bayesian Quadrature! I want to try different kernels and also (if thats possible) lineair combinations of them and also optimize their hyperparameters. I had something like the following:
Hi there!
I am using emukits 0.4.11 version for Bayesian Quadrature! I want to try different kernels and also (if thats possible) lineair combinations of them and also optimize their hyperparameters. I had something like the following:
which does run (and also the emukit_method.optimize() does run, however, it does not accept any parameters (I want to set verbose=True).
However, this method uses the RBFGPy to wrap the GPy kernel to an emukit kernel - is this possible? I wasnt so sure, so I also tried:
,
but here, the create_emukit_model_from_gpy_model cannot handle the summation of the different kernels.
But the first method looks working, but I just wanted to be sure that it is not turning my combination of kernels into another RBF kernel
The text was updated successfully, but these errors were encountered: