Skip to content

Commit

Permalink
Readding the Augmented Likelihood macro
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Jan 13, 2021
1 parent 33e3ce6 commit 6c50719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AugmentedGaussianProcesses.jl
Expand Up @@ -19,6 +19,7 @@ module AugmentedGaussianProcesses
export predict_f, predict_y, proba_y
export fstar, ELBO
export covariance, diag_covariance, prior_mean
export @augmodel

#General modules
using Reexport
Expand Down Expand Up @@ -89,6 +90,8 @@ module AugmentedGaussianProcesses
include(joinpath("inference", "inference.jl"))
include(joinpath("likelihood", "likelihood.jl"))

include(joinpath("likelihood", "generic_likelihood.jl"))

include(joinpath("functions", "KLdivergences.jl"))
include(joinpath("data", "utils.jl"))
include(joinpath("functions", "plotting.jl"))
Expand Down

0 comments on commit 6c50719

Please sign in to comment.