



|
|
My Intro to Object-Oriented Programming
|
Glossary of Terms ( Cognitive and Computational )
Monday September 11 , 2000
|
|
|
Definition
GOAL-DIRECTED PLANNING is the problem solving strategy of:
- Indentifying a goal.
- Determining the information needed to achieve the goal.
- Establish as subgoals the problems of securing the information needed to achieve the goal.
- ``Recursively'' applying this same method to the problems established as subgoals.
|
|