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 solver integration tests #10

Open bmmalone opened 7 years ago

bmmalone commented 7 years ago

Currently, the only way to test if a solver is working as expected is to run it and examine the output. This should be automated for all (or at least most) combinations of solvers, best score calculators, and pattern databases.