-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Discussed here.
tilde_assume and tilde_observe currently fall back to different methods of tilde/dot_tilde, which are distinguished by their arguments. And these methods in turn call the assume and observe methods from the inference algorithm. Some inference algorithms also (or instead) overload methods of tilde directly.
Until now the tilde_{observe,assume} methods are only an internal wrapper and work backwards compatibly.
I propose
assume,observe, anddot_{assume,observe}to be overloaded and used by inference algorithms, andtilde_{assume,observe}anddot_tilde_{assume,observe}for internal usage (unpacking stuff, and unifying the return values).
devmotion and trappmartin
Metadata
Metadata
Assignees
Labels
No labels