You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()?
The text was updated successfully, but these errors were encountered:
Looking through #143 and #292, it seems like
iter_sample()
is the proposed way to resume sampling from an existing trace. However, it looks likeiter_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 bysample()
?The text was updated successfully, but these errors were encountered: