Merge branch 'params' of github.com:SheffieldML/GPy into params

This commit is contained in:
Ricardo 2014-03-20 14:42:18 +00:00
commit ab3ab6a177
21 changed files with 370 additions and 46 deletions

View file

@ -43,8 +43,8 @@ class StudentT(Likelihood):
Pull out the gradients, be careful as the order must match the order
in which the parameters are added
"""
self.sigma2.gradient = derivatives[0]
self.v.gradient = derivatives[1]
self.sigma2.gradient = grads[0]
self.v.gradient = grads[1]
def pdf_link(self, link_f, y, Y_metadata=None):
"""