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
I think we could do this by using a somewhat lower-level interface in nuts-rs. Right now we just call sample_parallel, which takes care of multithreading of the different chains and gives us draws from any chain when they become available.
But we can also directly instantiate the individual chains, and call those in a pymc step-method.
ricardoV94
changed the title
Explore iterop with other step samplers
Explore interoperability with other step samplers
Jan 6, 2023
I don't know about rust/Python interop, but I assume that refactoring the trace backend is the right first step regardless.
I'll try to make another step in that direction as my next PR.
Would be neat if we could use nutpie as a step sampler with the other PyMC samplers (without killing performance too much)
Might justify refactoring the trace backend CC @michaelosthege
@aseyboldt any hints how one could start investigating this?
The text was updated successfully, but these errors were encountered: