-
Notifications
You must be signed in to change notification settings - Fork 795
AIMA3e Overview
Notes By Ciaran (ctjoreilly@gmail.com), Ruediger (Ruediger.Lunde@gmail.com) and Ravi (magesmail@yahoo.com).
- This project is organized into 4 sub-projects:
- aima-core : contains all the implemented algorithms described in AIMA3e.
- aima-gui : contains demo applications based on JavaFX and Swing as well as command line demos. 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.
Fixed jars to launch appropriate JavaFX integrated apps.
- aima-core (3.0.0) : see - README.md for details.
- aima-gui (1.1.1) : see - README.md for details.
- aimax-osm (2.1.1) : see - README.md for details.
- Note: This project is under a different License.
If you need any help with the java code, do write to me at (ctjoreilly@gmail.com).
I am happy to receive any mails/bug reports and generally respond within a day, unless I am traveling. The only mails I do NOT respond to are those asking me to do your homework! Don't even try ! :-)
Bug Reports are greatly appreciated!
When you send in a bug report please include:
- what you did to see the bug
- what you expected to see
- what you actually saw.
Doing so gets you added to the "Bug Report - Acknowledgments" list :-), Happy Hacking!
The following people sent in excellent comments and bug reports. Thank you!!!!
- Kevin O'Connor, PhD student Heriot-Watt University, Issues 76 and 77
- Ramiro Varela, Associate Professor University of Oviedo, Issues 74 and 75
- mbilgic, Issue 73
- Federico Baron and Alessandro Daniele, University of Padua, Hybrid Wumpus Agent suggestions and code.
- Ken Stevens, Issue 70
- Asterios, Issue 67
- Betty Keren, Issue 66
- codesamu..., Issue 63
- Jose Samaniego, suggestions for compiling and running from the command line using ant.
- sublogical, Issue 58
- arun.nurak, Issue 56 and Issue 57
- param.cool2008, Issue 55
- Paul T Keyser, IBM Watson Research Center, Issue 61
- Frederico Araujo, PhD student at the University of Texas at Dallas
- Ali Tozan
- Carl Anderson, Senior Scientist, ArchimedesModel.com
- Don Cochrane, from (?) University
- Mike Angelotti, from Miami University
- Chad Carff, University of Western Florida. EXCELLENT test cases, thank you
- Dr. Eman El-Sheikh, Ph.D., University of Western Florida
- Ravindra Guravannavar, Aztec Software, Bangalore
- Cameron Jenkins, University Of New Orleans
- Nils Knoblauch (Project Manager, Camline) - winner of the No Prize for the best bug report! Thanks!
- Phil Snowberger, Artificial Intelligence and Robotics Laboratory, University of Notre Dame
Search API Improvements, JavaFX added, and Chapters 22, 23, and 25 implemented.
- aima-core (0.12.0).
- aima-gui (1.1.0).
- aimax-osm (2.1.0).
Complete the algorithms in Chapter 7, improving runtime performance and fixing defects.
- aima-core (0.11.1).
- aima-gui (1.0.9).
- aimax-osm (2.0.3).
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).
- aima-gui (1.0.9).
- aimax-osm (2.0.3).
Addition of And-Or-Search-Graph algorithm from chapter 4 and a Nondeterministic Vacuum Environment to the Vacuum GUI. Also, the Genetic Algorithm was reimplemented in order to make it easier to use/extend. This is based on the following sub-project releases:
- aima-core (0.10.5).
- aima-gui (1.0.8).
- aimax-osm (2.0.2).
Re-design and re-implementation of the adversarial search algorithms along with the addition of a Connect-4 GUI game to demonstrate new capabilities. This is based on the following sub-project releases:
- aima-core (0.10.4).
- aima-gui (1.0.7).
- aimax-osm (2.0.2).
Rewrite of logic from Chapter 17 and 21 in aima-core, defect fix release 1. This is based on the following sub-project releases:
- aima-core (0.10.3).
- aima-gui (1.0.6).
- aimax-osm (2.0.1).
Rewrite of logic from Chapter 17 and 21 in aima-core. This is based on the following sub-project releases:
- aima-core (0.10.2).
- aima-gui (1.0.6).
- aimax-osm (2.0.1).
Rewrite of logic from Chapter 15 in aima-core. This is based on the following sub-project releases:
- aima-core (0.10.1).
- aima-gui (1.0.5).
- aimax-osm (2.0.1).
Rewrite of logic from Chapters 13 and 14 in aima-core. This is based on the following sub-project releases:
- aima-core (0.10.0).
- aima-gui (1.0.4).
- aimax-osm (2.0.1).
Defect fixes for aima-core and aimax-osm. This is based on the following sub-project releases:
- aima-core (0.9.14).
- aima-gui (1.0.3).
- aimax-osm (2.0.1).
Redesign of AIMAX-OSM implementation. Fixes for failed compilations and tests on UBUNTU platform. This is based on the following sub-project releases:
- aima-core (0.9.13).
- aima-gui (1.0.3).
- aimax-osm (2.0.0).
Improvements to implementations of Online, CSP, and GUI components. This is based on the following sub-project releases:
- aima-core (0.9.12).
- aima-gui (1.0.2).
- aimax-osm (1.0.2).
This is a minor bug fix release. This is based on the following sub-project releases:
- aima-core (0.9.11).
- aima-gui (1.0.1).
- aimax-osm (1.0.1).
This is a minor release that includes many improvements added to the AIMAX-OSM project. This is based on the following sub-project releases:
- aima-core (0.9.10).
- aima-gui (1.0.0).
- aimax-osm (1.0.0).
This is a minor release that includes many improvements added to the AIMAX-OSM project. This is based on the following sub-project releases:
- aima-core (0.9.9).
- aima-gui (0.2.0).
- aimax-osm (0.9.2).
This is a minor release that includes improvements to the GUI components. This is based on the following sub-project releases:
- aima-core (0.9.9).
- aima-gui (0.2.0).
- aimax-osm (0.9.1).
This is a minor release that includes redesign and performance enhancements to the AIMAX-OSM package. This is based on the following sub-project releases:
- aima-core (0.9.9).
- aima-gui (0.1.2).
- aimax-osm (0.9.0).
This is a minor patch release to 1.1.0, which includes fixes/cleanup related to the new aimax-osm project. This is based on the following sub-project releases:
- aima-core (0.9.9).
- aima-gui (0.1.2).
- aimax-osm (0.1.2).
This is the first release of AIMA3e-Java with a new extension (aimax) project - Open Street Map (OSM) library, which leverages functionality from the two core (aima-core and aima-core) AIMA3e-Java projects. This is based on the following sub-project releases:
- aima-core (0.9.8).
- aima-gui (0.1.1).
- aimax-osm (0.1.1).
This is the first full release based on the 3rd edition of AIMA. This is based on the following sub-project releases:
- aima-core (0.9.7).
- aima-gui (0.1.0).