Skip to content

OpenNARS v3.0.0 (Stable)

Compare
Choose a tag to compare
@patham9 patham9 released this 07 Sep 08:11
· 74 commits to master since this release
5390ec3

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

Minor parametrization changes since RC2:

  • Instead of 1 anticipation at max. per concept, allow up to ANTICIPATIONS_PER_CONCEPT_MAX.
  • Instead of allowing variable introduction to lead to arbitrary amount of tasks, bound to VARIABLE_INTRODUCTION_COMBINATIONS_MAX to make it resource-bounded under all circumstances.

Changed since RC1:

  • Generalized variable introduction, as discussed in: https://groups.google.com/forum/#!topic/open-nars/uoJBa8j7ryE
  • Generalized precondition memorization to make use of generalized procedure knowledge and observed sequences.
  • Experience file loading for the GUI is fully back, with a warning when used in multithreaded mode.
  • Testcases for NAL9 were added.
  • Testcases for generalized variable introduction were added.
  • Testcases for precondition memorization were added.

Changed since v1.6.5, our last release in February 2015: