mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
starting varDTC with uncertain inputs [not working]
This commit is contained in:
parent
70e7d72bf2
commit
b2328c4f47
5 changed files with 29 additions and 12 deletions
|
|
@ -159,7 +159,7 @@ class RBF(Kernpart):
|
|||
if self.ARD:
|
||||
self.lengthscales.gradient += self._dL_dlengthscales_via_K(dL_dKmm, Z, None)
|
||||
else:
|
||||
self.lengthscale.gradient += (self.variance / self.lengthscale) * np.sum(self._K_dvar * self._K_dist2 * dL_dK)
|
||||
self.lengthscale.gradient += (self.variance / self.lengthscale) * np.sum(self._K_dvar * self._K_dist2 * dL_dKmm)
|
||||
|
||||
def gradients_X(self, dL_dK, X, X2, target):
|
||||
#if self._X is None or X.base is not self._X.base or X2 is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue