opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
43 stars 11 forks source link

Faster deriver, termlink fix. #63

Closed patham9 closed 8 years ago

patham9 commented 8 years ago

First pull request since 2.0.0 release for AGI-16.

Including: Speedup for deriver, and a usually unproblematic termlink fix.

patham9 commented 8 years ago

opennars/opennars2 will be subject of incremental improvements from now on, all experimental stuff and fixes will be developed in forks of this repository and not added until a pull request is created and it is approved that these are indeed an improvement by other developers. #incremental-development

TonyLo1: Have fun checking the 3 commits for validity. jarradh, rasom: Feel free to check whether the changes are nice Clojure-wise. jorisbontje: Feel free to check whether the slow mode works for you hours-long altough the system speed was slightly enhanced due to the speed improvement caused by the deriver improvement. The stackOverflow fix will probably also go into this Pull request tomorrow.

TonyLo1 commented 8 years ago

The updates all look fine to me. I will leave it another day in case there are any other comments then I will merge it.