public
Description: A framework for implementing genetic algorithms in Clojure.
Homepage: http://ethanjfast.com
Clone URL: git://github.com/Ejhfast/Gajure.git
Ethan Fast (author)
Tue Oct 06 16:37:20 -0700 2009
Gajure /
name age message
file README Tue Oct 06 16:37:20 -0700 2009 readme [Ethan Fast]
file example.clj Tue Sep 22 12:51:22 -0700 2009 namespace updates [Ethan Fast]
file gajure.clj Tue Sep 22 12:52:43 -0700 2009 fix messy commit [Ethan Fast]
README
First, make sure that Gajure/ is on your CLASSPATH

Then, the example can be run as follows:

(use 'example)
(run-example)

To import the gajure namespace do:

(use 'gajure)

If you want parallelism, try the "parallel" branch.