Archive for December, 2002
Beginners Guide to Pathfinding Algorithms
Thursday, December 19th, 2002Network & tree searches are important as a basis for AI in many contexts. This article provides a colourful introduction and explains the different search methods available. It also shows the evolution of A* over other search algorithms.
Written by Senior Diablo.
Decision Trees and Evolutionary Programming
Wednesday, December 4th, 2002Commonly used in pattern recognition and AI decision systems, the basic structure of DT allows application of IF…THEN type rules to classification, which are easily utilized and interpreted. This article presents a unique method of developing such trees using Evolutionary Programming.
Written by Kirk Delisle.

