博碩士論文 975201085 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:6 、訪客IP:18.189.192.235
姓名 蔡憲文(Hsien-wen Tsai)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 以時變學習因子策略改良粒子群演算法
(Improvement of Acceleration Coefficients on Particle Swarm Optimization Algorithm)
相關論文
★ 小型化 GSM/GPRS 行動通訊模組之研究★ 語者辨識之研究
★ 應用投影法作受擾動奇異系統之強健性分析★ 利用支撐向量機模型改善對立假設特徵函數之語者確認研究
★ 結合高斯混合超級向量與微分核函數之 語者確認研究★ 敏捷移動粒子群最佳化方法
★ 改良式粒子群方法之無失真影像預測編碼應用★ 粒子群演算法應用於語者模型訓練與調適之研究
★ 粒子群演算法之語者確認系統★ 改良式梅爾倒頻譜係數混合多種語音特徵之研究
★ 利用語者特定背景模型之語者確認系統★ 智慧型遠端監控系統
★ 正向系統輸出回授之穩定度分析與控制器設計★ 混合式區間搜索粒子群演算法
★ 基於深度神經網路的手勢辨識研究★ 人體姿勢矯正項鍊配載影像辨識自動校準及手機接收警告系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本文為了改善粒子群演算法工作性能且解決不易選取合適的學習因子,提出了一個以自適應模糊粒子群演算法[5]為基礎的改良式演算法稱之為TV-PSO。大多粒子群演算法選擇學習因子方式是以疊代的方式來決定c1、c2值。即在初期希望有較高的探索能力,使得粒子能分佈於解空間當中,而不是往區域最佳解方向找尋,而後期有較高的收斂能力,讓粒子進可能收斂於最佳解中。但是這樣的方式會造成有一種強迫收斂的行為產生, 容易導致粒子收斂於區域最佳解,我們在此將一種新概念導入粒子群演算法內,粒子根據前一代最佳解和目前此代最佳解來選擇目前所需c值,每一次疊代中粒子根據最佳解找尋狀況決定是否該繼續探索新區域或者轉入局部搜尋加速收斂,可避免落入區域最佳解。最後我們將提出的新方法分別測試14種經典不同複雜之函數評估此演算法效率,並與傳統粒子群演算法、自適應模糊粒子群演算法和近幾年熱門的方式PSO-TVAC、TA- PSO做比較,最後結果顯示TV-PSO在搜尋能力和性能表現皆優於其他演算法,證明此演算法是可行的。
摘要(英) In order to improve the performance of Particle Swarm Optimization (PSO) algorithm and to overcome the difficulty of selecting the appropriate acceleration coefficients, this thesis proposes an improved algorithm based on adaptive-fuzzy PSO algorithm [5], TIME-VARYING Particle Swarm Optimization, called TV-PSO. First, an adaptive-fuzzy PSO is adapted to generate the curves of the acceleration coefficients versus the differences between the consecutive values of two consecutive fitness functions. Then, each curve is simplified to three line segments to present the time-varying acceleration coefficients.
Finally, 14 classic functions with different complexities are utilized to test our proposed algorithm. As compared with the traditional PSO algorithm, Adaptive-fuzzy PSO Algorithm, PSO-TVAC and TA-PSO, it is found that the proposed time-varying coefficients are easy to be applied in the PSO algorithm and a better performance is obtained.
關鍵字(中) ★ 粒子群演算法
★ 自適應
★ Fuzzy
★ 學習因子
關鍵字(英) ★ Particle Swarm Optimization
★ acceleration coefficients
★ adaptation
★ Fuzzy
論文目次 摘要……………………………………………………………………………………………………………………………………….i
Abstract…………………………………………………………………………………………ii
Acknowledgement………………………………………………………………………………………………………………iii
Symbol table…………………………………………………………………………………………………………………iv
Table of Content……………………………………………………………………………..vi
List of Figures………………………………………………………………………………viii
List of Tables…………………………………………………………………………………x
Chapter 1 Introduction………………………………………………………………………1
1.1 Motivation…………………………………………………………………..……….1
1.2 Objectives…………………………………………………………………………4
1.3 Framework of the study……………………………………………………………5
Chapter 2 PSO and adaptive fuzzy PSO algorithms…………………………………………6
2.1 Mathematical model for optimization………………………………………………6
2.2 Particle Swarm Optimization………………………………………………………7
2.2.1 Basic model for PSO………………………………………………………7
2.2.2 Flowchart and Basic Code for PSO………………………………………9
2.2.3 PSO work flowchart…………………………………………………………12
2.2.4 Inertia weight for constants…………………………………………………13
2.2.5 Liner inertia reduction………………………………………………………13
2.2.6 Limitation of maximum velocity…………………………………………14
2.2.7 Constriction factor…………………………………………………………15
2.3 Adaptive Fuzzy Particle Swarm Optimization (AF-PSO)………………………….16
Chapter 3 TV-PSO……………………………………………………………………………19
vii
3.1 Introduction…………………………………………………….…………………19
3.2 Essential design principle and procedure of TV-PSO……………………………22
3.3 Ci(dfn) for TV-PSO……………………………………………………………….26
3.3.1 Ci(dfn) testing results for 10-D……………………………….……………28
3.3.2 Ci(dfn) testing results for 30-D……………………………………………35
3.3.3 Operation flow and basic code for TV-PSO…………………………………46
3.3.4 TV-PSO flowchart………………………………………………………49
Chapter 4 Experimental results………………………………………………………………50
4.1 Test procedure and methods………………………………………………………50
4.2 Testing Results for 10-D…………………………………………………………..52
4.3 Testing Results for 30-D………………………………………………………….57
Chapter 5 Conclusions and future perspectives……………………………………………….63
5.1 Conclusions…………………………………………………………………………63
5.2 Future perspectives…………………………………………………………………64
Reference……………………………………………………………………………………66
參考文獻 [1] A. Ratnaweera, S. K. Halgamuge, and H. C. Watson,“Self-organizing hierarchical particle swarm optimizer with time-varying acceleration coefficients,” IEEE Trans. Evol- Comput, vol. 8, no. 3 ,Jun. 2004,pp. 240–255
[2] Y. Yang, Y Tan, J Zeng, ”A Quadratic Particle Swarm Optimization and its Self-Adaptive Parameters,” Proceedings of the 6th World Congress on Intelligent Control and Automation, June 21 - 23, 2006.
[3] W Guo, G chen, X Feng, ”A New Strategy of Acceleration Coefficients for Particle Swarm Optimization,” Proceedings of the 10th International Conference on Computer Supported Cooperative Work in Design, may, 2006, page(s) 1 – 5.
[4] P. N. Suganthan, ”Particle swarm optimizer with neighborhood operator,” in Proc. IEEE Int. Congr. Evolutionary Computation, vol. 3, 1999, Page(s): 1958 – 1962.
[5] Y. T. Juang, and S. L. Tung, H. C. Chiu, ”Adaptive Fuzzy Particle Swarm Optimization
for Global Optimization of Multimodal Functions,” revise.
[6] J. Kennedy, and R. C. Eberhart, “Particle Swarm Optimization,” Proceedings of IEEE International Conference on Neural Networks, Vol. IV, Feb. 2002, pp. 1942−1948 (1995).
[7] M. Clerc and J. Kennedy, “The particle swarm-explosion, stability and convergence in a multidimensional complex space,” IEEE Trans. Evol. Comput. vol. 6, no. 1, pp. 58–73.
[8] Y. Shi, and R. C. Eberhart, “A Modified Particle Swarm Optimizer,” Proceedings of the IEEE International Conference on Evolutionary Computation, pp. 69−73 (1998).
[9] Y. Shi, and R. C. Eberhart, “Parameter Selection in Particle Swarm Optimization,” V. W. Porto, N. Saravanan, D. Waagen, and A. E. Eiben (eds), Lecture Notes in Computer Science, 1447, Evolutionary Programming VII, Springer, Berlin, pp. 591−600(1998).
[10] C. W. Reynolds, “Flock, Herds, ans schools: A Distributed behavioral Model,” Computer Graphics, Vol. 21, No. 4, 1987, pp.25-34.
[11] R. C. Eberhart, Y. Shi, “Comparison between genetic algorithms and particle swarm optimization,” 1998 Annual Conference on Evolutionary Programming, Dan Diego,1998.
[12] M. Clerc, “The Swarm and the Queen: Towards a Deterministic and Adaptive Particle Swarm Optimization,” Proceedings of the Congress on Evolutionary Computation, Vol. 3, pp. 1951−1957 (1999).
[13] P.J Angeline, ”Using selection to improve particle swarm optimization,” in: Process dings of IEEE congress on Evolutionary Computation, 1998,pp 84- 89
[14] S. T. Hsieh, T. Y. Sun, C. C. Liu, S. J. Tsai, ”Efficient Population Utilization Strategy for Particle Swarm Optimizer,” IEEE Transactions on Systems Man and Cybernetics-Part B 39(2009) 444-456
[15] J. Kennedy, R. Eberhart, Y. Shi, “Swarm Intelligence, Morgn Kauffman, California,2001.
[16] J. J. Liang, A. K. Qin, P. N. Suganthan and S. Baskar, “Comprehensive learning particle swarm optimizer for global optimization of multimodal functions,” IEEE Transactions on Evolutionary Computation, vol.10, no.3, pp.281-295, 2006.
[17] C. J. Lin, C. H. Chen, C. Y. Lee, ”Efficient Immune-Based Particle Swarm Optimization Learning for Neuro-Fuzzy Networks Design,“ JOURNAL OF INFORMATION SCIENCE AND ENGINEERING (2008)1505-152
[18] V. Miranda, N. Fonseca, “EPSO - best-of-two-worlds meta-heuristic applied to power system problems,” in: Proceedings of IEEE congress on Evolutionary Computation, vol. 2, 2002,pp. 12-17
[19] V. Miranda, “evolutionary algorithm with Particle swarm movements,” in: Proceeding of the 13th International Conference, ISAP, 2005, pp. 6-21
[20] V. Miranda, N. Fonseca, “EPSO - Evolutionary Particle Swarm Optimization, a New Algorithm with Applications in Power Systems,” in: Proceeding of IEEE Trans. Distribution Conf. Exhibition, vol. 2, 2002, pp. 6-10.
[21] M. A. Montes de Oca, J. pena, T. Stutzle, C. Pinciroli, m. Dorigo, “Heterogeneous particle swarm optimizers,” in: Proceeding of IEEE congress on Evolutionary Computation, 2009, pp. 698-705.
[22] M. O'Neill and A. Brabazon, ”Self-Organizing Swarm (SO Swarm): A Particle Swarm Algorithm for Unsupervised Learning,” in: Proceeding of IEEE congress on Evolutionary Computation, 2006, pp. 634-639.
[23] M. Pant, T. Radha ,V. P. Singh, ”A New Particle Swarm Optimization with Quadratic Interpolation,” in: Proceeding of International Conference on Computational Intelligence and Multimedia Applications, IEEE Computer Society, 2007, pp.55-60.
[24] K. E. Parsopoulos, M.N. Vrahatis, ”On the Computation of All Global Minimizers
Through Particle Swarm Optimization,” IEEE Transactions on Evolutionary Computation 8(2004) 211 - 224.
[25] F. van den Bergh, A. P. Engelbrecht, ”A Cooperative Approach to Particle Swarm Optimization,” IEEE Transactions on Evolutionary Computation 8(2004) 225-239.
[26] Y. Wang, Y. Yang, “Particle swarm optimization with preference order ranking for multi-objective optimization,” Information Sciences 179(2009) 1944-1959.
[27] X.Yao, Y.Liu, G. Lin, “Evolutionary Programming Made Faster,” IEEE Transactions on Evolutionary Computation 3(1999), 82-102.
[28] J. HU , J. Zeng , y. yang, ”A two-order Particle Swarm Optimization Model and the Selection of its Parameters”, Proceedings of the 6th World Congress on Intelligent Control and Automation, June , 2006, 3440 – 3445.
[29] R. C. Eberhart and Y. Shi, “Tracking and optimizing dynamic systems with particle swarms,” in Proc. IEEE Congr. Evolutionary Computation 2001, Seoul, Korea, 2001, pp. 94–97.
[30] E. Ozcanand and C. K. Mohan, “Particle swarm optimization: Surfing the waves,” in Proc. IEEE Congr. Evolutionary Computation 1999, vol.3, Washington, DC, 1999, pp. 1944–1999.
[31] Y. Shi, R. C. Eberhart, “Parameter selection in particle swarm optima- zation,” in Lecture Notes in Computer Science Evolutionary Programming VII, vol.1447, Proc. 7th Int. Conf. Evolutionary Programming, Mar. 1998, pp.591–600.
[32] T. Ziyu , Z. Dingxu, ” A Modified Particle Swarm Optimization with an Adaptive Acceleration Coefficients,” Information Processing, 2009. APCIP 2009. Asia-Pacific Conference on, vol. 2, 2009, 330-332.
[33] D. Srinivasan, W. H . Loo, and R. L. Cheu, ” Traffic incident detection using particle swarm optimization, Swarm Intelligence Symposium,” Proceedings of the 2003 IEEE, Page(s):144-151.
指導教授 莊堯棠(Yau-tarng Juang) 審核日期 2010-7-26
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明