godai0519 / BayesianNetwork

An implementation of Bayesian Networks Model for pure C++14 (11) later, including probability inference and structure learning method.
MIT License
39 stars 10 forks source link

To use Boost.Graph Library, or to stay the status quo? #20

Open godai0519 opened 8 years ago

godai0519 commented 8 years ago

If BayesianNetwork use Boost.Graph Library(BGL), it's nesessary to rewrite from the beginning. But, we can use various libraries and functions, that implmented by BGL. For example, shortest path, max flow, and more!

On the other hand, if BayesianNetwork stay, it is added many comment and encourage a few modification.

Umm, what should I do? I'll think about it for a while.