Responsive image
博碩士論文 etd-1025105-230820 詳細資訊
Title page for etd-1025105-230820
論文名稱
Title
最佳演算法應用於負載預測及機組排程問題
Application of Optimal Approach in Load Forecasting and Unit Commitment Problems
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
148
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2005-10-17
繳交日期
Date of Submission
2005-10-25
關鍵字
Keywords
最佳演算法、短期負載預測、短期機組排程
Short-term Load forecasting, Optimal Approach, Short-term Unit Commitment
統計
Statistics
本論文已被瀏覽 5672 次,被下載 3212
The thesis/dissertation has been browsed 5672 times, has been downloaded 3212 times.
中文摘要
本論文提出以免疫系统法/模糊系統法/禁忌演算法及整合人工智慧與進化演算法(包括混沌搜索、基因演算、免疫糸統、模糊系統、禁忌演算法及模糊神經網路法),求解電力系統運轉最佳化問題(包括短期負載預測與機組排程問題)。在負載預測問題上,本文乃以模糊類神經網路為主體,然後使用混沌搜尋/基因演算法、模糊系統法及模擬退火法來求取模糊類神經網路之各項参數值(包括網路之權值、偏權值、歸屬函數、歸屬函數中之敏感因子及可調鍵結值)以取代原來用來求解網路最佳参數值之倒傳遞法方式。而在機組排程問題上,乃以混沌搜尋,免疫基因演算法及模糊系統法來求得最佳之機組排程工作,首先我們先混合了免疫糸統法與基因演算法成為一個單一演算法(即免疫基因演算法),然後將混沌搜尋內嵌於其中,最後並以模糊系統法來作為免疫基因演算法中交配率與突變率兩個参數之調整依據,如此一來可以改善原來基因演算法容易陷於過早收斂及運算緩慢之缺點。
Abstract
An Integrated Chaos Search Genetic Algorithm (CGA) /Fuzzy System (FS), Tabu Search (TS) and Neural Fuzzy Network (NFN) method for load forecasting is presented in this paper. A Fuzzy Hyper-Rectangular Composite Neural Networks (FHRCNNs) was used for the initial load forecasting. Then we used CGAFS and TS to find the optimal solution of the parameters of the FHRCNNs, instead of Back-Propagation (BP). First the CGAFS generates a set of feasible solution parameters and then puts the solution into the TS. The CGAFS has good global optimal search capabilities, but poor local optimal search capabilities. The TS method on the other hand has good local optimal search capabilities. We combined both methods to try and obtain both advantages, and in doing so eliminate the drawback of the traditional ANN training by BP. This thesis presents a hybrid Chaos Search Immune Algorithm (IA)/Genetic Algorithm (GA) and Fuzzy System (FS) method (CIGAFS) for solving short-term thermal generating unit commitment problems (UC). The UC problem involves determining the start-up and shutdown schedules for generating units to meet the forecasted demand at the minimum cost. The commitment schedule must satisfy other constraints such as the generating limits per unit, reserve and individual units. We combined IA and GA, then added chaos search and fuzzy system approach in it. Then we used the hybrid system to solve UC. Numerical simulations were carried out using four cases; ten, twenty and thirty thermal units power systems over a 24-hour period.
目次 Table of Contents
總目錄
總目錄 ……………………………………………………... 1
圖目錄 ……………………………………………………... 5
表目錄 ……………………………………………………... 7
中文摘要 …………………………………………………... 9
英文摘要 …………………………………………………... 10
第一章 緒論
1.1 研究背景與動機 ……………………………….. 11
1.2 研究目的 ……………………………………….. 16
第二章 電力系統運轉最佳化問題描述
2.1 簡介 ……………………………………………… 18
2.2 短期負載預測 …………………………………… 18
2.2.1 模糊化多維矩形複合式類神經網路 ………. 18
2.2.2 模糊化多維矩形複合式類神經網路之數學架
構 ……………………………………………. 19
2.2.3 FHRCNN 之適應函數 ………………………... 23
2.3 火力機組排程 …………………………………… 24
2.3.1 火力機組排程之基本概念 …………………. 24
2.3.2 目標函數 ……………………………………. 24
2
2.3.3 限制條件 ……………………………………. 25
第三章 本文中所用之方法
3.1 簡介 ………………………………………………. 29
3.2 混沌搜尋法 ……………………………………… 30
3.2.1 混沌搜尋法之原理 …………………………. 30
3.2.2 混沌系統 …………………………………….. 31
3.3 基因演算法 ……………………………………… 32
3.3.1 基因演算法之基本原理 ……………………. 32
3.3.2 基因演算法之步驟 …………………………. 32
3.3.3 基因演算法如何避免陷入區域最佳解之
陷阱 …………………………………………. 40
3.4 禁忌搜尋法 ……………………………………… 41
3.4.1 禁忌搜尋法之基本原理 ……………………. 41
3.4.2 禁忌搜尋法之演算步驟 ……………………. 42
3.5 免疫演算法 ……………………………………… 46
3.5.1 免疫演算法之基本概念 …………………. 46
3.5.2 識別多樣性機理 …………………………. 47
3.6 進化規劃法 ……………………………………… 49
3.6.1 進化規劃法之基本原理 …………………. 49
3.6.2 進化規劃法之進行 ………………………. 49
3
3.7 模擬退火法 ……………………………………… 55
3.7.1 模擬退火法之基本原理 …………………. 55
3.7.2 模擬退火法之執行步驟 …………………. 55
3.8 類神經網路 ………………………………………. 60
3.8.1 類神經網路之基本原理 …………………. 60
3.8.2 類神經網路之基本架構 …………………. 60
3.8.3 類神經網路之演算步驟 …………………. 61
3.9 模糊系統法 ……………………………………… 64
3.9.1 模糊系統法之基本架構 …………………. 64
3.9.2 模糊系統法組成因素 ……………………. 65
第四章 短期負載預測
4.1 簡介 ……………………………………………… 68
4.2 使用FHRCNN 法作負載預測之基礎 …………. 68
4.2.1 FHRCNN 法之各項参數之調整 ………... 68
4.2.2 基因演算法融合混沌搜尋/模糊系統法
及禁忌演算法之計算過程 ………………. 69
4.3 由CGAFSTS-NFN 法所進行的短期負載預測 … 82
4.4 模擬及測試之結果 ……………………………….. 85
第五章 短期火力機組排程
5.1 簡介 ……………………………………………… 99
4
5.2 融合混沌搜尋/模糊系统法而運作之免疫基因演
算法 ………………………………………………. 99
5.2.1 免疫基因演算法之编碼 ………………… 99
5.2.2 抗體族群之多樣性及親和力之計算 …… 101
5.2.3 CIGAFS 之執行步驟 …………………… 103
5.3 使用CIGAFS 法之重要特點 …………………... 114
5.4 模擬及測試之結果 ……………………………… 115
第六章 結論與未來研究方向
6.1 本論文之貢獻 …………………………………… 129
6.2 未來研究方向 …………………………………… 130
参考文獻 ……………………………….…………………. 132
博士班期間所發表的論文 ……………………………... 139
博士班期間所参與的計劃 ……………………………... 143
參考文獻 References
[1] I. Moghram and S. Ruhman, “Analysis and Evaluation Five of Load Forecasting Techniques”, IEEE Trans on Power Systems, Vol.4, No.4, 1989, pp.1484-1491.
[2] M. T. Hagan and S. M. Behr, “The Time Series Approach to ShortTerm Load Forecasting”, IEEE Trans. on Power System, Vol.PWRS-2, No3, 1987, pp.832-837.
[3] A. D. Papalekopulos, T. C. Hesterberg, “ A Regression-Based Approach to Short-Term System Load Forecasting ”, IEEE Trans. on Power Systems, Vol.5, No.4, 1990, pp.1535-1547.
[4] S. Vemuri, W. L. Huang, D.L. Nelson, “On-Line Algorithms for Forecasting Hourly Loads of an Electrical Utility” , IEEE Trans. on Power Apparatus and Systems, PAS-100, Vol.2, No.8, Aug. 1981, pp.3775-3784.
[5] S. Rahman and R. Bhatnagar, “An Expert System Based Algorithm Load Forecast, IEEE Trans. on Power Systems, Vol.AS-101, No.9, Sept. 1982, pp. 293-299.
[6] S. Rahman, “Generalized Knowledge-Based Short-Term Load Forecasting Technique,” IEEE Trans. on Power Systems, Vol. 8, No. 2, May 1993, pp.508-514.
[7] H. Yoo, R. L. Pimmel, “Short-term Load Forecasting Using a Self-Super Vised Adaptive Neural Network” , IEEE Trans. on Power Systems, Vol. 14, No. 2, May 1999, pp.779-784.
[8] S. J. Kiartzis, A.G. Bakirtzisa and V. Petridri, “Short-Term Load Forecasting Using Neural Networks” , EPSR, Vol. 34, No. 1, July 1999, pp.1-6.
[9] J. Vermoak, E. C. Botha, “Recurrent Neural Networks for Short-Term Load Forecasting”, IEEE Trans. on Power Systems, Vol. 13, No. 1, Feb. 1998, pp.126-132.
[10] S. Osowskki and K. Siwek, “Regularisation of Neural Networks for Improved Load Forecasting in the Power Syystem”, IEE Proc.-Gener. Trans. Distrib., Vol. 149, No. 3, May 2002, pp.340-344.
[11] J. W. Taylor and R. Buizza, “Neural Network Load Forecasting with Weather Ensemble Predictions”, IEEE Trans. on Power Systems, Vol. 17, No. 3, August, 2002, pp.626-632.
[12] M. A.Abu-EI-Magd and R. D. Findlay, “A New Approach Using Artificial Neural Network and Time Series Models for Short Term Load Forecasting”, Electrical and Computer Engineering, 2003, IEEE CCECE 2003, Canadian Conference, Vol. 3, May 4-7, 2003, pp. 1723-1726.
[13] N. B. Karayiannis, M. Balasurbramanian and H. A. Malki, “Evaluation of Cosine Basis Function Neural Networks on Electric Power Load Forecasting”, Neural Networks, 2003 Proceedings of the International Joint Conference, Vol. 3, July 20-24, 2003, pp. 2100-2105.
[14] T. Iizaka, T. Matsui and Y. Fukuyama, “A Novel Daily Peak Load Forecasting Method Using Analyzable Structured Neural Network”, Transmission and Distribution Conference and Exhibition 2002, Asia Pacific IEEE/PES, Vol. 1, 6-10 Oct., 2002, pp.394-399.
[15] Y. You, S. Wang and W. Sheng, “Short-Term Load Forecasting Using Artificial Immune Network”, Power System Technology, 2002, Proceedings, PowerCon 2002, International Conference on, Vol. 4, 13-17 Oct., 2002, pp.2322-2325.
[16] M. WenXiao, B. XiaoMin, and M. Lianshua, “Short-Term Load Forecasting with Artificial Neural Network and Fuzzy Logic”, Power System Technology, 2002, Proceedings, PowerCon 2002, International Conference on, vol. 2, 13-17 Oct., 2002, pp. 1101-1104.
[17] L. M. Saini and M. K. Soni, “Artificial Neural Network Based Peak Load Forecasting Using Levenberg-Marquardt and quasi-Newton Methods”, Generation, Trans. And Distri., IEE Proceedings-, Vol. 149, Issue 5, Sep. 2002, pp.578-584.
[18] F. J. Marin, F. Garcia-Lagos, G. Joya and F. Sandoval, “Global Model for Short-Term Load Forecasting Using Artificial Neural Networks”, Generation, Trans. And Distri, IEE Proceedings-, Vol. 149, Issue 2, March 2002, pp- 121-125.
[19] A. Khotanzad, Z. Enwang and H. Elragal, “A Neuro-Fuzzy Approach to Short-Term Load forecasting in a Price-Sensitive Environment”, IEEE Trans. on Power Systems, Vol. 17, No. 4, Nov., 2002, pp.1273-1282.
[20] T. Senjyu, H. takara, K. Uezato and T.funabashi, “One-Hour-Ahead Load Forecasting Using Neural Network”, IEEE Trans. on Power Systems, Vol. 17, No. 1, Feb., 2002, pp.113-118.
[21] R. C. Hwang, H. Huang-Chu and J. G. Hsieh, “Short-Term Power Load Forecasting by Neural Network with Stochastic Back Propagation Learning Algorithm”, IEEE Power Engineering Society Winter Meeting, 2002, Vol. 3, 23-27 Jan. 2000, pp. 1790-1795.
[22] O. A. S. Carpinteiro and A. P. Alvesda Silva, A Hierarchical Neural Model in Short Term Load Forecasting”, 2000 Proceedings, Six Brazilian Symposium on Neural Networks, 22-25 Nov. 2000, pp. 120-124.
[23] A. K. Sinha, “Short-Term Load Forecasting Using Artificial Neural Networks”, Proceedings of IEEE International Conference on Industrial Technology 2000, Vol. 1, 19-22 Jan. 2000, pp. 548-553.
[24] Z. Bashir and M. E. El-Hawary, “Short-Term Load Forecasting by Using Wavelet Neural Networks”, 2000, Canadian Conference on Electrical and Computer Engineering, Vol. 1, 7-10 March, 2000, pp. 163-166.
[25] M. L. M. Lopes, C. R. Minussi and A. D. P. Lotufo, “A Fast Electric Load forecasting Using Neural Networks”, Proceedings of the 43rd IEEE Midwest Sysposium on Circuits and Systems, 2000, Vol. 2, 8-11 Aug. 2000, pp. 646-649.
[26] A. A. El Desouky, and M. m. Elkateb, “Hybrid Adaptive Techniques for Electric Load Forecast Using ANN and ARIMA”, IEE Proceedings- Generation, Transmission and Distribution, , Vol. 147, Issue: 4, July 2000, pp. 213-217.
[27] D. W. Bunn, “Forecasting Loads and Prices in Competitive Power Markets”, Proceedings of IEEE, Vol. 88, Issue: 2, Feb. 2000, pp.163-169.
[28] K. H. Kim, H. S. Youn and Y. C. Kang, “Short-Term Load Forecasting for special Days in Anomalous Load Conditions Using Neural Networks and Fuzzy Inference Method”, IEEE Trans. on Power Systems, Vol. 15, No. 2, Feb., 2000, pp.559-565.
[29] W. Chaytoniuk and M. S. Chen, “Very Short-Term Load Forecasting Using Artificial Networks”, IEEE Trans. on Power Systems, Vol. 15, No. 1, Feb., 2000, pp.263-268.
[30] L. Xu and W. J. Chen, “Artificial Neural Network Short-Term Electric Load Forecasting Techniques”, TENCON 99, Proceedings of the IEEE Region 10 Conference, Vol. 2, 15-17 Sep. 1999, pp. 1458-1461.
[31] N. Kandil, V. Sood and M. Saad, “Use of ANNs for Short-Term Load Forecasting”, 1999 IEEE Canadian Conference on Electrical and Computer engineering, Vol. 2, May. 1999, pp. 1057-1061.
[32] D. Srinivasan, T. S. Swee, C. S. Cheng and E. K. Chan, “Parallel Neural Network-Fuzzy Expert System Strategy for Short-Term Load Forecasting: System Implementation and Performance Evaluation”, IEEE Trans. on Power Systems, Vol. 14, No. 3, Aug., 1999, pp. 1100-1106.
[33] I. Drezga and S. Rahman, “Short-Term Load Forecasting with Local ANN Predictors”, IEEE Trans. on Power Systems, Vol. 14, No. 3, Aug., 1999, pp. 844-850.
[34] H. Yoo and R. L. Pimmel, “Short-Term Load Forecasting Using a Self Supervised Adaptive Neural Network”, IEEE Trans. on Power Systems, Vol. 14, No. 2, May 1999, pp. 779-184.
[35] A. P. Rewagad and V. L. Soanawane, “Artificial Neural Network Based Short-Term Load Forecasting”, TENCON’98, 1998, IEEE Region 10 International Conference global Connectivity in Energy, Computer, Communication and Control, Vol. 2, Dec. 1998, pp.761-768.
[36] J. S. Wang and C. S. George Lee, “Self-Adaptive Neuro-Fuzzy Inference Systems for Classification Applications”, IEEE Trans. on Fuzzy Systems, Vol. 10, No. 6, Dec. 2002, pp. 790-802.
[37] C. F. Jung and C. T. Lin, “An On-Line Self-Constructing Neural Fuzzy Inference Network and Its Applications”, IEEE Trans. on Fuzzy Systems, Vol. 6, No. 1, Feb. 1998, pp. 12-32.
[38] T. Maield, G. Sheble, “Short-Term Load Forecasting by A Neural Network and A Reined Genetic Algorithm,” EPSR. Vol.31, No.2, Dec. 1994, pp.147-152.
[39] S. H. Ling, Frank H. F. Leung, H. K. Lm, Y. S. Lee and Peter K. S. Tam, “A Novel Genetic-Algorithm-Based Neural Network for Short-Term Load Forecasting”, IEEE Trans. on Industrial Electronics, Vol. 50, No. 4, August 2003, pp.793-799.
[40] Z. S. H. Chan, N. W. Ngan, Y. F. Fung and A. B. Rad, “An Advanced Evolutionary Algorithm for Load Forecasting with the Kalman Filter”, Advances in Power System Control, Operation and Management, 2000, International Conference Vol. 1., 30 Oct. -1 Nov. 2000, pp. 134-138.
[41] P. K. Dash, S. Mishra, S. Dash and A. C. Liew, “Genetic Optimization of a Self Organizing Fuzzy-Neural Network for Load Forecasting”, Power Engineering Society Winter Meeting, 2000, IEEE, Vol. 2, pp. 1011-1016, 23-27 Jan. 2000.
[42] K. C. Hsien, M. J. Devaney, C. M. Huang and C. M. Kung, “Power Source Scheduling and Adaptive Load Management via a Genetic Algorithm Embedded Neural Network”, Instrumentation and Measurement Technology Conference, 2000, IMTC 2000, Proceedings of the 17th IEE, Vol. 2, 1-4 May 2000, pp. 1061-1065.
[43] E. T. H. Heng, D. Srinivasan and A. C. Liew, “Short Term Load Forecasting Using Genetic Algorithm and Neural Networks”, Energy Management and Power Delivery, 1998, Proceedings of EMPD ’98, 1998 Internation Conference, Vol. 2, 3-5 March 1998, pp. 576-581.
[44] C. C. Asir Rajan, M. R. Mohan and K. Manivannan, “Neural Based Tabu Search Method for Solving Unit Commitment Problem”, Power System Management and Control, Conference Publication No. 488, 17-19 Apr. 2002, pp.298-306.
[45] T. Matsumura, M. Nakamura, S. Tamaki and K. Onaga, “A Parallel Tabu Search and Its hybridization with Genetic Algorithm”, I-SPAN 2000. Proceedings. Interational Symposium on Parallel Architectures, Algorithms and Networks, 2000, 7-9 Dec., 2000, pp. 18-22.
[46] Kim Hyunchul, Y. Hayashi and K. Nara, “The Performance of Hybridized Algorithm of GA SA and TS for Thermal Unit Maintenance Scheduling”, 1995., IEEE Interation Conference on Evolutionary Computation, Vol: 1, 29 Nov.-1 Dec., 1995, pp.114-119.
[47] C. K. Ting, S. T. Li and C. Lee, “TGA: a New Integrated Approach to Evolutionary Algorithms”, , 2001. Proceedings of the 2001 Congress on Evolutionary Computation, Vol. 2, 27-30 May, 2001, pp. 917-924.
[48] W. L. Syder, H. D. Powell and J. C. Rayburn, “Dynamic Programming Development of theory”, IEEE Trans. on PWRS ,Vol. 2, No. 4, 1987, pp. 339-350.
[49] P. G. Lowery, “Generation Unit Commitment by Dynamic Programming”, IEEE Trans. on Power Systems Vol. 102, No. 3, 1983, pp. 1218-1225.
[50] W. J. Hobbs, G. Hermon, S. Warner and G. B. Sheble, “An enhanced dynamic programming approach for unit commitment”, IEEE Trans. on. Power Systems, Vol. 3, No. 3, 1988, pp. 1201-1205.
[51] J. A. Muckstadt and R. C. Wilson, “An Application of Mixed Integer Programming Duality to Scheduling Thermal Generating Systems”, IEEE Trans. on Power Apparatus and Systems, Vol. PSA-87, No. 12, 1968, pp. 968-977.
[52] R. M. Burns and C. A. Gibson, “Optimization of Priority Lists for A Unit Commitment Program”, Paper A 75 453-1 Presented at the IEEE/PES Summer Meeting, 1975.
[53] Z. Ouyang and S. M. Shahidehpour, “Short Term Unit Commitment Expert System”, EPSR, Vol. 19, No. 3, 1990, pp. 1-13.
[54] R. Hamdam and K. Mohamed – Nor, “Integrating an Expert System into a Thermal Unit Commitment Algorithm, ”IEE Proc. Pt .C. Gener., Trans. & Distrib, Vol. 138, No. 6, 1991, pp. 553-559.
[55] S. Saneifard, N. R. Prasad, H. A. Smolleck, “A Fuzzy Approach to Unit Commitment”, IEEE Trans. on Power System, Vol. 12, No. 2, 1997, pp. 988-995.
[56] C. C. Su, and Y. Y. Hsu, “Fuzzy Dynamic Programming: An Application to Unit Commitment”, IEEE Trans. on Power Delivery, Vol. 6, No. 3, 1991, pp.1231-1239.
[57] S. Virmani, E. C. Anderian, K. Imhof and Mukherjoe, “Implementation of a Lagrangian Relaxation based Unit Commitment problem”, IEEE Trans. on Power System, Vol. 4, No. 4, 1989, pp. 1373-1379.
[58] S. J. Wang, M. Shahidehpour, D. S. Kirschen, .S. Mokhtar and G. D. Irisarri , “Short-Term Generation Scheduling with Transmission and Environmental Constraints Using an Augmented Lagrangian Relaxation”, IEEE Trans. on Power Systems Vol. 10, No. 3, 1995, pp.1294-1301.
[59] F. Zhuang and F. D. Galiana, “Unit Commitment by Lagrangian Relaxation”, IEEE Trans. on Power Systems, Vol.4, No.3, 1988, pp.763-770.
[60] F. Zhuang and F. D. Galiana, “Towards a more Rigorous and Practical Unit Commitment by Lagrangian Relaxation”, IEEE Trans. PWRS, Vol. 3, No. 2, 1988, pp. 763-772.
[61] Q. Zhai, X. Guan and J. Cui, “Unit Commitment with Identical Units: Successive Subproblem Solving Method Based on Lagrangian Relaxation”, IEEE Trans. on Power Systems Vol. 17, No. 4, 2002, pp.1250-1257.
[62] A. Borghetti, A. Frangioni, F. Lacalandra, A. Lodi, S. Martello, C. A. Nucci and A. Trebbi, “Lagrangian Relaxation and Tabu Search Approaches for Unit Commitment Problem”, 2001 IEEE Porto Power Tech Conference Portugal, 10-13 Sep. 2001.
[63] F. Zhuang and F. D. Galiana, “Unit Commitment by Simulated Annealing”, IEEE Trans on Power Systems, Vol. 5, No. 1, 1990, pp. 311-317.
[64] K. P. Wong and Y. W. Wong, “Short-Term Hydro-Thermal Scheduling, part I: Simulated Anealing Aproach”, IEE Proc-Gene Trans. Dist Vol. 141(5), 1994, pp. 497-501.
[65] G. K. Purushothama and L. Jenkins, “Simulated Annealing with Local Search-A Hybrid Algorithm for Unit Commitment”, IEEE Trans on Power Systems, Vol. 18, No. 1, 2003, pp. 273-278.
[66] A. Viana, J. P. Sousa and M. Matos, “Simulated Annealing for the Unit Commitment Problem”, 2001 IEEE Porto Power Tech Conference Portugal, 10-13 Sep.2001.
[67] H. Mantawy, Y. L. Abdel-Magid and S. Z. Selim, “Integrating Genetic Algorithms, Tabu Search and Simulated Annealing for the Unit Commitment Problem”, IEEE Trans. On Power Systems, Vol. 14, No. 3, 1999, pp. 829-836.
[68] C. C. A Rajan, M. R. Mohan and K. Monivannan, “Neural Based Tabu Search Method for Solving Unit Commitment Problem”, IEE Proc.-Gener. Transm. Distrib., Vol. 150, No. 4, 2003, pp. 469-474.
[69] D. Dasgupta, and D. R. McGregor, “Thermal Unit Commitment Using Genetic Algorithms”, IEE Proc. Part C, Vol.3, 141(5), 1994, pp. 459-465.
[70] G. B. Sheble and T. T. Maifeld “Unit Commitment by Genetic Algorithms and Expert System,” EPSR, Vol. 30, No. 2, 1994, pp. 115-121.
[71] S. A. Karzalis, A. G. Barkitzis and Petridis, “A Genetic Algorithm Solution of the Unit Commitment Problem”, IEEE Trans. PWRS 11(1), pp. 83-90, 1996.
[72] G. C. Liao, and T. P. Tsao, “The Use of Genetic Algorithm/Fuzzy System and Tabu Search for Short-Term Unit Commitment”, Power Con 2002, International Conference on Power System Technology Proceedings, China, Vol. 4, 2002, pp. 2302-2307.
[73] X. Ma, A.A. El-Keib, R. E. Smith and H. Ma, “A Genetic Algorithm Based Approach to Thermal Unit Commitment of Electric Power System”, EPSR, Vol.34, 1995, pp. 29-36.
[74] H. R. Mashhadi, H. M. Shanechi and C. Lucas, “A New Genetic Algorithm with Lamarckian Individual Learning for Generation Scheduling”, IEEE Trans. on Power Systems Vol. 18, No. 3, 2003, pp. 1181-1186.
[75] J. M. Arroyo and A. J. Conejo, “A Parallel Repair Genetic Algorithm to Solve the Unit Commitment Problem”, IEEE Trans. on Power Systems Vol. 17, No. 4, 2003, pp. 1216-1224.
[76] C. J. Aldridge, S. Mokee, J. R. McDonald, S. J. Galkway, K. P. Dahal, M. E. Bradley and J. F. Macqueen, “Knowledge Based Genetic Algorithm for Unit Commitment”, IEE Proc.-Gener. Transm. Distrib., Vol. 148, No. 2, 2001, pp. 146-152.
[77] M. C. Su, “Identification of Singleton fuzzy Models via fuzzy hyper-rectngular composite NN”, in Fuzzy Model Identification: Selected Approaches, H. Hellen doom and Driankov, Eds. pp. 215-250, 1997.
[78] Zou En, Li Xiang-Fei, Zhang Tai Shan, “A Hybrid Algorithm about Chaos Search for FNN”, 2003 Proceedings 5th International Conference on ASIC, Vol. 1, 21-24 Otc. 2003, pp. 49-53.
[79] S. Endoh, N. Toma and K. Yamada, “Immune Algorithm for n-TSP”, 1998 IEEE International Conference on System, Man and Cybernetics, Vol. 4, 11-14 Oct., 1998, pp. 3844-3849.
[80] C. H. Lin, C.S. Chen and C. J. Wu, “Feeder Reconfiguration for Distribution System Contingencies with Immune Algorithm”, Power Tech Proceedings, 2001, IEEE Porto, Portugal, Vol. 3, 10-13 Sept. 2001.
[81] G. Hong and M. Z. Yuan “Immune Algorithm”, Intelligent Control and Automation 2002 Proceedings of the 4th world Congresson, Vol. 3, 10-14 June, 2002, pp. 1784-1788.
[82] D. H. Kim, “ Parameter Tuning of Fuzzy Neural Networks by Immune Algorithm”, Proceedings of the 2002 IEEE International Conference on Fuzzy System, Vol. 1, 12-17 May 2002, pp. 408-413.
[83] Y. Yong, W. Sun’an and S. Wanxing, “ Short-Term Load Forecasting Using Artificial Immune Network”, Power Con 2002, China, International Conference on Power System Technology Proceedings, Vol. 4, 2002, pp. 2322-2325.
[84] D. F. Wang, . Han, N. Liu, Z. Dong and S. M. Jiao, “Modeling the Circulating Fluidized Bed Boiler Using RBF-NN Based on Immune Genetic Algorithm”, Proceedings of the First International Conference on Machine Learning and Cybernetics, 4-5 Nov. 2002, pp. 2121-2125.
[85] Y. Shi, R. Eberhart and Y. Chen, “Implementation of Evolutionary Fuzzy System”, IEEE Trans. On Fuzzy System, Vol. 7, No.2, April 1999, pp.109-119.
[86] Stephanie Forrest, Steven A. Hofmeyr “Immunology as Information Processing, Design Principles for Immune System”, L.A. Segel and I.R. Cohen, eds, Oxford Univ. Press, 2000.
[87] C.C.A. Rajan, M.R. Mohan, “An Evulutionary Programming-Based Tabu Search Method for Solving the Unit Commitment Problem”, IEEE Trans. on Power Systems Vol. 19, no.1, Feb 2004, pp. 577-585.
[88] D. Thierens, “Adaptive Mutation Rate Control Schemes in Genetic Algorithm”, Proc. IEEE Conf. Evolutionary Computation, Hawaiian, USA, May 2002, pp. 980-985.
[89] D. Whitley, S. Dominic, R. Das and C. W. Anderson, “Genetic Reinforcement Learning for Neuro-control Problems”, Machine Learning, Vol. 13, 1993, pp. 259-284.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內外都一年後公開 withheld
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


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

QR Code