steyn@eniac.seas.upenn.edu (Gavin Steyn ) (05/25/91)
I'm just starting to do some research into GAs, and I've read numerous papers. However, I think some actual simple algorithms would help my understanding a lot. Does anyone know of any actual algorithms that are publicly available? Thanks, Gavin Steyn steyn@eniac.seas.upenn.edu
g_harrison@vger.nsu.edu (George C. Harrison, Norfolk State University) (05/30/91)
In article <43727@netnews.upenn.edu>, steyn@eniac.seas.upenn.edu (Gavin Steyn ) writes: > I'm just starting to do some research into GAs, and I've read numerous > papers. However, I think some actual simple algorithms would help my > understanding a lot. Does anyone know of any actual algorithms that are > publicly available? > Thanks, > Gavin Steyn > steyn@eniac.seas.upenn.edu I'd like the same information also. My only real source for basic information on genetic algorithms has been the April '91 issue of Dr. Dobbs, some old AI-EXPERT's, and a book that I'm ordering (_Genetic Algorithms in Searching, Optinization and Machine Learning_ by Goldberg [Addison-Wesley]). Can anyone deliver any additional pointers? I am working on a research contract in which we'll have to apply some genetic algorithms. I HATE reinventing the wheel when someone has a better algorithm. George...... -- George C. Harrison ----------------------- ----- Professor of Computer Science ----------------------- ----- Norfolk State University ----------------------- ----- 2401 Corprew Avenue, Norfolk, Virginia 23504 ----------------------- ----- INTERNET: g_harrison@vger.nsu.edu ---------------------------------
skipper@diku.dk (Jakob Skipper) (05/30/91)
In article <43727@netnews.upenn.edu>, steyn@eniac.seas.upenn.edu (Gavin Steyn ) writes: > I'm just starting to do some research into GAs, and I've read numerous > papers. However, I think some actual simple algorithms would help my > understanding a lot. Does anyone know of any actual algorithms that are > publicly available? > Thanks, > Gavin Steyn > steyn@eniac.seas.upenn.edu There is a system for experimenting with GA's. It is called GENESIS. Here you have a copy of a post of its release and of how you can get it. ---------- cut here -------------------------------------- Date: Wed, 12 Sep 90 10:49:39 PDT From: schraudo%cs@ucsd.edu (Nici Schraudolph) Subject: release announcement: GENESIS 1.1ucsd I am pleased to announce the release of GENESIS 1.1ucsd, a heavily modified and enhanced version of the original genetic algorithm simulator by John J. Grefenstette. New features (since 1.0ucsd) include: - support of subdirectory structure for I/O files - application-specific parameters to the evaluation function - sigma scaling (a more robust alternative to window scaling) - stochastic decoding for searching continuous spaces - super-uniform population initialization option - support of Dynamic Parameter Encoding - cf. recent TR announcement Other major differences to standard GENESIS include the ability to use suitable C functions directly as evaluation functions, and to distribute a set of simulations to remote hosts. GENESIS 1.1ucsd can be obtained via anonymous ftp from the Artificial Life archive server as follows: % mkdir GAucsd % cd GAucsd % ftp iuvax.cs.indiana.edu (129.79.254.192) Login: anonymous Password: <anything> 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 A tech report describing the main new feature, Dynamic Parameter Encoding, is available in pub/alife/papers/schrau90-dpe.ps.Z on the same ftp server. If you don't have ftp access, I can honor requests for an e-mail copy of the source code. I maintain a mailing list for bug reports, updates, and other issues pertaining to this simulator - send me a message if you wish to be added to this list. Please feel free to send me your comments, suggestions and experiences regards 1.1ucsd. I have compiled and tested the code on Sun3, Sun4, Vax, Mips and Pyramid architectures - if you are installing 1.1ucsd on another system I'd like to hear whether you had any compatibility problems. Best regards, -- Nicol N. Schraudolph, C-014 University of California, San Diego La Jolla, CA 92093-0114 --------------- cut here ---------------------------- Also kind regards from me, Jakob Skipper Institute of Datalogy, University of Copenhagen
punch@pleiades.cps.msu.edu (Bill Punch) (05/30/91)
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: <your e-mail address>
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
ntm1169@dsac.dla.mil (Mott Given) (05/31/91)
From article <1030.2843e5fc@vger.nsu.edu>, by g_harrison@vger.nsu.edu (George C. Harrison, Norfolk State University): > I'd like the same information also. My only real source for basic information > on genetic algorithms has been the April '91 issue of Dr. Dobbs, some old ------------------------------------------------------------------------------ Software | Host to get it from | Directory where software resides ------------------------------------------------------------------------------ GENESIS | sdcsvax.ucsd.edu | /pub/GA ------------------------------------------------------------------------------ There is a mailing list called "Genetic Algorithms Digest" that you can subscribe to by sending mail to: GA-List-Request@AIC.NRL.NAVY.MIL "AI Expert" magazine often has programs available to accompany their articles. The bulletin boards that carry these programs are listed in the "AI Expert On-Line" box on the masthead page of each issue. So, the following articles may have accompanying code: AI EXPERT, March 1990, An introduction to genetic algorithms AI EXPERT, Dec 1990, Genetic solutions to XOR problems AI EXPERT, Feb 1991, Genetic algorithms for fuzzy controllers AI EXPERT, Mar 1991, Applying genetics to fuzzy logic -- Mott Given @ Defense Logistics Agency Systems Automation Center, DSAC-TMP, Bldg. 27-1, P.O. Box 1605, Columbus, OH 43216-5002 INTERNET: mgiven@dsac.dla.mil UUCP: ...{osu-cis}!dsac!mgiven Phone: 614-238-9431 AUTOVON: 850-9431 FAX: 614-238-9928 I speak for myself