--- ../EC/GP/src/$Id: README,v 3.2 1996/01/08 09:49:51 joke Rel $ ************** *** 1993 *** ************** * koza.gp.gz (cf FAQ A.10.2) Examples from: Koza, J.R. (1992), "Genetic Programming: On the Programming of Computers by means of Natural Selection", Cambridge, MA: MIT Press. * sgpc-1.1.tar.gz SGPC: Simple GENETIC PROGRAMMING in C by Walter Alden Tackett and Aviram Carmi * gpquick-1.2.tar.gz GPQUICK is a simple Genetic Programming system in C++ by Andrew Singleton It includes documentation from the associated magazine article (BYTE, "Some Assembly Required", February 1994). GPQUICK is also available as: ftp.cc.utexas.edu:/pub/genetic-programming/code/gpquick-1.2.tar.gz ftp.cc.utexas.edu:/pub/genetic-programming/code/gpquick-1.2.zip ************** *** 1994 *** ************** * gpcplus4.zip A DOS implementation of a GP system written in C++. The code is completely ANSI compatible. Ramped half and half and tournament selection are implemented along with standard GP components. Project and make files are also included. A Santa Fe trail module is included which works!!! * gpcplus4.tar.gz The UNIX implementation of the above program which works when compiled under GNU included is a Makefile and SF trail. Submitted by Adam Fraser * imogene.zip Imogene is a Windows 3.1 shareware program which generates pretty images using genetic programming. The program displays generations of 9 images, each generated using a formula applied to each pixel. (The formulae are initially randomly computed). You can then select those images you prefer. In the next generation, the nine images are generated by combining and mutating the formulae for the most- preferred images in the previous generation. Imogene is based on work originally done by Karl Sims at (then) Thinking Machines for the CM-2 massively parallel computer - but you can use it on your PC. Submitted by Harley Davis * GPEIST4.tar.gz Contains the Genetic Programming Environment in Smalltalk (GPEIST). GPEIST is implemented in VisualWorks (Smalltalk 80). GPEIST provides a framework for implementing and monitoring GP experiments. The Ant Trail Problem has been encoded as an example. GPEIST provides population, fittest program, report and chart browsers. An animation browser is provided for the Ant Trail Problem. Submitted by Tony White (cf ../docs/GPEISTDoc.ps.gz) * gpsteps.zip GPSTEPS (Genetic Programming SmallTalk Easy Prototyping System) is a system for Genetic Programming implemented in Digitalk Smalltalk. The source code and a DOS Windows 3.1 executable for the Artificial Ant problem is included. Documentation on the base class structures is provided in .txt (no pix) and .ps files. Submitted by Tom Poliquin NOTE: You should also be aware that most contributions of the Genetic Program- ming community are archived by Jim McCoy . FTP to ftp.cc.utexas.edu in the "/pub/genetic-programming/code" directory there is more *software* related to GP. (cf FAQ A.20) ************** *** 1997 *** ************** * GPdata-3.0.tar.gz/GPdata-3.0.test.tar.gz Genetic programming C++ code to evolve data structures GPdata-3.0.tar.gz contains a version of Andy Singleton's GP-Quick version 2.1 which has been extensively altered to support: Now includes support for the nested bracket problem, evolving recognizers of a dyck context free language evolving an integer reverse polish notation calculator the max problem better support for the ant problem (as GP1) DEC Alpha workstations Like GP-Quick, this software is free for non commercial use and is unsupported. Bench marks for this code can be found in the appendix of technical report CSRP-97-04 (available via ftp from directory ftp://ftp.cs.bham.ac.uk/pub/authors/W.B.Langdon/papers) -==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==- Please refer to the toplevel README file ../EC/README for further explanations. A handbook to this service is in ../EC/handbook. -==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-