Skip to content

Commit abdf860

Browse files
author
magicindian
committed
minor changes to readme.txt
1 parent a6dc77c commit abdf860

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

ReadMe.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
AIMA JAVA Notes By Ravi([email protected])
22

33

4-
version 0.9
4+
version 0.92
55
***********
6-
This release marks the pre final .
7-
It includes the probability algorithms from chapters 15,16,17 and 21 (besides many bug fixes).
6+
This release includes a rewrite of the neural network algorithms (in the earlier version teh nn s were getting saturated because the data was not pre processed)
7+
+ more algorithms from chapter 4.
8+
9+
Heuristics are now doubles (vs ints in the old version).
10+
11+
812

913
The latest (and ever evolving) code can be found at http://code.google.com/p/aima-java/. if you notice a bug please try this version to see if it persists.
1014
The official release can be found at http://aima.cs.berkeley.edu/java-overview.html.
1115

1216
The following people sent in excellent comments and bug reports.
1317
Thank you all
18+
19+
20+
Carl Anderson Senior Scientist, ArchimedesModel.com (suggested making heuristic values double instead of int. Excellent suggestion! Than You!)
1421

1522
Don Cochrane from (?) University
1623

@@ -32,11 +39,10 @@ Phil Snowberger,Artificial Intelligence and Robotics Laboratory,University of No
3239

3340
Build Instructions
3441
******************
35-
you can use
36-
a)ANT(http://ant.apache.org/)
37-
b)make
42+
you can use ANT(http://ant.apache.org/)
43+
44+
The make file is now deprecated. use ANT!
3845

39-
The make file is *very* elementary. All it does is compile the NON-Test Code into class files.I have tested the makefile on cygwin+Windows. i have NOT tested it on linux/unix.
4046

4147
The ANT file is more comprehensive and runs all the tests as part of the standard build.
4248

0 commit comments

Comments
 (0)