Replies: 6 comments
-
|
I suggest that we add
I'm not sure if we could also add the cc @junpenglao |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I'm confused, what is the difference between |
Beta Was this translation helpful? Give feedback.
-
|
the ElementwiseCategorical step in |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Related to #3546 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following up from #3134. The previous PR only added
model_logpfor NUTS and HMC. Apart from them, no other sampler computes the logp (e.g. the Metropolis samplers only computes thedelta_logp), so there would be overhead to require these samplers to track the logp.Quoting @junpenglao:
We should decide what samplers should support exporting the logp (i.e. which samplers already do this, or something close to it).
Beta Was this translation helpful? Give feedback.
All reactions