用户名: 密码: 验证码:
介入式文化算法及其应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
文化算法是一种起源于文化进化过程的进化计算模型,它的主要思想是从进化种群中获取求解问题的知识并用于指导搜索过程。与其它传统的进化算法不同,文化算法是一种具有种群空间和信念空间的双层遗传系统,能够以显性的方式获取、存储和整合问题求解过程中的经验知识。因此,它的进化速度超越了单纯依靠生物基因遗传的生物进化速度。这一特点引起了研究者们的广泛关注,目前文化算法的理论研究工作尚处于起步阶段。
     本文在讨论文化算法优化理论的基础上,对文化算法的基本框架和算法进行了改进,并将其应用于图像阈值分割中。主要研究内容及创新点如下:
     首先,针对无约束优化中易陷入局部最优的问题,引入了介入式文化算法框架,并将该框架应用于无约束优化问题,提出了两种介入式文化算法,即具有双通信协议的介入式文化算法和介入式文化粒子群算法。
     具有双通信协议的介入式文化算法以基本文化算法为基础,以进化规划为种群模型。利用信念空间中的形势知识判断算法是否陷入局部最优,通过介入操作来保持种群空间的多样性。介入式文化粒子群算法以粒子群优化算法为种群模型,利用全局最优解判断算法是否陷入局部最优,通过r/K选择策略来保持种群的多样性。与基本的文化算法相比,所提出的具有双通信协议的介入式文化算法能够适应更多的无约束优化函数,而介入式文化粒子群算法更适合高维复杂函数的优化。
     其次,针对约束优化问题,对介入式文化算法框架进行了调整,提出了两种介入式文化算法,即基于分层结构模型的介入式文化算法和基于动态模型的介入式文化算法。
     基于分层结构模型的介入式文化算法以进化规划为种群模型,以树状区域图示为信念空间模型。利用信念元的基本属性判断算法是否陷入局部最优,通过介入机制直接操作信念空间,以达到跳出局部最优的目的。基于动态模型的介入式文化算法以进化规划为种群模型,以动态函数优化中文化算法的知识结构为信念空间模型。利用历史知识判断算法是否陷入局部最优,直接操作信念空间的相关知识协助算法跳出局部最优。与基于分层结构模型的文化算法相比,所提出的基于分层结构模型的介入式文化算法的优化性能更好。与改进的进化规划相比,所提出的基于动态模型的介入式文化算法的成功率更高、稳定性更好。与其它具有竞争力的约束优化算法相比,所提出的基于动态模型的介入式文化算法精度更高、收敛速度更快。
     最后,将介入式文化粒子群算法应用于图像阈值分割中,提出了基于介入式文化粒子群算法的多阈值图像分割法和基于介入式文化粒子群算法的二维图像分割法。在多阈值分割中,分别将介入式文化粒子群算法与最大类间差和最大熵法相结合,对图像进行双阈值和三阈值分割。在二维阈值分割中,将介入式文化粒子群算法与二维最大类间差相结合,对图像进行二维阈值分割。与同类型的图像阂值分割方法相比,本文提出的方法具有更高的分割精度、更快的分割速度。
Cultural algorithm (CA) is an evolutionary computation model originated from culture evolutionary process. Its core is to explicitly acquire problem-solving knowledge from the evolving population and in return to apply the knowledge to guide the search. Different from traditional evolution algorithms, CA is a dual inheritance system that models two levels of evolution:the population space and the belief space, and CA can provide an explicit mechanism for acquisition, storage and integration of problem solving experience. As a result, this evolutionary speed surpasses the speed of the single biological genetic evolution. The scholars and the researchers have been paying more and more attention to this particular feature, although CA's theoretical research is still in the initial stage.
     Based on the discussion of CA's theory, this paper improves CA's framework and algorithms, and applies the framework into the image segmentation. The main research work and the creativities in the dissertation are as follows.
     Firstly, as far as the question easily-trapped in local optimum in the unconstrained optimization is concerned, the intervention cultural algorithm framework is introduced, and furthermore, apply this framework to unconstrained optimization, in order to propose two types of intervention cultural algorithms-intervention cultural algorithm with bi-communication protocol (ICAEP-bcp) and the intervention cultural particle swarm optimization (ICA-PSO).
     ICAEP-bcp is based on the basic CA and the evolutionary programming is used as the population model. The research applies the situational knowledge in the belief space to judge whether the algorithm is trapped in local optimum, and uses the intervention operation to keep the variety in the population space. ICA-PSO takes the particle swarm optimization as the population model, using the global optimum to judge whether the algorithm is trapped in the local optimum, through r/K selection strategies to keep the variety of the population. Compared with the basic CA, here the proposed ICAEP-bcp can fit the unconstrained optimization functions more, while ICA-PSO can fit high-dimensional complicated function's optimization more.
     Secondly, according to the questions of the constrained optimization, to modify the intervention CA's framework, two intervention cultural algorithms are proposed. One is based on the hierarchical architecture model (IHAM),the other is based on the dynamic model (ICAEP-DM).
     IHAM takes evolutionary programming as the population model, and takes tree regional structure as the belief space model. The basic characteristics of the belief cell are used to judge whether the algorithm is trapped in local optimum, through the intervention mechanism to operate the belief cell, in order to jump out of the local optimum. ICAEP-DM takes the evolutionary programming as the population model, and takes the knowledge structure in dynamic model as the belief space model. Applying the historical knowledge to judge whether the algorithm is trapped in local optimum, the knowledge concerning the belief space is operated to help the algorithm to jump out of the local optimum. Compared with the CA based on hierarchical architecture model, IHAM owns priorities. Compared with the improved evolutionary programming, the proposed ICAEP-DM has high success ratio and better stability. Compared with other competitive constraint optimization algorithm, ICAEP-DM has higher accuracy and faster convergence.
     Finally, the idea of ICA-PSO is introduced into the image segmentation. Combining the Otsu's method and maximum entropy method respectively, the multi-threshold image segmentation methods based on ICA-PSO are proposed for double thresholding and three thresholding. Combing the two-dimensional Otsu's method, the two-dimensional segmentation method based on ICA-PSO is proposed. Compared with other methods, the proposed methods in this paper give better performance and provide higher convergence speed.
引文
[1]王义祥编著.发展社会学.上海:华东师范大学出版社,2004:35-50页
    [2]Robert RG. An introduction to cultural algorithms. In:Proc. of the 3rd annual Conf. on Evolution Programming, Sebalk, River Edge, NJ. World Scientific Publishing,1994:131-136P
    [3]Renfrew A C. Dynamic modeling in archaeology:what, when, and where?, Dynamic al Modeling and the Study of Chang in Archaeology. In:S.E. van der Leeuw, ed. Edinburgh University Press,1994
    [4]王小平,曹立明编著.遗传算法——理论、应用.西安:西安交通大学出版社,2002:3页
    [5]刘静.协同进化算法及其应用研究.西安电子科技大学博士学位论文,2004:5-9页
    [6]Holland J H. Adaptation in natural and artificial systems. Ann Arbor, MI: The University of Michigan Press,1975
    [7]Bagley J D. The behavior of adaptive system which employ genetic and correlation algorithm. Ph.D. Dissertation, Michigan University,1967: 68-7556P
    [8]Booker L B, Goldberg D E. Classifier systems and genetic algorithm. Artificial Intelligence.1989,40:235-282P
    [9]De Jong K A. An analysis of behavior of a class of genetic adaptive systems. Ph.D. Dissertation, Michigan University,1975:76-938P
    [10]Goldberg D E. Genetic algorithm in search, optimization and machine learning. Reading, MA:Addison-Wesley Publish Company,1989
    [11]Daris L. Handbook of genetic algorithms. New York:van Nostrand Reinhold 1991
    [12]Mchelewicz Z. Genetic Algorithms+Data Structure=Evolutionary Programming. Springer-Verlag,1996
    [13]Fogel L J, et al. Artificial intelligence through simulation evolution. Chichester:John Wiley,1966
    [14]Fogel D B. Evolutionary computation:toward a new philosophy of machine intelligence. IEEE Press,1995
    [15]Rechenberg I. Cybernetic solution path of an experimental problem. Royal Aircraft Establishment. Library Translation 1122,1965
    [16]Koza J R. Genetic programming:on the programming of computers by means of natural selection. Cambridge, MA:MIT Press,1992
    [17]周明,孙树栋编著.遗传算法原理及应用.北京:北京国防工业出版社,1999
    [18]潘正君,康立山编著,陈毓屏.演化计算.北京:清华大学出版社,1998
    [19]张文修,梁怡编著.遗传算法数学基础.西安:西安交通大学出版社,2000
    [20]刘纯青.文化算法及其应用研究.哈尔滨工程大学博士学位论文,2007:7-9页
    [21]Jin X. Solving constrained optimization problems using cultural algorithms and regional schemata. Ph.D. Dissertation, Wayne State University, 2001:11-13P
    [22]Rahanman S.F. Intervention in the social population space of cultural algorithm:an application in child seat vehicle safety. M.A. Dissertation, Windsor University,2007:16-18P
    [23]Reynolds R. G. On modeling the evolution of hunter-gatherer decision-making systems, Geographical Analysis,1978,10(1):31-46P
    [24]Reynolds R. G. An adaptive computer model of the evolution of agriculture for hunter-gatherers in the valley of Oaxaca, Ph.D. Dissertation, Michigan University,1979
    [25]Reynolds R. G. The control of genetic algorithms using version spaces. In: Proc. Of the 1990 IEEE International Conference on Tools with Artificial Intelligence,1990:342-348P
    [26]Reynolds R. G.., Sverdlik,W.(1992). Dynamic version spaces in machine learning, in proceedings of 1992 IEEE Conference on Tools for Artificial Intelligence, Arlington, Virginia,1992
    [27]Reynolds R. G. An introduction to cultural algorithms, Proceedings of the Third Annual Conference on Evolutionary Programming,1994:131-139P
    [28]Reynolds R. G.., Zannoni, E. Extracting design knowledge from genetic programs using cultural algorithms, Proceedings of Fifth Annual Conference on Evolutionary Programming,1996
    [29]Reynolds R.G., Michalewicz Z.,Cavaretta M. Using cultural algorithms for constraint handling in GENOCOP. In J. R. McDonnell, R. G Reynolds and D. B. Fogel, editors, Proceedings of the Fourth Annual Conference on Evolutionary Programming,1995:298-305P
    [30]Chung C., Reynolds R. G. A testbed for solving optimization problems using cultural algorithms. In Lawrence J. Fogel, Peter J. Angeline and Thomas BacK editors, Evolutionary Programming V:Proceedings of the Fifth Annual Conference on Evolutionary Programming,1996
    [31]Chung C., Reynolds R. G. The use of cultural algorithms support self-adaptation in evolutionary programming, Proceedings of 1996 Adaptive Distributed Parallel Computing Symposium, Dayton, ohio,1996:260-271P
    [32]Chung C. Knowledge-based approaches to self-adaptation in cultural algorithms. Ph.D. thesis, Wayne State University,1997
    [33]Chung C., Reynolds, R. G. An evolution-based tool for real-valued function optimization using cultural algorithms. International Journal on Artificial Intelligence Tools.1998,7(3):239-291P
    [34]Jin X. and Reynolds R. G. Using knowledge-based evolutionary computation to solve nonlinear constraint optimization problems:a cultural algorithm approach. In 1999 Congress on Evolutionary Computation. Washington, D.C., IEEE Service Center,1999:1672-1678P
    [35]Jin X., Reynolds R. G. Data mining using cultural algorithms and Regional Schemata. Proceedings of the 14th IEEE International Conference on Tools with Artificial Intelligence.2002:33-40P
    [36]Coello C.A., Becerra R.I. Evolutionary multi-objective optimization using a cultural algorithm. In:2003 IEEE Swarm Intelligence Symposium. Indianapo lis, Indiana, IEEE Service Center,2003:6-13P
    [37]Becerra R. L., Coello C. A. Culturing differential evolution for constrained optimization. Proceedings of the Fifth Mexican International Conference in Computer Science.2004:304-311P
    [38]Becerra R. L., Coello C. A. Cultured differential evolution for constrained optimization. Comput. Methods Appl. Mech. Engrg.2006(195):4303-4322P
    [39]Coelho L. S., Mariani V. C. An efficient Particle Swarm Optimization approach based on cultural algorithm applied to mechanical design.2006 IEEE Congress on Evolutionary Computation.2006:1099-1104P
    [40]Saleem S. M., Reynolds R. G. Using evolutionary computation. San Diego, cultural algorithms in dynamic environments. Congress on CA. 2000:1513-1521P
    [41]Saleem S. M. Knowledge-based solution to dynamic optimization problems using cultural algorithms. Ph.D. Thesis. Wayne State University, 2001
    [42]Lacoban R. The synergy of the knowledge factors of cultural algorithm when applied to static and dynamic environments. M.S. Thesis. Wayne State University,2002
    [43]Lacoban R., Reynolds R. G., Brewster J. Cultural swarms:modeling the impact of culture on social interaction and problem solving. Proceedings of 2003 IEEE Swarm Intelligence Symposium.2003:205-211P
    [44]Peng B., Reynolds R. G, Brewster J. Cultural algorithms:knowledge learning in dynamic environments. IEEE Congress on Evolutionary Computation.2004(2):1751-1758P
    [45]Peng B. Knowledge and population swarms in cultural algorithms for dynamic environments. Ph.D. Thesis. Wayne State University,2005
    [46]Sternberg M., Reynolds R. G Using cultural algorithms to support re-engineering of rule-based expert systems in Dynamic performance environments:A case study in fraud detection. IEEE Transactions on Evolutionary Computation.1997,1(4):225-243P
    [47]Rychtyckyj N., Reynolds R. G. Knowledge base maintenance using cultural algorithms:application to the DLMS manufacturing process planning system at Ford Motor Company. Proceedings of the 2002 Congress on Evolutionary Computation.2002:855-860P
    [48]Reynolds R. G., Stefan J.M. Web services, Web searches, and cultural algorithms. IEEE International Conference on Systems, Man and Cybernetics.2003:3982-3987P
    [49]Ostrowski D.A., Reynolds R.G. Using cultural algorithms to evolve strategies for recessionary markets. IEEE Congress on Evolutionary Computation.2004(2):1780-1785P
    [50]Kobti Z., Reynolds R. G., Kohler T. A multi-agent simulation using cultural algorithms:the effect of culture on the resilience of social systems. The 2003 Congress on Evolutionary Computation.2003:1988-1995P
    [51]Kobti Z., Reynolds R.G. Modeling protein exchange across the social network in the village multi-agent simulation. IEEE International Conference on systems, Man and Cybernetics.2005(4):3197-3203P
    [52]Kobti Z., et al. A multi-agent model prototype for child vehicle safety injury prevention. Agent 2005 Conference on Generative Social Processes, Models and Mechanisms.2005
    [53]Reynolds R. G et al. Unraveling ancient mysteries:reimagining the past using evolutionary computation in a complex gaming environment. IEEE Transactions on Evolutionary Computation.2005(9):707-720P
    [54]Kobti Z., et al. A cultural algorithm to guide driver learning in applying child vehicle safety restraint. IEEE Congress on Evolutionary Computation. 2006:1111-1118P
    [55]Kobti Z., et al. Exploiting social network properties to improve the effects of intervention on individual driver's behavior in applying child vehicle restraint. Agent 2006 Conference on Social Agents:Results and Prospects, Argonne National Laboratory.2006
    [56]艾景波.文化粒子群优化算法及其在布局设计中的应用研究.大连理工大学硕士学位论文,2005
    [57]罗强,李瑞浴,易东云.基于模糊文化算法的自适应粒子群优化.计算机工程与科学,2008,30(1):88-91页
    [58]刘凌子,周永权.基于模拟退火和文化粒子群的优化算法.计算机工程和应用,2009,45(32):31-34
    [59]赵敏,杨恢先,欧训勇.基于文化粒子群算法的KPCA特征提取.计算机应用研究,2009,26(8):2908-2911页
    [60]黄福令,高慧敏.基于文化算法和改进差分进化算法的混合算法.计算机应用,2009,29(5):1264-1269页
    [61]卢友麟,周建中,李英海等.混沌差分文化算法及其仿真应用研究.系统仿真学报,2009,21(16):5107-5111页
    [62]黄海燕,顾幸生.文化差分进化算法及其在化工过程建模中的应用.化工学报,2009,60(3):668-674页
    [63]刘凌子,周永权.一种基于人工鱼群和文化算法的新型混合全局优化算法.计算机应用研究,2009,26(12):4446-4448页
    [64]曹俊杰,侍洪波.基于混合进化算法的有限缓冲区流水线调度.中南大学学报(自然科学版),2009,40(1):11-14页
    [65]郭一楠,王辉,程健.一类自适应混沌文化算法.控制与决策,2009,24(4):514-519页
    [66]杨海英,黄皓,窦全胜.基于文化算法的负载均衡自适应机制.计算机工程与应用,2005,41(21):146-148,191页
    [67]刘纯青,杨莘元,张颖.基于文化算法的聚类分析.计算机应用,2006,26(12):2953-2960页
    [68]张涤,杨燕,唐瑞雪.基于文化算法的混合聚类分析.计算机工程与应用,2009,45(4):159-161页
    [69]黄海燕,顾幸生,刘漫丹.求解约束优化问题的文化算法研究.自动化学报,2007,33(10):1115-1120页
    [70]黄海燕,顾幸生.基于文化算法的神经网络及其在建模中的应用.控制与决策,2008,23(4):477-480页
    [71]黄海燕,刘漫丹,顾幸生.基于聚类和文化算法的补偿模糊神经网络建模方法.华东理工大学学报(自然科学版),2009,35(2):302-307页
    [72]齐仲纪,刘漫丹.基于文化算法的新型Elman网络的过程建模方法.华东理工大学学报(自然科学版),2008,34(5):745-750页
    [73]刁鸣,李晓刚,王冰.文化算法的最大似然测向方法研究.哈尔滨工程大学学报,2008,29(5):509-513页
    [74]刘纯青,杨莘元,张颖.知识进化策略.系统工程与电子技 术,2007,29(6):1017-1020页
    [75]Rafael C.G., Richard E.W.数字图像处理(第二版).北京:电子工业出版社,2007
    [76]周鲜成.基于微粒群算法的数字图形处理方法研究.中南大学博士学位论文,2008:7-12页
    [77]Otsu. N. A threshold selection method from grey-level histograms. IEEE Trans. System, Man and Cybernetic,1979,9(1):62-66P
    [78]Pun. T. Entropic thresholding, a new approach. Computer Graphic Image Processing,1981,16(3):210-239P
    [79]Pikaz A., A verbuch. Digital image thresholding based on topological stable state. Pattern Recognition,1996,29(5):829-843P
    [80]Huang L. K., Wang M. J. J. Image thresholding by minimizing the measure of fuzziness. Pattern Recognition,1995,28(1):41-45P
    [81]Yen J.C., Chang F.J., Chang S. A new criterion for automatic multilevel thresholding. IEEE Trans. On Image Processing,1995,4(3):370-378P
    [82]吴玲艳,沈庭芝,方子文,王飞.基于直方图熵和遗传算法的图像分割法.兵工学报,1999,20(3):255-258页
    [83]涂建平,彭应宁.飞机目标红外图像序列双阈值分割方法.兵工学报,2004,25(1):37-40页
    [84]郭英凯,杨杰,陆正刚.基于模糊和遗传算法的阈值分割方法.红外与激光工程,2000,29(5):15-18页
    [85]陈修桥,胡以华,黄友锐.基于二维最大相关准则的图像阂值分割.红外与毫米波学报,2005,24(5):397-399页
    [86]刘思伟,李彬,田联房,陈萍.头部CT图像多阈值分割的优化实现.计算机工程与应用,2009,45(22):191-193页.
    [87]薄华,马缚龙,焦李成.基于免疫算法的SAR图像分割方法研究.电子与信息学报,2007,29(2):375-378页
    [88]罗艳辉,邓飞其,李彬.基于人工免疫的烟草异物图像多阈值分割.计算机仿真,2009,9:190-193页.
    [89]马文萍,焦李成,尚荣华.免疫克隆SAR图像分割算法.电子与信息学报,2009(7):1749-1752页
    [90]韦苗苗,江铭炎.基于粒子群优化算法的多阈值图像分割.山东大学学报(工学版),2005,35(6):118-121页
    [91]唐英干,刘冬,关新平.基于粒子群和二维Otsu方法的快速图像分割.控制与决策,2007(2):202-205页
    [92]任继军,何明一.基于粒子群优化算法的改进Snake模型的图像分割方法.中国图象图形学报,2008(9):1727-1732页
    [93]吴一全,张金矿.改进的2维Otsu法及混沌粒子群递推的阈值分割.中国图象图形学报,2009,14(9):1843-1849页
    [94]杨海峰,侯朝桢.基于二维灰度直方图的蚁群图像分割.激光与红外,2005,35(8):614-617页
    [95]曹占辉,李言俊,张科.基于蚁群算法的二维最大熵分割算法.光子学报,2007,36(12):2377-2380页
    [96]Winston P. H. Artificial Intelligence,3rd edition, Addison-Welley, Reading MA,1992
    [97]Fogel D.B. An introduction to simulated evolutionary optimization. IEEE trans. on neural networks,1994,5(1):3-14P
    [98]Reynolds R G, Chung C. Knowledge-based self-adaptation in evolutionary programming using cultural algorithm. Proceedings of IEEE International Conference on Evolutionary computation,1997,715:71-76P.
    [99]Reynolds R G, Chung C. Fuzzy approaches to acquiring experimental knowledge in cultural algorithm. Proceedings of the Ninth IEEE International Conference on Artificial Intelligence,1997,585:94-99P.
    [100]Morrison R., De Jong K. A test problem generator for non-stationary environments. Proceedings of the Congress on Evolutionary Computing, 1999:2047-2053P.
    [101]何大阔,王福利,贾明兴.遗传算法初始种群与操作参数的均匀设计.东北大学学报(自然科学版),2005,26(9):828-831页.
    [102]Xin Yao, Yong Liu, Guangming Lin. Evolutionary programming made faster [J]. IEEE Trans. Evol. Comput.,1999,3(2):82-102P.
    [103]方开泰.均匀设计-数论方法在试验设计的应用.应用数学学报,1980,3(4):363-372页.
    [104]何大阔,王福利,张春梅.基于均匀设计的遗传算法参数设定.东北大学学报(自然科学版),2003,24(5):409-411页.
    [105]F.van den Bergh, Engelbrecht A P. Cooperative learning in networks using particle swarm optimizers. South African Computer Journal,2000, 26:84-90P.
    [106]Elwer A.S, Wahsh S.A and Khailil M.O et al. Intelligent fuzzy controller using particle swarm optimization for control of permanent magnet synchronous motor for electric vehicle. Proceedings of the 29th Annual Conference of the IEEE Industrial Electronics Society,2003:1762-1766P
    [107]Gudise V.G, Venayagamoorthy G.K. FPGA placement and routing using particle swarm optimization. Proceedings of IEEE Computer Society Annual Symposium on VLSI Emerging Trends in VLSI System Design, 2004:307-308P.
    [108]Ying Gao, Shengli Xie. A blind source separation algorithm using particle swarm optimization. Proceedings of the 6th IEEE Symposium on Emerging Technologies:Mobile and Wireless Comm.,2004:297-300P
    [109]Laskari E.C, Parsopoulos K.E. and Vrahatis M.N. Particle swarm optimization for integer programming. Proceedings of 2002 IEEE Congress on Evolutionary Computation,2002:1582-1587P
    [110]Hu.X, Eberhart R.C and Shi Y. Particle swarm with extended memory for multi-objective particle swarm optimization. Proceedings of the IEEE Swarm Intelligence Symposium,2002:1666-1670P
    [111]Shi Y, Eberhart R.C. Fuzzy adaptive particle swarm optimization. Proceedings of 2001 Congress on Evolutionary Computation, 2001:101-106P
    [112]Kennedy J, R Mendes. Topological structure and particle swarm optimization. Proceedings of the 2002 Congress on Evolutionary Computation,2002:1671-1676P
    [113]Angeline P.J. Using selection to improve particle swarm optimization. Proceedings of 1999 Congress on Evolutionary Computation,1999:84-89P
    [114]Higashi, Iba H. Particle swarm optimization with Gaussian mutation. Proceedings of 2003 Congress on Evolutionary Computation,2003:72-79P
    [115]Baskar S, Suganthan P.N. A novel concurrent particle swarm optimization. Proceedings of 2004 Congress on Evolutionary Computation, 2004:792-796P
    [116]闫允一.粒子群优化及其在图像处理中的应用研究.西安电子科技大学博士学位论文,2008:29-35页
    [117]MacArthus R.H., E.O. Wilson. The theory of island biogeography. Princeton University Press,1967:203P
    [118]王勇,蔡自兴,周育人等.约束优化进化算法.软件学报,2009,20(1):11-29页
    [119]Jin X. and Reynolds R. G. Using knowledge-based system with hierarchical architecture to guide the search of evolutionary computation. Proceedings of the 11th IEEE International Conference on Tools with Artificial Intelligence,1999
    [120]Jin X. and Reynolds R. G. Using knowledge-based system with hierarchical architecture to guide the search of evolutionary computation. International Journal on Artificial Intelligence Tools,2000,9(1):27-44P
    [121]Thomas P. Runarrsson, Xin Yao. Stochastic ranking for constrained evolutionary optimization. IEEE Trans. Evol. Comput.,2000,4(3): 284-294P
    [122]Mallipeddi R., Suganthan P.N. Evaluation of novel adaptive evolutionary programming on four constraint handling techniques. Proceedings of 2008 IEEE Congress on Evolutionary Computation,2008:4045-4052P
    [123]Slawomir Koziel, Zbigniew Michalewicz. Evolutionary algorithms, homomorphous mapping, and constrained parameter optimization. Evol. Comput.,1999,7(1):19-44P.
    [124]景晓军,蔡安妮,孙景鳌.一种基于二维最大类间方差的图像分割算法.通信学报,2001,22(4):71-76页
    [125]汪海洋,潘德炉,夏德深.二维Otsu自适应阈值选取算法的快速实现.自动化学报,2007,33(9):968-971页
    [126]范九伦,赵凤.灰度图像的二维Otsu曲线阈值分割法.电子学报,2007,35(4):751-755页
    [127]Kapur J.N., Sahoo P.K. Wong A. K. C. A new method for gray-level picture thresholding using the entropy of the histogram. Computer Vision, Graphics and Image Processing,1985,29(3):273-285P
    [128]曹力,史忠科.基于最大熵原理的多阈值自动选取新方法.中国图象图形学报,2002,7:461-465页
    [129]刘健庄,栗文清.灰度图像的二维Otsu自动阈值分割方法[J].自动化学报,1993,19(1):101-105.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700