mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
minor bugfix
This commit is contained in:
parent
8ad774cb4e
commit
a97cdc3a07
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class Gaussian(Likelihood):
|
|||
def update_gradients(self, grad):
|
||||
self.variance.gradient = grad
|
||||
|
||||
def ep_gradients(self, Y, cav_tau, cav_v, dL_dKdiag,Y_metadata=None):
|
||||
def ep_gradients(self, Y, cav_tau, cav_v, dL_dKdiag, Y_metadata=None, quad_mode='gk', boost_grad=1.):
|
||||
return self.exact_inference_gradients(dL_dKdiag)
|
||||
|
||||
def exact_inference_gradients(self, dL_dKdiag, Y_metadata=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue