Lecture NINE.

Lecture NINE.

University

10 Qs

quiz-placeholder

Similar activities

AI QUIZ

AI QUIZ

University

10 Qs

Introduction to HTML

Introduction to HTML

2nd Grade - University

10 Qs

Unit 2 - AI by Prof. R. Rajkumar

Unit 2 - AI by Prof. R. Rajkumar

University

15 Qs

AP CSA Binary Search and Merge Sort

AP CSA Binary Search and Merge Sort

University

11 Qs

Web Technology

Web Technology

University

15 Qs

UNIT-1 AIT

UNIT-1 AIT

University

15 Qs

Metaheurísticas

Metaheurísticas

University

6 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 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?