博碩士論文 985401029 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:46 、訪客IP:3.14.255.58
姓名 黎乃仁(Nai-Jen Li)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 以權重粒子為基礎之改良式粒子群最佳化演算法與其應用
(Weighted Particle Based Modified Particle Swarm Optimization and Its Applications)
相關論文
★ 直接甲醇燃料電池混合供電系統之控制研究★ 利用折射率檢測法在水耕植物之水質檢測研究
★ DSP主控之模型車自動導控系統★ 旋轉式倒單擺動作控制之再設計
★ 高速公路上下匝道燈號之模糊控制決策★ 模糊集合之模糊度探討
★ 雙質量彈簧連結系統運動控制性能之再改良★ 桌上曲棍球之影像視覺系統
★ 桌上曲棍球之機器人攻防控制★ 模型直昇機姿態控制
★ 模糊控制系統的穩定性分析及設計★ 門禁監控即時辨識系統
★ 桌上曲棍球:人與機械手對打★ 麻將牌辨識系統
★ 相關誤差神經網路之應用於輻射量測植被和土壤含水量★ 三節式機器人之站立控制
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本論文提出了以權重粒子(Weighted Particle)為基礎的粒子群最佳化法(Particle Swarm Optimization, PSO)之改良。權重粒子是由粒子群中,各粒子的個人最佳解位置與各粒子所紀錄的最佳目標函數值(最小化)所組成,而權重粒子可以提供更靠近最佳解的方向讓粒子群有更多機會找到最佳解。藉由加入權重粒子所改良的粒子群最佳化法,本論文提出三種改良演算法,第一種為嵌入權重粒子的增強式粒子群最佳化法(Enhanced Particle Swarm Optimization with Weighted Particle, EPSOWP),EPSOWP藉由吸引值的設定將粒子群的解搜尋行為分為區域搜尋與全域搜尋,使得粒子能有彈性的搜尋策略。第二種為結合模糊推理與權重粒子的粒子群最佳化法(Hybrid Particle Swarm Optimization Incorporating Fuzzy Reasoning and Weighted Particle, HPSOFW),HPSOFW藉由模糊推理調整吸引因子與慣性權重兩種參數,其目的是為了在搜尋解的過程中,各粒子都能根據紀錄最佳目標函數值與自己目前的目標函數值調整解的搜尋行為。第三種為結合權重粒子之改良粒子群最佳化法為基礎的模糊規則產生演算法(Fuzzy Rules Generation Based on Modified Particle Swarm Optimization with Weighted Particle, MPSOWP),此模糊規則產生演算法(FRG)可視為一控制器,透過輸入控制器的資料產生模糊規則庫,接著利用MPSOWP搜尋最佳模糊規則庫的設計參數。其中MPSOWP將傳統PSO的搜尋行為中的全域最佳解粒子替換成權重粒子,並結合了另一個新的搜尋行為來改良搜尋解的策略。最後,透過模擬結果與應用於各種神經網路的系統建模、PID控制器和模糊規則庫設計來呈現改良演算法的效能。
摘要(英) This dissertation proposes weighted particle based modified particle swarm optimization (PSO) and its applications. The weighted particle is composed of personal best particles with their best objective value (minimal value), and the weighted particle can provide better opportunity getting closer to the optimal solution. Based on weighted particle, this dissertation proposes three modified algorithms. One is an enhanced particle swarm optimization with weighted particle (EPSOWP) which has two search behaviors of local search and global search so that the swarm in EPSOWP has more flexible search strategy via an attraction value. Another is a hybrid particle swarm optimization incorporating fuzzy reasoning and weighted particle (HPSOFW). The fuzzy reasoning adjusts attraction factor and inertia weight to change search behaviors of the particles by comparing the best objective value with their current objective value. The other is a fuzzy rule generation (FRG) based on modified particle swarm optimization with weighted particle (MPSOWP). The FRG is seen to be a controller to generate a fuzzy rule base which is composed of input data, and to optimize the parameters of fuzzy rule base by using proposed MPSOWP. In MPSOWP, the search behavior of conventional PSO is modified by changing from global best particle to weighted particle, and another proposed search behavior is incorporated into MPSOWP for improving search strategy. Finally, the simulation results of the neural network based system identification, the PID control and the fuzzy rule base design verify proposed algorithms which outperform various optimization algorithms.
關鍵字(中) ★ 粒子群最佳化法
★ 權重粒子
★ 模糊系統
★ 神經網路
關鍵字(英) ★ Particle Swarm Optimization
★ Weighted Particle
★ Fuzzy Rule Base
★ Neural Network
論文目次 摘要 I
Abstract II
誌謝 III
List of Figures VI
List of Tables IX
Chapter 1 Introduction 1
1.1 Background and Motivation 1
1.2 Organization and Main Tasks 3
Chapter 2 Enhanced Particle Swarm Optimization with Weighted Particle 5
2.1 Introduction 5
2.2 Particle Swarm Optimization 6
2.3 Weighted Particle 11
2.4 The Proposed Enhanced Particle Swarm Optimizer Incorporating Weighted Particle (EPSOWP) 13
2.5 Simulation Results 19
2.5.1 The Effect of the Weighted Particle 19
2.5.2 The Effect of Attraction Value 24
2.5.3 Performance Comparisons 26
2.5.4 Practical Applications of EPSOWP 30
2.6 Summary 36
Chapter 3 Hybrid Particle Swarm Optimization Incorporating Fuzzy Reasoning and Weighted Particle 37
3.1 Introduction 37
3.2 The Preliminary of the Fuzzy Reasoning 39
3.3 The Proposed Hybrid Particle Swarm Optimization Incorporating Fuzzy Reasoning and Weighted Particle (HPSOFW) 40
3.3.1 The Proposed Search Behavior Model 40
3.3.2 Fuzzy Reasoning of HPSOFW 42
3.4 Simulation Results 49
3.4.1 The Effect of the Weighted Particle 49
3.4.2 The Impact of Attraction Factor 54
3.4.3 Performance Comparison 60
3.4.4 Practical Applications of Neural Network Based System Identification 66
3.5 Summary 71
Chapter 4 Fuzzy Rules Generation Based on Modified Particle Swarm Optimization with Weighted Particle 72
4.1 Introduction 72
4.2 Fuzzy Rule Base 74
4.3 Fuzzy Rules Generation 76
4.3.1 Self-generating Fuzzy Rule Configuration 76
4.3.2 Rules Optimizaton by MPSOWP 78
4.4 Simulation Results 88
4.5 Summary 95
Chapter 5 Conclusion and Future Works 96
5.1 Conclusion 96
5.2 Future Works 100
References 101
Publication List 111
參考文獻 [1] J. Kennedy and R.C. Eberhart, “Particle swarm optimization,” in Proceeding of 1995 IEEE International Conference on Neural Networks, Perth, 1995, vol. 4, pp. 1942-1948.
[2] K.E. Parsopoulos and M.N Vrahatis, “Recent approaches to global optimization problems through particle swarm optimization,” Natural computing, vol. 1, pp. 235-306, 2002.
[3] C.W. Reynolds, “Flocks, herds, and schools: a distributed behavioral model,” Computer Graphics, vol. 21, pp. 25-34, 1987.
[4] A. Ratnaweera, S. Halgamuge, and H. Watson, “Self-organizing hierarchical particle swarm optimizer with time-varying acceleration coefficients,” IEEE Transactions on Evolutionary Computation, vol. 8, pp. 240-255, 2004.
[5] H. Gao and W.B. Xu, “A new particle swarm algorithm and its globally convergent modifications,” IEEE Transactions on Systems, Man, and Cybernetics-Part B: Cybernetics, vol. 41, pp. 1334-1351, 2011.
[6] Z.L. Gaing, “A particle swarm optimization approach for optimum design of PID controller in AVR system,” IEEE Transactions on Energy Conversion, vol. 19, pp. 384-391, 2004.
[7] J.F. Schutte, B. Koh, J.A. Reinbolt, R.T. Haftka, A.D. George, and B.J. Fregly, “Evaluation of a particle swarm algorithm for biomechanical optimization,” Journal of Biomechanical Engineering, vol. 127, pp. 465-474, 2005.
[8] J.F. Schutte and A.A. Groenwold, “A study of global optimization using particle swarms,” Journal of Global Optimization, vol. 31, pp. 93-108, 2005.
[9] P.N. Suganthan, “Particle swarm optimizer with neighbourhood operator,” in Proceedings of 1999 IEEE International Conference on Evolutionary Computation, Washington, 1999, vol. 3, pp. 1958-1962.
[10] K. Deb and R.C. Eberhart, Swarm Intelligence, Academic Press, London, 2001.
[11] Y. Shi and R.C. Eberhart, “Parameter selection in particle swarm optimization,” in Proceedings of the 1998 International Conference on Evolutionary Programming VII, San Diego, 1998, pp. 591-600.
[12] Y. Shi and R.C. Eberhart, “A modified particle swarm optimizer,” in Proceedings of 1998 IEEE International Conference on Evolutionary Computation, Anchorage, 1998, pp. 69-73.
[13] M. Clerc, “The swarm and the queen: towards a deterministic and adaptive particle swarm optimization,” in Proceedings of 1999 IEEE International Conference on Evolutionary Computation, Washington, 1999, vol. 3, pp. 1951-1957.
[14] H. Yoshida, K. Kawata, Y. Fukuyama, and Y. Nakanishi, “A particle swarm optimization for reactive power and voltage control considering voltage Security Assessment,” IEEE Transactions on Power Systems, vol. 15, pp. 1232-1239, 2000.
[15] N. Shigenori, G. Takamu, Y. Toshiku, and F. Yoshikazu, “A hybrid particle swarm optimization for distribution state estimation,” IEEE Transactions on Power Systems, vol. 18, pp. 60-68, 2003.
[16] A. Salman, I. Ahmad, and S. Al-Madani, “Particle swarm optimization for task assignment problem,” Microprocessors and Microsystems, vol. 26, pp. 363-371, 2002.
[17] J. Kennedy and R.C. Eberhart, “A discrete binary version of the particle swarm algorithm,” in Proceedings of 1997 IEEE International Conference on Systems, Man, and Cybernetics, Orlando, 1997, vol. 5, pp. 4104-4108.
[18] D. Yi and X.R. Ge, “An improved PSO-based ANN with simulated annealing technique,” Neurocomputing, vol. 63, pp. 527-533, 2005.
[19] M. Clerc and J. Kennedy, “The particle swarm explosion, stability, and convergence in a multidimensional complex space,” IEEE Transactions on Evolutionary Computation, vol. 6, pp. 58-73, 2002.
[20] I.C. Trelea, “The particle swarm optimization algorithm: convergence analysis and parameter selection,” Information Processing Letters, vol. 85, pp. 317-325, 2003.
[21] Z.H. Zhan, J. Zhang, Y. Li, and H.S.H. Chung, “Adaptive particle swarm optimization,” IEEE Transactions on Systems, Man, and Cybernetics-Part B: Cybernetics, vol. 39, pp. 1362-1381, 2009.
[22] E.P. Ruben and B. Kamran, Particle swarm optimization in structural design in: F.T.S. Chan and M.K. Tiwari (Eds.), Swarm Intelligence: Focus on Ant and Particle Swarm Optimization, I-Tech Education and Publishing, Vienna, 2007, pp. 373-394.
[23] F. Van den Bergh, “An analysis of particle swarm optimizers,” Ph.D. Dissertation, Dept. Computer Science, Pretoria University, South Africa, 2006.
[24] S. Bouallègue, J. Haggège, M. Ayadi, and M. Benrejeb, “PID-type fuzzy logic controller tuning based on particle swarm optimization,” Engineering Applications of Artificial Intelligence, vol. 25, pp. 484-493, 2012.
[25] Y. Liu, Z. Qin, Z.W. Shi, and J. Lu, “Center particle swarm optimization,” Neurocomputing, vol. 70, pp. 672-679, 2007.
[26] W.D. Chang and S.P. Shih, “PID controller design of nonlinear systems using an improved particle swarm optimization approach,” Communications in Nonlinear Science and Numerical Simulation, vol. 15, pp. 3632-3639, 2010.
[27] Y.Z. Meng, J.H. Zou, X.S. Gan, and L. Zhao, “Research on WNN aerodynamic modeling from flight data based on improved PSO algorithm,” Neurocomputing, vol. 83, pp. 212-221, 2012.
[28] D.B. Chen and C.X. Zhao, “Particle swarm optimization with adaptive population size and its application,” Applied Soft Computing, vol. 9, pp. 39-48, 2009.
[29] R.C. Eberhart and Y. Shi, “Tracking and optimizing dynamic systems with particle swarms,” in Proceedings of 2001 IEEE International Conference on Evolutionary Computation, Seoul, 2001, vol. 1, pp. 94-100.
[30] 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, pp. 527-548, 2007.
[31] X. Hu and R.C. Eberhart, “Tracking dynamic systems with PSO: Where’s the cheese,” in Proceedings of The Workshop on Particle Swarm Optimization, Indianapolis, 2001.
[32] L. Zhao, F. Qian, Y.P. Zeng, and H.J. Su, “Automatically extracting T-S fuzzy models using cooperative random learning particle swarm optimization,” Applied Soft Computing, vol. 10, pp. 938-944, 2010.
[33] 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, pp. 281-285, 2006.
[34] A.K. Qin, V.L. Huang, and P.N. Suganthan, “Differential Evolution Algorithm With Strategy Adaptation for Global Numerical Optimization,” IEEE Transactions on Evolutionary Computation, vol. 13, pp. 398-417, 2009.
[35] R. Storn and K. Price, “Differential evolution-A simple and efficient heuristic for global optimization over continuous spaces,” Journal of Global Optimization, vol. 11, pp. 341-359, 1997.
[36] H.C. Tsai and Y.H. Lin, “Modification of the fish swarm algorithm with particle swarm optimization formulation and communication behavior,” Applied Soft Computing, vol. 11, pp. 5367-5374, 2011.
[37] R. Kundu, S. Das, R. Mukherjee, and S. Debchoudhury, “An improved particle swarm optimizer with difference mean based perturbation,” Neurocomputing, vol. 129, pp. 315-333, 2014.
[38] Y.Y. Hong, F.J. Lin, S.Y. Chen, Y.C. Lin, and F.Y. Hsu, “A novel adaptive elite-based particle swarm optimization applied to VAR optimization in electric power systems,” Mathematical Problems in Engineering, vol. 2014, pp. 1-14, 2014.
[39] M.A. Cavuslu, C. Karakuzu, and F. Karakaya, “Neural identification of dynamic systems on FPGA with improved PSO learning,” Applied Soft Computing, vol. 12, pp. 2707-2718, 2012.
[40] N.J. Li, W.J. Wang, C.C. James Hsu, W. Chang, H.G. Chou, and J.W. Chang, “Enhanced particle swarm optimizer incorporating a weighted particle,” Neurocomputing, vol. 124, pp. 218-227, 2014.
[41] H.M. Feng, “Particle swarm optimization learning fuzzy systems design,” in Proceedings of 2005 the Third International Conference on Information Technology and Applications Sydney, 2005, vol. 1, pp. 363-366.
[42] Y. Shi and R.C. Eberhart, “Fuzzy adaptive particle swarm optimization,” in Proceedings of 2001 IEEE International Conference on Evolutionary Computation, Seoul, 2001, pp. 101-106.
[43] H. Bevrani, F. Habibi, P. Babahajyani, M. Watanabe, and Y. Mitani, “Intelligent frequency control in an AC microgrid: Online PSO-based fuzzy tuning approach,” IEEE Transactions on Smart Grid, vol. 3, pp. 1935-1944, 2012.
[44] R.P. Prado, S. García-Galán, J.E. Muñoz Expósito, and A.J. Yuste, “Knowledge acquisition in fuzzy-rule-based systems with particle swarm optimization,” IEEE Transactions on Fuzzy Systems, vol. 18, pp. 1083-1097, 2010.
[45] A. Ghanizadeh, S. Sinaie, A.A. Abarghouei, and S.M. Shamsuddin, “A fuzzy-particle swarm optimization based algorithm for solving shortest path problem,” in Proceedings of 2010 IEEE International Conference on Computer Engineering and Technology, Chengdu, 2010, pp. 404-408.
[46] M. Nafar, G.B. Gharehpetian, and T. Niknam, “Using modified fuzzy particle swarm optimization algorithm for parameter estimation of surge arresters models,” International Journal of Innovative Computing, Information and Control, vol. 8, pp. 567-581, 2012.
[47] W.J. Wang and H.R. Lin, “Fuzzy control design for the trajectory tracking on uncertain nonlinear systems,” IEEE Transactions on Fuzzy Systems, vol. 7, pp. 53-62, 1999.
[48] Y.W. Teng and W.J. Wang, “Constructing a user-friendly GA-based fuzzy system directly from numerical data,” IEEE Transactions on Systems, Man, and Cybernetics-Part B: Cybernetics, vol. 34, pp. 2061-2070, 2004.
[49] Y. Shi and R.C. Eberhart, “Empirical study of particle swarm optimization,” in Proceedings of 1999 IEEE International Conference on Evolutionary Computation, Washington, 1999, pp. 1945-1950.
[50] J.Q. Zhang and A.C. Sanderson, “JADE: Adaptive differential evolution with optional external archive,” IEEE Transactions on Evolutionary Computation, vol. 13, pp. 945-958, 2009.
[51] J.R. Zhang, J. Zhang, T.M. Lok, and M.R. Lyu, “A hybrid particle swarm optimization back propagation algorithm for feedforward neural network training,” Applied Mathematics and Computation, vol. 185, pp. 1026-1037, 2007.
[52] A. Afram and F. Janabi-Sharifi, “Review of modeling methods for HVAC systems,” Applied Thermal Engineering, vol. 67, pp. 507-519, 2014.
[53] K. Arakawa, “Fuzzy rule-based signal processing and its application to image restoration,” IEEE Journal on Selected Areas in Communications, vol. 12, pp. 495-1502, 1994.
[54] E. Shragowitz, J. Y. Lee, and Q. Kang, “Application of fuzzy in computer-aided VLSI design,” IEEE Transactions on Fuzzy Systems, vol. 6, pp. 163-172, Feb. 1998.
[55] C. L. Karr and E. J. Gentry, “Fuzzy control of PH using genetic algorithms,” IEEE Transactions on Fuzzy Systems, vol. 1, pp. 46-53, 1993.
[56] K.C.C. Chan, V. Lee, and H. Leung, “Generating fuzzy rules for target tracking using a steady-state genetic algorithm,” IEEE Transactions on Evolutionary Computation, vol. 1, pp. 189-200, 1997.
[57] C. C. Wong and C. S. FAN, “Rule mapping fuzzy control design,” Fuzzy Sets and Systems, vol. 108, pp. 253-261, 1999.
[58] C. C. Cheng and C. C. Wong, “Self-generating rule-mapping fuzzy controller design using a genetic algorithm,” IEE Proceedings-Control Theory and Applications, vol. 149, pp. 143 - 148 2002.
[59] A. Homaifar and E. Mccormick, “Simultaneous design of membership functions and rule sets for fuzzy controllers using genetic algorithm,” IEEE Transactions on Fuzzy Systems, vol. 3, pp. 129-139, 1995.
[60] W. L. Tung and C. Quek, “Gen SoFNN: A generic self-organizing fuzzy neural network,” IEEE Transactions on Neural Networks, vol. 13, pp. 1075-1086, 2002.
[61] T.I. Seng, M.B. Khalid, and R. Yusof, “Tuning of a neuro-fuzzy controller by genetic algorithm,” IEEE Transactions on Systems, Man, and Cybernetics-Part B: Cybernetics, vol. 29, pp. 226-236, 1999.
[62] Y. Wang and Gang Rong, “A self-organizing neural-network-based fuzzy system,” Fuzzy Sets and Systems, vol. 103, pp. 1-11, 1999.
[63] C.T. Lin, C.S.G. Lee, “Neural-network-based fuzzy logic control and decision system,” IEEE Transactions on Computers, vol. 40, pp. 1320-1336, 1991.
[64] C.J. Lin and C.T. Lin, “Reinforcement learning for an ART-based fuzzy adaptive learning control network,” IEEE Transactions on Neural Networks, vol. 7, pp. 709-731, 1996.
[65] J.S.R. Jang, “ANFIS: adaptive-network-based inference system,” IEEE Transactions on Systems, Man, and Cybernetics, vol. 23, pp. 665-685, 1992.
[66] S.J. Kang, C.H. Woo, H.S. Hwang, and K.B. Woo, “Evolutionary design of fuzzy rule base for nonlinear system modeling and control,” IEEE Transactions on Fuzzy Systems, vol. 8, pp. 37-45, 2000.
[67] D. Parrott and X. Li, “Locating and tracking multiple dynamic optima by a particle swarm model using speciation,” IEEE Transactions on Evolutionary Computation, vol. 10, pp. 440-458, 2006.
[68] J. Wei and Y. Wang, “Multi-objective fuzzy particle swarm optimization based on elite archiving and its convergence,” Journal of Systems Engineering and Electronics, vol. 19, pp. 1035-1040, 2008.
[69] F. Van Den Bergh and A.P. Engelbrecht, “A cooperative approach to particle swarm optimization,” IEEE Transactions on Evolutionary Computation, vol. 8, pp. 225-239, 2004.
[70] O.A. Mohamed Jafar and R. Sivakumar, “Ant-based clustering algorithms: a brief survey,” International journal of computer theory and engineering, vol. 2, pp. 1793-8201, 2010.
[71] A. A. A. Esmin, “Generating fuzzy rules from examples using the particle swarm optimization algorithm,” in Proceedings of 2007 IEEE International Conference on Hybrid Intelligent Systems, Kaiserslautern, 2007, pp. 340-343.
[72] D.E. Goldberg, Genetic algorithms in search, optimization and machine learning, Addison-Wesley, Reading, MA (1989).
[73] C.F. Juang, C.M. Lu, C. Lo, and C.Y. Wang, “Ant colony optimization algorithm for fuzzy controller design and its FPGA implementation,” IEEE Transactions on Industrial Electronics, vol. 55, pp. 1453-1462, 2008.
[74] L.X. Wang, Adaptive fuzzy systems and control: design and stability analysis, Prentice-Hall, New Jersey (1994).
[75] C.F. Juang, “A TSK-type recurrent fuzzy network for dynamic systems processing by neural network and genetic algorithms,” IEEE Transactions on Fuzzy Systems, vol. 10, pp. 155-170, 2002.
[76] O. Cordoon, F. Herrera, F. Hoffmann, and L. Magdalena, Genetic Fuzzy Systems: Evolutionary Tuning and Learning of Fuzzy Knowledge Bases, Advances in Fuzzy Systems-Applications and Theory. vol. 19, Singapore: World Scientific, 2001.
[77] M. Russo, “Genetic fuzzy learning,” IEEE Transactions on Evolutionary Computation, vol. 4, pp. 259-273, 2000.
[78] F. Hoffmann, D. Schauten, and S. Holemann, “Incremental evolutionary design of TSK fuzzy controllers,” IEEE Transactions on Fuzzy Systems, vol. 15, pp. 563-577, 2007.
[79] E.G. Mansoori, M.J. Zolghadri, and S.D. Katebi, “SGERD: A steadystate genetic algorithm for extracting fuzzy classification rules from data,” IEEE Transactions on Fuzzy Systems, vol. 16, pp. 1061-1071, 2008.
[80] C. F. Juang, “A hybrid of genetic algorithm and particle swarm optimization for recurrent network design,” IEEE Transactions on Systems, Man, and Cybernetics-Part B: Cybernetics, vol. 34, pp. 997-1006, 2004.
[81] A. Chatterjee, K. Pulasinghe, K. Watanabe, and K. Izumi, “A particleswarm-optimized fuzzy-neural network for voice-controlled robot systems,” IEEE Transactions on Industrial Electronics, vol. 52, pp. 1478-1489, 2005.
[82] E. Araujo and L.D.S. Coelho, “Particle swarm approaches using Lozi map chaotic sequences to fuzzy modeling of an experimental thermal vacuum system,” Applied Soft Computing, vol. 8, pp. 1354-1364, 2008.
[83] A.M. El-Zonkoly, A.A. Khalil, and N.M. Ahmied, “Optimal tunning of lead-lag and fuzzy logic power system stabilizers using particle swarm optimization,” Expert Systems with Applications, vol. 36, pp. 2097-2106, 2009.
[84] K.D. Sharma, A. Chatterjee, and A. Rakshit, “A hybrid approach for design of stable adaptive fuzzy controllers employing Lyapunov theory and particle swarm optimization,” IEEE Transactions on Fuzzy Systems, vol. 17, pp. 329-342, 2009.
[85] H. Lu, E. Pi, Q. Peng, L. Wang, and C. Zhang, “A particle swarm optimization-aided fuzzy cloud classifier applied for plant numerical taxonomy based on attribute similarity,” Expert Systems with Applications, vol. 36, pp. 9388-9397, 2009.
[86] C.F. Juang, C.M. Hsiao, and C.H. Hsu, “Hierarchical cluster based multispecies particle swarm optimization for fuzzy system optimization,” IEEE Transactions on Fuzzy Systems, vol. 18, pp. 14-26, 2010.
[87] D.H. Wolpert and W.G. Macready, “No free lunch theorems for optimization,” IEEE Transactions on Evolutionary Computation, vol. 1, pp. 67-82, 1997.
指導教授 王文俊(Wen-June Wang) 審核日期 2015-7-24
推文 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聯絡  - 隱私權政策聲明