last todo, add numeric-tower for progressive approximations
(inefficient i know)
This commit is contained in:
parent
86f84db19a
commit
7176ce6d27
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
||||||
:url "http://example.com/FIXME"
|
:url "http://example.com/FIXME"
|
||||||
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
|
: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/"}
|
: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
|
:main ^:skip-aot nn.core
|
||||||
:target-path "target/%s"
|
:target-path "target/%s"
|
||||||
:profiles {:uberjar {:aot :all
|
:profiles {:uberjar {:aot :all
|
||||||
|
|
|
@ -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
|
(defmacro r
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Reference in a new issue