Skip to content

OpenNARS v3.0.1 (Bugfix)

Compare
Choose a tag to compare
@patham9 patham9 released this 29 Dec 18:07
· 63 commits to master since this release
3ee27f2

This is the full OpenNARS release, the zip includes a binary for running
OpenNARS with GUI and Lab:

https://github.com/opennars/opennars-applications/releases/tag/v3.0.1
https://github.com/opennars/opennars-lab/releases/tag/v3.0.1
https://github.com/opennars/opennars-gui/releases/tag/v3.0.1
https://github.com/opennars/opennars/releases/tag/v3.0.1

Changed since v3.0.0:

  • FORGET_QUALITY_RELATIVE was changed to 0.3, change back to 0.1 in defaultConfig.xml in case that your experiments work worse.
  • Variable-introduction for nested sequences fixed
  • Precondition-matching with flattened sequences fixed
  • Unification restriction with 1 var appearing multiple times fixed
  • Parallel hypothesis testing implemented
  • Anticipation mechanism simplified and improved
  • Confidence penalty for multiple-var introduction
  • Precondition memorization mechanism fixed and extended to support variables
  • Quality increase for concepts which procedure knowledge is applied.
  • Bag popPushPop strategy to ensure that removed items really belong to the low level
  • Determinism of the system improved, LinkedHashMap vs. HashMap, no static random gen etc., making examples on a single core better reproducible.
  • Retrospective anticipation disabled by default.