David Widmann

Results 1467 comments of David Widmann

And the proposal in https://github.com/TuringLang/DynamicPPL.jl/issues/94

Which version of Turing do you use? IIRC in some version particle filter methods did not respect the user-provided RNG but this should be fixed.

Hmm this is unfortunate, you use the latest version :smile: So it seems there's a bug and at some point we don't pass around the user-provided RNG but fall back...

Sure, then we can check easily if we managed to fix the problem.

Yep, this seems to confirm my assumption that the problem is the particle filter method. I suspected the recent change in AdvancedPS to `TracedRNG` (and some default initialization there which...

VarInfo isn't removed, so we still need all VarInfo code, don't we? We rather have to add some SimpleVarInfo code as well if it is added, or preferably generalize the...

`MCMCSerial` (with capital `S`) is defined in AbstractMCMC. But users don't have to know this since it is re-exported by Turing. That is, if you run `using Turing` it will...

You have to define a custom bijector since the support of the distribution of `y` is stochastic. The discussion in https://github.com/TuringLang/Turing.jl/issues/1270 shows how this can be done.