From b6d90266bef7fc249f6fe10891bcc2e3b14c1341 Mon Sep 17 00:00:00 2001 From: ST John Date: Fri, 7 Jan 2022 23:17:36 +0200 Subject: [PATCH] formatting --- src/ApproximateGPs.jl | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/ApproximateGPs.jl b/src/ApproximateGPs.jl index bf3860c8..1f30ef53 100644 --- a/src/ApproximateGPs.jl +++ b/src/ApproximateGPs.jl @@ -14,19 +14,14 @@ using FillArrays using KLDivergences using PDMats: chol_lower -using AbstractGPs: - AbstractGP, - FiniteGP, - LatentFiniteGP, - ApproxPosteriorGP, - At_A, - diag_At_A - -export SparseVariationalApproximation, Centered, NonCentered -export DefaultQuadrature, Analytic, GaussHermite, MonteCarlo +using AbstractGPs: AbstractGP, FiniteGP, LatentFiniteGP, ApproxPosteriorGP, At_A, diag_At_A include("utils.jl") + +export DefaultQuadrature, Analytic, GaussHermite, MonteCarlo include("expected_loglik.jl") + +export SparseVariationalApproximation, Centered, NonCentered include("sparse_variational.jl") using ForwardDiff