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

Merge pull request #9 from opennars/BetterConfig

Update: defaultConfig.xml: Less max. concepts but more termlinks, imp…
parents 3dbeaa39 ee7b0e3f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- NarParameters --> <!-- NarParameters -->
<conf name="NOVELTY_HORIZON" value="100000"/> <conf name="NOVELTY_HORIZON" value="100000"/>
<conf name="DECISION_THRESHOLD" value="0.51"/> <conf name="DECISION_THRESHOLD" value="0.51"/>
<conf name="CONCEPT_BAG_SIZE" value="120000"/> <conf name="CONCEPT_BAG_SIZE" value="80000"/>
<conf name="CONCEPT_BAG_LEVELS" value="1000"/> <conf name="CONCEPT_BAG_LEVELS" value="1000"/>
<conf name="DURATION" value="5"/> <conf name="DURATION" value="5"/>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<conf name="TASK_LINK_BAG_SIZE" value="100"/> <conf name="TASK_LINK_BAG_SIZE" value="100"/>
<conf name="TASK_LINK_BAG_LEVELS" value="10"/> <conf name="TASK_LINK_BAG_LEVELS" value="10"/>
<conf name="TERM_LINK_BAG_SIZE" value="100"/> <conf name="TERM_LINK_BAG_SIZE" value="500"/>
<conf name="TERM_LINK_BAG_LEVELS" value="10"/> <conf name="TERM_LINK_BAG_LEVELS" value="10"/>
<conf name="TERM_LINK_MAX_MATCHED" value="10"/> <conf name="TERM_LINK_MAX_MATCHED" value="10"/>
...@@ -127,3 +127,4 @@ ...@@ -127,3 +127,4 @@
</plugins> </plugins>
</config> </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