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

This commit is contained in:
Max Zwiessele 2013-05-30 10:37:20 +01:00
commit 43cd5ad50b
6 changed files with 89 additions and 9 deletions

View file

@ -447,7 +447,7 @@ class model(parameterised):
assert isinstance(self.likelihood, likelihoods.EP), "EPEM is only available for EP likelihoods"
ll_change = epsilon + 1.
iteration = 0
last_ll = -np.exp(1000)
last_ll = -np.inf
convergence = False
alpha = 0