Editor: aiParts is a collection of Open Source C++ software parts that can be used to implement AI Patterns and other artificial intelligence techniques.
aiParts is primarily aimed at problems in which a number of decisions must be made, each affecting the options available in subsequent decisions. Examples include: navigating a car, playing Chess, and assigning students to classes.
The basic idea is that you assemble a problem from parts that know how to solve problems.
aiParts 0.8.5 was released on Nov-21-2005. The primary changes were enhancements (and two minor bug fixes) in the High-Hope classes. See RELEASE.txt for more information about this release.