Hi,
I had misunderstood some of the goals of this package, thankfully @cpfiffer got me straightened out. I'm looking into using this as an interface for populating SampleChains.
The docs seem mostly oriented toward people building new samplers, and not so much for people building new ways of representing chains. So I have lots of questions...
- I'd like to avoid getting all of the samples and then calling
bundle_samples. It seems like I should be able to instead overload save!! and then have bundle_samples be a no-op. Is that right?
- Cameron mentioned a
resume function that can pick up sampling where it left off, without needing to go back through the warmup phase. But I don't see it in this repo. Where can I find it?
- Where are things like per-sample diagnostics stored? Divergences for HMC, that sort of thing.
- Do you have any examples of using this with log-weighted samples? I need these for importance sampling, VI, etc.
I'm sure I'll have more to come, but this will get me started. Thanks :)
Hi,
I had misunderstood some of the goals of this package, thankfully @cpfiffer got me straightened out. I'm looking into using this as an interface for populating SampleChains.
The docs seem mostly oriented toward people building new samplers, and not so much for people building new ways of representing chains. So I have lots of questions...
bundle_samples. It seems like I should be able to instead overloadsave!!and then havebundle_samplesbe a no-op. Is that right?resumefunction that can pick up sampling where it left off, without needing to go back through the warmup phase. But I don't see it in this repo. Where can I find it?I'm sure I'll have more to come, but this will get me started. Thanks :)