1 greedy randomized adaptive search and variable neighbourhood search for the minimum labelling...

20
1 Greedy Randomized Adaptive Search a nd Variable Neighbourhood Search fo r the minimum labelling spanning tr ee problem Kuo-Hsien Chuang 2008/11/05

Post on 21-Dec-2015

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

1

Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimu

m labelling spanning tree problem

Kuo-Hsien Chuang 2008/11/05

Page 2: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

2

Introduction

Output graphFitness = 2

Input graph

Page 3: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

3

Literature review• Maximum vertex covering algorithm

Page 4: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

4

Literature review

• MVCA applying Pilot method– Let C = empty set of labels– Set C = {all c 屬於 (L – C), min(comp(C + c))}

Page 5: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

5

Exploited metaheuristics

• MGA

Page 6: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

6

Exploited metaheuristics• MGA

Page 7: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

7

Exploited metaheuristics

• MGA

Page 8: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

8

Exploited metaheuristics• GRASP

Page 9: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

9

Exploited metaheuristics

Page 10: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

10

Exploited metaheuristics

Page 11: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

11

Exploited metaheuristics

Page 12: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

12

Exploited metaheuristics• VNS

Page 13: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

13

Exploited metaheuristics

Page 14: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

14

Exploited metaheuristics

Page 15: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

15

Exploited metaheuristics

Page 16: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

16

Computational results

Page 17: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

17

Page 18: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

18

Page 19: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

19

Page 20: 1 Greedy Randomized Adaptive Search and Variable Neighbourhood Search for the minimum labelling spanning tree problem Kuo-Hsien Chuang 2008/11/05

20

Conclusion

• All the results allow us to state that VNS and GRASP are fast and extremely effective metaheuristics for the MLST problem

• Future research :

an algorithm based on Ant Colony Optimisation (ACO) is currently under study in order to try to obtain a larger diversification capability by extending the current greedy MVCA local search.