Bart van Erp
Bart van Erp
Didn't know about this package, but I think yes
Just had a look at `OneElement`. I like their definition where they save the `axes` in the struct, where we constrain ourselves to the `length`. Nonetheless, they seem to lack...
@wmkouw Do the memory addons provide the functionality you needed?
Sounds good! Looking forward to the example. Perhaps we can even highlight this as a separate header in the docs of `RxInfer.jl`, as a lot of people are looking for...
Perhaps this also relates to [#60](https://github.com/biaslab/RxInfer.jl/issues/60), asking for a "sharp bits" section.
@bvdmitri what do you think, I am fine with just having it in RxInfer.
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...
Hi @SebastianCallh! Our sincere apologies for the (extremely) late reply to your question. It just escaped our attention. Although your question seems a bit irrelated to the issue, I am...
Further update on the sharp bits section: - Variable relations described by arbitrary functions can now be used inside the model specification language. As inference in these cases is not...
Just did some very extensive research: **Benchmarking Methodology:** I think `PkgBenchmark.jl` is the best for creating the benchmark suite. I played around with this for `RxSDE.jl` a bit and really...