Releases: opennars/opennars-lab
OpenNARS Lab v3.0.4 (Stable)
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.4
https://github.com/opennars/opennars-lab/releases/tag/v3.0.4
https://github.com/opennars/opennars-gui/releases/tag/v3.0.4
https://github.com/opennars/opennars/releases/tag/v3.0.4
Key new features:
- Global buffer for both input and derived tasks.
- Multistep inference metrics for future control comparisons.
- ^system operator
- NarNode accepts raw string packets
Fixes:
- Operator feedback handling fix.
- Anticipation tolerance improvement.
Metrics:
score sum = 276.8959488784132
score sum with time = 272.02524752717056
avg best time = 51.64193548387097
avg best conf = 0.8932127383174617
OpenNARS v3.0.3 (Stable)
Merge pull request #79 from opennars/v3.0.3Move Update: pom: version 3.0.3
OpenNARS v3.0.2 (Bugfix)
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.2
https://github.com/opennars/opennars-lab/releases/tag/v3.0.2
https://github.com/opennars/opennars-gui/releases/tag/v3.0.2
https://github.com/opennars/opennars/releases/tag/v3.0.2
Changed since v3.0.1:
- Negation handling improvement.
- Precondition memoization improvement: specific hypothesis preferred
- Anticipation confidence correctly evaluated
- Ability to send metrics to Graphite
See https://github.com/opennars/Metrics
for some initial metrics comparisons with older versions.
OpenNARS v3.0.1 (Bugfix)
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.
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:
OpenNARS v3.0.0-RC2
OUTDATED, consider https://github.com/opennars/opennars-lab/releases/tag/v3.0.0 instead.
This is the full OpenNARS release candidate, the zip includes a binary for running
OpenNARS with GUI and Lab:
- https://github.com/opennars/opennars-lab/releases/tag/v3.0.0-RC2
- https://github.com/opennars/opennars-gui/releases/tag/v3.0.0-RC2
- https://github.com/opennars/opennars/releases/tag/v3.0.0-RC2
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:
OpenNARS Lab v3.0.0-RC1
OUTDATED, consider https://github.com/opennars/opennars-lab/releases/tag/v3.0.0 instead.