initialise so that we can run queries
This commit is contained in:
parent
a4fa6c5b4b
commit
02bd8a1760
@ -2075,8 +2075,8 @@ init_problog(Threshold) :-
|
|||||||
timer_reset(sld_time),
|
timer_reset(sld_time),
|
||||||
timer_reset(build_tree_low).
|
timer_reset(build_tree_low).
|
||||||
|
|
||||||
% :- initialization( ( init_problog(0.0),
|
:- initialization( ( init_problog(0.0),
|
||||||
% reset_control ) ).
|
reset_control ) ).
|
||||||
|
|
||||||
% idea: proofs that are refinements of known proof can be pruned as they don't add probability mass
|
% idea: proofs that are refinements of known proof can be pruned as they don't add probability mass
|
||||||
% note that current ptree implementation doesn't provide the check as there's no efficient method known so far...
|
% note that current ptree implementation doesn't provide the check as there's no efficient method known so far...
|
||||||
|
Reference in New Issue
Block a user