-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
There are several kinds of 'transitions' that can come out of samplers:
Turing.Inference.Transition
is the most common one.There are some other special transitions,Fixed by Unify TuringSGLDTransition
,SMCTransition
, andPGTransition
. These, together withTuring.Inference.Transition
, get lumped underTuring.Inference.AbstractTransition
.Transition
s, fix some testsย #2651- Some samplers also spit out varinfos (cough cough SampleFromPrior cough cough, and I think Prior also does this).
We should get rid of all of these conceptually similar things and just use a single Transition object.
I think this will have to wait for further changes in DynamicPPL because SampleFromPrior is not yet removed, but once that is done we can definitely get rid of the VarInfo methods.
The rest should also not be overly difficult to do.
yebai
Metadata
Metadata
Assignees
Labels
No labels