lawmurray / Birch

A probabilistic programming language that combines automatic differentiation, automatic marginalization, and automatic conditioning within Monte Carlo methods.
https://birch.sh
Apache License 2.0
109 stars 14 forks source link

CDF Boost Removal #5

Closed pranavsubramani closed 3 years ago

pranavsubramani commented 3 years ago

This pull request is WIP that creates utility functions to implement the standard CDF functions without using Boost.

TODO:

lawmurray commented 3 years ago

Thanks for all the efforts on this @pranavsubramani, this puts us one step closer to speeding up compile times, and eliminating some complex dependencies for GPU and other hardware support. Now merged!