Skip to content

Commit

Permalink
correct alg
Browse files Browse the repository at this point in the history
  • Loading branch information
friguzzi committed Jan 13, 2024
1 parent ec5d441 commit 178aca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/liftcover/bongard_par.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
:- set_lift(megaex_bottom,10). % max number of mega examples to considered in the generation of bottoms clauses
:- set_lift(initial_clauses_per_megaex,1).
:- set_lift(min_probability,0.00001). % threshold value of the probability under which a clauses is dropped out
:- set_lift(parameter_learning,em_python).
:- set_lift(parameter_learning,em).
:- set_lift(threads,2).

bg([]).
Expand Down

0 comments on commit 178aca6

Please sign in to comment.