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 tried to implement a MTBO program, but I have problems calling robo.fmin.mtbo.
Two kernels are used in robo.fmin.mtbo. i.e., Matern52Kernel and TaskKernel. But neither version of the george version can fit both.
I tried the development branch of george, but TaskKernel is undefined.
I tried the master branch of george, though TaskKernel is defined, the initialization parameters for Matern52Kernel are apparently different from those defined in robo.fmin.mtbo.
Could you kindly fix this?
The text was updated successfully, but these errors were encountered:
Unfortunately, the Taskkernel doesn't work with the latest george version anymore (automl/george development branch) and I don't know how to fix that with their new interface for kernels
Hi @aaronkl
I tried to implement a MTBO program, but I have problems calling robo.fmin.mtbo.
Two kernels are used in robo.fmin.mtbo. i.e., Matern52Kernel and TaskKernel. But neither version of the george version can fit both.
Could you kindly fix this?
The text was updated successfully, but these errors were encountered: