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 7f12c3e commit ed197f9Copy full SHA for ed197f9
src/mcmc/ess.jl
@@ -82,10 +82,6 @@ EllipticalSliceSampling.isgaussian(::Type{<:ESSPrior}) = true
82
83
# Only define out-of-place sampling
84
function Base.rand(rng::Random.AbstractRNG, p::ESSPrior)
85
- # TODO(penelopeysm/DPPL 0.38) The main problem I'm rather unsure about is
86
- # ESS-within-Gibbs. The current implementation I think makes sure to only resample the
87
- # variables that 'belong' to the current ESS sampler. InitContext on the other hand
88
- # would resample all variables in the model (??) Need to think about this carefully.
89
_, vi = DynamicPPL.init!!(p.model, p.varinfo, DynamicPPL.InitFromPrior())
90
return vi[:]
91
end
0 commit comments