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 "make install" #17

Closed bmmalone closed 7 years ago

bmmalone commented 7 years ago

The executables are built in bazel-bin/urlearning/<folder>. An install option is necessary to place these in a specified location (--prefix option).