home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / ai / 4761 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.0 KB  |  43 lines

  1. Newsgroups: comp.ai
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!cbnewsk!cbnewsj!att-out!walter!bellcore.com!caseau
  3. From: caseau@bellcore.com (Yves J Caseau)
  4. Subject: Re: AI Tools
  5. Message-ID: <1993Jan6.174048.19263@walter.bellcore.com>
  6. Sender: news@walter.bellcore.com
  7. Nntp-Posting-Host: france.bellcore.com
  8. Organization: Bell Communications Research, Morristown, NJ
  9. References:  <derder-060193094356@mac_rfmq-3.imag.fr>
  10. Date: Wed, 6 Jan 93 17:40:48 GMT
  11. Lines: 30
  12.  
  13. A while ago, I posted a request for a series of short programs that I could use
  14. to benchmark inference engines. I received many answers from people that were 
  15. also interested in collecting such a set of benchmarks, but very few programs.
  16.  
  17. After looking at what I had, and removing similar things (such as all the possible
  18. versions of monkay & banana), I just have a set of four reasonably short programs
  19. that are representative of what people commonly do with an inference engine.
  20. It contains:
  21.  
  22.   title               what                           from
  23.   monkey              A planner                        M. Porcheron
  24.   queens              A naive exhaustive queens        R. Lissajoux
  25.                       (Gauss problem) solver
  26.   triplet             Deducing values of logical       M. Wallace
  27.                       variables bound by OR triplets
  28.   filter              Data filtering                   J. Britt
  29.  
  30. If you are interested, I can send you the files through e-mail, together with
  31. some preliminary performance results. If many persons are interested, I will 
  32. make it available through ftp.
  33.  
  34. I am aware that this benchmark set is crude, but it is small enough that porting
  35. a test case to any inference engine should be little work, which was the original
  36. goal. Also, looking at it carefully shows that it represents a good blend of 
  37. various aspects of rule processing.
  38.  
  39. Any (constructive) criticism (or even better, any addition) is (warmly) welcomed.
  40.  
  41. -- Yves Caseau
  42.    caseau@bellcore.com
  43.