more gradient based tomfoolery

This commit is contained in:
James Hensman 2014-01-24 14:15:32 +00:00
parent 7b5e8a9ffc
commit c1a416debc
4 changed files with 4 additions and 6 deletions

View file

@ -49,7 +49,7 @@ class ExactGaussianInference(object):
dL_dK = 0.5 * (tdot(alpha) - Y.shape[1] * Wi)
kern.update_gradients_full(dL_dK)
kern.update_gradients_full(dL_dK, X)
likelihood.update_gradients(np.diag(dL_dK))