Skip to content

Commit

Permalink
Add Mixture Model parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeiswei committed Nov 8, 2017
1 parent f39375f commit d3107a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/pln/inference-control-learning/pln-rb.scm
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@

;; Complexity penalty
(ure-set-num-parameter pln-rbs "URE:BC:complexity-penalty" 1)

;; Mixture Model compressiveness
(ure-set-num-parameter pln-rbs "URE:BC:MM:compressiveness" 0.5)

;; Mixture Model complexity penalty
(ure-set-num-parameter pln-rbs "URE:BC:MM:complexity-penalty" 0.5)

0 comments on commit d3107a6

Please sign in to comment.