智能優(yōu)化算法表型空間的動態(tài)行為學(xué)分析與應(yīng)用
本文選題:智能優(yōu)化算法 切入點:動態(tài)行為學(xué)分析 出處:《中國科學(xué)技術(shù)大學(xué)》2017年博士論文 論文類型:學(xué)位論文
【摘要】:智能優(yōu)化算法是一類通過模擬自然界生物的進化或集群行為來實現(xiàn)問題求解的元啟發(fā)式算法(meta-heuristic algorithms),擅長求解研究和工程中遇到的各類復(fù)雜優(yōu)化問題。近二十年來,智能優(yōu)化領(lǐng)域經(jīng)歷了一個快速發(fā)展的時期,涌現(xiàn)了大批新的算法模型,同時在一些復(fù)雜應(yīng)用問題的求解上取得了矚目的成果。然而,隨著算法種類和數(shù)量的日益增多,研究和技術(shù)人員在求解具體問題時,往往面臨算法選擇的困難。同時,由于智能優(yōu)化算法由不同的算子(parameters)組合而成,算子之間的相互作用關(guān)系是錯綜復(fù)雜的,即使是同種算法,不同的算子組合也會產(chǎn)生截然不同的優(yōu)化結(jié)果,因此算子調(diào)優(yōu)(parameter tuning)也是該領(lǐng)域研究的熱點和難點。本論文主要從智能優(yōu)化算法的動態(tài)行為學(xué)分析入手,試圖從表型空間研究不同算法在優(yōu)化過程中表現(xiàn)出的行為差異,以更好地理解不同的算法或算子,為算法選擇和算子調(diào)優(yōu)提供指導(dǎo)和幫助。具體而言,本論文的研究工作和成果主要包含如下幾個方面:[1]提出了一類新的基于群體可進化性實現(xiàn)表型空間算法行為定量分析的方法。通過將算法的行為與優(yōu)化問題的特性相結(jié)合,提出了三個群體可進化性的度量指標,作為一種新的動態(tài)適應(yīng)度景觀分析(Fitness Landscape Analysis,簡稱FLA)方法,并通過理論和實驗相結(jié)合的方式,詳細分析了各指標的意義和合理性。通過黑盒實值優(yōu)化問題(black-box numerical optimization problem)上的算法選擇任務(wù),對所提指標的有效性進行了實驗驗證,統(tǒng)計結(jié)果表明,本論文的方法取得了較高的準確率,同時顯著降低了整個過程的計算代價;[2]提出了一種新的基于統(tǒng)計競賽(statistical racing)的算子調(diào)優(yōu)方法。通過分析現(xiàn)有算子調(diào)優(yōu)方法的不足,提出了基于Kruskal-Wallis測試的統(tǒng)計競賽方法KW-Race,隨后又合理地融入算法收斂速度的指標,形成了 Fast KW-Race框架,在顯著提升算子調(diào)優(yōu)效率的同時,保持了結(jié)果在測試問題上較高的準確率,更好地滿足了研究和工程人員期望既快又好地解決復(fù)雜優(yōu)化問題上算子調(diào)優(yōu)的需求;[3]研究方法在工程實例中的應(yīng)用。通過一個工程中遇到的優(yōu)化設(shè)計問題,驗證上述兩種新方法在NP-hard實數(shù)優(yōu)化場景下的具體表現(xiàn),結(jié)果表明我們的方法無論在算法選擇還是算子調(diào)優(yōu)方面,均表現(xiàn)出優(yōu)于原有方法的性能和穩(wěn)定性,具有普適的應(yīng)用價值。本論文定義的基于群體可進化性的指標為設(shè)計更加實用的適應(yīng)度景觀分析方法提供了新的方向。本論文提出的KW-Race和Fast KW-Race框架,對定性和定量的算子均適用,是一種通用的算子調(diào)優(yōu)框架。本論文的工作對更加合理有效地應(yīng)用智能優(yōu)化算法具有一定的推動作用。
[Abstract]:Intelligent optimization algorithm is a meta-heuristic algorithm that simulates the evolution or cluster behavior of natural organisms. It is good at solving all kinds of complex optimization problems in research and engineering. The field of intelligent optimization has experienced a period of rapid development, a large number of new algorithm models have emerged, and at the same time, great achievements have been made in solving some complex application problems. However, with the increasing number and variety of algorithms, Researchers and technicians often face the difficulty of selecting algorithms when solving specific problems. At the same time, because the intelligent optimization algorithm is composed of different operators, the interaction between operators is complicated, even the same algorithm. Different combinations of operators also produce very different optimization results, so operator tuning parameter is also a hot and difficult point in this field. This paper mainly starts with the dynamic behavior analysis of intelligent optimization algorithms. This paper attempts to study the behavior differences of different algorithms in the optimization process from phenotypic space, in order to better understand different algorithms or operators, and to provide guidance and help for algorithm selection and operator tuning. The research work and achievements of this thesis mainly include the following aspects: [1] A new method for quantitative analysis of phenotypic spatial algorithm based on population evolution is proposed. By combining the behavior of the algorithm with the characteristics of optimization problem, As a new dynamic fitness Landscape analysis (FLA) method, three measures of population evolutionability are proposed, which are combined with theory and experiment. The significance and rationality of each index are analyzed in detail. Through the algorithm selection task on black-box numerical optimization problem (black-box numerical optimization problem), the validity of the proposed index is verified experimentally. The statistical results show that, The method in this paper has achieved high accuracy and significantly reduced the computational cost of the whole process. [2] A new operator tuning method based on statistical statistics is proposed. A statistical competition method based on Kruskal-Wallis test, KW-Race-based, is proposed, and then the index of convergence rate of the algorithm is reasonably incorporated into the framework of Fast KW-Race, which can significantly improve the efficiency of operator tuning and maintain the high accuracy of the test results. It can better meet the needs of the researchers and engineers to solve the optimization problem of complex optimization quickly and well. [3] the application of the research method in engineering example. Through the optimization design problem encountered in a project, The performance of the above two new methods in the NP-hard real number optimization scenario is verified. The results show that our method is superior to the original method in performance and stability both in algorithm selection and operator tuning. The index defined in this paper based on population evolution provides a new direction for the design of more practical landscape fitness analysis methods. In this paper, KW-Race and Fast KW-Race frameworks are proposed. It is suitable for both qualitative and quantitative operators and is a general operator optimization framework. The work of this paper can promote the more rational and effective application of intelligent optimization algorithm.
【學(xué)位授予單位】:中國科學(xué)技術(shù)大學(xué)
【學(xué)位級別】:博士
【學(xué)位授予年份】:2017
【分類號】:TP18
【相似文獻】
相關(guān)期刊論文 前10條
1 蔣騰旭;;智能優(yōu)化算法概述[J];電腦知識與技術(shù)(學(xué)術(shù)交流);2007年08期
2 王勇;蔡自興;;“智能優(yōu)化算法及其應(yīng)用”課程教學(xué)的實踐與探索[J];計算機教育;2009年11期
3 王夢蘭;;智能優(yōu)化算法的比較與改進[J];中國水運;2012年12期
4 莫愿斌;劉賀同;王勤;;智能優(yōu)化算法的綜述教學(xué)研究[J];科技創(chuàng)新導(dǎo)報;2008年13期
5 紀潔;顧偉;張松勇;;一種新型生物地理學(xué)智能優(yōu)化算法及其比較研究[J];上海電力學(xué)院學(xué)報;2012年01期
6 于宏宇;;智能優(yōu)化算法的應(yīng)用研究[J];電腦編程技巧與維護;2012年20期
7 劉靜;;淺析智能優(yōu)化算法[J];計算機光盤軟件與應(yīng)用;2014年10期
8 吳春梅;;現(xiàn)代智能優(yōu)化算法的研究綜述[J];科技信息;2012年08期
9 常洪浩;馮祖仁;張兆軍;徐明釗;;一種智能優(yōu)化算法解質(zhì)量評價方法[J];控制與決策;2013年11期
10 李廣軍;孫曉玲;趙炯;;智能優(yōu)化算法及其在焊接優(yōu)化設(shè)計領(lǐng)域的應(yīng)用[J];電焊機;2011年06期
相關(guān)會議論文 前3條
1 張曉菲;張火明;高明正;;三種智能優(yōu)化算法的研究進展[A];中國儀器儀表學(xué)會第十一屆青年學(xué)術(shù)會議論文集[C];2009年
2 張火明;孫小麗;高明正;;智能優(yōu)化平臺設(shè)計[A];中國儀器儀表學(xué)會第十一屆青年學(xué)術(shù)會議論文集[C];2009年
3 孫俊清;李平;韓梅;;裝卸橋調(diào)度問題及其混合智能優(yōu)化算法GASA[A];第二十六屆中國控制會議論文集[C];2007年
相關(guān)博士學(xué)位論文 前10條
1 伍國華;基于勘探和開采策略控制的智能優(yōu)化算法及其應(yīng)用研究[D];國防科學(xué)技術(shù)大學(xué);2014年
2 路靜;智能優(yōu)化算法在電磁場逆散射中的應(yīng)用研究[D];河北工業(yè)大學(xué);2014年
3 何小鋒;量子群智能優(yōu)化算法及其應(yīng)用研究[D];上海理工大學(xué);2014年
4 趙夢玲;基于智能優(yōu)化算法的聚類分析及應(yīng)用[D];西安電子科技大學(xué);2015年
5 王莽;智能優(yōu)化算法表型空間的動態(tài)行為學(xué)分析與應(yīng)用[D];中國科學(xué)技術(shù)大學(xué);2017年
6 楊勁秋;智能優(yōu)化算法評價模型研究[D];浙江大學(xué);2011年
7 豐小月;基于量子機制與組合方法的智能優(yōu)化算法及應(yīng)用研究[D];吉林大學(xué);2008年
8 馮春時;群智能優(yōu)化算法及其應(yīng)用[D];中國科學(xué)技術(shù)大學(xué);2009年
9 高永超;智能優(yōu)化算法的性能及搜索空間研究[D];山東大學(xué);2007年
10 唐正茂;智能優(yōu)化算法適用性研究及其在船舶工程中的應(yīng)用[D];華中科技大學(xué);2013年
相關(guān)碩士學(xué)位論文 前10條
1 葉樹錦;基于群智能優(yōu)化算法的收斂控制器框架及其應(yīng)用[D];華南理工大學(xué);2015年
2 趙杰;群智能優(yōu)化算法在聚類分析中的應(yīng)用研究[D];陜西師范大學(xué);2015年
3 張振星;基于智能優(yōu)化算法的電站鍋爐燃燒優(yōu)化[D];華北電力大學(xué);2015年
4 郝曉亮;基于智能優(yōu)化算法的Jiles-Atherton磁滯模型參數(shù)計算研究[D];浙江師范大學(xué);2015年
5 李艷良;基于多目標智能優(yōu)化算法的可重構(gòu)天線優(yōu)化與設(shè)計[D];電子科技大學(xué);2014年
6 薛威力;基于方差的智能優(yōu)化算法參數(shù)調(diào)整的研究[D];西安工程大學(xué);2016年
7 陳鋼;基于函數(shù)優(yōu)化問題的兩種混合智能優(yōu)化算法[D];華中科技大學(xué);2014年
8 趙博偉;多目標智能優(yōu)化算法及其天線設(shè)計應(yīng)用的研究[D];南京郵電大學(xué);2016年
9 王建;群智能優(yōu)化算法的MapReduce化實現(xiàn)[D];南京郵電大學(xué);2016年
10 朱達祥;群體智能優(yōu)化算法—粒子群算法的研究和改進[D];江南大學(xué);2017年
,本文編號:1584742
本文鏈接:http://sikaile.net/shoufeilunwen/xxkjbs/1584742.html