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 ca615e0 commit 68592af
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 @@ -57,7 +57,7 @@ struct HMCSampler{K<:AbstractMCMCKernel,M<:AbstractMetric,A<:AbstractAdaptor} <:
κ::K
"Choice of initial metric [`AbstractMetric`](@ref). The metric type will be preserved during adaption."
metric::M
"[`AbstractAdaptor`](@ref)."
"[`AdvancedHMC.Adaptation.AbstractAdaptor`](@ref)."
adaptor::A
end

Expand Down

0 comments on commit 68592af

Please sign in to comment.