mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 13:32:39 +02:00
removed marginal and derivative from posterior object
This commit is contained in:
parent
052b888793
commit
ca1cb4eb22
5 changed files with 8 additions and 14 deletions
|
|
@ -53,6 +53,6 @@ class ExactGaussianInference(object):
|
|||
|
||||
likelihood.update_gradients(np.diag(dL_dK))
|
||||
|
||||
return Posterior(log_marginal, dL_dK, LW, alpha, K)
|
||||
return Posterior(LW, alpha, K), log_marginal, dL_dK
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue