Discrete Variables #95
rlouf
started this conversation in
New features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discrete Variables
We need to settle on an API design before the first release as it could affect the internals of inference quite a bit. There are several ways to go about sampling discrete variables:
Of all these algorithms, Gibbs is probably the most challenging to implement. What would it look like?
Or to avoid repetitiions
Using the kernels as keys is slightly weird, but we do not have a choice since lists are non-hashable.
Beta Was this translation helpful? Give feedback.
All reactions