Search the web
Sign In
New User? Sign Up
aima-talk · AI: A Modern Approach: Help for the text
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 453 - 482 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
453
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...
Ivan Villanueva
artificialidea
Offline Send Email
Jan 3, 2005
3:29 pm
454
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 ...
Ivan Villanueva
artificialidea
Offline Send Email
Jan 3, 2005
3:34 pm
455
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...
Ivan Villanueva
artificialidea
Offline Send Email
Jan 5, 2005
2:25 pm
456
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...
vijay mashi
vijaymashi
Offline Send Email
Jan 7, 2005
4:37 pm
457
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...
mr_caseyj
Offline Send Email
Jan 9, 2005
6:39 pm
458
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...
mr_caseyj
Offline Send Email
Jan 10, 2005
2:07 pm
459
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...
ponguru
Offline Send Email
Jan 15, 2005
8:50 am
460
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 ...
amir_ysa
Offline Send Email
Jan 15, 2005
6:28 pm
461
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 ...
amir_ysa
Offline Send Email
Jan 15, 2005
6:28 pm
462
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...
Ivan Villanueva
artificialidea
Offline Send Email
Jan 17, 2005
11:25 am
463
... 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...
Ivan Villanueva
artificialidea
Offline Send Email
Jan 18, 2005
6:00 pm
464
... 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....
Ivan Villanueva
artificialidea
Offline Send Email
Jan 24, 2005
12:50 pm
465
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...
Ivan Villanueva
artificialidea
Offline Send Email
Jan 27, 2005
8:23 am
466
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...
Ivan Villanueva
artificialidea
Offline Send Email
Jan 28, 2005
11:36 am
467
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...
kaurav_2003
Offline Send Email
Jan 28, 2005
6:07 pm
468
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...
ponguru
Offline Send Email
Jan 30, 2005
5:41 pm
469
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....
Gaurav
gaurav_gup1
Offline Send Email
Jan 30, 2005
5:42 pm
470
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...
Dharmesh Jani
janidharmesh
Offline Send Email
Jan 30, 2005
6:26 pm
471
... Sensors are input to an artificial intelligence; actuators are output from an artificial intelligence. Sensors are like the human eyes and ears. Actuators...
AT Murray
mentifex
Offline Send Email
Jan 30, 2005
9:48 pm
472
thanks man, what i can figure out from your example is that sensors are basically used for input to any AI agent while actuators are mainly involved with the...
gaurav gupta
gaurav_gup1
Offline Send Email
Jan 31, 2005
3:13 am
473
... Try the following: - open a console and change the directory (cd) to C:\javamyprograms\aima-code\src - execute e.g.: java -cp ....
Ivan Villanueva
artificialidea
Offline Send Email
Jan 31, 2005
1:52 pm
474
Why?...
georgel360
Offline Send Email
Jan 31, 2005
9:42 pm
475
... It is not the only one. It is a pity that such a good book being used in over 800 universities has so little support from its own mailing list. Iván....
Ivan Villanueva
artificialidea
Offline Send Email
Feb 1, 2005
3:58 pm
476
Hello, somebody has asked me to send him the Java library I am implementing with the algorithms of the book. Maybe other people here are interested too. I have...
Ivan Villanueva
artificialidea
Offline Send Email
Feb 3, 2005
2:48 pm
477
Hi, i have joined aima group today i am lecturer at foundation university islamabad and i want instructure manual i have mail to different address and did not...
sherjeel farooqui
sherjeelfa
Offline Send Email
Feb 3, 2005
7:26 pm
478
Sorry for the delay in responding. I was trying to duplicate the problem but couldn't; I believe that for a short time there was an inconsistent set of files...
Peter Norvig
norvig
Offline Send Email
Feb 5, 2005
8:58 pm
479
Ponguru, Sorry for the delay in reply . I was away from my pc for a week . Your classpath needs to include the "build" directoryinside tha aima dierctory . ...
Ravi Mohan
magesmail
Offline Send Email
Feb 6, 2005
3:34 am
480
I think I found a mistake at page #356 of the first edition of the book. Figure 11.3 shows the partial-order planning algorithm. The problem resides in choose...
idyrr
Offline Send Email
Feb 9, 2005
3:22 am
481
hi anybody knows how to view .tex slides??...
Talaat
aitalaat
Offline Send Email
Feb 13, 2005
10:23 am
482
... In Linux (or Unix or probably Mac too) on the console: latex file.tex (translate the source code) xdvi file.dvi (to view it) dvips -f...
Ivan Villanueva
artificialidea
Offline Send Email
Feb 13, 2005
6:43 pm
Messages 453 - 482 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help