bmmalone / urlearning-cpp

This c++ project implements a number of algorithms for learning Bayesian network structures using state space search techniques.
MIT License
8 stars 4 forks source link

Create cython bindings for solvers #15

Open bmmalone opened 7 years ago

bmmalone commented 7 years ago

Allowing the solvers to be called from python will greatly simplify prototyping for new algorithms and variants. Additionally, this can eliminate much of the redundant code in the urlearning-python library.