Skip to content

Commit

Permalink
Update AdvancedHMC.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Jul 26, 2024
1 parent 8805885 commit 6b023f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/AdvancedHMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ export sample
include("constructors.jl")
export HMCSampler, HMC, NUTS, HMCDA

module Experimental
module Experimental # experimental module

using Random, Statistics, LinearAlgebra
using ..AdvancedHMC

Expand Down Expand Up @@ -154,7 +155,8 @@ export DenseRiemannianMetric
import AdvancedHMC: DualValue, phasepoint, neg_energy, ∂H∂θ, ∂H∂r
using LinearAlgebra: logabsdet, tr
include("riemannian/hamiltonian.jl")
end

end # end of experimental module

include("abstractmcmc.jl")

Expand Down

0 comments on commit 6b023f7

Please sign in to comment.