Skip to content

Commit

Permalink
Updated compat
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Apr 6, 2020
1 parent 1576c2e commit 4b79826
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Expand Up @@ -8,6 +8,7 @@ AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DeterminantalPointProcesses = "4d968f93-c0cd-4b7f-b189-b034d1a24a0e"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Expand All @@ -33,6 +34,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
AdvancedHMC = "0.2.13"
Clustering = "0.13.3"
DataStructures = "0.17"
DeterminantalPointProcesses = "0.1.0"
Distances = "0.8"
Distributions = "0.21.5, 0.22, 0.23"
FastGaussQuadrature = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/AugmentedGaussianProcesses.jl
Expand Up @@ -5,7 +5,7 @@ General Framework for the data augmented Gaussian Processes
"""
module AugmentedGaussianProcesses
const AGP = AugmentedGaussianProcesses; export AGP
export AbstractGP, GP, VGP, SVGP, VStP, MCGP, MOSVGP, MOARGP,OnlineSVGP
export AbstractGP, GP, VGP, SVGP, VStP, MCGP, MOVGP, MOSVGP, MOARGP,OnlineSVGP
export Likelihood, RegressionLikelihood, ClassificationLikelihood, MultiClassLikelihood
export GaussianLikelihood, StudentTLikelihood, LaplaceLikelihood, HeteroscedasticLikelihood
export LogisticLikelihood, BayesianSVM
Expand Down
3 changes: 2 additions & 1 deletion src/training.jl
@@ -1,4 +1,5 @@
""" `train!(model::AbstractGP;iterations::Integer=100,callback=0,convergence=0)`
"""
train!(model::AbstractGP;iterations::Integer=100,callback=0,convergence=0)
Function to train the given GP `model`.
Expand Down
Binary file removed tmp.gif
Binary file not shown.

0 comments on commit 4b79826

Please sign in to comment.