Nested Model specification with next-gen PPL
GraphPPL.jl x ~ Normal(0, 1) into a factor graph containing the necessary information to perform inference. Next to this engine, GraphPPL.jl contains an implementation of a nested model specification, allowing users to specify models in a hierarchical manner. This allows for a more modular and reusable way of specifying models, and is especially useful for specifying models with a hierarchical structure.
RxInfer.jl GraphPPL.jl, we have decided to integrate the nested model specification of GraphPPL.jl into RxInfer.jl. This renews the user-interface of RxInfer.jl and allows for a more modular and reusable way of specifying models. The renewed RxInfer.jl is now powered by GraphPPL.jl and model specification is therefore more concise and powerful.