last todo, add numeric-tower for progressive approximations

(inefficient i know)
This commit is contained in:
mehbark 2023-01-11 22:22:31 -05:00
parent 86f84db19a
commit 7176ce6d27
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.11.1"]]
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/math.numeric-tower "0.0.5"]]
:main ^:skip-aot nn.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all

View file

@ -1,4 +1,4 @@
;;TODO: actually interesting brains, refactor, better children handling
;;TODO: actually interesting brains, refactor, better children handling, maybe dynamic variation on evolvers (based on score)
(defmacro r
[]