博碩士論文 111423067 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:148 、訪客IP:3.143.237.2
姓名 連明哲(Ming-Zhe Lian)  查詢紙本館藏   畢業系所 資訊管理學系
論文名稱 分層協作最佳化演算法:一種基於社會階層的混合元啟發式演算法
(Stratified Collaboration Optimization: A hybrid metaheuristics based on social hierarchy)
相關論文
★ 變數選擇在智慧型系統與應用之研究★ 智慧型系統之參數估測研究─一個新的DE方法
★ 合奏學習式智慧型系統在分類問題之研究★ 複數模糊類神經系統於多類別分類問題之研究
★ 融入後設認知策略的複數模糊認知圖於分類問題之研究★ 分類問題之研究-以複數型模糊類神經系統為方法
★ 智慧型差分自回歸移動平均模型於時間序列預測之研究★ 計算智慧及複數模糊集於適應性影像處理之研究
★ 智慧型模糊類神經計算模式使用複數模糊集合與ARIMA模型★ Empirical Study on IEEE 802.11 Wireless Signal – A Case Study at the NCU Campus
★ 自我建構式複數模糊ARIMA於指數波動預測之研究★ 資料前處理之研究:以基因演算法為例
★ 針對文字分類的支援向量導向樣本選取★ 智慧型區間預測之研究─以複數模糊類神經、支持向量迴歸、拔靴統計為方法
★ 複數模糊類神經網路在多目標財經預測★ 智慧型模糊類神經計算使用非對稱模糊類神經網路系統與球型複數模糊集
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2026-7-31以後開放)
摘要(中) 本研究提出一個創新的混合元啟發式演算法,名為分層協作最佳化演算法(Stratified Collaboration Optimization, SCO)。SCO演算法受社會階層的概念所啟發,藉由分層的方式混合兩種不同性質的元啟發式演算法,平衡演算法於探索和利用階段的表現。本演算法採用排序機制將候選解依照性能指標(Performance Index)進行排名,排名較佳的候選解屬於較高的社會階層,由灰狼最佳化演算法(Grey Wolf Optimizer, GWO)進行搜索;反之則屬於較低的社會階層,由差分進化演算法(Differential Evolution, DE)進行搜索。在SCO中,上層具備優秀的利用能力,下層則有較為突出的探索能力,藉由社會流動機制的設計,我們試圖在探索與利用間達成平衡。在實驗的部分,第四章的實驗中我們經由二十九個測試函數(Benchmark function)評估演算法的效能與性質,並於可擴展維度函數實驗中,評估SCO與其他演算法於高維度情況下之表現;第五章則為約束型函數實驗,實驗中進一步評估演算法在受約束條件所規範的函數中,找尋最佳解的能力,這一類的問題更貼近實務上會遇到的最佳化問題,更能評估演算法面對複雜問題的能力;第六章中我們將演算法與球型複數模糊集(Sphere Complex Fuzzy Sets, SCFSs)模型結合,應用於金融時間序列預測問題上,此章節的實驗旨在驗證演算法於現實問題中的可用性,並為演算法提供潛在應用的方向。後續的章節中,本研究就實驗結果對所提出之演算法的性質進行了討論,包含混合元啟發式演算法中演算法間的協作分析,以及SCO演算法之探索與利用分析,有助於對實驗結果進行系統性的整理。
摘要(英) This study proposes an innovative hybrid metaheuristic algorithm called Stratified Collaboration Optimization (SCO). Inspired by the concept of social hierarchy, the SCO algorithm integrates two different types of metaheuristic algorithms in a stratified manner to balance performance during the exploration and exploitation phases. The algorithm uses a ranking mechanism to order candidate solutions based on a performance index. Higher-ranked candidates belong to a higher social stratum and are searched using the Grey Wolf Optimizer (GWO), while lower-ranked candidates belong to a lower social stratum and are searched using the Differential Evolution (DE) algorithm. In SCO, the upper group excels in exploitation capabilities, while the lower group is characterized by superior exploration abilities. This design of the social mobility mechanism aims to achieve a balance between exploration and exploitation. In the experimentation, Chapter 4 evaluates the algorithm′s performance and characteristics using 29 benchmark functions, and assesses the performance of SCO and other algorithms in high-dimensional scenarios through scalable dimension function experiments. Chapter 5 focuses on constrained function experiments, further evaluating the algorithm′s ability to find optimal solutions in functions regulated by constraints. These types of problems are more akin to practical optimization issues and better test the algorithm′s capability in handling complex problems. In Chapter 6, we combine the algorithm with the Sphere Complex Fuzzy Sets (SCFSs) model and apply it to financial time series forecasting. The experiments in this chapter aim to verify the algorithm′s applicability to real-world problems and provide potential application directions for the algorithm. In subsequent chapters, this study discusses the characteristics of the proposed algorithm based on experimental results, including an analysis of the collaboration between the algorithms and an exploration and exploitation analysis of the SCO algorithm. These discussions help to systematically organize and interpret the experimental results.
關鍵字(中) ★ 最佳化演算法
★ 混和元啟發式演算法
★ 群體智能演算法
★ 進化演算法
★ 灰狼最佳化演算法
★ 差分進化演算法
★ 分層協作最佳化演算法
關鍵字(英) ★ Optimization Algorithm
★ Hybrid Metaheuristics
★ Swarm Intelligence
★ Evolutionary Algorithms
★ Grey Wolf Optimizer
★ Differential Evolution
論文目次 摘要.............................................................................................................................................i
Abstract.......................................................................................................................................ii
誌謝...........................................................................................................................................iii
目錄...........................................................................................................................................iv
圖目錄......................................................................................................................................vii
表目錄.....................................................................................................................................viii
專有名詞及縮寫字說明表........................................................................................................ x
記號使用說明表.......................................................................................................................xi
第一章 緒論............................................................................................................................ 1
1.1 研究背景........................................................................................................................... 1
1.2 研究動機與目的............................................................................................................... 1
1.3 論文架構........................................................................................................................... 2
第二章 文獻探討.................................................................................................................... 4
2.1 進化演算法....................................................................................................................... 4
2.2 群體智能........................................................................................................................... 4
2.3 混合元啟發式演算法....................................................................................................... 6
第三章 分層協作演算法........................................................................................................ 8
3.1 灰狼最佳化演算法........................................................................................................... 8
3.2 差分進化演算法 ............................................................................................................. 9
3.3 分層協作演算法............................................................................................................. 11
3.3.1 社會階層介紹.......................................................................................................... 11
3.3.2 SCO 之演算法架構................................................................................................. 12
3.3.3 階級複製.................................................................................................................. 14
3.3.4 社會流動機制探討.................................................................................................. 15
3.3.5 SCO 之演算法設計................................................................................................. 15
第四章 無約束型測試函數實驗.......................................................................................... 18
4.1 可擴展維度函數之實驗結果......................................................................................... 22
4.2 固定維度函數之實驗結果 ........................................................................................... 42
4.3 複合型函數之實驗結果................................................................................................. 47
4.4 結果討論......................................................................................................................... 52
4.4.1 參數維度對演算法之影響...................................................................................... 52
4.4.2 問題性質對演算法之影響...................................................................................... 53
第五章 約束型測試函數實驗.............................................................................................. 57
5.1 可擴展維度約束型測試函數之實驗結果..................................................................... 59
5.2 固定維度約束型測試函數之實驗結果......................................................................... 71
5.3 結果討論 ....................................................................................................................... 79
第六章 SCO 於股票指數預測問題之應用 ......................................................................... 81
6.1 標準普爾 500 指數(S&P500)收盤價預測............................................................... 83
6.2 道瓊工業平均指數(DJI)收盤價預測....................................................................... 85
6.3 費城半導體指數(SOX)收盤價預測......................................................................... 88
6.4 結果討論......................................................................................................................... 90
第七章 討論.......................................................................................................................... 91
7.1 演算法協作分析............................................................................................................. 91
7.2 探索與利用分析............................................................................................................. 97
7.2.1 利用分析................................................................................................................ 101
7.2.2 探索分析................................................................................................................ 102
7.2.3 探索與利用之權衡................................................................................................ 102
第八章 結論........................................................................................................................ 106
8.1 結論............................................................................................................................... 106
8.2 研究貢獻....................................................................................................................... 107
8.3 未來研究方向............................................................................................................... 108
參考文獻................................................................................................................................ 109
參考文獻 [1] Luenberger, D. G., & Ye, Y., Linear and nonlinear programming., vol. 2, Addison-wesley,
MA, 1984.
https://doi.org/10.1007/978-0-387-74503-9.
[2] Wolsey, L. A., Integer programming, John Wiley & Sons, New Jersey, 2020.
[3] Bellman, R., “Dynamic programming”, Science, vol. 153, no. 3731, pp. 34-37, 1966.
https://www.science.org/doi/abs/10.1126/science.153.3731.34
[4] Rao, S. S., Engineering optimization: theory and practice. John Wiley & Sons, Hoboken,
New Jersey, 2019.
[5] Bottou, L., “Large-scale machine learning with stochastic gradient descent”, In
Proceedings of COMPSTAT′2010: 19th International Conference on Computational
StatisticsParis France, August 22-27, 2010 Keynote, Invited and Contributed Papers, pp.
177-186, Paris, France, 2010.
https://doi.org/10.1007/978-3-7908-2604-3_16.
[6] Blum, C., Puchinger, J., Raidl, G. R., & Roli, A., “Hybrid metaheuristics in combinatorial
optimization: A survey”, Applied Soft Computing, vol. 11, no. 6, pp. 4135-4151, 2010.
https://doi.org/10.1016/j.asoc.2011.02.032.
[7] Tang, J., Liu, G., & Pan, Q., “A review on representative swarm intelligence algorithms
for solving optimization problems: Applications and trends”, IEEE/CAA Journal of
Automatica Sinica, vol. 8, no. 10, pp. 1627-1643, 2021.
https://doi.org/10.1109/JAS.2021.1004129.
[8] Holland, J. H., “Genetic algorithms”, Scientific American, vol. 267, no. 1, pp. 66-73, 1992.
https://www.scientificamerican.com/article/genetic-algorithms/.
[9] Kennedy, J., & Eberhart, R., “Particle swarm optimization”, In Proceedings of ICNN′95-
international Conference on Neural Networks, vol. 4, pp. 1942-1948, Perth, WA, Australia,
November, 1995.
https://doi.org/10.1109/ICNN.1995.488968.
[10] Mirjalili, S., Mirjalili, S. M., & Lewis, A., “Grey wolf optimizer”, Advances inSoftware, vol 95, pp. 51-67, 2016.
https://doi.org/10.1016/j.advengsoft.2016.01.008.
[20] Tang, J., Liu, G., & Pan, Q., “A review on representative swarm intelligence algorithms
for solving optimization problems: Applications and trends”. IEEE/CAA Journal of
Automatica Sinica, vol. 8, no. 10, pp. 1627-1643, 2021.
https://doi.org/10.1109/JAS.2021.1004129.
[21] Ting, T. O., Yang, X. S., Cheng, S., & Huang, K, Hybrid metaheuristic algorithms: past,
present, and future. In Yang, X. S. (Eds.) Recent Advances in Swarm Intelligence and
Evolutionary Computation, 71-83, 2015.
https://doi.org/10.1007/978-3-319-13826-8_4.
[22] Durkheim, E., The division of labor in society. In Social stratification, pp. 217-222,
Routledge, New York, 2018.
[23] Yao, X., Liu, Y., & Lin, G., “Evolutionary programming made faster”. IEEE Transactions
on Evolutionary Computation, vol 3, no. 2, pp. 82-102, 1999.
https://doi.org/10.1109/4235.771163.
[24] Digalakis, J. G., & Margaritis, K. G., “On benchmarking functions for genetic algorithms”.
International Journal of Computer Mathematics, vol. 77, no. 4, pp. 481-506, 2001.
https://doi.org/10.1080/00207160108805080.
[25] Molga, M., & Smutnicki, C., “Test functions for optimization needs”, Test functions for
optimization needs, 101, 48, 2005.
[26] Suganthan, P. N. et al., “Problem definitions and evaluation criteria for the CEC 2005
special session on real-parameter optimization”. KanGAL report, 2005005, IIT Kanpur,
India, 2005.
[27] Liang, J. J., Suganthan, P. N., & Deb, K., “Novel composition test functions for numerical
global optimization”. In Proceedings 2005 IEEE Swarm Intelligence Symposium, 2005.
pp. 68-75. CA, USA, June 2005.
https://doi.org/10.1109/SIS.2005.1501604.
[28] P. N. Suganthan, “P-N-Suganthan/CEC2005.” Mar. 01, 2024. Accessed: Mar. 04, 2024.
[Online].
Available: https://github.com/P-N-Suganthan/CEC2005.
[29] Hedar, A. R., & Fukushima, M., “Derivative-free filter simulated annealing method for
constrained continuous global optimization”, Journal of Global optimization, vol. 35, pp.
521-549, 2006.
https://doi.org/10.1007/s10898-005-3693-z.
[30] Kendall, J. W., “Hard and soft constraints in linear programming”. Omega, vol. 3 no. 6,
pp. 709-715, 1975.
https://doi.org/10.1016/0305-0483(75)90073-0.
[31] Coello, C. A. C., “Theoretical and numerical constraint-handling techniques used with
evolutionary algorithms: a survey of the state of the art". Computer Methods in Applied
Mechanics and Engineering, vol. 191 no. 11-12, pp.1245-1287, 2002.
https://doi.org/10.1016/S0045-7825(01)00323-1.
[32] He, Q., & Wang, L., “An effective co-evolutionary particle swarm optimization for
constrained engineering design problems”. Engineering Applications of Artificial
Intelligence, vol. 20, no. 1, pp. 89-99, 2007.
[33] Liu, B., Ma, H., & Zhang, X., “A co-evolutionary differential evolution algorithm for
constrained optimization”. In Third International Conference on Natural Computation
(ICNC 2007), vol. 4, pp. 51-57, August 2007.
https://ieeexplore.ieee.org/document/4344642.
[34] Tu, C. H., & Li, C., “Multitarget prediction—A new approach using sphere complex fuzzy
sets”, Engineering Applications of Artificial Intelligence, vol. 79, pp. 45-57, 2019.
https://doi.org/10.1016/j.engappai.2018.11.004.
[35] Li, C., & Wu, T., “Adaptive fuzzy approach to function approximation with PSO and
RLSE”. Expert Systems with Applications, vol. 38, no. 10, pp. 13266-13273, 2011.
https://doi.org/10.1016/j.eswa.2011.04.145.
[36] Cai, Q., Zhang, D., Wu, B., & Leung, S. C., “A novel stock forecasting model based on
fuzzy time series and genetic algorithm”, Procedia Computer Science, vol 18, pp. 1155-
1162, 2013.
https://doi.org/10.1016/j.procs.2013.05.281.
[37] Cai, Q., Zhang, D., Zheng, W., & Leung, S. C., “A new fuzzy time series forecasting model
combined with ant colony optimization and auto regression”, Knowledge-Based Systems,
vol. 74, pp. 61-68, 2015.
https://doi.org/10.1016/j.knosys.2014.11.003.
[38] Witten, I. H., Frank, E., Hall, M. A., Pal, C. J., & Data, M. (2005, June). Practical machine
learning tools and techniques. In Data mining, vol. 2, no. 4, pp. 403-413, Elsevier,
Amsterdam, The Netherlands, June 2005.
[39] Ye, F., Zhang, L., Zhang, D., Fujita, H., & Gong, Z., “A novel forecasting method based
on multi-order fuzzy time series and technical analysis”, Information Sciences, vol. 367,
pp. 41-57, 2016.
https://doi.org/10.1016/j.ins.2016.05.038.
[40] Črepinšek, M., Liu, S. H., & Mernik, M., “Exploration and exploitation in evolutionary
algorithms: A survey”. ACM computing surveys (CSUR), vol. 45, no. 3, pp. 1-33, 2013.
https://doi.org/10.1145/2480741.2480752.
[41] Xu, J., & Zhang, J., “Exploration-exploitation tradeoffs in metaheuristics: Survey and
analysis”. In Proceedings of the 33rd Chinese Control Conference, pp. 8633-8638.
Nanjing, China, July 2014.
https://doi.org/10.1109/ChiCC.2014.6896450.
[42] Sasena, M. J., Papalambros, P., & Goovaerts, P., “Exploration of metamodeling sampling
criteria for constrained global optimization”, Engineering Optimization, vol. 34, no. 3, pp.
263-278, 2002.
https://doi.org/10.1080/03052150211751.
[43] Li, B. B., Wang, L., & Liu, B., “An effective PSO-based hybrid algorithm for
multiobjective permutation flow shop scheduling”, IEEE Transactions on Systems, man,
and cybernetics-part A: systems and humans, vol. 38, no. 4, pp. 818-831, 2008.
https://doi.org/10.1109/TSMCA.2008.923086.
[44] Prudius, A. A., & Andradóttir, S., “Simulation optimization using balanced explorative and
exploitative search”. In Proceedings of the 2004 Winter Simulation Conference, vol. 1,
Washington, D.C., U.S.A., December 2004.
https://doi.org/10.1109/WSC.2004.1371360.
[45] Auger, A., Schoenauer, M., & Teytaud, O., “Local and global order 3/2 convergence of a
surrogate evolutionary algorithm”. In Proceedings of the 7th annual conference on Genetic
and evolutionary computation, pp. 857-864, Washington DC USA, June 2005.
https://doi.org/10.1145/1068009.1068154
指導教授 李俊賢(Chunshien Li) 審核日期 2024-7-18
推文 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聯絡  - 隱私權政策聲明