home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / lisp / 2943 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!mcsun!inesc.inesc.pt!iguana!jota
  3. From: jota@iguana.inesc.pt (Joao Pedro Martins)
  4. Subject: Minimax w/ alfa beta cuttofs...
  5. Message-ID: <1992Nov23.200203.20306@inesc.pt>
  6. Sender: usenet@inesc.pt (USENET News System)
  7. Nntp-Posting-Host: iguana.inesc.pt
  8. Reply-To: jota@iguana.inesc.pt
  9. Organization: Never Heard Of It, Ltd
  10. Date: Mon, 23 Nov 1992 20:02:03 GMT
  11. Lines: 20
  12.  
  13.     I have implemented a version of the Minimax alfa beta w/ cuttofs 
  14. algorithm, according to the book 'Artificial Inteligence', by Elaine Rich
  15. & Kevin Knight, but unfortunatelly the cuttof part is not working.
  16.     Can someone send me a version of this algorithm (in Common Lisp) ?
  17. It can be other version besides the one in the mentioned book, but 
  18. I would prefer if it was aplication-independent.
  19.  
  20. Note:
  21. This is NOT for a homework assignment, and not even for a project, it
  22. is for a program I was challenged to do, but after 3 month working on it,
  23. and after having implemented the A* on one part of it, only 2 routines are
  24. missing... and one of these is Minimax-a-b w/ cuttofs...
  25.  
  26. I would really appreciate any help, 'cause I have reached a dead end... :-(
  27.  
  28. ----
  29.  Joao Pedro Martins, Lisboa, Portugal - jota@iguana.inesc.pt
  30.  
  31.  "cover my face while the animals cry [...],    
  32.   cover my face while the animals die !" (The Cure) 
  33.