Hi, Yes, ¡®Vehicle route problem¡¯ is a search problem. It is a central problem in distribution management. The classical problem¡¯s description is: ...
361
chalkov
Apr 20, 2004 4:57 pm
Dear Dr. Norvig, Recently I read AIMA and I'm sending a list of the errors I found I hope it helps Raicho 1.Chapter 14, page 515, figure 14.14 replace x,w <-...
362
Arthur T. Murray
mentifex
Apr 21, 2004 5:25 am
... Yes. You could work on implementing an artificial intelligence based on the following theory-based Cognitive Architecture for AI: ...
363
E etech058
etech058@...
Apr 22, 2004 11:42 pm
Hello bob, Do you mean the 3 concept's relationship? 1. environment 2. agent head 3. agent body My idea are as follows: 1. Every agent contains 2 parts, 1 is...
364
E etech058
etech058@...
Apr 22, 2004 11:42 pm
Hello rahul, Maybe my reply is too late, you have already solved it. In the file "aima-lisp-code\logic\test-logic.lisp", it contains some "how to use kb?"...
365
Mauricio Amaral de Al...
madealmeida
Apr 22, 2004 11:42 pm
Someon please correct me if I wrong, but in my interpretation the actuators as in conceptualy part of the agent. But when you make a software implementation on...
366
E etech058
etech058@...
Apr 22, 2004 11:43 pm
Hello Noha, 5. KQML - XML (Agent Communication Language) Because recently, I am researching for VRP problem and decide to use the multi-agent to solve the...
367
Charles Dyer
dyer@...
Apr 22, 2004 11:43 pm
If someone has worked out the solution to Exercise 14.4 in AIMA, I'd appreciate receiving it. Chuck Dyer University of Wisconsin - Madison...
369
Mike
dundee00uk
May 10, 2004 3:38 pm
Ive recently started reading up on AI and was curious to know if there were any soultions for Chapter one of this book....
370
atorn_n
May 10, 2004 3:38 pm
Dear sir, I'm looking for an excercise about "chain problem" which it had in chapter 3 (Solving Problems by Searching) of the 1st edition "Artificial ...
372
³ÂÓí
chenyu468
May 10, 2004 3:39 pm
Hello, I have asked others to help me to translate it from Japanese language. But it make me dispointed because it doesn't contain any information about how to...
373
³ÂÓÃ
chenyu468
May 10, 2004 3:39 pm
Hello, I have implemented wumpus problem by prolog by goal-based agent. I have my original of rules of shooting are not good. My first version: 1. rule: if and...
374
³ÂÓí
chenyu468
May 10, 2004 3:39 pm
I think you are right. Because the environment also our program, rather than a real-world39;s thing. kind regards chenyu ... actuators as ... environment you ......
375
famm212001
May 10, 2004 3:39 pm
Hello there, First of all, congratulations on a great book, Russell and Norvig! I have two questions that I was hoping you could help me out with: 1. I have a...
377
arnold wiliem
arnoldw_id
May 20, 2004 12:03 am
Can anyone tell me where i can find interactive pop quizes for aima ? thx ...
378
bpg42
Jul 6, 2004 11:02 pm
Hi all. I downloaded the lisp sources, and running them under the demo versions of Corman Lisp and Allegro CL 6.2 both produce errors. I can load and run them...
379
Bhavin
bforbhavin
Jul 13, 2004 8:06 pm
Hi all, As a part of academic project, I am solving one Cable Laying problem using GP. Problem is: To optimise cost, minimum path of laying cable in area X to...
380
georgel360
Jul 19, 2004 5:03 pm
I find your problem specification somewhat confusing. I would be helped by a sample arrray of about 5 x 5 together with a text describing what the array...
381
¼B¤j¤¸
r8921025
Aug 3, 2004 9:18 pm
Is this a bug in Chap 23.2 ? On p. 841, line -7, "we can rank documents based on the score: P(r|D,Q)/P(~r|D,Q)=... " then on p. 842, line 1, "With the...
382
¼B¤j¤¸
r8921025
Aug 3, 2004 9:18 pm
Hi, I'm looking for the source paper/publication of the equations on the Language Modeling approach to information retrieval (Chap.23.2, p.841, P(r|D,Q)=... )....
383
Peter Fein
pafein
Aug 18, 2004 12:20 am
Hi- What license does do the sources in the code repository fall under? I'm interested in using some of these on a proprietary contract job. Can I use the...
384
rajat arora
rajatarora_82
Aug 18, 2004 12:20 am
hello, kindly give me some valuable information on artificial intelligence as a topic to be discussed in the seminar.. would be waiting for your reply soon.. ...
385
Peter Fein
pafein
Aug 18, 2004 12:21 am
Should have clarified... are the *Python* sources in the repository under the same license as the Lisp sources (located at: ...
386
wizniz
Sep 7, 2004 8:55 pm
Hi i got a question here.. im pretty weak with java coding but i learnt that the best way to solve this question i have is to use java. How do i use vectors to...
387
Augustine ssevviri
augkaddu
Sep 7, 2004 8:55 pm
Hi collegues, Am here stuck with my MSc proposal. It is on expert system design in laboratory medicine. Iam stuck with the design part in the methodology...
388
Dan
nicknamero
Sep 7, 2004 8:56 pm
Hi, I'm new in AI, I read some chapters from AIMA, and I resolve some problems, but I'm not sure if my result is corect, so , I ask you, THERE IS SOMEWHERE THE...
389
j1mmy_n3u7120n
Sep 8, 2004 6:09 am
Can u clarify more on your problem? Disclaimer : I am not an expert at expert systems(no pun intended!). But i have made some small scale expert systems in...
390
j1mmy_n3u7120n
Sep 8, 2004 6:10 am
Vectors will be hardly helpful! I see it nothing more than a collection of elements just like an array. Moreover its pretty slow. For your problem there is a...
391
Paolo Amoroso
amoroso_paolo
Sep 9, 2004 7:22 pm
... You may check this book on the classic MYCIN system: http://www.aaai.org/Resources/Classics/Mycin/mycin.html Paolo -- Why Lisp?...
392
origenis
Sep 11, 2004 5:32 am
Hello everyone, the authors state about bidirectional search that (p. 80): "Bidirectional search is implemented by having one or both of the searches check...