群智能算法及其应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
群智能算法是一种新型的仿生类进化算法,主要包括蚁群优化算法和粒子群算法.群智能算法具有较强的鲁棒性,采用分布式计算机制,并且易于实现,已在众多领域得到了广泛的应用.本文主要围绕蚁群优化算法和微粒群算法的理论及其应用,就如何求解大规模旅行商(Traveling Salesman Problem, TSP)问题、连续性优化问题、约束优化问题、无线传感器网络路由优化问题进行了研究.本文的主要工作概括如下:
     1.针对大规模TSP问题,提出了一种基于模块度分簇的改进蚁群算法.该算法首先借鉴网络中的分簇原理,基于模块度的分簇算法将TSP问题中的城市划分为若干个簇,降低了问题的维数,并提出模块度的概念来度量所得到的簇结构和实际TSP问题网络匹配的程度;其次,基于信息素扩散的改进蚁群算法求解簇间的连接顺序,即求解分簇得到的小规模TSP问题的最优解,在基于信息素扩散的改进蚁群算法中,从多方面模拟真实蚂蚁的行为,定义了新的信息素扩散挥发规则,增强了蚂蚁之间的合作,使其快速找到最优解,同时增加扰动因子避免其陷入局部最优解,并且分析了其全局收敛性,实例测试结果表明了算法的有效性;然后,构造了求解簇内最短路径的基于信息素扩散的改进蚁群算法;最后,将所有簇内和簇间的解按照一定的规则组成了原TSP问题的解.仿真实验结果表明该算法适合求解大规模TSP问题,与已有算法相比,解的质量和收敛速度均有了较明显的提高.
     2.针对蚁群算法在连续空间函数优化中应用的瓶颈,提出了一种蚁群混合算法求解连续空间问题,定义了新的蚁群信息素更新规则、蚁群在解空间的寻优方式和蚁群行进策略.为了克服蚁群算法搜索时间过长,易陷于局部最优等缺点,在搜索过程中嵌入了改进的Alopex算法,该算法具有快速搜索和摆脱局部最优解的能力,实验结果表明了蚁群混合算法的有效性.
     3.针对标准微粒群算法不能保证全局收敛性问题,提出了一种随机混合微粒群算法.在随机微粒群算法中,将惯性权重设置为零,减少了关键参数对算法性能的影响,提高了算法的通用性;在保证算法全局收敛性的同时,结合Alopex算法重新生成停止进化粒子的位置,有效地避免了算法因单一搜索机制引起地停滞现象.将该算法应用于复杂多维函数,取得了较好的效果,为解决较复杂的函数优化问题提供了一种可行的方法.
     4.针对约束优化问题,提出了一种基于协同进化的微粒群算法.该算法在标准微粒群算法的基础上,采用“保留最优,调节部分”的确定型选择策略,利用进化中个体之间的差异,提出协同算子公式,引导进化方向,使个体之间相互利用信息,更新微粒的位置进化方程;同时,提出基于不可行度的约束处理方法,根据不可行度和不可行度阀值提出新的竞争选择准则,并由此给出新的适应值函数引导群体加强对约束边界的搜索.基于典型的约束优化问题的实验结果表明:该算法可行有效,尤其对解决复杂问题表现出较优的性能.
     5.研究了蚁群算法在无线传感器网络路由协议中的应用.无线传感器网络路由协议的一个重要目标就是要合理高效地使用网络中各传感器节点的能量,延长网络寿命.文中提出了一种基于蚁群算法的无线传感器网络分簇路由协议.该方法首先利用网络自身拓扑结构,基于模块度的分簇算法得到一个稳定的簇结构,无需每轮循环都构造簇,从而节省了构造簇的开销;其次,根据每个簇内节点的剩余能量以及簇内节点的分布情况,给出了新的簇头选择函数;然后,提出基于蚁群算法的簇间多跳路由算法,该算法以如何均衡传输路径上消耗的能量和簇头节点的剩余能量为出发点,制定了新的蚂蚁转移概率和信息素更新规则,通过实验仿真,并与已有较好算法相比较,验证了算法的有效性.
Swarm intelligence algorithm is an algorithmic approach, inspired by the foraging behavior of the real animals, which had been applied to many problems. The dissertation focuses on the principles, theory, and applications of Ant Colony Optimization algorithm (ACO) and Particle Swarm Optimization (PSO), especially, an in-deep and systemic study on how to improve the basic ACO and PSO algorithm, parallel implementation of ACO and PSO, solving the problems such as large scale TSP and continuous space optimization, constrained optimization, wireless sensor network routing protocol. The main works can be summarized as follows:
     1. To tackle the large scale TSP, An Ant Colony Algorithm in pheromone Diffusion model based on Modularity Clustering is proposed. Firstly, the large scale TSP is divided into several clustering based on modularity measure. Secondly, all the clustering will be solved in parallelization by an improved ant colony algorithm based on the pheromone diffusion model, this algorithm formulate the new rule of pheromone diffusion, and a disturbance mechanism is added to ant colony optimization for improving the new algorithms’performance. The simulation of TSP problem shows that this algorithm has a satisfied global convergence. Lastly, all the solutions of each clustering will be merged into the solution of the large scale TSP by some rules. Simulation results show that the convergence of the proposed algorithm has been improved.
     2. A hybrid optimization algorithm, in which Alopex algorithm is embedded into the improved ant colony optimization algorithm, is proposed for searching continuous space optimization. In the algorithm, the new pheromone updating rule and the moving strategy of ants are defined. The algorithm is with the rapid search capability of the improved Alopex algorithm and the good search characteristics of the improved ant colony optimization algorithm. Simulation results show that the algorithm is effective.
     3. A hybrid algorithm is proposed by combining particle swarm optimization(PSO)with Alopex algorithm that is a stochastic optimization method, for solving constrained optimization problems. In the algorithm, inertia weight is zero, and the position of the particle whose evolution has been stopped is produced by Alopex algorithm to improve the global search ability. Simulation results show that the algorithm is effective.
     4. A co-evolutionary particle swarm optimization algorithm to solve constrained optimization problems is proposed. Firstly, A new co-evolutionary PSO (CPSO) is constructed. In the algorithm, a deterministic selection strategy is proposed to ensure the diversity of population. Meanwhile, based on the theory of extrapolation, the induction of evolving direction is enhanced by adding a co-evolutionary strategy, in which the particles make full use of the information each other by using gene-adjusting and adaptive focus-varied tuning operator. Secondly, infeasible degree selection mechanism is used to handle the constraints. A new selection criterion is adopted as tournament rules to select individuals. Also, the infeasible solution is properly accepted as the feasible solution based on a defined threshold of the infeasible degree. This diversity mechanism is helpful to guide the search direction towards the feasible region. Our approach was tested on six problems commonly used in the literature. The results obtained are repeatedly closer to the true optimum solution than the other techniques.
     5. To make efficiently use of the limited energy resource of the wireless sensor network (WSN) and prolong the lifetime is an important problem in the study of the WSN. An energy efficient routing algorithm based on Ant Colony Optimization for wireless sensor network is presented. The algorithm forms a clustering structure based on real network structure of wireless sensor network first and we use a new parameter-Modularity Measure to evaluate whether the clustering fits for the real network structure. Based on the above steady cluster structure, when we select the cluster head in each cluster, the residual energy of the nodes and the energy distributing in the cluster are both considered. The algorithm constructs a novel probabilistic model; the model considers both the overhead on the route and the residual energy of the node. Simulation results show that compared with other algorithms like LEACH, our approach is able to obtain a more reasonable and steady distribution of clustering, and can effectively prolong the sensor network lifetime.
引文
[1] Holland J H. Adaptation in Natural and Artificial Systems. Ann Arbor,MI: The University of Michigan Press,1975.
    [2] Mchelewicz Z. Genetic Algorithms + Data Structure = Evolutionary Programming. Springer-Verlag, 1996.
    [3] Fogel L J, et al. Artificial Intelligence through Simulation Evolution. Chichester: John Wiley, 1966.
    [4] Fogel D B. Evolutionary Computation: Toward a New Philosophy of Machine Intelligence. IEEE Press, 1995.
    [5] Koza J R. Genetic Programming: On the Programming of Computers by Means of Netural Selection. Cambridge, MA: MIT Press, 1992.
    [6] Dorigo M, Stutzle T. Ant Colony Optimization. The MIT Press. Cambridge, Masschusetts London, England, 2004.
    [7] Kennedy J, Eberhart K. Particle Swarm Optimization [C]. In: Proc IEEE Int Conference on Neural Networks, 1995, 1942-1948.
    [8] Colorni A, Dorigo M, Maniezzo V, et al. Distributed optimization by ant colonies. Proceedings of the 1st European Conference on Artificial life, 1991, 134-142.
    [9] Dorigo M. Optimization, learning and natural algorithms, Ph. D. Thesis, Department of Electronics, Politecnico diMilano, Italy, 1992.
    [10] Deneubourg J. L, Pasteels J.M, Verhaeghe J.C. Probabilistic Behaviour in Ants: a Strategy of Errors [J]. Journal of Theoretical Biology, 105, 1983, 259-271.
    [11] Deneubourg J. L, Goss S. Collective patterns and decision-making. [J]. Ethology, Ecology & Evolution. Vol.1, 1989, 295-311.
    [12] Goss S, Aron S, Deneubourg J, Pasteels J. Self-organized shortcuts in the Argentine ant Naturwissenschaften. 76(12), 1989, 579-581.
    [13] Deneubourg J, Goss S, Aron S, et al. The self-organizing exploratory pattern of the Argentine ant. Journal of Insect Behavior, 1990, 3: 159-168.
    [14] Pasteels J.M, Deneubourg J.L and Goss S. Self-organization mechanisms in ant societies (i):Trail recruitment to newly discovered food sources[J]. Experientia Supplementum, 1987, 54: 155–175.
    [15] Beckers R, Goss S, Deneubourg J L, et al. colony size, communication and ant foraging strategy. Psyche, 1989, 96: 239-256.
    [16]段海滨.蚁群算法原理及其应用.北京:科学出版社, 2006.
    [17] Marco Dorigo, L M Gambardella. Ant Colony System: A Cooperative Learning Approach to Traveling Salesman Problem. IEEE Trans. On Evolutionary Computation, 1997, 1(1): 53-66.
    [18] Stutzl T, Hoos H. Improvements on the Ant System: Introducing MAX-MIN ant System. In Proceedings of the International Conference on Artificial Neural Networks and Genetic Algorithm, Springer Verlag, Wien. 1997, 245-249.
    [19] Dorigo M, Maniezzo V, Colorni A. The ant system: optimization by a colony of cooperating agents [J]. IEEE Transactions on Systems, Man & Cybernetics B, 1996, 26(2): 29-41.
    [20] Bonabeau E, Dorigo M. Inspiration for optimization from social insect behavior [J]. Nature, 2000, 406(6), 39-42.
    [21] Michael J.B.K, Jean-Bernard B, Laurent K. Ant-like task and recruitment in cooperative robots [J]. Nature, 2000, 406(31), 992-995.
    [22] Jackson D.E, Holcombe M, Ratnieks F.L.W. Trail geometry gives polarity to ant foraging networks [J]. Nature, 2004, 432(7019), 907-909.
    [23] Bullnheimer B, Hartl, and R.F, Strauss C. A new rank-based version of the Ant System: A computational study [J].Central European Journal for Operations Research and Economics, 1999, 7(1), 25–38.
    [24] Gutjahr W.J. A generalized convergence result for the graph based ant system [R]. Technical Report 99-09, Dept. of Statistics and Decision Support Systems, University of Vienna, Austria, 1999.
    [25] Gutjahr W.J. A graph-based ant system and its convergence [J]. Future Generation Computer Systems, 2000, 16(8), 873-888.
    [26] Gutjahr W.J. ACO algorithms with guaranteed convergence to optimal solution [C]. Information Processing Letters,2002, 82(3), 145-153.
    [27] Stutzl T, Dorigo M. A short convergence proof for a class of ant colony optimization algorithms [J]. IEEE Transactions on Evolutionary Computation, 2002, 6(4), 358-365.
    [28] Badr A, Fahlny A. A Proof of convergence for ant algorithms [J]. International Journal of Intelligence Computing and Information. 2003, 3(1), 22-32.
    [29]覃刚力,杨家本.自适应调整信息素的蚁群算法.信息与控制, 2002, 31(3): 198-210.
    [30]王颖,谢剑英.一种自适应蚁群算法及其仿真研究.系统仿真学报, 2002, 14(1): 31-33.
    [31]熊伟清,余舜杰.具有分工的蚁群算法及其应用.模式识别与人工智能, 2003,16(3): 328-332.
    [32]张徐亮,张晋斌.基于协同学习的蚁群电缆敷设系统.计算机工程与应用, 2000(5): 181-182.
    [33]庄昌文,范明珏,李春辉.基于协同工作方式的一种蚁群布线系统.半导体学报, 1999, 20(5): 400-406.
    [34]吴庆洪,张记会,徐心和.具有变异特征的蚁群算法.计算机研究与发展, 1999, 36(10):1240-1245.
    [35]邵晓魏,邵长胜,赵长安.利用信息量留存的蚁群遗传算法.控制与决策, 2004, 19(10): 1187-1189.
    [36]孙焘,王秀坤,刘业欣,等.一种简单蚂蚁算法及其收敛性分析[J],小型微型计算机系统, 2003, 21(8), 1562-1564.
    [37]段海滨,王道波.蚁群算法的全局收敛性研究及改进.系统工程与电子技术2004, 26(10), 1506-1509.
    [38]吴启迪,汪镭.智能蚁群算法及应用[M].上海,上海科技教育出版社,2004.
    [39]李士勇.蚁群算法及其应用[M].哈尔滨,哈尔滨工业大学出版社,2004.
    [40]高尚,杨静宇.群智能算法及其应用[M].北京,中国水利水电出版社,2006.
    [41] Bullnheimer B, Hartl R F, Strauss C. Applying the ant system to the vehicle routing problem [A]. Meta-Heuris-tics: Advance and Trends in Local Search Paradigms for Optimization[C]. Khwer, Boston, 1998, 109-120.
    [42] Hu J M, Yang Z S, Jian F. Study on the optimization methods of transit network based on ant algorithm[A]. Proc of the IEEE Int Vehicle Electronics Conf [C]. Tottori, 2001, 215-220.
    [43] Shervin N. Agent-based approach to dynamic task allocation [A]. Proc of 3rd Int Workshop on Ant Algorithm [C]. Brussels, 2002, 28-39.
    [44] Li Y J, Wu T J. A nested ant colony algorithm for hybrid production scheduling[A]. Proc of the American Control Conf [C]. Anchorage, 2002, 1123-1128.
    [45] Joaquin B, Jorid P. Ant algorithms for assembly line balancing [A]. Proc of 3rd Int Workshop ANTS [C]. Brussels, 2002, 65-75.
    [46] Dorigo M, Di Car G, L M Gambardella. Ant algorithm for discrete optimization. Artificial Life, 1999, 5(2), 137-172.
    [47] Lu G Y, Liu ZM. QoS multicast routing based on ant algorithm in internet[J]. The J of China Universities of Posts and Telecommunication, 2000, 7(4): 12-17.
    [48] Chu C H, Gu J, Hou X, et al. A heuristic ant algorithm for solving QoS multicast problem [A]. Proc of the 2002 Congress on Evolutionary Computation [C]. Honolulu, 2002, 1630-1635.
    [49]丁建立,陈增强,袁著祉.基于自适应蚁群算法的动态最优路由选择[J].控制与决策, 2003, 18(6): 751-753.
    [50]王颖,谢剑英.一种基于蚁群算法的多媒体网络多播路由算法[J].上海交通大学学报, 2002, 36(4): 526-528.
    [51] Hou Y H, Wu Y W, Lu L J, et al. Generalized ant colony optimization for economic dispatch of power systems[A]. Proc of the Conf on Power System Technology [C]. Kunming, 2002,225-229.
    [52]王志刚,杨丽徙,陈根永.基于蚁群算法的配电网网架优化规划方法[J].电力系统及其自动化学报, 2002, 14(6): 73-76.
    [53] Sisworahardjo N S, EI-K Eeib A. Unit commitment using the ant colony search algorithm [A]. Proc of the 2002 Int Conf on Power System Technology [C]. Kunming, 2002, 2-6.
    [54] Teng J H, Liu Y H. A novel ACS-based optimum switch relocation method [J]. IEEE Trans on Power Systems, 2003, 18(1): 113-120.
    [55] Hung S J. Enhancement of hydroelectric generation scheduling using ant colony system based optimization approaches [J]. IEEE Trans on Energy Conversion, 2001, 16(3): 296-301.
    [56]汪镭,吴启迪.蚁群算法在连续空间寻优问题求解中的应用[J].控制与决策,2003,18(1): 45-48.
    [57]唐泳,马永开.用改进的蚁群算法求解函数优化问题[J].计算机应用研究,2004,18(9): 89-91.
    [58]杨勇,宋晓峰.蚁群算法求解连续空间优化问题[J].控制与决策,2003, 18(5): 573-576.
    [59] Marco Dorigo, L M Gambardella. Ant Colony System: A Cooperative Learning Approach to Traveling Salesman Problem. IEEE Trans. On Evolutionary Computation, 1997, 1(1): 53-66.
    [60] Jayaraman V K, Kulkarni B D, Karale S, et al. Ant colony framework for optimal design and scheduling of batch plants [J]. Computers and Chemical Engineering, 2000, 24(8):1901-1912.
    [61] Tsai C F, Wu H C, Tsai C W. A new data clustering approach for data mining in large databases [A]. Proc of the Int Symposium on Parallel Architectures, Algorithm and Networks [C]. Makati, 2002, 315-321.
    [62] Salma Q, Mohamed B, Catherine G. Ant colony system for imagine segmentation using markov random field [A]. Proc of 3rd Int Workshop ANTS [C]. Brussels, 2002, 294-295.
    [63] Abbaspur K C, Schulin R, Genuchten M T V. Estimating unsaturated soil hydraulic parameters using ant colony optimization [J]. Advance in Water Resources, 2001, 24(8): 827-841.
    [64]林锦,朱文兴.凸整数规划问题的混合蚁群算法[J].福州大学学报(自然科学版). 1999, 27(6): 5-9.
    [65] Israel A W, Michael L. Alfred M B. Distributed covering by ant-robots using evaporating traces [J]. IEEE Trans on Robotics and Autanation, 1999, 15(5): 918-933.
    [66] Costa D, Hertz A. Ants can colour grarhs [J]. J of the Operational Research Society, 1997, 48(3): 295-305.
    [67] Akyildiz lan F, Kasimoglu Ismail H. Wireless sensor and actor networks: research challenges, in Ad Hoc Networks Journal (Elsevier), 2004, 2(4):351-367
    [68] Tommaso Melodia, Dario Pompili, Vehbi C. Gungor and lan F.Akyildiz. A Distributed Coordination Framework for Wireless Sensor and Actor Networks. Proceedings of ACM Mobihoc 2005, Urbana-Champaign, I1, USA
    [69]梁华为,陈万明等.一种无线传感器网络蚁群优化路由算法.传感器技术学报. 2007
    [70] Tiago, C., Carlos, C., Jorge, S.S., Fernando, B.: An Energy-Efficient Ant-Based Routing Algorithm for Wireless Sensor Networks. In: Dorigo, M., Gambardella, L.M., Birattari, M., Martinoli, A., Poli, R., Stützle, T. (eds.) ANTS 2006. LNCS, vol. 4150, pp. 49–59. Springer, Heidelberg (2006)
    [71] Reynolds C W.Flocks, Herds, and Schools: A Distributed Behavioral Model [J]. Computer Graphics, 1987:21(4): 25-34.
    [72] Wilson. E.O. Sociobiology: The new synthesis. [M] Cambridge, MA: Belknap Press, 1975.
    [73] Heppner F. and U. Grenander. A stochastic nonlinear model for coordinated bird flocks. [M] In S. Krasner, Ed., the Ubiquity of Chaos. AAAS Publications, Washington. DC,1990.
    [74] Shi Y and Eberhart R, A Modified Particle Swarm Optimizer. [J] In: Proceedings of the IEEE International Conference on Evolutionary Computation. Piscataway, NJ:IEEE Press, 1998, 69-73.
    [75] Shi Y and Eberhart R,Fuzzy Adaptive Particle Swarm Optimization[C].In: Proceedings of the IEEE Conference on Evolutionary Computation, Seoul, Korea, 2001:101-106.
    [76]陈国初、俞金寿.增强型微粒群算法及其在软测量中的应用[J].控制与决策,2005,Vol. 20, No.4, PP: 377-381.
    [77] Clerc M. The Swarm and the Queen: Towards a Deterministic and Adaptive Particle Swarm Optimization [C]. In: Proc.1999 Congress on Evolutionary Computation. Washington, DC, Piscataway, NJ: IEEE Service Center, 1999, 1951-1957.
    [78] Al-Kazemi B, Mohan C K. Multi-Phase Generalization of the Particle Swarm Optimization Algorithm [C]. In: Proceedings of the 2002 Congress on Evolutionary Computation, CEC2002, Vol, 1, 2002:489-494.
    [79] Frans van den Bergh, A P Engelbrecht. A New Locally Convergent Particle Swarm Optimizer[C]. In: Proceedings of the IEEE International Conference on Systems, Man and Cybernetics, 2002,Vol.3, 94-99.
    [80] Kennedy J. Stereotyping: Improving Particle Swarm Performance with Cluster Analysis [C]. In: Proceedings of the IEEE Conference on Evolutionary Computation, ICEC, 2000,Vol.2, 1507-1512.
    [81] Frans van den Bergh, A P Engelbrecht. Training Product Unit Networks Using Cooperative Particle Swarm Optimizers [C]. In: Proceedings of the third Genetic and Evolutionary Computation Conference (GECCO), San Francisco, USA, 2001,126-131.
    [82] Angeline Peter J. Using Selection to improve Particle Swarm Optimization [C]. In: Proceedings of the IEEE Congress on Evolutionary Computation, ICEC, 1998,84-89.
    [83] Natsuki Higashi, Hitoshi Iba. Particle Swarm Optimization with Gaussian Mutation [C]. In: Proceedings of the Swarm Intelligence Symposium, SIS2003, and IEEE, 2003,72-79.
    [84] Morten Lovbjerg, Thomas Kiel Rasmussen, Thiemo Krink. Hybrid Particle Swarm Optimization with Breeding and Subpopulations [C]. In: Proceedings of the Genetic and Evolutionary Computation Conference, 2001.
    [85] Ozcan E, Mohan C. Particle Swarm Optimization: Surfing the Waves. [C]In: Proceedings of the Congress on Evolutionary Computation, 1999,1939-1944.
    [86] Frans van den Bergh.An Analysis of Particle Swarm Optimizers. [M] PhD Thesis. University of Pretoria, Nov 2001.
    [87] Solis F, Wets R. Minimization by Random Search Techniques. [J] Mathematics of Operations Research, 1981, 6: 19-30.
    [88] Bergh van den F. An analysis of particle swarm optimizers. Ph.D. dissertation, Department of Computer Science, University of Pretoria, Pretoria, 2001.
    [89] B.Y Li, Y.S Xiao and Q.D Wu,“Hybrid algorithm based on particle swarm optimization for solving constrained optimization problems”, Control and Decision, 19 (7), 2004, 804-807.
    [90] Efren Mezura-Montes and C.A. Coello Coello,“A Simple Multimembered Evolution Strategy to Solve Constrained Optimization Problems”, IEEE Transactions on Evolutionary Computation, Vol, 9, NO. 1, February 2005, 1-17.
    [91]李炳宇,萧蕴诗,吴启迪.一种基于粒子群算法求解约束优化问题的混合算法[J].控制与决策, 2004,19(7):804-807.
    [92] Ray T, Liew K. M. A Swarm Metaphor for Multiobjective design optimization. Engineering Optimization, 34(2), 2002, 141-153.
    [93] Coello Coello C. A, Salazar Lechuga M. MOPSO: A Proposal for Multi Objective Particle Swarm Optimization. In: Congress on Evolutionary Computation (CEC’2002). Volume 1, Piscataway, New Jersey, IEEE Service Center (2002), 1051-1056.
    [94] X.Hui, Eberhart R.C, Y. Shi. Particle swarm with extended memory for multiobjective optimization. In: Proc. 2003 IEEE Swarm Intelligence Symp, Indianapolis, IN, Apr. 2003, 193-197.
    [95]张利彪,周春光等.基于粒子群算法求解多目标优化问题.计算机研究与发展. 41(7), 2004, 1286-1291.
    [96] Frans van den Bergh, Engelbrecht a P. Cooperative Learning in Neural Networks Using Particle Swarm Optimization [J]. South African Computer Journal, 2000 (11) : 84~90.
    [97] Sh i Yuhui, Eberhart R. Parameter select ion in particle swarm optimization[A ]. P roc of the 7th Annual Conf on Evolutionary Programming [C]. Washington DC, 1998,591-600.
    [98] Kenneay J , Eberhart R, Sh i Yuhui. Swarm intelligence [M]. San Francisco: Morgan Kaufmann, 2001.
    [100]吕勇,赵光宙.蚁群优化算法及其在电力系统中的应用.电工技术学报,2003, 18(4):70-74.
    [101] Chang C S,Tian L.A New Approach to Fault Section Estimation in Power Systems Using Ant System.Electric Power Systems Research,1999,49(1):63-70.
    [102] Yoshida H,Kawata K,Fukuyama Y.et al.A Particle Swarm Optimization for Reactive Power and Voltage Control Considering Voltage Stability.In:Proc of the International Conference on Intelligent System Application to PowerSystems.Rio de Janeiro,Brazil,1999,1l7-121.
    [103]余欣梅,李妍,熊信艮,等.基于PSO考虑谐波影响的补偿电容器优化配置.中国电机工程学报,2003,23(2):26-31.
    [104] Liu Y,Zhang H,et al. Particle Swarm Optimization for Fault State Power Supply Reliability Enhancement.In:Proc of the IEEE International Conference on Intelligent Systems Application to Power Systems.Budapest,Hungary,2001,172-176.
    [105] Salman A,Ahmad I,A1-Madani S.Particle swarm optimization for task assignment problem[J].Microprocessors and Microsystems,2002,26(8):363-371.
    [106] Eberhart R C. Shi Y. Particle swarm optimization: Developments, applications and resources. Proceedings of the Congress on Evolutionary Computation. Seoul, Korea, 2001, 81-86.
    [107]王雪,王冕,马俊杰.无线传感网络移动节点位置并行微粒群优化策略.计算机学报,2007, 30(4), 563-568.
    [108] Arabshahi, P. Gray, A. Kassabalidis, I. et al. Adaptive routing in wireless communication networks using swarm intelligence. AIAA 19th Annual Satellite Communications System Conference Toulouse, France. 2001.
    [109]梁英,于海斌,曾鹏.应用PSO优化基于分簇的无线传感器网络路由协议.控制与决策, 2006,21(4), 454-461.
    [110] Schrjiver, A. On the history of combinatorial optimization. Preprint available at www.cwi.nl/~lex/. 2002.
    [111] Gloden, B. L., & Stewart, W. R. Enpirical analysis of heuristics. In E. L. Lawler, J. K. Lenstra, A. H. G. Rinnooy Kan, & D. B. Shmoys(Eds.), The Traveling Salesman Problem (pp. 307-360). Chichester, UK, John Wiley & Sons. 1985.
    [112] Lin, S., & Kernighan, B. W. An effective heuristic algorithm for the traveling salesman problem. Operations Research, 1973, 21, 498-516.
    [113] Dantzig, G. B., Fulkerson, D. R., & Johnsons, S. M. Solution of a large-scale traveling salesman problem. Operations Research, 1954, 2, 393-410.
    [114] Grotschel, M. On the symmetric traveling salesman problem: Solution of a 120-city problem. Mathematical Programming Study, 1981, 12, 61-77
    [115] Grotschel, M., & Holland, O. Solution of large-scale symmetric traveling salesman problems. Mathematical Programming, 1991, 51, 141-202.
    [116] Lawler, E. L., Lenstra, J.K., Rinnooy Kan, A. H. G., & Shmoys, D. B. The Traveling Salesman Problem. Chichester, UK, John Wiley & Sons. 1985.
    [117] Kirkpatrick, S., Gelatt, C. D., Jr., & Vecchi, M. P. Optimization by simulated annealing. Science, 1983, 220, 671-680.
    [118] Cerny, V. A thermodynamical approach to the traveling salesman problem. Journal of Optimization Theory and Applications, 1985, 45(1), 41-51.
    [119] Knox, J. Tabu search performance on the symmetric traveling salesman problem. Computers & Operations Research, 1994, 21(8), 867-876.
    [120] Zachariasen, M., & Dam, M. Tabu search on the geometric traveling salesman problem. In I. H. Osman & J. P. Kelly (Eds.), Meta-heuristics: Theory and Applications (pp. 571-587). Boston, Kluwer Academic Publishers. 1996.
    [121] Voudouris, C., & Tsang, E. P. K. Guided local search. European Journal of Operational Research, 1999, 113(2), 469-499.
    [122] A pplegate, D., Cook, W., & Rohe, A. Chained Lin-Kernighan for large traveling salesman problems. INFORMS Journal on Computing, 2003, 15(1), 82-92.
    [123] Walters, T. Repair and brood selection in the traveling salesman problem. In A. Eiben, T. Back, M. Schoenauer, & H.-P. Schwefel (Eds.), Proceedings of PPSN-V, Fifth International Conference on Parallel Problem Solving from Nature, vol. 1498 of Lecture Notes in Computer Seinence(pp.813-822). Berlin, Springer-Verlag. 1998.
    [124] C Walshaw. A Multilevel Lin2Kernighan 2Helsgaun Algorithm for the Traveling Salesman Problem[ R]. London :University of Greenwich. 2001.
    [125]邹鹏,周智,陈国良,顾均.求解TSP问题的多级归约算法[J] .软件学报, 2003 , 14 (1) : 35 - 42.
    [126]王磊,潘进,焦李成.免疫规划[J ] .计算机学报, 2000 , 23(8) :806 - 812.
    [127] Jiang Rui,Szeto K Y,Luo Yu-pin, Hu Dong-Cheng. A path-splitting scheme based distributed parallel genetic algorithm for large traveling salesman problems. In: proc conference on Intelligent Information processing (WCC2000-IIP2000), 2000,478-485.
    [128]朱旭,韩志.求解大规模TSP问题的混合算法[J].工程数学学报. 2007, 24(5), 923-926.
    [129]戚玉涛,刘芳,焦李成.求解大规模TSP问题的自适应归约免疫算法[J].软件学报, 2008, 19(6), 1265-1273.
    [130]胡小兵,黄席樾,对一类带聚类特征TSP问题的蚁群算法求解.系统仿真学报, 2004, 16(2): 2683-2686.
    [131] Chen Y F, Liu Y S, Fattah C A, et al. HDACC : a heuristic density-based ant colony clustering algorithm. Proceedings of the IEEE/WIC/ACM InternationalConference on Intelligent Agent Technology, 2004, 397- 400.
    [132] Liu S, Dou Z T, Li F, et al. A new ant colony clustering algorithm based on DBSCAN. Proceedings of the 2004 International Conference on Machine Learning and Cybernetics, 2004, 3: 1491-1496.
    [133] Wu B, Xheng Y, Liu S H, et al. CSIM : a document clustering algorithm based on swarm intelligence. Proceedings of the 2002 Congress on Evolutionary Computation, 2002, 1: 477-482.
    [134] Peng Y Q, Hou X D, Liu S. The K-means clustering algorithm based on density and ant colony, Proceedings of the 2003 International Conference on Neural Networks and Signal Processing, 2003, 1: 457-460.
    [135] A. Buczak and V. Jamalabad,“Self-organization of a Heterogeneous Sensor Network by Genetic Algorithms,”Intelligent Engineering Systems Through Artificial Neural Networks, C.H. Dagli, et. (eds.), Vol. 8, pp. 259-264, ASME Press, New York, 1998.
    [136] C.R. Lin and M. Gerla,“Adaptive Clustering for Mobile Wireless Networks,”IEEE Journal on Selected areas in Communications, Vol. 15, No. 7, September 1997.
    [137] Heinzelman W, Chandrakasan A, Balakrishnan H. Energy-Efficient communication protocol for wireless microsensor networks. In: Proc. Of the 33rd Annual Hawaii Int’l Conf. on System Science. Maui: IEEE Computer Society, 2000. 3005-3014.
    [138] B. W. Kernighan and S. Lin, An efficient heuristic procedure for partitioning graphs. Bell system technical journal 1970, 49, 291-307.
    [139] J. Scott, Social network analysis, A handbook. Sage, London, 2nd edition ,2000.
    [140] F. Radicchi, C. CASTELLANO, F. Cecconi, V. Loreto, and D. Parisi, Defining and identifying communicaties in networks. Proc. Natl. Acad. Sci. USA 101, 2004 , 2658-2663.
    [141] Newman M. E. J., Fast algorithm for detecting community structure in networks. Phys. Rev. E ,2004, 69, 066133.
    [142]黄国锐,曹先彬,王煦法.基于信息素扩散的蚁群算法[J].电子学报,2004, vol.34, No.5, 865-868.
    [143]寇晓丽,刘三阳.一种基于分簇的改进蚁群算法求解大规模TSP问题. (已投电子学报).
    [144] Bilchev G A, Parmme I C. The ant colony metaphor for searching continuous spaces. Lecture Notes in Computer Science, 1995, 993:25-39.
    [145] Dreo J, Siarry P. Continuous interacting ant colony algorithm based on dense hierarchy. Future Generation Computer Systems, 2004, 20(5):841-856.
    [146] Dreo J, Siarry P. A new ant colony algorithm using the heterarchical concept aimed at optimization of multiminima continuous functions. Proceedings of the 3rd International Workshop on Ant Algorithms/ANTS2002, Lecture Notes in Computer Science, 2002, 2463: 216~221.
    [147] Pourtakdoust S H, Nobahari H. An extension of ant colony system to continuous optimization problems. Proceedings of the 4th International Workshop on Ant Algorithms/ANTS2004, Lecture Notes in Computer Science, 2004, 3172: 4294~301.
    [148] Wang L, Wu Q D. Ant system algorithm for optimization in continuous space. Proceedings of the 2001 IEEE International Conference on Control Applications, 2001, 395~400.
    [149] Wang L, Wang X P, Wu Q D. Ant system algorithm based Rosenbrock function optimization in multi-dimension space. Proceedings of the 2002 International Conference on Machine Learning and Cybernetics, 2002, 2: 710~714.
    [150] Wang L, Wu Q D. Further examples study on ant system algorithm based continuous space optimization. Proceedings of the 4th World Congress on Intelligent Control and Automation, 2002, 3: 2541~2545.
    [151] Wolpert D.C, Macready M.G. NO Free Lunch theorems for optimization. [J] IEEE Tans on Evolutionary Computation, 1997,1(1): 67-82.
    [152] Li Y J, Wu T J, Hill D J. An accelerated ant colony algorithm for complex nonlinear system optimization. Proceedings of the 2003 IEEE International Symposium on Intelligent Control, 2003, 709~713.
    [153]李艳君,吴铁军.连续空间优化问题的自适应蚁群系统算法.模式识别与人工智能, 2001, 14(4): 423~427.
    [154]马良.基于蚁群算法的函数优化的[J].控制与决策, 2002, 17(11): 719-722.
    [155]段海滨,蚁群算法及其在高性能电动仿真转台参数优化中的应用研究.南京:南京航空航天大学博士学位论文, 2005.
    [156] Duan H B, Wang D B, Zhu J Q. A novel method based on ant colony optimizations algorithm for solving ill-conditioned linear systems of equations. Journal of System Engineering and Electronics, 2005, 16(3): 606~610.
    [157] Wen Y, Wu T J. Dynamic window search of ant colony optimization for complex multi-stage decision problems. Proceedings of the 2003 IEEE International Conference on Systems, Man and Cybernetics, 2003, 4091~4097.
    [158]闻育,吴铁军.求解复杂多阶段决策问题的动态窗口蚁群算法.自动化学报, 2004, 30(6): 872~879.
    [159]王凌.智能优化算法及其应用[M]. 2001,北京:清华大学出版社,2001.
    [160]曾建潮,介倩,崔志华.微粒群算法[M].北京:科学出版社,2004.
    [161] Clerc.M, Kennedy.J. The Particle Swarm: Explosion, Stability and Convergence in a Multi-Dimensional Complex Space. [J] IEEE Transaction on Evolutionary Computation, 2002, 6: 58-73.
    [162]曾建潮,崔志华.一种保证全局收敛的PSO算法.计算机研究与发展. 2004, 41(8) : 1333-1338.
    [163]弥丽娜,陈治飞,孙昌志.一种随机并行算法-Alopex算法的改进[J].沈阳工业大学学报, 2000, 22 (4): 296-299.
    [164]石鸿雁,陈治飞,孙昌志.一种混合优化算法及其收敛性证明.控制与决策, 2004, 19(5): 546-549.
    [165]乔长阁,高德远.一种随机并行算法及其在VLSI布图中德应用[J].西北工业大学学报, 1994, 12(1): 74-78.
    [166]寇晓丽,刘三阳.一种蚁群混合算法求解连续空间优化问题.系统工程与电子技术,2006,vol. 28, NO.12, 1909-1911.
    [167]寇晓丽,刘三阳.一种随机微粒群混合算法求解约束优化问题.系统仿真学报,2007,vol.19. NO.10. 2148-2150+2155.
    [168] Courant R. Variational Mathods for the solution of problem of Equilibrium and Vibrations, Bulletin of American Mathematical Society, 1943, 49;1-23
    [169] Carroll C.W. the created response surface technique for optimization nonlinear retrained system. Operations research, 1961, 9;169-184.
    [170] Fiacco A.V. and Mccormick G..P. extensions of SUMT for nonlinear programming: equality constraints and extrapolation, management science, 1968, 12(11):816-828.
    [171] Angel Fernando Morales and Carlos Villegas Quezada, A Universal Eclectic Genetic Algorithm for Constrained Optimization. In Proceeding 6th European Congress on Intelligent Techniques, Germany, sept. 1998, 518-522.
    [172] Hon T.Richardson, Mark R.Palmer, Some Guidelines for Genetic Algorithms with Penalty Functions [A]. Proceeding of the third international conference. Genetic Algorithms(ICGA-89) [C], georage Mason University, Morgan Kaufmann Publishers. 1989, 191-197.
    [172] Krstic M, Kan Ellakopoulos I, Koko tovic P. Nonlinear and Adaptive Control Design [M ]. New York: Wiley–Inter science Publication, 1995.
    [173]李国勇等.最优化控制理论及参数优化.国防工业出版社,北京, 2006,1.
    [174]陈宝林.最优化理论与算法(第二版).清华大学出版社,北京, 2005,10.
    [175] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization [J]. IEEE Transactions on Evolutionary Computation, 2000, September,vol. 4, 284-294.
    [176] Koziel. S, Michalewicz. Z. Evolutionary algorithms, Homomorphous mappings, and constrained parameter optimization [J]. Evolutionary Computation, 1999, 7(1): 19-44.
    [177] Michalewicz. Z, Schoenauer M. Evolutionary algorithms for constrained parameter optimization problems [J]. Evolutionary Computation, 1996, 4(1): 1-32.
    [178] Carlos A, Coello Coello. Theoretical and numerical constraint handling techniques used with evolutionary algorithms: A survey of the state of the art [J]. Computer Methods in Applied Mechanics and Engineering, 2002, January, 191(11-12), 1245-1287.
    [179]李炳宇,萧蕴诗,吴启迪.一种基于粒子群算法求解约束优化问题的混合算法[J].控制与决策, 2004,19(7):804-807.
    [180] T Ray, K M Liew. A swarm with an effective information sharing mechanism for unconstrained and constrained single objective optimization problems [A]. Proc. IEEE Int. Conf. On Evolutionary Computation [C]. South Korea: IEEE Press, Seoul, 2001, 75-80
    [181] Seredynski F, Zomaya A F. Coevolution and evolving parallel cellular automata-based scheduling algorithms. Artificial Evolution: 5th International Conference on Evolution Artificial, Springer-Verlag Heidelberg, 2001, 362-374.
    [182] Paredis J. Coevolutionary computation. Artificial Life. 1995, 2(4): 355-375.
    [183]曹先彬,罗文坚,王煦法.基于生态种群竞争模型的协同进化.软件学报. 2001,12(4): 556-562.
    [184]郑浩然,基于生态特征的进化与协同研究.博士论文,中国科学技术大学, 2000.
    [185] Kubota N,Arakawa T,Fukuda T,Shimojima K. Fuzzy manufacturing scheduling by virus-evolutionary genetic algorithm in self-organizing manufacturing system. In: the Proceedings of the 6th IEEE International Conference on Fuzzy Systems. Barcelona: IEEE, 1997: 1283-1288.
    [186] Kubota N,Arakawa T. Schema representation in virus-evolutionary genetic algorithm for knapsack problem. In: Proceedings of 1998 IEEE World Congresson Computational Intelligence. Anchorage: IEEE, 1998. 834一839.
    [187] Potter M A,De Jong K A. Cooperative coevolution: an architecture for evolving coadapted subcomponents. Evolutionary computation. 2000,8(1): l-29.
    [188] Tahk Min-Jea,Sun Byung-Chna. Coevolutionary augmented Lagrangian methods for constrained optimization. IEEE Trans. Evolutionary Computation. 2000,4(2):114-124.
    [189] Fernando J, Verdegay J. L. Evolutionary technique for constrained optimization problems. In Hans-Jurgen Zimmermann. Editor, 7th European Congress on Intelligent Technique and Soft Computing (EUFIT’99), Aachen, Germany, 1999, Verlag Mainz. ISBN 3-89653-808-X.
    [190] Deb, K. An efficient constraint handing method for genetic algorithms. Computer Methods in Applied Mechanics and Engineering. 2000, Vol. 186(2/4), 311-338.
    [191]林丹,李敏强,寇纪凇.基于遗传算法求解约束优化问题的一种算法[J].软件学报, 2001, Vol.12, No.4, 628-632.
    [192] Carlos A. Coello Coello and Efrén Mezura-Montes. Handling Constraints in Genetic Algorithms Using Dominance-Based Tournaments[C]. In I. C. Parmee, editor, Proceedings of the Fifth International Conference on Adaptive Computing Design and Manufacture(ACDM 2002),,University of Exeter, Devon, UK, April, 2002.Springer-Verlag, Vol.5, 273-284.
    [193]王跃宣,刘连臣,牟盛静等.处理带约束的多目标优化进化算法.清华大学学报(自然科学版),2005,Vol.45, No.1, 103-106.
    [194] Efren Mezura-Montes and Carlos A. Coello Coello. A Simple Multimembered Evolution Strategy to Solve Constrained Optimization Problems. IEEE Transactions on Evolutionary Computation, 2005, February, 9(1), 1-17.
    [195] Kou Xiao-Li, Liu, San-Yang. Co-evolutionary Particle Swarm Optimization to Solve Constrained Optimization Problems. Computers and Mathematics With Applications. (SCI、EI检索).已录用.
    [196] I.F. Akyildiz, W. Su, Y. Sankarasubramaniam, E. Cayirci, Wireless sensor network: a survey, Elsevier Computer Network, 2002, 38 (4), 93- 422.
    [197] M. Haenggi, Opportunities and challenges in wireless sensor networks, in: M. Ilyas, I. Mahgoub (Eds.), Handbook of Sensor Networks: Compact Wireless and Wired Sensing Systems, CRC Press, Florida, 2004, 1.1-1.14.
    [198]孙利明,李建中,陈渝等.无线传感器网络[M].北京,清华大学出版社, 2005.
    [199] Intanagonwiwat C, Govindan R, Estrin D, Heidemann J, Directed diffusion forwireless sensor networking. IEEE/ACM Trans. On Networking, 2003, 11(1):2-16.
    [200] Sohrabi K, Gao J, Ailawadhi V, Pottie GJ. Protocols for self-organization of a wireless sensor network. IEEE Personal Communications, 2000, 7(5):16-27.
    [201] Heinzelman WR, Kulik J, Balakrishnan H. Adaptive protocols for information dissemination in wireless sensor networks. In: Proc. of the ACM MobiCom’99. Seattle: ACM Press, 1999. 174-185.
    [202] Braginsky D, Estrin D. Rumor routing algorithm for sensor networks. In: Proc. of the 1st Workshop on Sensor Networks and Applications. Atlanta: ACM Press, 2002. 22-31.
    [203] Yu HB, Zeng P, Wang ZF, Liang Y, Shang ZJ. Study of communication protocol of distributed sensor network. Journaln of China Institute of Communications, 2004, 25(10): 102-110 (in Chinese with English abstract).
    [204] Akkaya K, Younis M. A survey of routing protocols in wireless sensor networks. Ad Hoc Networks, 2005, 3(3): 325-349.
    [205] Al-Karaki JN, Kamal AE. Routing techniques in wireless sensor networks: A survey. IEEE Wireless Communications, 2004, 11(6): 6-28.
    [206] Heinzelman W, Chandrakasan A, Balakrishnan H. Energy-Efficient communication protocol for wireless microsensor networks. In: Proc. Of the 33rd Annual Hawaii Int’l Conf. on System Science. Maui: IEEE Computer Society, 2000. 3005-3014.
    [207] A. Manjeshwar and D. P. Agrawal,“TEEN : A Protocol for Enhanced Efficiency in Wireless Sensor Networks,”in the Proceedings of the 1st International Workshop on Parallel and Distributed Computing Issues in Wireless Networks and Mobile Computing, San Francisco, CA, April 2001.
    [208] A. Manjeshwar and D. P. Agrawal,“APTEEN: A Hybird Protocol for Efficient Routing and Comprehensive Information Retrieval in Wireless Sensor Networks”in the Proceedings of the 2nd International Workshop on Parallel and Distributed Computing Issues in Wireless Networks and Mobile computing, Ft. Lauderdale, FL, April 2002.
    [209] Younis O, Fahmy S. Heed: A hybrid, energy-efficient, distributed clustering approach for ad-hoc sensor networks. IEEE Trans. On Mobile Computing, 2004, 3(4): 660-669.
    [210] Lindsey S, Raghavendra CS. PEGASIS: Power-Efficient gathering in sensor in information system. In: Proc. Of the IEEE Aerospace Conf. Montana: IEEE Aerospace and Electronic Systems Society, 2002. 1125-1130.
    [211] Heinzelman W. Application-Specific protocol architectures for wireless networks [Ph.D. Thesis]. Boston: Massachusetts Institute of Technology, 2000.
    [212] Kwang Mong Sim and Weng Hong Sun. Ant colony optimization for routing and load-balancing: survey and new directions [J]. IEEE Transactions on Systems, Man and Cybernetics, Part A—Cybernetics: Systems and Humans. 2003, Vol.33, No.5, 560-572.
    [213] Singh, G., Das, S. Gosavi, S., Pujar, S.: Ant Colony Algorithms for Steiner Trees: An Application to Routing in Sensor Networks, Recent Developments in Biologically Inspired Computing, Eds. L. N. de Castro, F. J. von Zuben, Idea Group Publishing, 2004, 181-206.
    [214] Zhang, Y., Kuhn, L., Fromherz, M.: Improvement on Ant Routing for Sensor Networks, In: Workshop on Ant Colony Optimization and Swarm Intelligence, Sept. 2004.
    [215]王睿,梁彦,潘泉.无线传感器网络的蚁群自组织算法[J].电子学报. 2007, Vol.35, No.9, 1691-1695.
    [216]杨文国,郭田德.求解无线传感器网络路由问题的蚁群最优化算法以及收敛性[J].系统科学与数学. 2007, Vol.27, No.2, 239-246.
    [217]刘徐迅,曹阳,邹学玉.无线传感器网络多目标路由的改进蚁群算法[J].华中科技大学学报(自然科学版), 2007, Vol.35, No.10, 24-27.
    [218] Heinzelman WR. An application-specific protocol architecture for wireless microsensor networks. IEEE Trans. On Wireless Communications, 2002, 1(4): 660-670.
    [219] Kou Xiao-Li, Liu San-Yang, Zheng Wei. Self-selecting energy efficient paths based on Ant Colony Optimization for wireless sensor network routing. Submitted to Computer communications.

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

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

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