I was also working on problem 3.4 and decided to look up the Berlekamp books. I only found very brief coverage of the eight-puzzle and nothing particularly...
221
Gobinath
gobinath_kvp
Sep 25, 2003 5:11 am
Hi everyone, I am totally confused with uniform-cost search method.can anybody explain me that as soon as possible.I also in need of some more explanations for...
222
Brandon Corfman
bcorfman
Sep 26, 2003 4:50 pm
Do you have an understanding of breadth-first search and depth-first searches? I think you will need to get these down before you will understand the others. ...
223
gobigredhuskers2000
gobigredhusk...
Sep 27, 2003 12:05 am
never good at 8-puzzle. could anyone help me finding a heuristics which overestimates sometimes. almost totally lost in the field thx...
224
Giuliano
giumendonca
Sep 27, 2003 6:16 pm
The sum of the squares of Manhatan distances. ... From: "gobigredhuskers2000" <gobigredhuskers2000@...> To: <aima-talk@yahoogroups.com> Sent: Friday,...
225
palookabutt
Sep 28, 2003 8:33 pm
... Our class has an assignment on this due soon, so I can't give you a specific answer; however, as a hint, consider rules one might apply for finding...
226
palookabutt
Sep 28, 2003 8:33 pm
Thanks for the references. You're right, they were much more helpful than Berlekamp. Berlekamp is one of those sets of books which would be fun to get into...
227
icewind0
Oct 4, 2003 7:46 pm
I think Exercise 6.8 is unclear in describing what it is asking the student to do. I think my problem is that I'm having trouble visualizing the game tree....
228
Serguei Mokhov
stgunya
Oct 4, 2003 8:06 pm
... From: "icewind0" <icewind0@...> Sent: October 03, 2003 2:31 PM ... No. It only defines a particular path within the tree. ... An outcome of N rolls...
229
Peter Norvig
norvig
Oct 4, 2003 8:20 pm
... A die-roll sequence is 8 rolls (say). There are 50 different sequences. Each one determines a game tree. In each of those trees, there are only moves for...
230
Gobinath
gobinath_kvp
Oct 5, 2003 10:41 pm
Hi all, What happens when two Deep Blue Chess Program[Deep Blue A vs. Deep Blue B] compete with each other?.Is this game leads to draw? what are the factors...
231
soft903
Oct 6, 2003 6:35 am
I would like to what is the Difference of Greedy Best 1st Search and A* Search? In my knowledge, Greedy is using f(n) = h(n), where h(n) is the heuristic...
232
Maithreebhanu
bhanu128
Oct 8, 2003 10:20 am
I think it will end in a draw. But if it ended in a win it would be more facinating. bhanu Gobinath <gobinath_kvp@...> wrote: Hi all, What happens when...
233
Alex0215
h5641kimo
Oct 18, 2003 3:33 am
hi all : i just download the java code from the respository, and then i try out the CSP search program, but i find out that the things weird, the ac-3...
234
denzrule
Oct 18, 2003 3:34 am
hi. I'm a student at the University of Texas Arlington and I'm trying to implement first order logic without quantifiers in C/C++ .... any tips.. pls email to...
235
hkstudentinuk
Oct 18, 2003 4:49 pm
Hi there everyone I am new to AI, just starting a new couse. what is the definition of admissible?? is admissible an algorithem? is the definition of it "never...
236
fakarim_nsu
Oct 19, 2003 3:08 pm
Hi there, "admissible" heuristic can be any function.But provided that it cannot overestimate the cost to reach the goal!for example in the 8 puzzle problem in...
237
Brandon Corfman
bcorfman
Oct 20, 2003 4:22 pm
If I'm understanding your message correctly, you mean that the method AC-3 "does nothing" for the CSP instance you are working on? Certainly it has a purpose...
238
Raicho Tchalkov
chalkov
Oct 21, 2003 12:40 am
On page 418 in the second edition of the book it is said "each of the actions in the assembly of C1 have a 10-minute window in which they can be started" This...
239
gSm Shourov
gsmshourov
Oct 21, 2003 12:40 am
Admissible Heuristic: #Def : A heuristic function (h(n)) with restriction that never overestimates the path cost ('n'-->'G'). where 'n'= any node/state along...
240
gobigredhuskers2000
gobigredhusk...
Oct 24, 2003 5:35 am
anyone has idea what's the point for the line (whose minimax value is already known) included in the question b. If the minimax value is already known, why we...
241
A.T. Murray
mentifex
Oct 30, 2003 1:23 am
A question about the Chapter Seven exercises has been posted at http://www.ai-forum.org/topic.asp?forum_id=1&topic_id=10450 ... that could help....
242
Jeffrey Sta. Ana
jeffrey_sta_ana
Nov 1, 2003 6:27 pm
Does anyone know how to compute for the posterior probability of H given this bayesian net? what if I added more variables pointing to H? A--> <--B H C--> ...
243
chenyu468
Nov 12, 2003 4:27 am
hi everyone, 1. According to the guide, it is necessary to build a binary-tree for representing the "state". The tree's leaves are "1" or "n" and internal...
244
Rajib
rajib_2002bd
Nov 15, 2003 4:32 am
Hi comrades Can any one have solution of Exercise(9.1 and 9.4). RaJ...
245
Brandon Corfman
bcorfman
Nov 15, 2003 4:33 am
I'm not sure what you mean by "dead end". If a node can be broken down, into a new center node and two leaves, then at some point, the whole process will stop...
246
SingleAgent
Nov 15, 2003 4:36 am
Question 8.2 asks "Consider a knowledge base containing just two sentences: P(a) and P (b). Does this knowledge base entail For All x P(x)? Explain in terms of...
247
shahin_joon_2002
shahin_joon_...
Nov 15, 2003 4:37 am
Dear All I have a Question about ABSOLVER . In page 103 it is witten that "Recently a program called ABSOLVER was written that can generate heuristics...
248
hhajizadeh1008
Nov 16, 2003 6:25 pm
Gashtam Nabood Nagard Nist ;) Hajix ... was...
249
chenyu468
Nov 16, 2003 6:26 pm
Hi everyone, I want to discuss the relationship between (DB or dataming) and AI. In my everyone work, I write the enterprise39;s application using database. DB...