From p00396@psilink.com Mon Dec 13 19:38:11 EST 1993
Article: 1934 of comp.ai.genetic
Xref: glinda.oz.cs.cmu.edu comp.ai.genetic:1934
Path: honeydew.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!MathWorks.Com!europa.eng.gtefsd.com!uunet!psinntp!wlnntp.psi.com!usenet
From: "Andrew Singleton" <p00396@psilink.com>
Newsgroups: comp.ai.genetic
Subject: GP code available
Date: Thu, 09 Dec 93 14:02:34 -0500
Organization: Creation Mechanics
Lines: 22
Message-ID: <2964549699.2.p00396@psilink.com>
NNTP-Posting-Host: worldlink.com
X-Mailer: PSILink-DOS (3.4)

GPQUICK is a simple GP system in C++.

GPQUICK features an elegant object architecture with function
(Function), program (Chrome), GA (Pop) and problem (Problem) classes.  
The Problem class is proposed as a portable representation for problems 
that would be source compatible with a variety of other GP systems.

GPQUICK as provided uses a steady state GA, tournament selection, one
type of mutation, and subtree crossover.  It uses a fast, compact linear
representation for S-expressions.

It includes documentation from the associated magazine article (Byte,
"Some Assembly Required", February 1994).  

GPQUICK is available at - 
   HOST: ftp.cc.utexas.edu
   DIRECTORY: /pub/genetic-programming/code
   FILES: gpquick.tar, gpquick.zip

GPQUICK.TAR is a UNIX version (tested with CC and g++).
GPQUICK.ZIP is a PC/ANSI version (tested with Borland 3.1).