§ 瀏覽學位論文書目資料
  
系統識別號 U0002-0408201016072100
DOI 10.6846/TKU.2010.00100
論文名稱(中文) 嵌設有NM區域搜尋法之多目標粒子群聚最佳化法及其在最佳PID控制器設計之應用
論文名稱(英文) Hybrid Multi-objective Particle Swarm Optimizer incorporation an Enhanced NM Simplex Search Method and its Applications in Optimal Controller Design
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 電機工程學系碩士班
系所名稱(英文) Department of Electrical and Computer Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 98
學期 2
出版年 99
研究生(中文) 翁志維
研究生(英文) Chih-Wei Weng
學號 697470226
學位類別 碩士
語言別 繁體中文
第二語言別
口試日期 2010-07-20
論文頁數 71頁
口試委員 指導教授 - 許陳鑑
委員 - 周永山
委員 - 何宜偉
委員 - 陳恆州
委員 - 李宜勳
關鍵字(中) 粒子群聚最佳化法
NM單體搜尋法
多目標最佳化法
PID控制器設計
關鍵字(英) Particle Swarm Optimization
PSO
Multi-objective ptimization
NM Simplex Search
PID controller
第三語言關鍵字
學科別分類
中文摘要
本文提出一以多目標粒子群聚最佳化法(MOPSO)為基礎之混合式演算法,藉由結合NM單體搜尋法(NM simplex search)與粒子群聚最佳化法,針對多目標最佳化問題求得可能的Pareto最佳解。作法上係將NM單體搜尋法嵌入粒子群聚最佳化演算法中,充分利用粒子群聚最佳化法在搜尋空間中做探索(exploration)搜尋,輔以改良式NM單體搜尋法在區域鑽探(exploitation)搜尋的能力,進一步提升多目標最佳化演算法之多樣性及精確性。在控制系統方面,我們以MOPSO應用在解決最佳PID控制器設計的問題。作法上係對PID控制器參數作實數編碼後,再與受控系統作結合,以閉迴路系統之性能做考慮,並以平方誤差與時間乘積之積分(ITSE)以及干擾拒絕(disturbance rejection)為適合度評定機制之指標,找出理想的PID控制器參數。
英文摘要
This paper proposes a hybrid multi-objective particle swarm optimizer incorporation (MOPSO) an enhanced Nelder-Mead simplex search scheme to solve multi-objective optimization problems. Because of the strength of PSO in explorative search and NM simplex search in exploitative search to locate promising particles closest to the optimum during the optimization process, both diversity and accuracy of the proposed optimization algorithm can be significantly improved. To demonstrate its application on solving control system problem, the proposed MOPSO is applied to design an optimal PID controller, optimizing the ITSE and disturbance objection specifications.
第三語言摘要
論文目次
目錄.......................................................I
圖目錄.....................................................IV
表目錄.....................................................VI
第一章、緒論…………………………………………………………………1
       1.1 前言…………………………………..…………………………1
       1.2 研究動機……………………………..…………………………2
       1.3 文獻回顧……………………………..…………………………3
       1.4 研究方法與目的………………………………………………..4
       1.5 論文架構……………………………..…………………………5
第二章、多目標最佳化法.........................................6
       2.1 多目標最佳化之定義…………………………………………..6
           2.1.1 多目標演算法之定義…………………………………...6
           2.1.2 不受支配解與支配的概念……………………………...6
           2.1.3 Pareto最佳化的概念……………………………………7

           2.1.4 擁擠距離值之計算……………………………………...9
       2.2 多目標最佳化法之文獻回顧…………………………………10
       2.3多目標最佳化法的效能評估機制……………………………..14
第三章、以PSO為基礎之多目標最佳化法………………………………18
       3.1 粒子群聚最佳化法……………………………………………18
       3.2 多目標粒子群聚最佳化法作法敘述…………………………21
           3.2.1 演算法流程簡介……………………………………….21
           3.2.2 找出 之方法………………………………………..23
第四章、結合NM單體搜尋法與PSO之多目標最佳化法……………..25
       4.1 NM單體搜尋法……………………………………………….25
       4.2改良式NM單體搜尋法………………………………………31
       4.3 MO-NMPSO作法敘述………………………………….……..34
第五章、模擬結果…………………………………………….……………37
       5.1 模擬結果………………………………………………………38
       5.2 結果討論………………………………………………………48
第六章、多目標最佳化演算法應用於控制器之設計…………………….52
       6.1最佳控制器之設計問題……………………………………….53
           6.1.1 以最小ITSE為基礎之最佳控制器設計………………53
           6.1.2 以最小干擾拒絕為基礎之最佳控制器設計………….53
           6.1.3 穩定性判斷與懲罰函數之定義……………………….54
           6.1.4 多目標最佳控制器之設計…………………………….55
       6.2 MOPSO應用於最佳PID控制器之設計…………………….55
第七章、結論與未來研究方向……………………………………………..59
       7.1 結論……………………………………..……………………..59
       7.2 未來研究方向…………………………………………………60
參考文獻………………………………………………………………….…61
附錄………………………………………………………………………….66

圖目錄
圖2.1 範例之Pareto front………………………….…………………………9
圖2.2 計算擁擠距離值示意圖……………………………………………10
圖2.3 動態搜尋法之示意圖…………..……..……………………………..11
圖2.4 格子方法之示意圖………………………………..…………………12
圖2.5 sigma方法之示意圖……………………………………...…………..13
圖2.6 支配樹方法示意圖…..…………………………………………..…..14
圖3.1 粒子群聚最佳化法流程圖…………….…………………………….21
圖3.2 多目標粒子群聚最佳化法流程圖………..…………………………23
圖3.3 找尋 之示意圖…….…………………..…………………………24
圖4.1 Nelder-Mead 樞軸運算之反射程序示意圖…..……….…………….27
圖4.2 Nelder-Mead 樞軸運算之擴張程序示意圖………..……..…………28
圖4.3 (a)NM單體搜尋法向外收縮程序示意圖…..……….……………….29
圖4.3 (b)NM單體搜尋法向內收縮程序示意圖…..……….……………….29
圖4.4 (a)當 更好於 時之NM單體搜尋法之縮小程序示意圖….…30
圖4.4 (b)當 更好於 時之NM單體搜尋法之縮小程序示意圖……30
圖4.5 二次擴張 (Second expansion) 程序之示意圖……..…..………..…32
圖4.6 連續擴張 (Continuous expansion) 程序之示意圖…....……………33
圖5.1 FUN.1結果圖……………………………………….…..…………….39
圖5.2 FUN.2結果圖…………………………………………………………39
圖5.3 FUN.3結果圖…………………………………………………………39
圖5.4 FUN.4結果圖………………..………………………………………..40
圖5.5 FUN.5結果圖………………..………………………………………..40
圖5.6 FUN.6結果圖………………………..………………………………..40
圖5.7 FUN.7結果圖………………………….……………………………...41
圖5.8 FUN.8結果圖…………………………………………………………41
圖5.9 FUN.9結果圖…………………………………………………………42
圖5.10 FUN.10結果圖………………………………………………………42
圖5.11 FUN.11結果圖………………………………………………………42
圖5.12 FUN.12結果圖………………………………………………………43
圖5.13 FUN.13結果圖………………………………………………………43
圖5.14 FUN.14結果圖……….…………………………………………….44
圖5.15 FUN.15結果圖……………………………………………….…….44
圖6.1 控制系統示意圖…………………………………………………….52
圖6.2 控制器設計之不受支配解.………….…………………………….56
圖6.3 所求得控制器之單位步階響應…………………………..…………58
表目錄
表5.1 測試函數之規格表………….…………….…………………………38
表5.2 MOPSO針對15個測試函數之性能統計…………….………………45
表5.3 MO-NMPSO針對15個測試函數之性能統計(1)……………………46
表5.4 MO-NMPSO針對15個測試函數之性能統計(2)…………………….47
表5.5 Coello提出之方法 [2]針對3個測試函數之性能統計………………49
表5.6 Liu提出之方法 [30]針對3個測試函數之性能統計….……………..50
表5.7 Deb提出之方法 [19]針對9個測試函數之性能統計...............51
表6.1 PID控制器設計的不受支配解之參數與適應值.……………………57
表6.2 所提出方法與參考文獻之適應值比較…….………………………58
參考文獻
[1]	J. Kennedy and R. C. Eberhart, “Particle Swarm Optimization,” Proc. IEEE Int. Conf. Neural Network, Piscataway, NJ, Vol. 4, 1995, pp.1942-1948.
[2]	Carlos A. Coello Coello, Gregorio Toscano Pulido, and Maximino Salazar Lechuga, “Handling multiple objectives with particle swarm optimization,” IEEE Transactions on Evolutionary Computation, Vol. 8, No. 3 June 2004.
[3]	X. Hu, and R. C. Eberhart, “Multiobjective Optimization Using Dynamic Neighborhood Particle Swarm Optimization,” in Proc. Congr. Evolutionary Computation (CEC’2002), Vol.2, Honolulu, HI, May 2002, pp. 1677-1681.
[4]	X. Hu, R. C. Eberhart, and Y. Shi, “Particle swarm with extended memory for multiobjective optimization,” in proceeding of IEEE Swarm Intelligence Symposium (SIS ‘03), pp. 193-197, 2003.
[5]	Zitzler, E., Deb, K., and Thiele, L. “Comparison of multiobjective evolutionary algorithms: empirical results,” Evolutionary Computation, Vol. 8, No. 2, pp. 173-195, 2000.
[6]	F. Kursawe, “A variant of evolution strategies for vector optimization,” in Lecture Notes in Computer Science, H. P. Schwefel and R. Manner, Eds. Berlin, Germany: Springer-Verlag, Oct 1991, Vol. 496, Proc. Parallel Problem Solving From Nature, 1st Workshop, PPSN I, pp.193-197.
[7]	J. D. Schaffer, “Multiple objective optimization with vector evaluated genetic algorithms,” in Proceedings of the First International Conference on Genetic Algorithms, J. J. Grefensttete, Ed. Hillsdale, NJ: Lawrence Erlbaum, 1987, pp. 93–100.
[8]	J. David Schaffer, Multiple Objective Optimization with Vector Evaluated Genetic Algorithms, PhD thesis, Vanderbilt University, 1984. 
[9]	K. Deb, “Multi-objective genetic algorithms: problem difficulties and construction of test problems,” Evolutionary Computation, Vol.7, pp. 205–230, Fall 1999.
[10]	C. M. Fonseca and P. J. Fleming, “Multiobjective optimization and multiple constraint handling with evolutionary algorithms—Part II: Application example,” IEEE Trans. Syst., Man, Cybern. A, Vol. 28, pp. 38–47, Jan. 1998.
[11]	C. Poloni, “Hybrid GA for multiobjective aerodynamic shape optimization,” in Genetic Algorithms in Engineering and Computer Science, G. Winter, J. Periaux, M. Galan, and P. Cuesta, Eds. New York: Wiley, 1997, pp. 397–414.
[12]	M. Tanaka, “GA-based decision support system for multicriteria optimization,” in Proc. IEEE Int. Conf. Systems, Man and Cybernetics-2, 1995, pp. 1556–1561.
[13]	N. Srinivas and K. Deb, “Multiobjective function optimization using nondominated sorting genetic algorithms,” Evolutionary Computation, Vol. 2, No. 3, pp. 221–248, Fall 1995.
[14]	S. Mostaghim, J. Teich, “Strategies for finding good local guides in multi-objective particle swarm optimization (MOPSO),” in proceeding of IEEE 2003 Swarm Intelligence Symposium, pp. 26-33, 2003. 
[15]	M. Tanaka, “GA-based decision support system for multicriteria optimization,” in Proc. IEEE Int. Conf. Systems, Man and Cybernetics-2, 1995, pp. 1556–1561.
[16]	N. Srinivas and K. Deb, “Multiobjective function optimization using nondominated sorting genetic algorithms,” Evolutionary Computation, Vol. 2, No. 3, pp. 221–248, Fall 1995.
[17]	T. Ray, K. Tai, and C. Seow, “An evolutionary algorithm for multiobjective optimization,” Eng. Optim., Vol. 33, No. 3, pp. 399-424, 2001.
[18]	C. M. Fonseca and P. J. Fleming, “Genetic algorithms for multiobjective optimizations: Formulation, discussion and generalization,” in proceeding of the Fifth International Conference on Genetic Algorithms, pp. 416-423, 1993.
[19]	K. Deb, A. Pratap, S. Agarwal and T. Meyarivan, “A fast and elitist multiobjective genetic algorithm: NSGA-II,” IEEE Transaction on Evolutionary Computation, Vol. 6, No. 2, pp. 182-197, 2002. 
[20]	D. A. Van Veldhuizen, Multiobjective evolutionary algorithms: classifications, analyzes, and new innovations, Ph.D. dissertation, Dept, Elec. Compt. Eng., Graduated School of Eng., Air Force Inst. Technol,. Whright-Patterson AFB, OH, 1999.
[21]	J. R. Schott, Fault tolerant design using single and multi-criteria genetic algorithms, Master’s Thesis, Boston, MA: Department of Aeronautics and Astronautics, Massachusetts Institute of Technology.
[22]	E. Zitzler, Evolutionary Algorithms for multiobjective optimization: methods and applications, Ph. D. Thesis, Zurich, Switzerland: Swiss Federal Institute of Technology (ETH) (Dissertation ETH No. 13398).
[23]	N. A. Nelder and R. Mead, “A Simplex Method for function Minimization,” Computer Journal, Vol. 7, 1965, pp. 308-313.
[24]	S. K. S. Fan and E. Zahara., “A hybrid simplex search and particle swarm optimization for unconstrained optimization,” European Journal of Operational Research, Vol. 181, No. 2, 2007, pp. 527-548.
[25]	J. E. Fieldsend and S. Singh, “A Multi-Objective Algorithm based upon Particle Swarm Optimization, an Efficient Data Structure and Turbulence,” in Proceedings of UK Workshop on Computional Intelligence (UKCI’02), pp. 37-44, Birmingham, UK, Sept. 2-4, 2002.
[26]	Chen-Chien Hsu, Shih-Chi Chang, and Chih-Yung Yu, “Multiobjective Evolutionary Approach to the Design of Optimal Controllers for Interval Plants Based on Parallel Computation,” IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences, Vol. E89-A, No.9, pp. 2363-2373, Sep. 2006.
[27]	郭欣彥,演化法則及其控制系統之應用,聖約翰科技大學自動化及機電整合研究所碩士論文,2006。
[28]	R. Krohling and J. Rey, “Design of optimal disturbance rejection PID controllers using genetic algorithms,” IEEE Transactions on Evolutionary Computation, Vol. 5, No. 1, pp. 78-82, 2001
[29]	R. A. Krohling, “Design of a PID controller for disturbance rejection: A genetic optimization approach,” in Proc. 2nd IEE/IEEE Int. Conf. Gen. Alg. Eng. Syst.: Innov. Applicat., Glasgow, Scotland, 1997, pp. 498-503.
[30]	Dasheng Liu, K. C. Tan, C. K. Goh, and W. K. Ho “A Multiobjective Memtic Algorithm Based on Particle Swarm Optimization,” IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—PARTB: CYBERNETICS, Vol. 37, No. 1, FEBRUARY 2007
論文全文使用權限
校內
紙本論文於授權書繳交後3年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後3年公開
校外
同意授權
校外電子論文於授權書繳交後3年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信