-
Notifications
You must be signed in to change notification settings - Fork 803
AIMA3e Overview
Ciaran O'Reilly edited this page Mar 13, 2015
·
20 revisions
Notes By Ciaran ([email protected]), Ruediger ([email protected]) and Ravi([email protected]).
- This project is now organized into 4 sub-projects:
- aima-core : contains all the implemented algorithms described in AIMA3e.
- aima-gui : contains the GUI and command line demo applications. This project is dependent on aima-core.
- aimax-osm : contains the Open Street Map (OSM) library and applications. This project is dependent on aima-core and aima-gui.
- aima-all : is the master project, used by aima-java developers, for creating releases.
- Sub-Project directory organization is based on the standard Maven directory layout.
1.8.0-Chp7-Rewrite : 10 Aug 2014 :
Rewrite of Chapter 7's propositional logic infrastructure and associated algorithms.
This is based on the following sub-project releases:
- aima-core (0.11.0) : see - README.txt for details.
- aima-gui (1.0.9) : see - README.txt for details.
- aimax-osm (2.0.3) : see - README.txt for details.
- Note: This project is under a different License.