mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
adding and producting in stationary is no stationary
This commit is contained in:
parent
efd262965e
commit
1766db89fe
6 changed files with 154 additions and 91 deletions
|
|
@ -128,7 +128,7 @@ class RBF(Kern):
|
|||
|
||||
def update_gradients_variational(self, dL_dKmm, dL_dpsi0, dL_dpsi1, dL_dpsi2, Z, posterior_variational):
|
||||
mu = posterior_variational.mean
|
||||
S = posterior_variational.variance
|
||||
S = posterior_variational.variance
|
||||
self._psi_computations(Z, mu, S)
|
||||
|
||||
#contributions from psi0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue