Hi, I've got a problem with Figure 12.4a (downward solution property) When downward solution property holds, and once we found a solution (bold squares) we can...
60
maumitab1970
Apr 2, 2002 8:39 am
## Our apology, if you receive multiple copies of this message ## IKOMAT'02, 16-18 September 2002, Crema, Italy Dear Colleague, To accommodate numerous...
61
w_diu
Apr 20, 2002 1:27 am
I think I found an error in the Chart-Parse algorithm on page 702.
for v <- from 1 to Length(string) do
should be
for v <- from 0 to Length(string) - 1 do...
62
anisotropia9
May 20, 2002 9:42 am
Having downloaded, compiled and run the example code this morning with lispworks 4.2 on w2k, it seems that the "bug with the treatment of special variables"...
63
Alberto Vera
artificialin...
May 26, 2002 1:52 am
Hello. Could you give me where i can get Lisp and Prolog Thank you Regards ... Do You Yahoo!? Yahoo! Messenger! Comunicación instantánea gratis con tu gente....
64
Alberto Vera
artificialin...
May 26, 2002 1:53 am
Hello Could you give me some differences between Lisp and Prolog? Thank you ... Copa del Mundo de la FIFA 2002 Disfruta en vídeo de los mejores momentos...
65
JLobato
coshjaguar@...
Jun 1, 2002 11:57 am
Hello, I have found very good Lisp information in: http://www.xanalys.com/software_tools/downloads/index.html#personal-edition Regads ... From: Alberto Vera ...
66
Asim Ahmed
asimahmed80
Jul 17, 2002 1:08 pm
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com...
67
serge_stinckwich
serge_stinck...
Jul 28, 2002 8:38 pm
Hi, do you know if any french translation of AIMA is planned ? It's a shame that such a good book is not available in french ... Cheers, -- Serge Stinckwich ...
68
meshteb
Aug 12, 2002 10:44 am
Can you please help me to examine the AI literature to discover whether or not the following tasks can currently be solved by computers? 1. Playing a decent...
69
Serguei Mokhov
stgunya
Aug 14, 2002 4:40 pm
... From: "meshteb" <meshteb@...> Sent: August 12, 2002 6:44 AM ... Depends on your definition of "decent". :) There are some "decent" games out there,...
70
dpbatagoda
Aug 17, 2002 4:04 am
Dear everybody, I am an instructure at Sri Lanka Institute of Information Technology. I really apreciate if you can explain this output from ...
71
Peter Norvig
norvig
Aug 17, 2002 7:20 am
Look at the Java code for aima.examples.TestSearch.java. This test is solving two problems. The TwoThreeState problem is to get to a state consisting of a...
72
spooky2babe
Aug 19, 2002 7:50 am
Can the following tasks be solved by computers: a)Playing a descent game of bridge at a competitive level. b)Discovering and proving new mathematical theorems....
73
wijarn13
Aug 22, 2002 7:19 am
Dear all: I just bought this book (AIMA) and now I'm reading it. I would like to know there is any "exercise resolution in each chapter" available here or ...
74
bcorfman
Aug 22, 2002 2:39 pm
Wijarn, Peter responded to a similar message before (#43) in the archives. Best regards, Brandon ... to ... here or...
75
gavtks78
Aug 23, 2002 12:48 am
Hi, I'm supposed to think of some problem domains that i can apply the techniques of uninformed and informed searches. Can anyone help in this area? thanks! ...
76
Alberto Vera
artificialin...
Aug 25, 2002 12:04 am
Hello Could you give me any information about System Expert? (links, books...) how does it work? do u have any example to learn more about s.e.? do i need any...
77
BRANDON C CORFMAN
bcorfman
Aug 26, 2002 2:00 pm
Hi, What you're looking for is "expert systems", not "system expert". Go to google.com and type in "expert systems". You'll find a number of helpful links,...
78
Peter Norvig
norvig
Aug 29, 2002 5:40 am
I'm sorry that no French translation is planned. However, the new second edition will be out soon, and if anyone would like to do a French translation, let us...
79
Alberto Vera
artificialin...
Sep 10, 2002 4:18 pm
hello I copied this example of a book about CLIPS This program has "blocks" and the objective is to put the block C over the block E Does anybody know when it...
80
Brandon Corfman
bcorfman
Sep 10, 2002 4:59 pm
In the chapter on uninformed search algorithms (I think it's chap. 3, but I don't have the book in front of me), there is a diagram showing the search pattern...
81
Serguei Mokhov
stgunya
Sep 10, 2002 6:30 pm
... From: "Alberto Vera" <artificialintelligenceperu@...> Sent: September 10, 2002 11:37 AM ... Which book exactly, if you don't mind me asking? ... When...
82
Serguei Mokhov
stgunya
Sep 10, 2002 6:59 pm
Hi Gavin, ... From: "gavtks78" <gavint@...> Sent: August 22, 2002 8:48 PM ... *You* are supposed to think, not us ;-) You could also search google...
83
Alberto Vera
artificialin...
Sep 11, 2002 3:03 pm
Thank you very much for your help. The book's title in Spanish is: Sistemas Expertos. Principios y Programacion I hope this title in English might be: Expert...
84
Alberto Vera
artificialin...
Sep 11, 2002 7:34 pm
Hello I made this rule: (defrule warning ?suma <- (numerrores ?error) (> ?error 1) => (retract ?suma) (printout t ?error " WARNING " ?error crlf) ) I want to...
86
francois75paris
Sep 16, 2002 10:20 am
Hi, I would be much interested in translating the new second edition. I own the first version in English and I think it would be great to make it more...
87
Serguei Mokhov
stgunya
Sep 16, 2002 2:56 pm
... From: "Alberto Vera" <artificialintelligenceperu@...> Sent: September 11, 2002 3:34 PM ... Personally, I don't see anything wrong with your rule with...
89
wein3150
Sep 20, 2002 7:02 am
Would using MIT Scheme 7.5 for W98 compile the source code from the text by changing the file extensions from .lisp to .scm? Thanks....
90
joachim@...
Scubbytoo
Sep 20, 2002 7:31 am
... scheme is not lisp, so I don't think so... But why don't you just try it and see for yourself??? Joachim....