Skip to content

AIMA3e Overview

Ciaran O'Reilly edited this page Mar 13, 2015 · 20 revisions

AIMA3e-JAVA

Notes By Ciaran ([email protected]), Ruediger ([email protected]) and Ravi([email protected]).

Project Organization

  • 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.

Current Release: 1.8.0-Chp7-Rewrite

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:

Bug Report - Acknowledgments

Clone this wiki locally