Skip to content

Commit 8adfa22

Browse files
authored
Update hmc.jl (#1838)
1 parent 46313e7 commit 8adfa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inference/hmc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ end
334334

335335

336336
"""
337-
NUTS(n_adapts::Int, δ::Float64; max_depth::Int=5, Δ_max::Float64=1000.0, init_ϵ::Float64=0.0)
337+
NUTS(n_adapts::Int, δ::Float64; max_depth::Int=10, Δ_max::Float64=1000.0, init_ϵ::Float64=0.0)
338338
339339
No-U-Turn Sampler (NUTS) sampler.
340340

0 commit comments

Comments
 (0)