Solutions & Search Problems(Week 2) Flashcards

1
Q

Two types of solutions

A

-Optimal Solution
-Complete Solution

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

Optimal Solution

A

Ideal solution that takes you to goal state

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

Complete Solution

A

Any solution that takes you from current state to goal state

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

What is Search problem?

A

A search problem is a model for a real world problem

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

What does a search problem consists of?

A

1.State Space: All the possible states of the problem
2.Successor Function: Actions & Cost
3.Start state: Current state of the problem
4.Goal State: Destination State
5.Solution: Path from start to goal state

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

What is a State space graph?

A

state space: All possible states for a search problem
A mathematical representation of a search problem
- In state space graph each state occurs only once (i.e. no loop. Loops are avoided in real world problems bcs they will keep repeating the same task)

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

What is Search Tree

A

Representation of data through nodes & leaves

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

What is role of successor function?

A

It maximises efficiency/chances of success
e.g: decreasing cost and increasing revenue of a task

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