Skip to content

Commit

Permalink
Merge pull request #41 from opennars/versionNumberIncreaseTov3.0.4
Browse files Browse the repository at this point in the history
Update: pom.xml, defaultConfig.xml: Version number increase to 3.0.4,…
  • Loading branch information
patham9 authored Jan 24, 2020
2 parents 9b2d9a2 + fbb26ca commit f8bc596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions config/defaultConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@
<conf name="CURIOSITY_DESIRE_PRIORITY_MUL" value="0.1"/>
<conf name="CURIOSITY_DESIRE_DURABILITY_MUL" value="0.3"/>
<conf name="CURIOSITY_FOR_OPERATOR_ONLY" value="false"/>

<conf name="HAPPY_EVENT_HIGHER_THRESHOLD" value="0.75"/>
<conf name="HAPPY_EVENT_LOWER_THRESHOLD" value="0.25"/>

<conf name="BUSY_EVENT_HIGHER_THRESHOLD" value="0.9"/>
<conf name="BUSY_EVENT_LOWER_THRESHOLD" value="0.1"/>

<conf name="BREAK_NAL_HOL_BOUNDARY" value="false"/>

<conf name="QUESTION_GENERATION_ON_DECISION_MAKING" value="false"/>
Expand Down Expand Up @@ -117,6 +112,9 @@
<conf name="MILLISECONDS_PER_STEP" value="0"/>
<conf name="STEPS_CLOCK" value="true"/>

<conf name="DERIVATION_DURABILITY_LEAK" value="0.4"/>
<conf name="DERIVATION_PRIORITY_LEAK" value="0.4"/>

<!-- plugins -->
<plugins>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennars</groupId>
<artifactId>opennars-applications</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.opennars</groupId>
<artifactId>opennars</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.processing</groupId>
Expand Down

0 comments on commit f8bc596

Please sign in to comment.