On-line thinning
Is there some way to store thinned MCMC chains without doing post sampling thinning? I have a huge number of parameters that I run with AdvancedMH and only want to save lets say every 10th sample in order not to run into storage limitations.
Yes, you can specify the keyword argument thinning. All common keyword arguments of AbstractMCMC should work since the general non-sampler specific part of the sampling is implemented in AbstractMCMC: https://turinglang.github.io/AbstractMCMC.jl/dev/api/#Common-keyword-arguments If something doesn't work, it's probably a bug.
Hey Turing team. I think it would be very helpful if this fact (the ability to use any of the keyword commands from AbstractMCMC) was made explicit in the Turing documentation.
We agree -- we'd love to have someone add this to the documentation!
@yebai I think this is a Turing.jl/Turing documentation issue, isn't it? As mentioned above, it is already documented in AbstractMCMC: https://beta.turing.ml/AbstractMCMC.jl/dev/api/#Common-keyword-arguments
Let's keep under TuringTutorials -- there is a plan for writing and maintaining all high-level docs using Jmd/Rmd from now on.