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

Add updated algorithm pseudocode #4

Open bmmalone opened 7 years ago

bmmalone commented 7 years ago

As pointed out by Ni, the pseudocode in our JAIR paper has several typos and other problems. The docs for the project can include a brief algorithm description and pseudocode for the main solvers (astar and bfbnb, as well as the static pattern databases).