Tuesday, October 9, 2012

AIMA-Java 1.7.0-Chp4-Complete

Andrew Brown has joined the project and his submission of the And-Or-Graph-Search algorithm completes the set of algorithms from Chapter 4 in the book. In addition, the Genetic Algorithm has been rewritten in order to make it easier to use/extend. Also, several issues were also resolved as part of this release (see the aima-core README.txt for details).

Enjoy!

Ciaran

Sunday, January 8, 2012

AIMA-Java 1.6.0-Chp5-Rewrite

Ruediger has rewritten all of the logic from Chapter 5: Adversarial Search. In addition, he has added a new GUI demo application - Connect 4, in order to highlight the algorithms usage in larger search spaces. This can be run from the demo page:

http://aima-java.googlecode.com/svn/trunk/aima-all/release/aima3ejavademos.html

Enjoy!

Ciaran