Skip to content

Commit

Permalink
Update HMC.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai committed Mar 7, 2019
1 parent e7bb08b commit d402b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HMC.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module HMC
module AdvancedHMC

using LinearAlgebra: cholesky
using Statistics: mean, var
Expand All @@ -20,7 +20,7 @@ include("hamiltonian.jl")
export Hamiltonian
include("integrator.jl")
export Leapfrog
include("adapt.jl")
include("stepsize.jl")
export find_good_eps
include("proposal.jl")
export TakeLastProposal,SliceNUTS
Expand Down

0 comments on commit d402b61

Please sign in to comment.