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 noticed that there was some activity on KernelFunctions with periodic_transform recently, which reminded me to check back to see if there was anything I can do to help fix.
The periodic_transform is a different thing unfortunately. However now I managed to implement kernel parameters optimization with ForwardDiff, just set AugmentedGaussianProcesses.setadbackend(:forward_diff) before running your algorithm. It's kinda of a new thing but it should work! Since ForwardDiff supports mutation it should work with PeriodicKernel
If I change the kernel in Regression - Gaussian.ipynb to a
PeriodicKernel()
, I get the following error:The text was updated successfully, but these errors were encountered: