Responsive image
博碩士論文 etd-0128113-180704 詳細資訊
Title page for etd-0128113-180704
論文名稱
Title
行動通訊中之啟發式細胞規劃方法
Metaheuristics for Cell Planning Problem in Mobile Communications
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
120
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2013-01-18
繳交日期
Date of Submission
2013-01-28
關鍵字
Keywords
細胞規劃、匯報細胞、行動運算、位置管理、禁忌搜尋法、基因演算法
Mobile computing, Reporting cell, Cell planning, Tabu search, Genetic algorithm, Location management
統計
Statistics
本論文已被瀏覽 5695 次,被下載 128
The thesis/dissertation has been browsed 5695 times, has been downloaded 128 times.
中文摘要
近幾十年來隨著行動通信技術的快速發展,其中最熱門也最常被探討的研究議題之一是基地台細胞規劃的問題(Cell Planning Problem, CPP),而其中位置管理(Location Management, LM)除了是影響細胞規劃的成本因素外,更是行動通信網路中,最重要的行動計算(Mobile Computing)探討議題。本論文研究的重點著重在應用啟發式方法作細胞網路最佳化的佈署,使得位置管理方式更有效率,並達成信號成本最小化。當基地台網路是由N個細胞構成時,如何在2N個組合中找到細胞網路的最佳佈署,是屬於組合最佳化的問題(Combinatorial Optimization Problem, COP),已被證明是屬於NP-Complete的問題,許多學者也嚐試以各種啟發式演算法應用在解決該類問題上。
本研究主要是採用靜態式的匯報細胞(Reporting Cell, RC)位置管理方式,搭配John Holland所提的基因演算法(Genetic Algorithm, GA)以及Fred Glover所提的禁忌搜尋法(Tabu Search, TS)為基礎提出兩項新的架構。首先應用多重改善基因演算法(Multiple Improved Genetic Algorithm, MIGA)架構以解決基地台細包規劃的問題,其中提出幾項策略,包括初始化(Initialization)、本地搜尋(Local Search, LS)、區域交配(Area Crossover, AC)和鄰居交配(Neighbor Crossover, NC)等,除了探討個別策略的影響外,並評估整合所有策略的成效,經由實驗結果顯示MIGA架構有令人滿意的效果,比傳統及其他學者所提之基因演算法更有效率。
其次提出多重改善禁忌搜尋法(Multiple Improved Tabu Search, MITS)架構,在MITS的架構下,本研究提出兩項新的策略,分別是集中搜尋(Intensification)及分散搜尋(Diversification),其中集中搜尋採用細胞信號成本法(Cell Signaling Cost, CSC),而分散搜尋採用交換鄰居法(Neighbor Swap, NS),經由實驗結果顯示,在解決基地台細胞規劃的問題上,本研究所提出之MITS架構優於傳統基因演算法、傳統禁忌搜尋法、以及其他學者所提出之基因演算法、禁忌搜尋法及螞蟻族群演算法(Ant Colony Algorithm, ACA)。
Abstract
During the past decades, mobile communication is in the vigorous development, where the cell planning problem (CPP) is one of impressive mobile computing research issues. Among many factors to affect cell planning, the major one is the signaling cost, where the location management is critical to the signaling cost consideration. The CPP objective is to find the best cell deployment in mobile communication network, so that the signaling cost can be minimized. When a network has N cells, we have 2N possible deployments in the cell network, and how to find out the best one is a combinatorial optimization problem (COP), which has been proved to be NP-Complete. As a result, many researchers develop meta-heuristic search strategies for solving it.
In this dissertation, we consider static reporting cell (RC) location management scheme, and adopt genetic algorithm (GA) and tabu search (TS) to resolve cell planning problem. First, we propose a novel cell planning architecture for base stations using Multiple Improved Genetic Algorithm (MIGA) with initialization, local search, and particular mechanisms of area and neighbor crossovers. Several simulations are conducted on various network cells, including previous, random and real configurations. The simulation results reveal that our schemes are superior to the considered algorithms.
Second, we adopt a meta-heuristic local search algorithm of Tabu Search (TS) to deal with the cell planning issue for the base station, and propose novel designs using Multiple Improved Tabu Search (MITS) to improve the TS capability, including cell signaling cost (CSC) and strategy of neighbor swap (NS). The simulation results reveal that our improved TS clearly outperform traditional TS and genetic algorithms in attacking CPP.
目次 Table of Contents
ACKNOWLEDGEMENTS IV
摘要 VI
ABSTRACT VIII
CONTENT X
LIST OF FIGURES XIII
LIST OF TABLES XV
CHAPTER 1. INTRODUCTION 1
1.1 MOTIVATION AND OBJECTIVES 1
1.2 SUMMARY OF THE DISSERTATION 3
1.3 ORGANIZATION OF THE DISSERTATION 5
CHAPTER 2. RELATED WORKS 8
2.1 LOCATION MANAGEMENT SCHEMES 9
2.2 CELL PLANNING PROBLEM 17
2.2.1. Scope and Limitations 17
2.2.2. Problem Formulation 19
2.3 SIGNALING COST OF LM 20
2.4 APPROACHES TO CPP 25
2.4.1 Non Heuristic Approaches 25
2.4.2 Simulated Annealing and Scatter Search 26
2.4.3 Genetic Algorithm 27
2.4.4 Tabu Search 32
CHAPTER 3. IMPROVED GENETIC ALGORITHMS TO CPP 35
3.1 REPRESENTATION OF GENETIC ALGORITHM IN CPP 35
3.2 PROPOSED SCHEMES 36
3.2.1. Initialization 36
3.2.2. Local Search 38
3.2.3. Area Crossover 39
3.2.4. Neighbor Crossover 41
3.2.5. MIGA Architecture 42
3.3 SIMULATIONS AND ANALYSIS 44
3.3.1. Test Networks and Experimental Setting 44
3.3.2. Case 1: Initialization and Local Search 46
3.3.3. Case 2: Area Crossover 48
3.3.4. Case 3: Neighbor Crossover 51
3.3.5. Case 4: Comprehensive comparison of the TGA, AGA and NGA 53
3.4 DISCUSSION 54
CHAPTER 4. IMPROVED TABU SEARCH TO CPP 56
4.1 REPRESENTATION OF TABU SEARCH IN CPP 56
4.2 PROPOSED SCHEMES 56
4.2.1 Intensification Type 1-CMR 57
4.2.2 Intensification Type 2-CSC 62
4.2.3 Diversification-Neighbor Swap 70
4.2.4 MITS Architecture 73
4.3 SIMULATIONS AND ANALYSIS 74
4.3.1 Test Networks and Experimental Setting 75
4.3.2 Combined Intensification and Diversification 77
4.3.3 Comprehensive comparison of various strategies 79
4.4 DISCUSSION 83
CHAPTER 5. CONCLUSIONS AND FUTURE WORK 86
5.1 CONCLUSIONS 86
5.2 FUTURE WORK 88
REFERENCES 90
APPENDIX 96
A. ABBREVIATIONS 96
B. BENCHMARKS 99
B.1. Subrata's 4x4, 6x6 and 8x8 Test Networks 99
B.2. CHT's 15x15 and 20x20 Test Networks 100
參考文獻 References
[1] Akyildiz, IF., Ho, JSM and Lin, B. Y., "Movement-based Location Update and Selective Paging for PCS Networks," IEEE/ACM Transactions on Networking, vol. 4, no. 4, pp. 629-638, Aug. 1996.
[2] Alba, E., Garcia-Nieto, J., Taheri, J. and Zomaya, A., "New Research in Nature Inspired Algorithms for Mobility Management in GSM Networks," in: the 2008 Conference on Applications of Evolutionary Computing, Naples, Italy, 2008, pp. 1-10.
[3] Ali, S. Z., "Location Management in Cellular Mobile Radio Networks," in: 13th IEEE International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC), Pavilhao Atlantico, Lisboa, Portugal, Sept. 2002, pp. 745-749.
[4] Almeida-Luz, S. M., Vega-Rodriguez, M. A., Gomez-Pulido, J. A. and Sanchez-Perez, J. M., "Differential Evolution for Solving the Mobile Location Management," Applied Soft Computing, vol. 11, no. 1, pp. 410-427, Jan. 2011.
[5] Almeida-Luz, S. M., Vega-Rodriguez, M. A., Gomez-Pulido, J. A. and Sanchez-Perez, J. M., "Solving the Reporting Cells Problem Using a Scatter Search Based Algorithm," in: 7th International Conference on Rough Sets and Current Trends in Computing, Warsaw, Poland, June 28-30, 2010, pp. 534-543.
[6] Almeida-Luz, S. M., Vega-Rodriguez, M. A., Gomez-Pulido, J. A. and Sanchez-Perez, J. M., "A Scatter Search Based Approach to Solve the Reporting Cells Problem," in: 5th International Workshop of Soft Computing Models in Industrial and Environmental Applications, Guimaraes, Portugal, 2010, pp. 145-152.
[7] Bar-Noy, A. and Kessler, I., "Tracking Mobile Users in Wireless Communications Networks," IEEE Transactions on Information Theory, vol. 39, no. 6, pp. 1877-1886, Nov. 1993.
[8] Bar-Noy, A., Kessler, I. and Sidi, M., "Mobile Users: To Update or not to Update," Wireless Networks, vol. 1, no. 2, pp. 175-185, 1995.
[9] Biswash, S. K. and Kumar, C., "An Efficient Metric-based (EM-B) Location Management Scheme for Wireless Cellular Networks," Journal of Network and Computer Applications, vol. 34, no. 6, pp. 2011-2026, Nov. 2011.
[10] Catedra, M. F. and Arriaga, J. P., Cell Planning for Wireless Communications, Boston, Mass.:Artech House, 1999.
[11] Chen, I. R. and Gu, B., "Quantitative Analysis of A Hybrid Replication with Forwarding Strategy for Efficient and Uniform Location Management in Mobile Wireless Networks," IEEE Transactions on Mobile Computing, vol. 2, no. 1, pp. 3-15, Jan. 2003.
[12] Gen, M. and Cheng, R., Genetic Algorithms and Engineering Design, New York: John Wiley, 1997.
[13] Ghosh, S. C., Whitaker, R. M., Allen, S. M. and Hurley, S., "Optimising CDMA Cell Planning with Soft Handover," Wireless Personal Communications, Available Online Nov. 2011.
[14] Glover, F. and Laguna, M., Tabu Search, Boston: Kluwer Acadmic, 1997.
[15] Glover, F., "Future Paths for Integer Programming Using Surrogate Constraints," Decision Sciences, vol. 8, no. 1, pp. 156-166, 1986.
[16] Glover, F., Laguna, M. and Marti, R., "Fundamentals of Scatter Search and Path Relinking", Control and Cybernetics, vol. 29, no. 3, pp. 653-684, 2000.
[17] Goldberg, D. E., Genetic Algorithms in Search, Optimization, and Machine Learning, MA: Addison-Wesley, 1989.
[18] Gondim, P. R. L., "Genetic Algorithms and the Location Area Partitioning Problem in Cellular Networks," in: 46th IEEE Vehicular Technology Confference, Mobile Technology for the Human Race, Atlanta, GA, USA, 1996, pp. 1835-1838.
[19] Goodman, D. J. and Xie, H., "Intelligent Mobility Management for Personal Communications," in: IEE Colloquium on Mobility in Support of Personal Communications, London, UK, June 1993, pp. 1-4.
[20] Gudmundson, M., "Cell Planning in Manhattan Environments," in: 42nd IEEE Vehicular Technology Conference, Denver, CO, USA, 1992, pp. 435-438.
[21] Hac, A. and Zhou, X., "Locating Strategies for Personal Communication Networks: A Novel Tracking Strategy," IEEE Journal on Selected Areas in Communications, vol. 15, no. 8, pp. 1425-1436, Oct. 1997.
[22] Han, J. K., Park, B. S., Choi, Y. S. and Park, H. K., "Genetic Approach with a New Representation for Base Station Placement in Mobile Communications," in: 54th IEEE Vehicular Technology Confference, Atlantic, NJ, USA, Oct. 2001, pp. 2703-2707.
[23] Holland, J., Adaptation in Natural and Artificial System, Boston, MA: MIT Press, 1992.
[24] Huang, D-W., Lin, P. and Gan, C-H., "Design and Performance Study for a Mobility Management Mechanism (WMM) Using Location Cache for Wireless Mesh Networks," IEEE Transactions on Mobile Computing, vol. 7, no. 5, pp. 546-556, May 2008.
[25] Kim, S. S., Kim, I. H., Mani, V., and Kim, H. J., "Ant Colony Optimization for Reporting Cell Planning in Mobile Computing Using Selective Paging Strategy," International Journal of Innovative Computing, Information and Control (IJICIC), vol. 5, no. 6, pp. 1587-1598, June 2009.
[26] Lee, C. Y., and Shin, H. M., "Cell Planning in WCDMA Networks for Service Specific Coverage and Load Balancing," Wireless Personal Communications, vol. 67, no. 3, pp. 721-739, Dec. 2012.
[27] Li, J., Pan, Y. and Jia, X., "Analysis of Dynamic Location Management for PCS Networks," IEEE Transactions on Vehicular Technology, vol. 51, no. 5, pp. 1109-1119, Sept. 2002.
[28] Lin, Y. B. and ChlaMSac, I., Wireless and Mobile Network Architectures, New York: John Wiley, 2001.
[29] Luna, F., Durillo, J. J., Nebro, A. J. and Alba, E., "A Scatter Search Approach for Solving the Automatic Cell Planning Problem," in: 7th International Conference on Large-Scale Scientific Computing, Sozopol, Bulgaria, 2009, pp. 334-342.
[30] Marti, R., Laguna, M. and Glover, F., "Principles of Scatter Search," European Journal of Operational Research, vol. 169, no. 2, pp. 359-372, Mar. 2006.
[31] Mehta, F. and Swadas, P., "A Simulated Annealing Approach to Reporting Cell Planning Problem of Mobile Location Management," International Journal of Recent Trends in Engineering, vol 2, no. 2, pp. 98-102, Nov. 2009.
[32] Michalewicz, Z., Genetic Algorithms + Data Structures = Evolution Programs, 2nd ed. New York: Springer-Verlag, 1994.
[33] Mitchell, M., An Introduction to Genetic Algorithms. Cambridge, MA: MIT Press, 1996.
[34] Patra, M. and Udgata, S. K., "Soft Computing Approach for Location Management Problem in Wireless Mobile Environment," in: Swarm Evolutionary and Memetic Computing Conference, Visakhapatnam, India, 2011, pp 248-256.
[35] Rappaport, T.S., Cellular Radio and Personal Communications: Selected Readings, Piscataway, N.J.: IEEE Press, 1995.
[36] Ratnam, K., Rangarajan, S. and Dahbura, A. T., "An Efficient Fault-Tolerant Location Management Protocol for Personal Communication Networks," IEEE Transactions on Vehicular Technology, vol. 49, no. 6, pp. 2359-2369, Nov. 2000.
[37] Saini, L. K. H., Panda, T. C. and Pratihari, H. N., "Taxonomy of Cell Planning," International Journal of Reviews in Computing, vol. 20, no. 10, pp. 66-74, 2009.
[38] Stuber, G. L., Principles of Mobile Communication, Boston: Kluwer Academic Publishers, 1996.
[39] Subrata, R. and Zomaya, A. Y., "A Comparison of Three Artificial Life Techniques for Reporting Cell Planning in Mobile Computing," IEEE Transactions. on Parallel and Distributed Systems, vol. 14, no. 2, pp. 142-153, Feb. 2003.
[40] Subrata, R. and Zomaya, A. Y., "Artificial Life Techniques for Reporting Cell Planning in Mobile Computing," in: IEEE International Parallel and Distributed Processing Symposium, IPDPS 2002, April 2002, pp. 203-210.
[41] Subrata, R. and Zomaya, A. Y., "Evolving Cellular Automata for Location Management in Mobile Computing Networks," IEEE Transactions on Parallel and Distributed Systems, vol. 14, no.1, pp. 13-26, 2003.
[42] Tabbane, S., "Location Management Methods for Third Generation Mobile Systems," IEEE Communication Magazine, vol 35, no. 8, pp. 72-78, 83-84, Aug. 1997.
[43] Taheri, J. and Zomaya, A. Y., "A Modified Hopfield Network for Mobility Management," Wireless Communications and Mobile Computing, vol. 8, no. 3, Mar. 2008, pp. 277-405.
[44] Taheri, J. and Zomaya, A., "A Simulated Annealing Approach for Mobile Location Management," in: 19th IEEE International Parallel and Distributed Processing Symposium, Denver, CO, USA, 2005, pp. 194-201.
[45] Taheri, J. and Zomaya, A.Y., "A Genetic Algorithm for Finding Optimal Location Area Configurations for Mobility Management," in: 30th Anniversary of The IEEE Conference on Local Computer Networks, Sydney, Australia, Nov. 2005, pp. 568-577.
[46] Troya, J. M. and Ortega, M., "A Study of Parallel Branch-and-Bound Algorithms with Best-Bound-First Search," Parallel Computing, vol 11, no. 1, pp. 121-126, 1989.
[47] Wang, L. P. and Si, G. L., "Optimal Location Management in Mobile Computing with Hybrid Genetic Algorithm and Particle Swarm Optimization (GA-PSO)," in: 17th IEEE International Conference on Electronics, Circuits, and Systems (ICECS), Athens, Greece, 2010, pp. 1160-1163.
[48] Weng, W. C., The Application of Tabu Search to Combinatorial Optimization Problems, National Taiwan University, 2002.
[49] Wong, V. W. S. and Leung, V.C.M., "Location Management for Next-Generation Personal Communications Networks," IEEE Network, vol. 14, no. 5, pp. 18-24, 2000.
[50] Zhang, Z., Pazzi, WR. and Boukerche, A., "A Mobility Management Scheme for Wireless Mesh Network based on a Hybrid Routing Protocol," Computer Networks, vol. 54, no. 4, pp. 558-572, March 2010.
[51] Zhanga, Y., Yangb, L. T., Mac, J. and Zhengd, J., "Quantitative Analysis of Location Management and QoS in Wireless Networks," Journal of Network and Computer Applications, vol. 32, no. 2, pp 483-489, Mar. 2009.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code