merging with the gpy devel branch to be in sync with the latest code and make pull request again ..

This commit is contained in:
Akash Kumar Dhaka 2017-08-10 11:47:26 +03:00
commit f0f1a183b0
12 changed files with 204 additions and 40 deletions

View file

@ -85,6 +85,7 @@ class InferenceGPEP(unittest.TestCase):
inference_method=inf,
likelihood=lik)
K = self.model.kern.K(X)
post_params, ga_approx, cav_params, log_Z_tilde = self.model.inference_method.expectation_propagation(K, ObsAr(Y), lik, None)
mu_tilde = ga_approx.v / ga_approx.tau.astype(float)