We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228524e commit 3327219Copy full SHA for 3327219
src/mh-core.jl
@@ -41,8 +41,8 @@ used if `chain_type=Chains`.
41
types are `chain_type=Chains` if `MCMCChains` is imported, or
42
`chain_type=StructArray` if `StructArrays` is imported.
43
"""
44
-mutable struct MetropolisHastings{D} <: Metropolis
45
- proposal :: D
+struct MetropolisHastings{D} <: Metropolis
+ proposal::D
46
end
47
48
StaticMH(d) = MetropolisHastings(StaticProposal(d))
0 commit comments