Well-defined Problems
Specific goals, clearly defined rules, clear way to obtain a solution
Ill-Defined Problems
Goals not clearly defined, no clearly defined rules, no clear way to obtain a solution
When is a goal reached?
Is reached when the conditions for meeting said goal is satisfied
Heuristic
A rule based on trial and error, rule is loosely defined, rule will not lead to the optimal solution
Initial State
Initial situation
Intermediate State
Every other state that is not the initial or goal state
Goal State
The desired situation
Link
Links between states describe how one problem
state is transformed into another problem state
Problem Space
The set of all possible “states” for the problem and
how each state can be reached using links