ReactiveMP.jl
ReactiveMP.jl copied to clipboard
Propagate log of Categorical distribution parameters?
@bartvanerp
We now propagate vectors with elements in [0, 1], but what if we would instead propagate the log of these elements for better robustness? I think this might also get rid of having to clamp the variables.
@bartvanerp https://github.com/cjdoris/LogarithmicNumbers.jl
Seems interesting, thanks for sharing!
Following up on https://github.com/biaslab/RxInfer.jl/issues/94, we need to reduce the number of occurences of tiny
/ huge
as much as possible. Getting rid of the clamping for Categorical
distributions will be a first important step.