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...
443
mojtaba begherzadeh
memo_27512
Dec 6, 2004 12:05 pm
hi thank you bye Ivan Villanueva <ivan@...> wrote: Hello, to be precise, in the international second edition there are five heuristics for the...
444
somanathdas
Dec 7, 2004 11:59 am
Yes i want to know more about these heuristics somnath...
445
toddncstate
Dec 9, 2004 4:31 am
Problem 20.4 in text. Any help would be greatly appreciated....
446
somnath das
somanathdas
Dec 15, 2004 4:24 pm
somanathdas <somanathdas@...> wrote: Thanks for ur reply. Yes I want those heuristics. Do u have any idea about how to program these heuristics. Somnath ...
447
usman qayyum
mrusmanqayyum
Dec 17, 2004 4:48 pm
hi to alllllllllllllllllllllll there ... Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. Learn more....
448
Maithreebhanu
bhanu128
Dec 21, 2004 4:39 am
what kind of assitence u need sharmila <sharmila_mk@...> wrote:Hi , I am a II year student of an Engineering college,in my current semester ,I have got...
449
Ivan Villanueva
artificialidea
Dec 23, 2004 8:35 pm
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...
450
Ivan Villanueva
artificialidea
Dec 25, 2004 6:06 pm
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...
451
guihergeek61
Dec 26, 2004 6:35 pm
Our class had a homework problem where doing the n-queens problem using GA was one option, though I chose to approach it as a CSP. I chose to avoid the GA...
452
georgel360
Dec 29, 2004 4:52 pm
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):...
453
Ivan Villanueva
artificialidea
Jan 3, 2005 3:29 pm
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...
454
Ivan Villanueva
artificialidea
Jan 3, 2005 3:34 pm
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 ...
455
Ivan Villanueva
artificialidea
Jan 5, 2005 2:25 pm
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...
456
vijay mashi
vijaymashi
Jan 7, 2005 4:37 pm
hey , Miss Sharmila do need any material about AI or ..some tutorials. what actully is ur requirement. Let me know that first Vijay ... Do you Yahoo!? Read...
457
mr_caseyj
Jan 9, 2005 6:39 pm
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...
458
mr_caseyj
Jan 10, 2005 2:07 pm
I thought I sent my previous message as an email to georgel360 only.But since it somehow made its way to the list, I guess I should explain. My question was in...
459
ponguru
Jan 15, 2005 8:50 am
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...
460
amir_ysa
Jan 15, 2005 6:28 pm
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 ...
461
amir_ysa
Jan 15, 2005 6:28 pm
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 ...
462
Ivan Villanueva
artificialidea
Jan 17, 2005 11:25 am
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...
463
Ivan Villanueva
artificialidea
Jan 18, 2005 6:00 pm
... It seems that the above result has been a lucky coincidence. After changing a little bit the code, the algorithm doesn't find the solution any more. I...
464
Ivan Villanueva
artificialidea
Jan 24, 2005 12:50 pm
... I apology for using this mailing list as a blog, but maybe some day some one is interested in this issue. Forget the last paragraph, the program was buggy....
465
Ivan Villanueva
artificialidea
Jan 27, 2005 8:23 am
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...
466
Ivan Villanueva
artificialidea
Jan 28, 2005 11:36 am
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...
467
kaurav_2003
Jan 28, 2005 6:07 pm
Hi, Is there any discussion / notes / help on some of the proofs and theorems specified in the exercise of the book. I am interested in some of them in the...
468
ponguru
Jan 30, 2005 5:41 pm
I am trying to compile the JAVA code from http://aima.cs.berkeley.edu/java-overview.html I downloaded the aima.zip and unzipped the files into a folder...
469
Gaurav
gaurav_gup1
Jan 30, 2005 5:42 pm
Hi all, I have taken this for the first time. I was going through the book but I am not able to make out the exact differences between Actuators and Sensors....
470
Dharmesh Jani
janidharmesh
Jan 30, 2005 6:26 pm
hey sensors are devices that are used to convert the signal from one physical form to another...they are also called transducers.....eg. pressure transducers...
471
AT Murray
mentifex
Jan 30, 2005 9:48 pm
... Sensors are input to an artificial intelligence; actuators are output from an artificial intelligence. Sensors are like the human eyes and ears. Actuators...