Turing.jl
Turing.jl copied to clipboard
Progress reporting in parallel sampling
Hi everyone,
One thing I've noticed is that progress reporting when doing chains in parallel (for example using MCMCThreads()
) is not informative, the progress meter only updates when a chain is finished rather than reporting within chain progress (as per serial sampling).
Is there any movement towards chain-by-chain progress reporting as per stan?