Change the default solver to be hve

This commit is contained in:
Tiago Gomes 2012-12-19 18:25:47 +00:00
parent c407594146
commit 046af409ba

View File

@ -137,8 +137,8 @@
:- meta_predicate probability(:,-), conditional_probability(:,:,-).
solver(ve).
em_solver(bp).
solver(hve).
em_solver(hve).
suppress_attribute_display(false).
parameter_softening(m_estimate(10)).
use_parfactors(off).