fixed target slicing bug in prod kernel

This commit is contained in:
James Hensman 2013-08-21 09:53:49 +01:00
parent 9e0795afc4
commit 65c0c72361
5 changed files with 35 additions and 30 deletions

View file

@ -16,6 +16,7 @@ def toy_1d():
m = GPy.models.SVIGPRegression(X,Y, batchsize=10, Z=Z)
m.constrain_bounded('noise_variance',1e-3,1e-1)
m.constrain_bounded('white_variance',1e-3,1e-1)
m.param_steplength = 1e-4