Lecture NINE.

Lecture NINE.

University

10 Qs

quiz-placeholder

Similar activities

Research Unit Quizzizz

Research Unit Quizzizz

8th Grade - University

15 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

DRAINER CS : Data Structures Final Review

DRAINER CS : Data Structures Final Review

University

10 Qs

Chapter 3 - Media Asset Management

Chapter 3 - Media Asset Management

12th Grade - University

15 Qs

MRKT4207 • WK2

MRKT4207 • WK2

University

10 Qs

HTML BASICS 1

HTML BASICS 1

University

15 Qs

Artificial Intelligence 1

Artificial Intelligence 1

University

10 Qs

Computer DESKTOP - CESA

Computer DESKTOP - CESA

7th Grade - University

15 Qs

Lecture NINE.

Lecture NINE.

Assessment

Quiz

Computers

University

Medium

Created by

Ahmed Mohamed

Used 73+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

15 mins • 10 pts

What are the advantages of local search algorithms?

They always find the global maximum

They use very little memory

They are suitable for small state spaces

They keep track of all the paths

They are suitable for large or infinity state spaces

2.

MULTIPLE CHOICE QUESTION

15 mins • 10 pts

Which search algorithm is called greedy local search.

Greedy First search

Depth-first search

Hill Climbing Search

A* algorithm

3.

MULTIPLE CHOICE QUESTION

15 mins • 10 pts

What is the main drawback of hill climbing search?

continually moves in the direction of increasing value

It requires a little of memory

It can get stuck in local maxima

It always finds the global maximum

4.

MULTIPLE CHOICE QUESTION

15 mins • 10 pts

Media Image

Starting from x = 0 , The answer is f(-1) = 3
---------------------
Starting from x = -4 , The answer is f(-2) = 3

Starting from x = 0 , The answer is f(-2) = 6
---------------------
Starting from x = -4 , The answer is f(-1) = 6

Starting from x = 0 , The answer is f(-1) = 0
-------------------
Starting from x = -4 , The answer is f(-2) = 0

Starting from x = 0 , The answer is f(0) = -1
-------------------
Starting from x = -4 , The answer is f(-1) = -2

5.

MULTIPLE CHOICE QUESTION

15 mins • 10 pts

What is the main solution to the problem of Local maxima in hill climbing search?

A big jump

Random restart

Allowing 'bad' moves

Decreasing the temperature

6.

MULTIPLE CHOICE QUESTION

15 mins • 10 pts

What is the main solution to the problem of plateaus in hill climbing search?

A big jump

Random restart

Allowing 'bad' moves

Decreasing the temperature

7.

MULTIPLE CHOICE QUESTION

15 mins • 10 pts

What is the advantage of Simulated annealing search over Hill climbing search?

allowing some intelligent moves to escape the local maxima

It always finds the global maximum

It never gets stuck in local maxima

To escape local maxima by accepting worse solutions.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?