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 85bcfa5 commit 6f9679aCopy full SHA for 6f9679a
src/mcmc/gibbs.jl
@@ -339,7 +339,7 @@ function DynamicPPL.initialstep(
339
samplers = alg.samplers
340
341
# 1. Run the model once to get the varnames present + initial values to condition on.
342
- vi_base = DynamicPPL.VarInfo(model)
+ vi_base = DynamicPPL.VarInfo(rng, model)
343
344
# Simple way of setting the initial parameters: set them in the `vi_base`
345
# if they are given so they propagate to the subset varinfos used by each sampler.
0 commit comments