用户名: 密码: 验证码:
求解约束优化问题的几种智能算法
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
智能计算也称为“软计算”,是人们受自然(生物界)规律的启迪,根据其原理,模仿其某些规律而设计的求解实际问题的一类算法。它将复杂任务交给大量的群体合作完成,具有概念简单、实现方便的特点。由于群体智能优化算法具有的分布性、简单性、灵活性和健壮性,已在计算机科学、知识发现、通信网络、机器人等研究领域显示出潜力和魅力,成为智能算法领域一个研究热点。
     实际遇到的数值优化问题绝大多数是有约束的,我们求解约束优化问题时首先必须处理好约束。罚函数法是处理约束最常用的方法之一,罚函数法简单易行,但困难在于实际操作时要仔细调整罚因子,用以确定对不可行个体的合适的惩罚力度,才能使进化算法获得好的效果。
     为了有效解决约束优化问题,本文分别研究用进化算法与粒子群算法两种智能算法来处理约束优化问题。从约束优化智能算法=约束处理技术+智能算法的研究框架出发,对约束处理技术和智能算法分别进行改进,从而设计出几种新的智能算法。本文的主要工作如下:
     1罚函数法是进化算法中解决约束优化问题最常用的方法之一,它通过对不可行解进行惩罚使得搜索逐步进入可行域。罚函数常定义为目标函数与惩罚项之和,其缺陷一方面在于罚因子难以控制,另一方面当目标函数值与惩罚项的函数值的差值很大时,此模型不能有效地区分可行解与不可行解,从而不能有效处理约束。为了克服这些缺点,首先引入了目标满意度函数与约束满意度函数,前者是根据目标函数对解的满意度给出的一个度量,而后者是根据约束违反度对解的满意度给出的一个度量。然后定义了一种新的罚函数建立新罚函数模型。并且设置了自适应动态罚因子,其随当前种群的质量及进化代数的改变而改变。进一步,设计了新的杂交和变异算子。在此基础上,提出了解决约束优化问题的一种新的进化算法。
     2首先,为了利用可行域附近的不可行点的信息,构造了自适应动态的扩展可行域,不仅包括所有可行点,还包括可行域附近的不可行点。其次,为了使得不同约束优化问题采取统一比较标准,提出了以个体序值构造适应度函数,即以个体序值代替个体适应度值评价个体。最后,提出了改进的算术杂交算子,但比杂交算子能产生更多的好点。
     3首先提出了不带参数的罚函数,它能有效处理约束,由目标函数和罚函数构造一个双适应度函数。此双适应度函数能有效区分可行解与不可行解。而且还能合理评价可行解和不可行解。同时提出了单纯形杂交算子和PSO变异算子,两类新算子能更有效地开发搜索空间,从而有利的搜索方向,因此更易产生好解。
     4.粒子群算法是解决优化问题的有效工具,但是用其解决约束优化问题时,容易产生早熟问题,从而得到局部最优解而非全局最优解。根据约束优化问题的特点,本文提出的双粒子群算法可以克服这一缺陷。首先为了挖掘较好非可行解(违反度较小且目标值很好)的信息,提出扩展的动态优化域(在可行域中添加高质量的不可行点的同时抛弃低质量的可行点形成的区域),使得搜索从可行域内外两个方向进行,从而增强算子的搜索最优解的能力。其次为了增强种群多样性,产生更多好解以避免早熟,本算法设计了两个进化方向,依据个体可行与否而采取不同的进化方向。
Intelligent computing originated from natural (biological) rules, also known as "soft computing", is a kind of computational algorithms simulating these rules for solving practical problems efficiently. Its related concepts are easy to understand and it is usually convenient to execute. Moreover, it is usually efficient because a population of individuals cooperate to complete the task. Due to the advantages of its simplicity, flexibility and robustness, intelligent computing has become a hot research area and has been widely used in many fields such as computer science, telecommunication network, knowledge discovery, robots and so on.
     Most real-world optimization problems involve constraints. It is necessary for us to deal with constraints firstly when we are faced with a constrained optimization problem. The methods based on penalty are one of the most common approaches to deal with constrained optimization problems. In spite of their simplicity they have several drawbacks in which the main one is the difficulty to tune the penalty parameters. A careful tuning scheme is required to the penalty parameters that can accurately estimate the degree of penalization so that the approach can get a proper balance between the feasible solutions and infeasible solutions and become more efficient.
     In order to solve constrained optimization problems effectively, evolutionary algorithms and particle swarm optimization algorithms are applied to deal with them. Starting from the framework that the constrained optimization algorithm = constraint processing technology + intelligent algorithms, some improved approaches on both basic aspects: constraint handling technology and intelligent algorithms, have been proposed. The main contributions of this thesis can be summarized as follows:
     1. Penalty function method is one of the most widely used methods for constrained optimization problems in evolutionary algorithms. It makes the search approach to the feasible region gradually by the way to punish the infeasible solutions. The penalty functions are usually defined as the sum of the objective function and the penalty terms. This kind of the methods are of two main drawbacks. Firstly, it is difficult to control penalty parameters. Secondly, when the difference between the objective function value and the constrained function value is great, the algorithm can not effectively distinguish feasible solutions from infeasible ones, and thus can not handle the constraints effectively. To overcome the shortcomings, two satisfaction degree functions defined by the objective function and the constraints function are designed, respectively. A new penalty function is constructed by these two satisfaction degree functions. Moreover, an adaptive penalty parameter is designed, which is varying with the quality of the population and the number of the generations. As a result, the penalty parameter can be easily controlled. Based on these, a new penalty function optimization model is proposed. Furthermore, a new crossover operator and a new mutation operator are designed. Finally, a new evolutionary algorithm for constrained optimization problems is proposed.
     2 Firstly, in order to make use of the information of the infeasible solutions near the feasible region, a self-adaptively extended-feasible region is constructed. This region includes not only all feasible solutions, but also some infeasible solutions near the boundary of the feasible region. Furthermore, in order to design a universal and fair solution quality measure for different constrained optimization problem, a new fitness function based on stochastic ranking is constructed. Finally, a new crossover operator, which is the improvement of the arithmetic crossover operator, is proposed. It can produce individuals with better diversity than the arithmetic crossover operator can.
     3 Firstly, a new penalty function which has no parameter and can effectively handle constraints is proposed, then a hybrid fitness function defined by the penalty function and objective function is designed. The new fitness function not only can distinguish feasible individuals from infeasible ones, but also can evaluate both feasible and infeasible individuals reasonably. Moreover, a new crossover operator based on simplex scheme and a PSO mutation operator are also proposed. These new operators can exploit the search space more efficiently, and can provide potential search direction. As a result, the better individuals can often be generated.
     4 Particle swarm algorithm is efficient to solve optimization problems. However, for constrained optimization problems, it usually cause premature and can trap into a local optimum easily. To overcome this shortcoming, a bi-particle swarm algorithm for constrained optimization problems is proposed. Firstly, In order to use the information of the good infeasible solutions (i.e. with low constrained violation and good objective function value), a dynamic extended optimization region (deleting poor feasible solutions and adding good infeasible solutions in feasible region) is designed which can search from both the feasible region and the infeasible region. Secondly, two search directions are designed for feasible and infeasible solutions, respectively. They are efficient to exploit the search space and increase diversity of the population.
引文
[1]姚新,陈国良,徐惠敏等.进化算法研究进展[J].计算机学报,1995,18(9):694-706.
    [2]张晓,戴冠中,徐乃平.一种新的优化搜索算法—进化算法.控制理论与应用[J].1995, 12
    [3] Tang H., Qin X.. Optimization Methods. DaLian: DaLian University of Technology Press, 1994(唐焕文,秦学志.最优化方法.大连:大连理工大学出版社,1994)
    [4]刘唯信.机械最优化设计.清华大学出版社. 1993
    [5]郭涛.演化计算与优化.武汉大学博士学位论文.1999.3
    [6]邢文训,谢金星.现代优化计算方法.清华大学出版社1999
    [7]云庆夏编著,进化算法北京:冶金工业出版社,2000
    [8]潘正君,康立山,陈毓屏编著,演化计算。北京:清华大学出版社,广西科学技术出版社, 1998(7)。
    [9]陈建安,郭大伟,徐乃平等,进化算法理论研究综述西安电子科技大学学报,1998,3:363-368
    [10]李敏强,寇纪凇,等.进化算法的基本理论与应用.北京:科学出版社,2002.
    [11]席裕庚,柴天佑,恽为民.进化算法综述[J].控制理论与应用, 1996,(06) .
    [12]徐宗本,陈志平,章祥荪.进化算法基础理论研究的新近发展[J].数学进展, 2000,(02)
    [13] Bagley J D. The Behavior of Adaptive System which Employ Genetic and Correlation Algorithm .Dissertation Abstracts International, 1967, 28 (12)
    [14] Beyer H. Evolutionary algorithms in noisy environments: theoretical issues and guidelines for practice .Computer Methods in Applied Mechanics and Engineering, 2000, Vol. 186 (No. 2) :239-267 .
    [15] Cantu-Paz E, Goldberg D E. Efficient parallel genetic algorithms: theory and practice .Computer Methods in Applied Mechanics and Engineering, 2000, Vol. 186 (No. 2) :221-238 .
    [16] Cheng R, Gen M. Tutorial survey of job-shop scheduling problems using genetic algorithms-I .Computers Industrial Engineering, 1996, Vol. 30 (No. 4) :983-997 .
    [17] Deb K. Efficientconstraint handling method for genetic algorithms .ComputerMethods in Applied Mechanics and Engineering, 2000, Vol. 186 (No. 2) :311-338
    [18] Liang H, Dai G. Combination of genetic algorithms and artificial neural networks: review and prospect .Acta Electronica Sinica, 1995, Vol. 23 (No. 10,) :194-200
    [19] Liu B. Dependent-chance goal programming and its genetic algorithm based approach .Mathematical and Computer Modelling, 1996, Vol.24 (No.7,) :43-52
    [20] Fukuyama Y. Fundamentals of particle swarm techniques [A] . Lee K Y, El2Sharkawi M A. Modern Heuristic Optimization Techniques With Applications to Power Systems [ M ] . IEEE Power Engineering Society , 2002. 45~51
    [21] Kennedy J , Eberhart R C. A discrete binary version of the particle swarm algorithm [A] . Proceedings of the World Multiconference on Systemics , Cybernetics and Informatics [ C ] . Piscataway , NJ : IEEE Service Center , 1997. 4104~4109
    [22] Angeline P. Using selection to improve particle swarm optimization [ A ] . Proceedings of IJCNNp99 [ C ] .Washington , USA , 1999. 84~89
    [23]徐海,刘石,马勇,基于改进粒子群游优化的模糊逻辑系统自学习算法[J ] .计算机工程与应用,2000 , (7) : 62~63
    [24] Shi Y, Eberhart R C. A modified particle swarm optimizer [ R ] . IEEE International Conference of Evolutionary Computation , Anchorage , Alaska , May 1998
    [25] Shi Y, Eberhart R C. Empirical study of particle swarm optimization [A ] . Proceeding of Congress on Evolutionary Computation [ C ] . : Piscataway , NJ :IEEE Service Center , 1999. 1945~1949
    [26] Clerc M. The swarm and the queen : towards a deterministic and adaptive particle swarm optimization [A ] . Proceedings of the Congress on Evolutionary Computation [ C ] . Piscataway , NJ : IEEE Service Center , 1999. 1951~1957
    [27] L.vbjerg M , Rasmussen T K, Krink T. Hybrid particle swarm optimiser with breeding and subpopulations [ A ] . Proceedings of the Genetic and Evolutionary Computation Conference [ C ] . San Francisco , USA , J uly 2001
    [28]“Swarm intelligence-what is it and why is it interesting”http://www.micro.caltech.edu/Courses/EE150/dungeon/Week1/OH_W1SwarmIntel.pdf
    [29] Suganthan P N. Particle swarm optimizer with neighbourhood operator [ A ] . Proceedings of the Congress on Evolutionary Computation [ C ] .Piscataway , NJ : IEEE Service Center , 1999. 1958~1961
    [30] Kennedy J . Small worlds and mega - minds : effects of neighborhood topology on particle swarm performance [A] . Proceedings of IEEE Congress on Evolutionary Computation [ C ] . Piscataway , NJ : IEEE Service Center , 1999. 1931~1938
    [31] Kennedy J . Stereotyping : Improving particle swarm performance with cluster analysis [A] . Proceedings of the Congress on Evolutionary Computing [ C ] . Piscataway , NJ : IEEE Service Center , 2000. 1507
    [32]张丽平.粒子群优化算法的理论及实践[D].浙江大学, 2005
    [33]方峻.粒子群算法及其应用研究[D].电子科技大学,2006
    [34]希梅尔劳D.实用非线性规划.北京大学出版社,1981.2
    [35]赵风治,尉继英"约束最优化计算方法"北京:科学出版社
    [36]席少霖.非线性最优化方法[M] .北京:高等教育出版社,1992
    [37] Powell M J D,Math Prog,1986年,35卷,265页
    [38] Yuan Y., Sun W.. Theory and Methods for Optimization. Beijing: Science Press, 2001 (袁亚湘,孙文瑜.最优化理论与方法.北京:科学出版社,2001)
    [39]吴至友张连生李善良.一些类型的数学规划问题的全局最优解[J].运筹学学报,2003(5):15-17.
    [40]席少霖、赵凤治:《最优化计算方法》,上海科学技术出版社,上海,1983。
    [41] Klingman W R,Himmelblau D M.Nonlinear programming with the aid of multiplier gradient summation technique[J].J Asscciation for Computing Machinery,1964,11:400-415.
    [42] Powell D, Skolnick M M. Using Genetic Algorithms in Engineering Design Optimization with Nonlinear Con2 straints[C]. Proceedings of the 5th International Conference on Genetic Algorithms, Los Altos, 1993
    [43]王士同;多因素问题的启发式搜索算法MFRA[J];计算机学报; 1996年02期; 149
    [44] Homaifar A. Lai SHY. QiX. Constrained Optimization via Genetic Algorithms [J]. Simulation, 1994, 62(4): 242 - 254.
    [45] Joines J A, Houck C R. On the Use of Non - stationary Penalty Functions toSolve Nonlinear Constrained Opti2 mization Problems with Gas[C]. Proceedings of the Evolutionary Computation Conference, Orlando, 1994
    [46] Hooker J. N.. Logic, optimization and constraint programming. INFORMS Journal on Computing. 2002, 14: 295-321
    [47] Dechter R. and Frost D.. Backtracking algorithms for constraint satisfaction problems - a tutorial survey. University of California, Irvine, Technical report: 1999
    [48] Kumar V.. Algorithms for constraint satisfaction problems: a survey. AI Magazine, 1992, 13(1): 32-44.
    [49] Freuder E. C., Dechter R., Ginsberg M. L., Selman B., Tsang E. P. K.. Systematic versus stochastic constraint satisfaction. IJCAI, 1995: 2027-2032.
    [50] Michalewicz Z, Attia N. Evolutionary Optimization of Constrained Problems[C]. Proceedings of the 3rd Annual Conference on Evolutionary Programming , World Scientific Publishing , 1994
    [51] Michalewiz Z and Schoenauer M“Evolutionary algorithms for constrained parameter optimization problems”, Evolutionary Computation, vol.4, pp.1-32, 1996
    [52] Dawei Zheng, Mitsuo Gen and Runwei Cheng, Multiobjective Optimization using Genetic Algorithms, Engineering Valuation and Cost Analysis, Vol. 2, pp. 303-310
    [53] Benson, H P.Deterministic algorithm for constrained concave minimization:A unified critical surver[J]. Naval Res. Logist.,1996,43:765~795
    [54] Hoffman K L A.A method for globally minimizing concave functions over convex set[J].Mathematical Programming, 1981, 20:22~23.
    [55] Horst R.Deterministic methods in constrained global optimization: Some recent advances and new fields of application[J].Naval Res. Logist.,1990,37:433~471.
    [56] Li D,Sun X L, Biswal M P, Gao F.Convexification, concavification and monotonization in global optimization[J].Annals of operations Research, 2001,105:213~226
    [57] Glass H,Copper L.Sequential search:a method for solving constrained optimization problems[J].J Association Computing Machinery, 1965, 12:71-82
    [58] Bazaraa M S,Sherali H D,Shetty C M.Nonlinear Programming:Theory and Algorithms[M].New York:Wiley,1993
    [59]阿佛里耳著,李元熹等译:《非线性规划──分析与方法》,上海科学技术出版社,上海,1979。(M.Avriel, Nonlinear Programming analysis and methods, Prentice-Hall, 1976.)
    [60]赫梅布劳著,张义燊等译:《实用非线性规划》,科学出版社,北京,1981。(D.M. Himmelblau , Applied Nonlinear Programming , McGraw-Hill,New York,1972.)
    [61] Hadley G.Nonlinear and Dynamic Programming[M]. Addison: Wesley, 1964
    [62] ]Klingman W R,Himmelblau D M.Nonlinear programming with the aid of multiplier gradient summation technique[J].J Asscciation for Computing Machinery,1964,11:400-415.
    [63] Hock W,Schittowski K.Test Examples for Nonlinear Programming Codes in Lecture Notes.In:Economics and Mathhematical Systems Springer-verlag[M]. Berlin:Heidelberg and New York,1981.125-137
    [64] Homaifar A. Lai SHY. QiX. Constrained Optimization via Genetic Algorithms [J]. Simulation, 1994, 62(4): 242 - 254.
    [65] Joines J A, Houck C R. On the Use of Non - stationary Penalty Functions to Solve Nonlinear Constrained Opti2 mization Problems with Gas[C]. Proceedings of the Evolutionary Computation Conference, Orlando, 1994
    [66] Hooker J. N.. Logic, optimization and constraint programming. INFORMS Journal on Computing. 2002, 14: 295-321
    [67] Dechter R. and Frost D.. Backtracking algorithms for constraint satisfaction problems - a tutorial survey. University of California, Irvine, Technical report: 1999
    [68] Kumar V.. Algorithms for constraint satisfaction problems: a survey. AI Magazine, 1992, 13(1): 32-44.
    [69] Freuder E. C., Dechter R., Ginsberg M. L., Selman B., Tsang E. P. K.. Systematic versus stochastic constraint satisfaction. IJCAI, 1995: 2027-2032.
    [70] Michalewicz Z, Attia N. Evolutionary Optimization of Constrained Problems[C]. Proceedings of the 3rd Annual Conference on Evolutionary Programming , World Scientific Publishing , 1994
    [71] Michalewiz Z and Schoenauer M“Evolutionary algorithms for constrained parameter optimization problems”, Evolutionary Computation, vol.4, pp.1-32, 1996
    [72] Dawei Zheng, Mitsuo Gen and Runwei Cheng, Multiobjective Optimization using Genetic Algorithms, Engineering Valuation and Cost Analysis, Vol. 2,pp. 303-310
    [73] Benson, H P.Deterministic algorithm for constrained concave minimization:A unified critical surver[J]. Naval Res. Logist.,1996,43:765~795
    [74]云庆夏编著,进化算法北京:冶金工业出版社,2000
    [75]潘正君,康立山,陈毓屏编著,演化计算。北京:清华大学出版
    [76] Nocedal J,Advance Nonlinear Programming,1998年,153页
    [77] Hoffman K L A.A method for globally minimizing concave functions over convex set[J].Mathematical Programming, 1981, 20:22~23.
    [78] Horst R.Deterministic methods in constrained global optimization: Some recent advances and new fields of application[J].Naval Res. Logist.,1990,37:433~471.
    [79] Li D,Sun X L, Biswal M P, Gao F.Convexification, concavification and monotonization in global optimization[J].Annals of operations Research, 2001,105:213~226
    [80] Glass H,Copper L.Sequential search:a method for solving constrained optimization problems[J].J Association Computing Machinery, 1965, 12:71-82
    [81] Bazaraa M S,Sherali H D,Shetty C M.Nonlinear Programming:Theory and Algorithms[M].New York:Wiley,1993
    [82]阿佛里耳著,李元熹等译:《非线性规划──分析与方法》,上海科学技术出版社,上海,1979。(M.Avriel, Nonlinear Programming analysis and methods, Prentice-Hall, 1976.)
    [83]赫梅布劳著,张义燊等译:《实用非线性规划》,科学出版社,北京,1981。(D.M. Himmelblau , Applied Nonlinear Programming , McGraw-Hill,New York,1972.)
    [84] Hadley G.Nonlinear and Dynamic Programming[M]. Addison: Wesley, 1964
    [85] ]Klingman W R,Himmelblau D M.Nonlinear programming with the aid of multiplier gradient summation technique[J].J Asscciation for Computing Machinery,1964,11:400-415.
    [86] Hock W,Schittowski K.Test Examples for Nonlinear Programming Codes in Lecture Notes.In:Economics and Mathhematical Systems Springer-verlag[M]. Berlin:Heidelberg and New York,1981.125-137.
    [87]希梅尔劳D.实用非线性规划.北京大学出版社,1981.2
    [88]胡寿松,王执铨,胡维礼,最优控制理论与系统,科学出版社,2005
    [89]陈宝林,最优化理论与算法,清华大学出版社,2000年
    [90]邢继祥等,最优控制应用基础,科学出版社,2003年
    [91]李国勇等,最优控制理论及参数优化,国防工业出版社,2006年
    [92]陈陈,优化方法与最优控制,机械工业出版社,1993年
    [93]刘唯信.机械最优化设计.清华大学出版社. 1993
    [94]刘红卫;半定规划及其应用[D];西安电子科技大学; 2002年
    [95]沈洁;近似束方法及其应用[D];大连理工大学; 2006年
    [96] ZHU J,SANTERRE R; Improvement of GPS PhaseAmbiguity Resolution Using Prior Height Information asa Quasi-Observation [J] [M]; Geomatica; 2002
    [97] Lu G, Krakiwsky E J and Lachapelle G; Application of inequality constraint least squares to GPS navigation under selective availability [M];Manuscripta Geodaetica; 1993
    [98] Cheung C S,Kwan C C Y; A note on simple criteria for optimal portfolio selection [M];Journal of Finance.; 1988
    [99] Hadley G.Nonlinear and Dynamic Programming[M].Addison: Wesley, 1964
    [100] Klingman W R,Himmelblau D M.Nonlinear programming with the aid of multiplier gradient summation technique[J].J Asscciation for Computing Machinery,1964,11:400-415
    [101] Glass H,Copper L.Sequential search:a method for solving constrained optimization problems[J].J Association Computing Machinery,1965, 12:71-82.
    [102] Bazaraa M S,Sherali H D,Shetty C M.Nonlinear Programming:Theory and Algorithms[M].New York:Wiley,1993.
    [103]陈开周.最优化计算方法[M].西北电讯工程学院出版社,1985
    [104]吴方.关于Powell方法的一个注[J].数学学报,1977,20:14-15.
    [105]邓乃扬诸梅芳.关于Powell方法理论基础的探讨[J].科学通报,1979,24:433-437
    [106]马仲番魏权龄等.数学规划讲义[M].中国人民大学出版社,1981.
    [107] Klingman W R,Himmelblau D M.Nonlinear programming with the aid of multiplier gradient summation technique[J].J Asscciation for Computing Machinery,1964,11:400-415.
    [108] Hoffman K L A.A method for globally minimizing concave functions over convex set[J].Mathematical Programming, 1981, 20:22~23.
    [109] Horst R.Deterministic methods in constrained global optimization: Some recent advances and new fields of application[J].Naval Res.Logist.,1990,37:433~471.
    [110] Li D,Sun X L, Biswal M P, Gao F.Convexification, concavification and monotonization in global optimization[J].Annals of operations Research, 2001,105:213~226
    [111] Glass H,Copper L.Sequential search:a method for solving constrained optimization problems[J].J Association Computing Machinery, 1965, 12:71-82
    [112] Bazaraa M S,Sherali H D,Shetty C M.Nonlinear Programming:Theory and Algorithms[M].New York:Wiley,1993
    [113]阿佛里耳著,李元熹等译:《非线性规划──分析与方法》,上海科学技术出版社,上海,1979。(M.Avriel, Nonlinear Programming analysis and methods, Prentice-Hall, 1976.)
    [114]赫梅布劳著,张义燊等译:《实用非线性规划》,科学出版社,北京,1981。(D.M. Himmelblau , Applied Nonlinear Programming , McGraw-Hill,New York,1972.)
    [115] Hadley G.Nonlinear and Dynamic Programming[M]. Addison: Wesley, 1964
    [116] ]Klingman W R,Himmelblau D M.Nonlinear programming with the aid of multiplier gradient summation technique[J].J Asscciation for Computing Machinery,1964,11:400-415.
    [117] Hock W,Schittowski K.Test Examples for Nonlinear Programming Codes in Lecture Notes.In:Economics and Mathhematical Systems Springer-verlag[M]. Berlin:Heidelberg and New York,1981.125-137.
    [118]邢文训,谢金星.现代优化计算方法.清华大学出版社1999
    [119]王士同;多因素问题的启发式搜索算法MFRA[J];计算机学报; 1996年02期; 149
    [120] GLOVER F. Tabu search: partⅠ[ J] . ORSA Journal on Computing,1989, 1 ( 3) : 190- 206
    [121] PASQUALE C, STEFANO G. A tabu search approach for scheduling Hazmat shipments [ J ] . Computers & Operations Re search ,2006, 34 ( 5) : 1328-1350.
    [122] SIARRY P, BERTHIAU G. Fitting of tabu search to optimize functions of continuous variables[ J] . International Journal for Numerical Methods in Engineering, 1997 , 40 ( 13 ) : 2449- 2457
    [123] CHELOUAH R, SIARRY P. Tabu search applied to global optimization[J] . European Journal of Operational Research, 2000, 123( 2) : 256- 270
    [124] TEH Y S, RANGAIAH G P. Tabu search for global optimization of continuous functions with application to phase equilibriumcalculations [ J] . Computers & Chemical Engineering, 2003, 27 ( 11 ) : 1665-1679
    [125] K. H. Hoffmann, M. Christoph and M. Hanf. Optimizing simulated annealing. Lecture Notes in Computer Science, Proceedings of the 1st Workshop on Parallel Problem Solving from Nature, 1990, 496: 221-225
    [126] H. E. Romeijn and R. L. Smith. Simulated annealing for constrained global optimization. Journal of Global Optimization, 1994, 5: 101-126.
    [127] R. Sahin and O. Turkbey. A Simulated annealing algorithm to find approximate Pareto optimal solutions for the multi-objective facility layout problem. International Journal of Advanced Manufacturing Technology, 2008.
    [128] S. A. Khan and A. P. Engelbrecht. Fuzzy hybrid simulated annealing algorithms for topology design of switched local area networks. Soft Computation, 2009, January, 13(1): 45-61.
    [129]吴志远,邵惠鹤,吴新余.基于进化算法的退火精确罚函数非线性约束优化方法[J ] .控制与决策,1998 ,13 (2) :136– 140
    [130] Powell D, Skolnick M M. Using Genetic Algorithms in Engineering Design Optimization with Nonlinear Con2 straints[C]. Proceedings of the 5th International Conference on Genetic Algorithms, Los Altos, 1993.
    [131] S. Jung and B. R. Moon. Toward minimal restriction of genetic coding and crossover for the 2-D Euclidean TSP. IEEE Transactions on Evolutionary Computation, 2002, December, 16(6): 557-565.
    [132] R. Baraglia, J. Ihidalgo and R. Perego. A hybrid heuristic for the traveling salesman problem. IEEE Transactions on Evolutionary Computation, 2001, December, 5(6): 613-622
    [133] H. K. Tsai, J. M. Yang and C. Y. Kao. A genetic algorithm for traveling salesman problems. In Proceeding of Evolutionary Computation Conference, San Francisco, California, July 7-11, 2001, 2: 687-693.
    [134] W. Ying and L. Bin. Job-shop scheduling using genetic algorithm. IEEE International Conference on Systems, Man and Cybernetics, Oct. 14-17, 1996, 3: 1994-1999.
    [135] S. Su and D. Zhan. New genetic algorithm for the fixed charge transportation problem. Proceeding of the 6th Congress on Intelligent Control and Automation, June 21-23, Dalin, China, 2006, 7039-7044.
    [136] C. A. Coello Coello. Theoretical and numerical constraint handling techniques used with evolutionary algorithms: a survey of the state of the art. Computer Methods in Applied Mechanic and Engineering, 2002, Januay, 191(11): 1245-1287
    [137] G. Rudolph. Convergence analysis of Canonical genetic algorithms. IEEE Transactions on Network Networks, 1994, 5(1): 96-101
    [138] J. Suzuki. A Markov chain analysis on simple genetic algorithm. IEEE Transactions on Systems, Man, and Cybernetics, 1995, 25(4): 655-659.
    [139] Y. W. Leung and Yuping Wang,“An Orthogonal Genetic Algorithm with Quantization for Global Numerical optimization”, IEEE Transsactions on Evolutionary Computation, vol.5 pp.41-53, 2001
    [140] C.A.C Coello,“Constraint-handling using an evolutionary multiobjective optimization technique”, Civil engineering and environmental systems, vol.17, pp. 319-346, 2000
    [141] Patrick D. Surry, Nicholas J. Radcliffe. The COMOGA Method: Constrained Optimization by Multi-Objective Genetic Algorithms. Control and Cybernetics 1997, 26(3)
    [142] K. Deb and S. Agrawal. A niched-penalty approach for constraint handling in genetic algorithms. Artificial Neural Nets and Genetic Algorithms, Proc.of the inter. Conf. In Portoroz Slovenia,1999, Andrej, Dobnikar et al (Eds), Springer-verlag, wien, New York, 1999, 235-243
    [143]张晓,戴冠中,徐乃平.一种新的优化搜索算法—进化算法.控制理论与应用[J].1995, 12(3):265-273
    [144]郭涛.演化计算与优化.武汉大学博士学位论文.1999.3
    [145] .D. Powell and M. M. Skolnick. Using genetic algorithms in engineering design optimization with nonlinear constraints. Proceeding of the Fifth International Conference on Genetic Algorithms, San Mateo, CA: Morgan Kaufmann, 1993, 424-430
    [146] R. M. Luque, E. Dominguez, E. J. Palomo and J. Munoz. A neural network approach for video object segmentation in traffic surveillance. Lecture Notes in Computer Science, Image Analysis and Recognition, 2008, 5112: 151-158
    [147] R. W. Duren, R. J. Marks, P. D. Reynolds and M. L. Trumbo. Real-time neural network inversion on the SRC-6e reconfigurable computer. IEEE Transactions on Neural Networks, 2007, May, 18(3): 889-901
    [148] Y. Xia and J. Wang. A general projection neural network for solvingmonotome variational inequalities and related optimization problems. IEEE Transactions on Neural Netwoks. 2004, March, 15(2): 318-328
    [149]席少霖、赵凤治:《最优化计算方法》,上海科学技术出版社,上海,1983。
    [150] Homaifar A. Lai SHY. QiX. Constrained Optimization via Genetic Algorithms [J]. Simulation, 1994, 62(4): 242 - 254
    [151] Joines J A, Houck C R. On the Use of Non - stationary Penalty Functions to Solve Nonlinear Constrained Opti2 mization Problems with Gas[C]. Proceedings of the Evolutionary Computation Conference, Orlando, 1994
    [152]吴志远,邵惠鹤,吴新余.基于进化算法的退火精确罚函数非线性约束优化方法[J ] .控制与决策,1998 ,13 (2) :136– 140
    [153] Le Riche R, Lenoir CK, Haftka R T. A Segregated Genetic Algorithm for Constrained Structural Optimization [C]. Proceedings of the 6th International Conference on Genetic Algorithms, Morgan Kaufmann, 1995
    [154] Schoenauer M, Xanthakis S. Constrained GA Optimization[C]. Proceedings of the 5th International Conference on Genetic Algorithms, Los Altos, 1993
    [155] Michalewicz Z, Attia N. Evolutionary Optimization of Constrained Problems[C]. Proceedings of the 3rd Annual Conference on Evolutionary Programming , World Scientific Publishing , 1994
    [156] Schaffer J D. Multiple Objective Optimization with Vector Evaluated Genetic Algorithms[C]. Proceedings of the First International Conference on Genetic Algorithms and their Application, Pittsburgh, 1985.
    [157] Srinivas V, Deb K. Multiobjective Optimization Using Nondominated Sorting in Genetic Algorithms [J]. Evolu2 ationary Computation, 1994, 2(3):221 - 248.
    [158]孙艳丰.基于GATS混合策略的多目标优化算法[J ] .管理工程学报, 2000 ,14 (4) :简讯
    [159] Liu B. Dependent-chance goal programming and its genetic algorithm based approach .Mathematical and Computer Modelling, 1996, Vol.24 (No.7,) :43-52
    [160] A. E. Smith and D. W. Coit,“Constraint handling techniques-Penalty functions,”in Handbook of Evolutionary Computation, T. Back, D. B. Fogel, and Z. Michalewicz, Eds. New York: Oxford Univ. Press and Inst. Physics,1997, ch.C 5.2
    [161] S.koziel and Z. Michalewicz,“Evolutionary algorithms, homomorphousmappings, and constrained parameter optimization”, Evolutionary Computation, vol.7, pp.19-44, 1999
    [162] T.P.Runarsson and X.Yao,“Stochastic ranking for constrained evolutionary optimization”, IEEE Trans. on Evolutionary Computation, vol.4, pp.284-294, 2000
    [163] S.B.Hamida and M.Schoenauer,“ASCHEA:New results using adaptive segegational constraint handling,”in Proc. Congr.Evolutionary Computation, vol,1.May 2002,pp.884-889.
    [164] Efren Mezura-Montes and Carlos A. Coello Coello,“A Simple Multimembered Evolution Strategy to Solve Constrained Optimization Problems”, IEEE Transsactions on Evolutionary Computation, Vol.9.No.1,pp.1-17, February 2005.
    [165] C. A. Coello Coello, "An empirical study of evolutionary techniques for multiobjective optimization in engineering design," Ph.D.dissertation. Dept. Comput. Sci., Tulane University, New Orleans A,1996
    [166] Schaffer J D. Multiple Objective Optimization with Vector Evaluated Genetic Algorithms[C]. Proceedings of the First International Conference on Genetic Algorithms and their Application, Pittsburgh, 1985.
    [167] Jong-Hwan Kim and Hyun Myung. Evolutionary Programming Techniques for Constrained Optimization Problems. IEEE Transactions on Evolutionary Computation. 1997 ,1 (2) ,129-138

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

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

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