- Genetic programming with lexicase selection for modal problems (see this paper): https://gist.github.com/2320883
- Clojure code for tree-based genetic programming with tags: https://gist.github.com/1628406
- A version of the tag-supporting Clojure tree evaluator that handles tagged-with-arg: https://gist.github.com/1655374
- Clojure code for a simple genetic programming system with trivial geography, for demonstration purposes: https://gist.github.com/1452484
- Clojure code for a simple genetic programming system, for demonstration purposes: https://gist.github.com/1297325
- Clojure code for tree-based genetic programming. Like evolvefn.clj but doesn’t call eval: https://gist.github.com/3398614
- A simple binary genetic algorithm in Clojure, to demonstrate one way to write an evolutionary loop: gist.github.com/1291789
Computational Intelligence Lab Gists
Leave a reply