TuringLang / AbstractPPL.jl

Common types and interfaces for probabilistic programming
http://turinglang.org/AbstractPPL.jl/
MIT License
24 stars 6 forks source link

More operations for `GraphInfo` #53

Closed yebai closed 1 year ago

yebai commented 2 years ago

In #47, we implemented a few basic operations for GraphInfo, for example, construction, getindex. For practical purposes, we need to be able to

A good testing case for these features would be

  1. define a model
  2. initialise the model by sampling from the prior
  3. compute the log density of the sampled parameters
yebai commented 2 years ago

@PavanChaggar this would be a nice follow-up PR for https://github.com/TuringLang/AbstractPPL.jl/pull/47, but supporting sampling depends on #51 I think.

phipsgabler commented 1 year ago

Transferred to SymbolicPPL.jl