lspector/taggp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# taggp ;; Clojure code for tree-based genetic programming with tags ;; (see http://hampshire.edu/lspector/tags-gecco-2011/) ;; Lee Spector (lspector@hampshire.edu) 20120106-20120117 ;; REQUIRES Clojure 1.3 for the concurrency to work (set single-thread-mode to true otherwise) ## Usage Load an example and do (run) -- or invoke from leiningen to run the -main defined in an example... ## License Distributed under the Eclipse Public License, the same as Clojure.