Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!msuinfo!pleiades.cps.msu.edu!punch From: punch@pleiades.cps.msu.edu (Bill Punch) Newsgroups: comp.ai Subject: Re: Genetic algorithms wanted Message-ID: <1991May30.153702.9823@msuinfo.cl.msu.edu> Date: 30 May 91 15:37:02 GMT References: <43727@netnews.upenn.edu> <1030.2843e5fc@vger.nsu.edu> Sender: news@msuinfo.cl.msu.edu Reply-To: punch@pleiades.cps.msu.edu (Bill Punch) Organization: Computer Science, Michigan State University, E. Lansing Lines: 33 Below is the access info to the GENESIS program, a public domain GA implementaion (not a classifier). You may also subscribe to the GA mailing list by sending mail to GA-List-Request@AIC.NRL.NAVY.MIL. Finally, Dave Goldberg's book has the pascal source code for implementing a GA and Classifier system. >>>bill punch<<< punch@pleiades.cps.msu.edu ------------- GENESIS 1.2ucsd is now available for anonymous ftp. Here's how: % mkdir GAucsd % cd GAucsd % ftp iuvax.cs.indiana.edu (129.79.254.192) Login: anonymous Password: ftp> cd pub/alife/software/unix/GAucsd ftp> binary ftp> get GENESIS.1.Z ftp> get GENESIS.2.Z ftp> get GENESIS.3.Z ftp> get GENESIS.4.Z ftp> quit % uncompress GENESIS.?.Z % chmod +x GENESIS.? % GENESIS.1 % GENESIS.2 % GENESIS.3 % GENESIS.4 % lpr UsersGuide % view README