IncrementalInference.jl
IncrementalInference.jl copied to clipboard
Check examples and update as needed
- [x] ApproximateConvolution #905
- [x] BayesTreeIllustration #905
- [x] TexTreeIllustration
- [x] RobotFourDoor
- [x] TreeAnalysis #905
- [x] IllustrateAutoInit #905
- [ ] MultiHypo2Door WIP #906
- Propably needs #459 -
treeProductUp"UndefVarError: getUpMsgs not defined" (see #1053) doCliqInferenceUp!
- Propably needs #459 -
- [x] MultiHypo3Door #907
- [ ] FixedPointIllustrationsSquare
- [ ] SquareRootTypes
- [ ] squarefixedpoint
Great, thanks for doing this! FYI, we should add Square Root as intro example on CaesarDocs too.
We need a better solution to keep the examples up to date. Ideas:
- We can test it as a separate CI action to at least know when it's broken.
- We can use Documenter.jl and test it as examples.
- Maybe we should reduce it to a few (more manageable) key concepts.
I would say 1 and possibly 3.
I would say definitely all three, maybe better to work along priorities. Let me try do something about 3 here quick. I have never done 2, but know it can be done. And 1. is good option too, and go there if easier.