Search Header Logo

AI_TEST-2

Authored by Adithya Anil

Other

University

Used 1+ times

AI_TEST-2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which of the following is (are) drawback(s) of Hill Climbing?

Global Maxima

Local Maxima

Diagonal Ridges

Plateaus

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the CORRECT statement-

Local beam search (with k nodes in memory) is the same as k random-start searches in parallel.

Simulated annealing with temperature T = 0 behaves identically to greedy hill-climbing search

Enforced Hill Climbing performs a depth-first search from a local minima.

In Tabu Search, we never make a currently tabu’ed step.

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Select the CORRECT statements -

Genetic Algorithm has the effect of “jumping” to completely new parts of search-space, and making “non-local” moves.

As the size of the tabu list increases to infinity, tabu search reduces to a systematic search.

Greedy Hill Climbing with Random Restarts is asymptotically complete, whereas Random Walk is not.

If the initial temperature in Simulated Annealing is set too small, the search can get stuck at a local optimum.

4.

FILL IN THE BLANK QUESTION

5 mins • 3 pts

Media Image

Consider the Hill Climbing Search algorithm for the N-Queens problem with N = 4. The image represents the start state. We want to reach a state i.e. configuration of the board with 4 queens such that no two queens attack each other. The objective function we consider is the number of pairs of queens that attack each other and we want to minimise this objective function. The successor function we consider is moving a single queen along its column by one square either directly up or directly down.
Let the objective function for the start state = x , the number of neighbours of the start state = y, the objective function of the neighbour of the start state with the lowest objective function = z, then what is the value of 2x + y + 3z ?

5.

FILL IN THE BLANK QUESTION

5 mins • 3 pts

Media Image

Consider the Hill Climbing Search algorithm for the N-Queens problem with N = 4. The image represents the start state. We want to reach a state i.e. configuration of the board with 4 queens such that no two queens attack each other. The objective function we consider is the number of pairs of queens that attack each other and we want to minimise this objective function. The successor function we consider is moving a single queen along its column by one square either directly up or directly down.we apply the hill climbing algorithm to minimise the objective function. The hill climbing algorithm stops when the objective function becomes 0 i.e. no two queens attack each other. To break ties b/w two neighbours with the same objective function pick the neighbour obtained by moving the queen in the lower column number (a < b < c < d) and if a tie still exists pick the neighbour obtained by moving the queen downward. The number of steps required by the hill climbing algorithm is:

6.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Media Image

Consider the 1-D state space shown by the image below. For which of the following start state regions using the greedy local search hill-climbing algorithm will we not reach the global maximum ?

A

B

C,D

E

F

7.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

Consider a Constraint Satisfaction Problem (CSP) where we need to assign values to three variables - X, Y, and Z. The domain for each variable is {1, 2, 3}. The following constraints must be satisfied:

  1. 1) X+Y>Z

  2. 2) X>Y

  3. 3) Z<X+Y

Based on the revised constraints, which of the following assignments is a valid solution for the variables X, Y, and Z?

a) X=1, Y=3 , Z=2

b) X=2, Y=1, Z=3

c) X=3, Y=2, Z=1

d) X=3, Y=1, Z=2

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?