Chanse use_logarithms default to true.

Reasoning:
- In small networks, the use of logarithms is not noticed in terms of performance.
- In large networks, the chance to have a division by 0 is too high when not using logarithms.
This commit is contained in:
Tiago Gomes 2013-01-04 19:48:31 +00:00
parent f2682374fb
commit c5a390460d
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ set_horus_flag(K,V) :- cpp_set_horus_flag(K,V).
:- cpp_set_horus_flag(verbosity, 0).
:- cpp_set_horus_flag(use_logarithms, false).
%:- cpp_set_horus_flag(use_logarithms, true).
%:- cpp_set_horus_flag(use_logarithms, false).
:- cpp_set_horus_flag(use_logarithms, true).
%:- cpp_set_horus_flag(hve_elim_heuristic, sequential).
%:- cpp_set_horus_flag(hve_elim_heuristic, min_neighbors).