Skip to content

Commit

Permalink
Merge pull request #11 from opennars/BetterConfig
Browse files Browse the repository at this point in the history
Revert "Update: defaultConfig.xml: Less max. concepts but more termli…
It wasn't so good, better less predictions that are right than more wrong ones.
  • Loading branch information
patham9 authored Nov 20, 2018
2 parents 03de46b + 19e2ba9 commit 4e11a01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/defaultConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- NarParameters -->
<conf name="NOVELTY_HORIZON" value="100000"/>
<conf name="DECISION_THRESHOLD" value="0.51"/>
<conf name="CONCEPT_BAG_SIZE" value="80000"/>
<conf name="CONCEPT_BAG_SIZE" value="120000"/>
<conf name="CONCEPT_BAG_LEVELS" value="1000"/>

<conf name="DURATION" value="5"/>
Expand Down Expand Up @@ -38,7 +38,7 @@
<conf name="TASK_LINK_BAG_SIZE" value="100"/>
<conf name="TASK_LINK_BAG_LEVELS" value="10"/>

<conf name="TERM_LINK_BAG_SIZE" value="500"/>
<conf name="TERM_LINK_BAG_SIZE" value="100"/>
<conf name="TERM_LINK_BAG_LEVELS" value="10"/>
<conf name="TERM_LINK_MAX_MATCHED" value="10"/>

Expand Down Expand Up @@ -127,4 +127,3 @@
</plugins>
</config>


0 comments on commit 4e11a01

Please sign in to comment.