Vaguery / lexicase-redux

Learning about Clojush, Midje, and Clojure more generally...
Eclipse Public License 1.0
2 stars 0 forks source link

lexicase-redux

A Clojure library that explores and tries to replicate some of the inner algorithms of Lee Spector's Clojush system for genetic programming. Also trying to learn some useful Midje practices. Also also doing some remote collaboration with Nic McPhee.

Usage

This is looking like it'll end up as a bunch of interactive design spikes.

  1. navigate to project directory
  2. lein repl
  3. (use 'midje.repl)
  4. (autotest)
  5. edit the source code in src/lexicase_redux/core.clj
  6. when you save anything, midje will run all the tests for you

License

Copyright © 2015 Bill Tozier

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.