home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / lisp / mcl / 1603 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  2.0 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!yale.edu!think.com!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!george@hsvaic.boeing.com
  2. From: george@hsvaic.boeing.com (George Williams)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: GECO v1.0 now in the cambridge archive
  5. Message-ID: <9211161403.AA08537@hsvaic.boeing.com>
  6. Date: 16 Nov 92 14:03:23 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 41
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11.  
  12. I'm announcing public distribution of a genetic algorithm shell I have
  13. been working on in my spare time for the last couple of months.  It's
  14. available on cambridge.apple.com in /pub/mcl2/contrib/ as the following
  15. files:
  16.  
  17. GECO-v1.0.cpt.hqx    binhex'd Compact Pro archive
  18. GECO-v1.0.tar.Z        compressed tar file for Unix machines (no MCL fonts)
  19. GECO.abstract        a brief description
  20.  
  21. I've also updated the ABSTRACTS and README files.  The abstract file is
  22. appended to this message.
  23.  
  24. George Williams            BCS Huntsville Artificial Intelligence Center
  25. Boeing Computer Services   Internet: george@hsvaic.boeing.com
  26. POBox 240002, M/S JY-58    UUCP: ...!uw-beaver!bcsaic!hsvaic!george
  27. Huntsville AL 35824-6402   Phone: 205+464-4968 FAX: 205+464-4930
  28.  
  29. Genetic Evolution through Combination of Objects (GECO)
  30.  
  31. GECO is a toolbox for constructing genetic algorithms. It provides a set
  32. of extensible classes and methods designed for generality. Some simple
  33. examples are also provided to illustrate the intended use.
  34.  
  35. Author:
  36.     George P. W. Williams, Jr.
  37.     1334 Columbus City Rd.
  38.     Scottsboro, AL 35768
  39.     george@hsvaic.boeing.com
  40.  
  41. Bug reports, improvements, and feature requests should be sent to
  42. george@hsvaic.boeing.com. I will try to respond to them. Ports to other
  43. lisps are also welcome.
  44.  
  45. GECO should be completely portable among CLtL2 compliant Common Lisps,
  46. though it has presently been tested only with the following lisp
  47. implementations:
  48.  - MCL 2.0 (Apple's Macintosh Common Lisp)
  49.  
  50. Version History:
  51. 1.0 16-Nov-92    GPW    Initial public release.
  52.