probcomp / GenExperimental.jl

Featherweight embedded probabilistic programming language and compositional inference programming library
MIT License
17 stars 2 forks source link

20180102 marcoct densescoring #90

Closed marcoct closed 6 years ago

marcoct commented 6 years ago

Mainly adds a 'dense scoring' feature, which scores all internal random choices in a probabilistic program, and stores this score in a separate internal_score value in the program state. This feature was needed for a simple version of backpropagation through stochastic nodes for https://github.com/probcomp/pps2018-proposals.