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

This commit is contained in:
Max Zwiessele 2014-03-10 08:56:17 +00:00
commit 21c4d41ac3
13 changed files with 239 additions and 53 deletions

View file

@ -80,7 +80,7 @@ class VarDTC(object):
Kmm = kern.K(Z) +np.eye(Z.shape[0]) * self.const_jitter
Lm = jitchol(Kmm)
Lm = jitchol(Kmm+np.eye(Z.shape[0])*self.const_jitter)
# The rather complex computations of A
if uncertain_inputs: