TuringLang / AbstractPPL.jl

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

Move `AbstractContext` and `evaluate!!` to AbstractPPL #55

Closed PavanChaggar closed 2 years ago

PavanChaggar commented 2 years ago

Moving only the definitions of AbstractContext and evaluate!! to AbstractPPL.

Relevant to DynamicPPL #360.

yebai commented 2 years ago

Fixed by #56