OpenNARS v3.0.0 (Stable)
This is the full OpenNARS release, the zip includes a binary for running
OpenNARS with GUI and Lab:
- https://github.com/opennars/opennars-lab/releases/tag/v3.0.0
- https://github.com/opennars/opennars-gui/releases/tag/v3.0.0
- https://github.com/opennars/opennars/releases/tag/v3.0.0
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: