Skip to content
Snippets Groups Projects
Unverified Commit 4e11a01d authored by patham9's avatar patham9 Committed by GitHub
Browse files

Merge pull request #11 from opennars/BetterConfig

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.
parents 03de46b7 19e2ba9a
No related branches found
Tags v0.2.0
No related merge requests found
......@@ -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"/>
......@@ -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"/>
......@@ -127,4 +127,3 @@
</plugins>
</config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment