Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you solve this ( a ) Give a short description of tabu search. In your description the notions of a legal neighbour, a tabu

can you solve this (a) Give a short description of tabu search. In your description the notions of
a legal neighbour, a tabu list and an aspiration level should be mentioned.
(b) Consider the graph H in Figure 1. The 2-PATH PROBLEM is the problem of
finding a minimum weight path with two edges. Let dab be an initial solution
for the 2-PATH PROBLEM on H. Using the swap neighbourhood perform four
iterations of the basic tabu search algorithm to improve the initial solution.
The tabu times for deleted and added edges are 2 and 1, respectivelv. For
each iteration, give the corresponding path and all tabu times.
(c) Let G be a bipartite graph with vertices
V(G)={1,2,3,4,5,1',2',3',4',5'}
and edges
E(G)={11',13',15',21',22',32',43',51',54'}.
Starting from the matching M={11',22',43',54'} of G, find a maximum
matching of G.
(d) Describe the patching algorithm for the Asymmetric TSP. Describe, in par-
ticular, how to compute the cheapest collection of disjoint cycles covering all
the vertices and how to find the cheapest patching of two cycles. What is
the running time of the patching algorithm?
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Joy L. Starks, Philip J. Pratt, Mary Z. Last

9th Edition

1337093424, 978-1337093422

More Books

Students also viewed these Databases questions