https://github.com/reactivebayes/cortex.jl
A next generation message passing engine for Bayesian inference - successor of ReactiveMP.jl
https://github.com/reactivebayes/cortex.jl
Last synced: 11 months ago
JSON representation
A next generation message passing engine for Bayesian inference - successor of ReactiveMP.jl
- Host: GitHub
- URL: https://github.com/reactivebayes/cortex.jl
- Owner: ReactiveBayes
- License: mit
- Created: 2025-04-24T11:48:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T09:06:34.000Z (about 1 year ago)
- Last Synced: 2025-07-21T09:56:04.245Z (11 months ago)
- Language: Julia
- Size: 642 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cortex
[](https://ReactiveBayes.github.io/Cortex.jl/stable/)
[](https://ReactiveBayes.github.io/Cortex.jl/dev/)
[](https://github.com/ReactiveBayes/Cortex.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/ReactiveBayes/Cortex.jl)
[](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/C/Cortex.html)
[](https://github.com/JuliaTesting/Aqua.jl)
This package implements a simple, efficient and modular framework for running message passing algorithms on graphs, with a focus on message-passing based Bayesian inference. This is a successor to the [ReactiveMP.jl](https://github.com/ReactiveBayes/ReactiveMP.jl) package. Read the official [documentation](https://ReactiveBayes.github.io/Cortex.jl/stable/) for more details.
> [!NOTE]
> This package is currently a work in progress. The API may change without notice until the first stable release.