some documenting, and fiddling with the laplace approx

This commit is contained in:
James Hensman 2014-01-31 16:59:06 +00:00
parent 9f40ab0f83
commit 399adb1b00
3 changed files with 86 additions and 156 deletions

View file

@ -53,6 +53,6 @@ class ExactGaussianInference(object):
likelihood.update_gradients(np.diag(dL_dK))
return Posterior(LW, alpha, K), log_marginal, {'dL_dK':dL_dK}
return Posterior(woodbury_chol=LW, woodbury_vector=alpha, K=K), log_marginal, {'dL_dK':dL_dK}