ocaml-multicore / effects-examples

Examples to illustrate the use of algebraic effects in Multicore OCaml
ISC License
423 stars 35 forks source link

A probabilistic programming library using effect handlers #24

Closed Arnhav-Datar closed 3 years ago

Arnhav-Datar commented 3 years ago

This repository contains EffPPL, a shallowly embedded domain-specific probabilistic programming library in Multicore OCaml made using effect handlers. EffPPL uses the core ideas mentioned in effects-examples/algorithmic_differentiation.ml for performing Algorithmic Diffrentiation in the Hamiltonian Monte Carlo Inference Algorithm.

dhil commented 3 years ago

Sounds interesting. However, it is not clear to me what the point of this PR is as it deletes the contents of this repository and replaces them by what looks like the source code for your thesis. Can you clarify, please?

Arnhav-Datar commented 3 years ago

I am sorry for the inconvenience, it was my first pull request. I will send out a proper one asap.