bayesnet / bnt

Bayes Net Toolbox for Matlab
465 stars 246 forks source link

Possible bug in graph/best_first_elim_order.m #33

Open ido opened 10 years ago

ido commented 10 years ago

From cleversh...@gmail.com on July 02, 2013 16:00:27

At line 47: min_fill(j) = l^2 - sum(M(:));

Should we also minus the self edges like the following? min_fill(j) = l^2 -l - sum(M(:));

What version of the product are you using? Version 1.0.7

Original issue: http://code.google.com/p/bnt/issues/detail?id=33