Hello, I think I have found a Problem in the min-conflicts algorithm on page 151 of the international edition. For example, when the assignment for the...
I wonder why arc consistency is not listed in the table on page 143 of the international edition. Does anybody have tried to apply "arc consistency" to the USA...
Hello, after having programming a backtracking with minimum remaining values, and tested it with a map coloring problem with the USA map, it comes out that the...
Hello, Excuse me. I need the visual prolog5.1 code of wumpus (condition : single agent,and wumpus is fixed) (i'm in hurry)Please help me, Thank you Regaards ...
Hi All, I am new to AI and I am reading the book. I am still in the chapter 3 !!!! If all problems can be brought or solved thinking as a search problem is...
I'm having the same problem with the doctests as you reported in the aima-talk mailing list. I'm also running python 2.3.4, but under OpenBSD 3.6. Have you...
Hi , I am a II year student of an Engineering college,in my current semester ,I have got A.I ,I would like to get your guidance to understand it at the...
Hello, I'm trying to implement the Learning Run-Time A* Agent on page 128 of the international edition. Trying to follow the iteration in the figure 4.22, I...
Hello, after having found out that the queens problem is not a good example for the genetic algorithm approach, I'm looking for an easy to implement but ...
Hello, I've implemented the Online-DFS-Agent on page 126 in the international edition. However, the algorithm gets stuck. After debugging, I found that the...
Just downloaded and unzipped aima-python.zip I ran doctests.py as follows: [root@localhost AIMA]# python doctests.py -v *.py Traceback (most recent call last):...
Hello, I am implementing a Java library with the algorithms of the book. I was stuck with the genetic algorithm applied to the queens problem. Populations...
Hello, on the 23th I sent an Email to this list, which I haven't received myself. However, the email is on the group's web site. It was about the queens...
Hello, to be precise, in the international second edition there are five heuristics for the puzzle problem: 1) Manhattan, 2) misplaced tiles, 3) the maximum of...
Q2.3. What is difference between agent functions and agent programs? and its part a. a. Can there be more than one agent program that implements a given agent...
Hello all, this is brandon. I was wondering if anybody had the solution (in PYTHON) to this algorithm. I will even take a template. thanks and have a happy...
<Please accept my apology if you have received multiple copies of the same> K B C S 2004 INTERNATIONAL CONFERENCE ON KNOWLEDGE BASED COMPUTER SYSTEMS ...
Hi, All. If someone can tell me how to calculate the log-likelifood value listed on page 730, -2044, please help me! I tried to calculate this by below code(in...
HI... I tried a lot to find the code in LISP that solve the TSP with the A* algorithm ,so if anybody can help me i'll be very grateful to him... yours... ...
hi... i need the code in Scheme48 which solve the TSP with A* algorithm,if anyone can help me ,i'll be thankfull if he send me the link of that code... ...
Hope someone can help me with this one. completely stuck. any solutions out there? it's on page 490 about proving the conditionalized version of the general...
I really dont understand how I could return the action in Sucessors (state) with value v (p. 166). In facts, I don't understand how a sucessors of a state is...
Dear Colleague, International Conference on Information Technology - ICIT 2004 to be held on December 17-19, 2004, Istanbul, Turkey is sponsored by ...
Hey, I was wondering if anybody could help me with question 9.11 about finding who the person is. question: P. 317 A popular children's riddle is "Brothers...
HELLO TO ALL AIMA-ITES THE SECOND EDITION OF AIMA IS FANTASTIC. I JUST NEED SOME HELP ON THE MISSIONARIES AND CANNIBALS PROBLEM IF ANYONE COULD PROVIDE A...