pymc icon indicating copy to clipboard operation
pymc copied to clipboard

Resuming a multi-process/chain run

Open yanirs opened this issue 6 years ago • 0 comments

Looking through #143 and #292, it seems like iter_sample() is the proposed way to resume sampling from an existing trace. However, it looks like iter_sample() doesn't support multi-processes, so it only samples from a single chain. Can it be extended to sample from multiple chains in parallel, as done by sample()?

yanirs avatar Oct 18 '19 03:10 yanirs