Computer Science Notes

Notes From CS Undergrad Courses FSU

This project is maintained by awa03

Production System Search in Prolog

A production system is a model of computation that is important for implementing search algorithms and modeling human problem solving behavior.

Summary of A Production System

A production system is important for modeling human tasks and search algorithms. It consists of production rules, a working memory, and a recognize act control cycle. The production rules define how the problem should be approached. While the Working memory contains a description of the state of the world, this may include all moves made, or any information that will assist in solving the problem. The recognize act cycle then is the control structure for the production system.