home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / rec / games / programm / 4791 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!olivea!charnel!sifon!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!rfermier
  2. From: rfermier@athena.mit.edu (Robert G Fermier)
  3. Newsgroups: rec.games.programmer
  4. Subject: Genetic Algorithms
  5. Message-ID: <1992Nov22.082115.14266@athena.mit.edu>
  6. Date: 22 Nov 92 08:21:15 GMT
  7. Sender: news@athena.mit.edu (News system)
  8. Organization: Massachusetts Institute of Technology
  9. Lines: 13
  10. Nntp-Posting-Host: m1-142-15.mit.edu
  11.  
  12. What about having each mutant child play against it's parent some large number
  13. of times, while the user is reading text or thinking or whatever, or run it
  14. as a background process.  Any child which can consistently beat its parent should
  15. be considered a better algorithm.  I suppose this might lead to inbred
  16. algorithms, which are finely tuned for beating their predecessors but suck at
  17. beating humans.  Perhaps having different strains, some of which were based off
  18. of extrapolations from human moves (in position X, he did Y, so our new algorithm
  19. will do Y also now that we are in position X) would solve this problem.
  20.  
  21. Just an idea, I really don't know much about genetic algorithms.
  22.  
  23. -- Rob Fermier
  24.    rfermier@athena.mit.edu
  25.