I understand the material in the chapter. However, the exercises are completely confusing to me. Therefore, a discussion of the chapter may clarify. For the...
... 2nd edition, I found that from the given start state (7 2 4 5 0 6 8 3 1), it is NOT possible to reach the given Goal state ( 0 1 2 3 4 5 6 7 8) since both...
... are ... may ... state ... number ... state. In ... configuration) ... Discussions of the topics in the book leads to a better understanding of the...
I'm looking to create a test file and successor function for BFS in the AIMA code. However, in order to instantiate a BFS I have to pass in a QueueSearch. I...
The code for QueueSearch begins as follows "public abstract class QueueSearch .... " The "abstract" keyword implies you cannot instantiate the class. You need...
... Do we use the AIMA code examples, i.e. BFS and QueueSearch, for the exercises in the book? Or, are we supposed to define and implement all of the code for...
Okay, I can already see a flaw in this, here's my revised version... I've attached my formula as a png, hope it gets through, in case it doesn't... *Text:* ...
Hi, I'm interested to see if my solution is even remotely correct, the question is to derive the error formula given the number of experts/hypotheses (M) and...
hi I was looking at AIMA python code repository in google and asking myself is python still considered viable in this community. the java repository seems to...
Hi, I wouldn't want to speak for the maintainers of the python repository, but as the maintainer of the java code repository I think it is important to...
Hi Mani I've started writing a framework, however it's not necessarily because there doesn't exist a framework which I can use (maybe one exists that is good, ...
The formulation in Fig 3.1 is not mentioned again, so its application to the clear examples in Sec 3.2 is obscure at best. How *does* it apply? Esp. since it...
You're right; Fig 3.1 is not well-integrated with the text -- but we will have better integration in the 3rd edition of AIMA. As for how it works: the idea is...
That's great. Is there any information available on what to expect in the 3rd edition or an estimate of when to expect it to be available for purchase? Thanks ...
Light-hearted suggestion: Instead of God's finger touching Adam, ala Michelangelo, we could have a human in the clouds touching the finger of a robot agent. -...
Whats the point in having it for US residents only? ... 2. Eligibility. Open to legal U.S. residents, that are instructors or students (enrolled at a two- or...
If it were up to me, I would have it open to anyone, regardless of residency, and regardless of status as a student or teacher. But Prentice Hall has legal...
Good think this came up - I had already started :/ That'll teach me to `assume' that I'm eligible =) Nima ... -- Nima Talebiw: http://ai.autonomy.net.au/ p:...
I've been looking through the python code for the search algorithms. I must acknowledge that I am pretty new to python, so apologies for basic mistakes. Having...
James Clemence
jamesvclemence@...
May 2, 2009 11:31 pm
865
Hi! I found several issues with the code in csp.py, version aima-python.2007.06.15.zip: 1) Forward Checking and Maintain Arc Consistency don't work because of...