Skip to content

Commit

Permalink
Update NUTSampler.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Aug 14, 2024
1 parent 239fe3b commit d2d617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/src/EpiInference/NUTSampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `NUTSampler` struct represents using the No-U-Turn Sampler (NUTS) to sample
"The metric type to use for the HMC sampler."
metricT::M = DiagEuclideanMetric
"number of adaptation steps"
nadapts::Int = 250
nadapts::Int = 500
end

@doc raw"
Expand Down

0 comments on commit d2d617c

Please sign in to comment.