all kernels working fine with the psi statistics now

This commit is contained in:
Nicolo Fusi 2013-02-15 18:08:40 +00:00
parent 16d9536027
commit de665361a7
5 changed files with 14 additions and 18 deletions

View file

@ -34,7 +34,7 @@ class sparse_GP(GP):
"""
def __init__(self, X, likelihood, kernel, Z, X_uncertainty=None, Xslices=None,Zslices=None, normalize_X=False):
self.scale_factor = 1.0# a scaling factor to help keep the algorithm stable
self.scale_factor = 100.0# a scaling factor to help keep the algorithm stable
self.Z = Z
self.Zslices = Zslices