add const_jitter back to varDTC

This commit is contained in:
Zhenwen Dai 2014-03-06 16:52:39 +00:00
parent 8177d63309
commit 5f3524e7da

View file

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