Skip to content

Commit

Permalink
Update constructors.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Nov 2, 2023
1 parent eb9a652 commit eab7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Note that all the fields have the prefix `initial_` to indicate
that these will not necessarily correspond to the `kernel`, `metric`,
and `adaptor` after sampling.
To access the updated fields use the resulting [`HMCState`](@ref).
To access the updated fields use the resulting [`AdvancedHMC.HMCState`](@ref).
"""
struct HMCSampler{K<:AbstractMCMCKernel,M<:AbstractMetric,A<:AbstractAdaptor} <:
AbstractHMCSampler
Expand Down

0 comments on commit eab7430

Please sign in to comment.