Skip to content

Commit

Permalink
Set back to 100 pss now that remove-dangling-atom is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeiswei committed Nov 6, 2017
1 parent d5c94a5 commit 5b967d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pln/inference-control-learning/icl.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; Contain the main inference control learning experiment loop

;; Set parameters
(define pss 50) ; Problem set size
(define pss 100) ; Problem set size
(define niter 2) ; Number of iterations
(define piter 30) ; Number of iterations used for each problem

Expand Down

0 comments on commit 5b967d3

Please sign in to comment.