diff --git a/README.md b/README.md index dbd2a7d8..8d500933 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,8 @@ GraphPPL.jl is a probabilistic programming language focused on probabilistic gra # Inference Backend GraphPPL.jl does not export any Bayesian inference backend. It provides a simple DSL parser, model generation, constraints specification and meta specification helpers. To run inference on -generated models user needs to have a Bayesian inference backend with GraphPPL.jl support (e.g. [ReactiveMP.jl](https://github.com/biaslab/ReactiveMP.jl)). \ No newline at end of file +generated models user needs to have a Bayesian inference backend with GraphPPL.jl support (e.g. [ReactiveMP.jl](https://github.com/biaslab/ReactiveMP.jl)). + +# License + +[MIT License](LICENSE) Copyright (c) 2021-2023 BIASlab