Tag: goal tree
2. Reasoning: Goal Trees and Problem Solving
Problem reduction Take a complicate problem and transform it into a simpler problem. Start with safe transformations, the ones you are sure will work in any case. Then apply heuristic transformations, the ones that could work. The problem simplification schema, may create “and node“, where the problem forks in several sub problems and “or node”…
