mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 13:02:38 +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):
|
def update_gradients(self, grad):
|
||||||
self.variance.gradient = 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)
|
return self.exact_inference_gradients(dL_dKdiag)
|
||||||
|
|
||||||
def exact_inference_gradients(self, dL_dKdiag, Y_metadata=None):
|
def exact_inference_gradients(self, dL_dKdiag, Y_metadata=None):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue