Lecture 1 - Introduction Flashcards

1
Q

What is the difference between a closed and an open system?

A

Open system - Dependent on their environment
Closed system - Doesn’t interact with the environment. Totally independent

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

What is the difference between global and local optimum?

A

Global - better than all other solutions i.e. the best
Local - Better than all solutions in a certain neighbourhood, called N

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

What is a heuristic?

A

A heuristic is a problem dependent search method which seeks good i.e. near-optimal solutions at a reasonable cost without being able to guarantee optimality

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

What is system effectiveness and system efficiency?

A

Effectiveness - the degree to which goals are achieved i.e. result, output
Efficiency - a measure of the use of inputs (or resources) to achieve output e.g. speed

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

What are the drawbacks for heuristic search?

A

There is no guarantee for the optimality of the obtained solutions.
Usually can be used only for the specific situation for which they are designed
Performance of heuristic could be sensitive to the setting of those parameters
May give a poor solution

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

What is the difference between deterministic and stochastic heuristic searches?

A

Deterministic - provide the same solution when run on the given problem instance regardless of how many times.
Stochastic contains a random component and may return a different solution at each time they are run on the same instance

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

What is a pseudo-random number?

A

A long sequence of numbers that is produced using a deterministic process, but which appear to be random.

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

What are some problems with pseudo-random numbers?

A

Lack of uniform distribution
Correlation of successive values
The distance between where certain values occur are distributed differently from those in a random sequence

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