just indenting
This commit is contained in:
parent
3d4a525e32
commit
0aeeb726e3
@ -399,7 +399,6 @@ do_learning_intern(0,_) :-
|
||||
!.
|
||||
do_learning_intern(Iterations,Epsilon) :-
|
||||
Iterations>0,
|
||||
|
||||
init_learning,
|
||||
current_iteration(CurrentIteration),
|
||||
retractall(current_iteration(_)),
|
||||
@ -409,7 +408,6 @@ do_learning_intern(Iterations,Epsilon) :-
|
||||
|
||||
format_learning(1,'~nIteration ~d of ~d~n',[CurrentIteration,EndIteration]),
|
||||
logger_set_variable(iteration,CurrentIteration),
|
||||
|
||||
logger_start_timer(duration),
|
||||
mse_testset,
|
||||
ground_truth_difference,
|
||||
@ -616,7 +614,8 @@ init_one_query(QueryID,Query,Type) :-
|
||||
(
|
||||
file_exists(Filename)
|
||||
->
|
||||
format_learning(3,' Reuse existing BDD ~q~n~n',[Filename]);
|
||||
format_learning(3,' Reuse existing BDD ~q~n~n',[Filename])
|
||||
;
|
||||
(
|
||||
problog_flag(init_method,(Query,_Prob,Filename,Probabilities_File,Call)),
|
||||
once(Call),
|
||||
@ -1530,4 +1529,3 @@ init_logger :-
|
||||
|
||||
:- initialization(init_flags).
|
||||
:- initialization(init_logger).
|
||||
|
||||
|
Reference in New Issue
Block a user