Genetic Programming for Artificial Intelligence. [n. jee-pai]
A Clojure library.
This is intended for problems where the fitness function dominates the computation time. An example is a program controlling robot movement at each time step. It will be inefficient on toy problems common in the GP literature such as parity or symbolic regression where each individual program is evaluated only once (due to compilation and other overheads).
FIXME
Copyright © 2013 Felix Andrews
Distributed under the Eclipse Public License, the same as Clojure.