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

Issues compiling score #27

Open bmmalone opened 7 years ago

bmmalone commented 7 years ago

From Kari:

  • There are some undefined variables in use in ad_tree.cpp and constraints.h. Perhaps these should be replaced with 'network.size()'?
  • MergedTempFile.cpp needs '#include ' since std::cout is being used. Some implementations of the C++ standard library do include cout also within other headers, but this is not generally the case.
  • PreviousLayerStream.cpp includes 'boost/unordered/detail/buckets.hpp' which is deprecated (i.e. not provided in the most recent Boost version). Although it seems that the whole include line can simply be removed.