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
It seems that the PyMC blackjax sampler struggles to sample from models that have a truncated likelihood. In particular, the sampler often fails to converge with many divergences. Based on this initial discussion, it seems that this is likely to be a problem with the sampler because other samplers complete successfully on the same model, and there doesn't appear to be any issues with geometry at play.
Describe the issue as clearly as possible:
It seems that the PyMC blackjax sampler struggles to sample from models that have a truncated likelihood. In particular, the sampler often fails to converge with many divergences. Based on this initial discussion, it seems that this is likely to be a problem with the sampler because other samplers complete successfully on the same model, and there doesn't appear to be any issues with geometry at play.
Screenshot of erroneous output:
Steps/code to reproduce the bug:
Expected result:
The sampler should complete with no divergences with posteriors similar to those of the PyMC NUTS.
Error message:
Blackjax/JAX/jaxlib/Python version information:
Context for the issue:
This issue appears to render the sampler unable to fit models with certain truncated likelihoods, which are a useful construct in a number of domains.
The text was updated successfully, but these errors were encountered: