Open
Description
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()
?