README for Push2/PushGP distribution http://hampshire.edu/lspector/push.html Lee Spector The files in this directory implement a version of the Push2 programming language for evolutionary computation and the PushGP genetic programming system, all written in Common Lisp. See comments in "load" for quick instructions, or the more detailed comments in "push2.lisp" and "pushgp.lisp". Files in this distribution -------------------------- README: this file load: loads and configures Push2/PushGP, then runs on default problem random.cl: a random number generator by Chris McConnell push2.lisp: the Push2 interpreter default.pconf: the default Push2 configuration file complete.pconf: configuration with all implemented types/instructions pushgp.lisp: the Pushgp System push2-examples.lisp: examples/tests of Push2 programs push2-examples-output: outputs from running push2-examples