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:
parent
f2682374fb
commit
c5a390460d
@ -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).
|
||||
|
Reference in New Issue
Block a user