STATE SPACE SEARCH Flashcards

1
Q

HOW CAN PROBLEMS BE REPRESENTED?

A

Problems are represented by a set of states and a set of rules of how a state can transform into another state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain the term Action/Operator

A

Takes an agent from one state to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain the term Goal.

A

A goal is a set of desirable states of the world. Goal states are specified by a goal test(how a desirable goal exists) which any goal must specify.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Problem formulation

A

Choosing a relevant set of states to consider and a feasible(easy) set of operators for moving from one state to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Search

A

Imagining sequences of operators from an initial state and finds the sequence that reaches the goal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the two things to measure in order to measure a problem solving performance?

A

1) Completeness

2) Optimality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain Completeness

A

A strategy that is guaranteed to find a solution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain Optimality

A

A strategy that is guaranteed to find a solution in the best way possible. In other words, it has a low or minimal cost in finding the solution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly