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 ...
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...
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...
I think you are right. Because the environment also our program, rather than a real-world's thing. kind regards chenyu ... actuators as ... environment you ......
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...
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...
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...
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...
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...
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)=... )....
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...
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.. ...
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...
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...
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...
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...
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...
Hello everyone, the authors state about bidirectional search that (p. 80): "Bidirectional search is implemented by having one or both of the searches check...
Hi jimmy.. thanks a lot for ur reply.. but i dont quite understand what the class edge is for.. and how i can use the matrix to find out the best solution i...
I was checking out the DPLL implementation in Java. For a small formula having just 2 variables it ran into StackOverflow!! Following is the formula for which...
Hi Friends Plz accept my greetings for this useful group. i am feeling very proud to join this group. best wishes Don't Forget To Reply Me @ realamit@......
Note that the class is of no specific use , its more like the structure in C but u can add some important functions like calcHeuristic to this class which...
Hi Ravi, Thanks. I did spend little time trying to go through the code to see if there is anything I can fix myself. But haven't been able to give sufficient...
Hi Ravi, I could fix the problem by doing the following changes to the code. Not completely sure whether it breaks something else! In the findPureSymbol()...