用户名: 密码: 验证码:
蚁群优化方法中若干问题研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
蚁群优化(AntColonyOptimization,ACO)是一种模拟自然界真实蚁群集体觅食行为的元启发式方法。现已被广泛用于求解各种工程和科学领域中的复杂优化问题。如网络动态路由问题,各种经典的组合优化难题。ACO算法中蚂蚁个体的规则虽极为简单,但作为整体却能将很复杂的问题解决到令人满意的程度。这使得ACO成为了群体智能的研究热点之一。很多学者研究了ACO的改进、ACO的应用、ACO的理论等问题,然而仍有不少关于ACO的开放性难题有待解决,比如参数该如何设置,信息素向量怎样表示待求解的问题,反馈机制是否一定有益于问题的求解及适合求解什么样的问题。本文系统地分析了ACO领域的研究工作,并围绕ACO的求解效率、质量,确定性模型分析,多群设计,信息素表示等方面开展了研究。具体地说,有以下几点:
     首先,研究了最大最小蚂蚁系统(Max-MinAntSystem,MMAS)算法的两种加速技术。一是研究了MMAS求解静态组合优化问题的信息素更新规则。新规则在总信息上进行,避免了MMAS在每步迭代中计算总信息和检查信息素是否越界的操作。二是研究了利用小规模实例最优解信息来设计MMAS的构造规则。利用复杂优化问题小规模实例的最优解的信息来设计一种MMAS构造解的三段式伪随机比例规则,能将有限的搜索能力快速集中到大规模实例的某一局部解空间。然而,这个规则弱化了MMAS算法的学习能力。因此研究了一种两段式随机比例规则,以增强算法的学习能力。实验结果表明,采用这些加速技术能显著地减少MMAS算法消耗的时间,增强其求解大规模问题的搜索能力。
     其次,研究了两种多群ACO算法的群间信息交换技术。一是通过引入粒子群优化(ParticleSwarmOptimization,PSO)中“粒子”移动的规则,研究了基于PSO的信息交换规则。该规则所需要的数据交换量和信息素更新操作均大大减少。二是通过引入中心引力优化(CentralForceOptimization,CFO)中“探测器”移动的规则,研究了基于CFO的信息交换技术。平均而言,该规则所需要的数据交换量和信息素更新操作比原有的方法减少一半。实验结果表明,与使用经典的技术相比,使用这两种新的信息交换方法的多群ACO算法在寻优能力上有明显的优势。
     再次,研究了ACO求解强NP难的背包问题。一是改进了求解多维背包问题(Multidimensional Knapsack Problem,MdKP)的ACO算法。改进后的算法用简单的信息素向量表示MdKP,使蚂蚁构造一个解的复杂性降低。为了在这种信息素表示中有效使用MdKP的问题知识,设计了新的序启发式信息。实验结果表明,改进后的新算法求解效率和求解质量明显优于文献中的ACO算法。二是设计了多维多选择背包问题(Multidimensional Multichoice KnapsackProblem,MdMcKP)的ACO算法。MdMcKP是MdKP的推广,具有更强的约束条件。ACO算法中的信息素表示使用了MdMcKP的独特结构。与其它启发式算法的比较实验表明,ACO算法是当前求解MdMcKP的最好方法之一。
     最后,研究了确定性ACO模型的收敛性及时间复杂性。建立了一个求解k最小生成树问题(k-minimum spanning tree,kMST)的竞争平衡的ACO确定性模型。用实验的方法研究了在典型信息素更新技术下模型的收敛性。然后建立求解一般组合优化问题的确定性ACO模型并严格地证明其在典型信息素更新技术下是否收敛。最后讨论了能收敛的ACO模型的时间复杂性,并得出了ACO算法时间复杂性的一个下界。
Ant colony optimization (ACO) is a metaheuristic, which was inspired from thecollectively foraging behavior of ant colonies in nature. It has been used widely for solv-ing many complex optimization problems in the field of various engineering and science.Examples are dynamic routing control in networks, a variety of classical combinatorialoptimization problems, and so on. ACO consists of a colony of artificial ants with a fewsimple operations, but can solve very complex optimization problems to a satisfactorylevel. This made ACO to become one of hot research topics in the field of artificial in-telligence. Many scholars improved the performance of ACO, built the theory of ACO,applications of ACO, and so on. However there are still many open problems on ACO tobe solved. For example, how should the parameters be set? And how does the pheromonerepresent the problem under consideration? And what type of problems can ACO solve?This thesis systematically analyzed the research works about ACO, and researched onthe performance of ACO, analysis of ACO model, multi-colony ACO and pheromonerepresentation.
     Firstly, two technologies improving Max-Min Ant System (MMAS) were studied.A new pheromone updating technology was supposed for MMAS when solving the staticcombinatorial optimization problems. The new updating rules were operated on the totalinformation, and could remove the operations of calculating the total information andcheck the pheromone bounds at each iteration in MMAS. A construction rule based onthe evidence of the optimum of the small-scale instances was presented to quickly guidethe ant colony to the subspace which may contain the optimal solutions of the large-scaleinstances being solved. However, this constructing rule weakened the learning capacityof MMAS. To overcome this question a two-stage construction rule was presented. Ex-perimental results showed that these technologies could reduce significantly the elapsedtime and improve the performance of MMAS when solving the large-scale instances.
     Secondly, two information exchange technologies among colonies were studied formulti-colony ACO algorithm. One was supposed by introducing the moving rule of the’particle’in the particle swarm optimization (PSO) metaheuristic. This method onlyneeds to exchange a small amount of data and a few of pheromone updating operations.The other was inspired from the moving rule of the’probe’in the central force optimiza-tion (CFO) metaheuristic. Averagely, this technology needs to exchange the data and pheromone updating operations less than of the best method reported before. And ex-change information was different for different colonies. Experimental results showed thatthis two exchange information technologies outperform slightly the classical method.
     Thirdly, ACO algorithms for solving the strongly NP-hard knapsack problem werestudied. An improved ACO algorithm for solving the multidimensional knapsack prob-lem (MdKP) was supposed. A simple pheromone representation was used. And thislowered the time complexity of constructing a solution of MdKP. To use the structureknowledge of MdKP in the representation, a new heuristic information based on a sort ofall knapsack items was supposed. Experimental results showed that our new algorithmperformed significantly over those ACO algorithms published before. The multidimen-sional multichoice knapsack problem (MdMcKP) is the extension of MdKP, which hasstronger constraints. However, MdMcKP has a particular structure which can be usedby ACO metaheuristic. Thus an ACO algorithm was supposed for solving MdMcKP.Compared with other heuristic algorithms published before, the ACO algorithm was oneof two best algorithms.
     Finally, the search behaviors and time complexity of ACO models were studied.A deterministic ACO model for solving the k minimum spanning tree (kMST) prob-lem was built, which was competitive-balance. The convergence of models using typicalpheromone updating technologies were analyzed by experiments. Then, several modelsfor solving the general combinatorial optimization problems were built. And the con-vergence of them proved strictly. At last, the time complexity of a ACO model whichcould converge to the optimal solution was presented. And a lower bound of the timecomplexity of ACO algorithms was obtained as a corollary.
引文
1 L. M. Gambardella, E. D. Taillard, G. Agazzi. Macs-vrptw: A Multiple Ant ColonySystem for Vehicle Routing Problems with Time Windows[C]//F. G. D. Corne, M.Dorigo. New Ideas in Optimization. London: McGraw Hill, 1999:63–76
    2 J. E. Bell, P. R. McMullen. Ant Colony Optimization Techniques for the VehicleRouting Problem[J]. Advanced Engineering Informatics, 2004, 18(1):41–48
    3 R. Montemanni, L. M. Gambardella, A. E. Rizzoli, et al. Ant Colony System fora Dynamic Vehicle Routing Problem[J]. Journal of Combinatorial Optimization,2005, 10(4):327–343
    4 L. Rosati, M. Berioli, G. Reali. On Ant Routing Algorithms in Ad Hoc Networkswith Critical Connectivity[J]. Ad Hoc Networks, 2008, 6(6):827– 859
    5 S. Kamali, J. Opatrny. A Position Based Ant Colony Routing Algorithm for MobileAd-hoc Networks[J]. Journal of Networks, 2008, 3(4):31– 41
    6 P. S. Shelokar, V. K. Jayaraman, B. D. Kulkarni. An Ant Colony Classifier System:Application to some Process Engineering Problems[J]. Computers and ChemicalEngineering, 2004, 28(9):1577– 1584
    7 R. S. Parpinelli, H. S. Lopes, A. A. Freitas. Data Mining with an Ant Colony Op-timization Algorithm[J]. IEEE Transactions on Evolutionary Computation, 2002,6(4):321– 332
    8 S. S. Weng, Y. H. Liu. Mining Time Series Data for Segmentation by UsingAnt Colony Optimization[J]. European Journal of Operational Research, 2006,173(3):921– 937
    9 L. M. De Campos, J. M. Fernandez-Luna, J. A. Gamez, et al. Ant Colony Op-timization for Learning Bayesian Networks[J]. International Journal of Approxi-mate Reasoning, 2002, 31(3):291– 311
    10 G. C. Luh, C. Y. Lin. Optimal Design of Truss Structures Using Ant Algorithm[J].Structural and Multidisciplinary Optimization, 2008, 36(4):365– 379
    11 D. Merkle, M. Middendorf. Ant Colony Optimization with Global PheromoneEvaluation for Scheduling a Single Machine[J]. Applied Intelligence, 2003,18(1):105–111
    12 K. L. Huang, C. J. Liao. Ant Colony Optimization Combined with Taboo Searchfor the Job Shop Scheduling Problem[J]. Computers and Operations Research,2008, 35(4):1030– 1046
    13 S. T. Lo, R. M. Chen, Y. M. Huang, et al. Multiprocessor System Scheduling withPrecedence and Resource Constraints Using an Enhanced Ant Colony System[J].Expert Systems with Applications, 2008, 34(3):2071– 2081
    14 P. C. Chu, J. E. Beasley. A Genetic Algorithm for the Multidimensional KnapsackProblem[J]. Journal of Heuristics, 1998, 4(1):63–86
    15 S. K. Chaharsooghi, M. Kermani, H. Amir. An Intelligent Multi-colony Multi-objective Ant Colony Optimization (aco) for the 0–1 Knapsack Problem[C]//J. A.Bullinaria. IEEE Congress on Evolutionary Computation, 2008. CEC 2008.(IEEEWorld Congress on Computational Intelligence). Hong Kong, China: Institute ofElectrical and Electronics Engineers Computer Society, Piscataway, NJ 08855-1331, United States, 2008:1195–1202
    16 S. Kirkpatrick, C. D. Gelatt, M. P. Vecchi. Optimization by Simulated Anneal-ing[J]. Science, 1983, 220(4598):671–680
    17 T. Ba¨ck. Evolutionary Algorithms in Theory and Practice: Evolution Strategies,Evolutionary Programming, Genetic Algorithms[M]. Oxford University Press,USA, 1996:1–30
    18 J. Kennedy, R. Eberhart. Particle Swarm Optimization[C]//J. Kacprzyk. IEEEInternational Conference on Neural Networks - Conference Proceedings. Perth,Aust: IEEE, Piscataway, NJ, USA, 1995:1942– 1948
    19 R. A. Formato. Central Force Optimization: A New Nature Inspired Computa-tional Framework for Multidimensional Search and Optimization[J]. Progress inElectromagnetics Research, 2007, 77:425–491
    20 M. Dorigo, G. D. Caro. Ant Colony Optimization: A New Meta-heuristic[C]//P.J. Angeline, Z. Michalewicz, M. Schoenauer, et al.. Proceedings of the 1999Congress on Evolutionary Computation, 1999. (CEC’99). Washington, DC, USA:Piscataway, NJ, IEEE Press, 1999:1470–1477
    21 M. Dorigo, G. D. Caro. The Ant Colony Optimization Meta-heuristic[C]//D.Corne, M. Dorigo, F. Glover. New Ideas in Optimization. London: McGraw Hill,1999:11–32
    22 M. Dorigo, T. Stu¨tzle. Ant Colony Optimization[M]. Mit Press, 2004:20–89
    23 F. Glover. Tabu Search–part I[J]. INFORMS Journal on Computing, 1989,1(3):190
    24 F. Glover. Tabu Search-part Ii[J]. ORSA Journal on Computing, 1990, 2(1):4–32
    25 M. Laguna, K. P. Hossell, R. Marti. Scatter Search: Methodology and Implemen-tation in C[M]. Kluwer Academic Publishers Norwell, MA, USA, 2002:20–45
    26 C. Voudouris. Guided Local Search for Combinatorial Optimisation Prob-lems[D]University of Essex, 1997:5–46
    27 T. Stu¨tzle. Iterated Local Search for the Quadratic Assignment Problem[J]. Euro-pean Journal of Operational Research, 2006, 174(3):1519–1539
    28 T. A. Feo, M. G. C. Resende. Greedy Randomized Adaptive Search Procedures[J].Journal of Global Optimization, 1995, 6(2):109–133
    29 L. M. Gambardella, M. Dorigo. An Ant Colony System Hybridized with a NewLocal Search for the Sequential Ordering Problem[J]. INFORMS Journal on Com-puting, 2000, 12(3):237–255
    30 D. Merkle, M. Middendorf, H. Schmeck. Ant Colony Optimization for Resource-constrained Project Scheduling[J]. IEEE Transactions on Evolutionary Computa-tion, 2002, 6(4):333– 346
    31 C. W. Chiang, Y. Q. Huang, W. Y. Wang. Ant Colony Optimization with Pa-rameter Adaptation for Multi-mode Resource-constrained Project Scheduling[J].JOURNAL OF INTELLIGENT & FUZZY SYSTEMS, 2008, 19(4-5):345–358
    32 N. C. Demirel, M. D. Toksari. Optimization of the Quadratic Assignment ProblemUsing an Ant Colony Algorithm[J]. Applied Mathematics and Computation (NewYork), 2006, 183(1):427– 435
    33 H. D. Pour, M. Nosraty. Solving the Facility and Layout and Location Problem byAnt-colony Optimization-meta Heuristic[J]. International Journal of ProductionResearch, 2006, 44(23):5187– 5196
    34 J. Levine, F. Ducatelle. Ant Colony Optimization and Local Search for Bin Packingand Cutting Stock Problems[J]. Journal of the Operational Research Society, 2004,55(7):705– 716
    35 R. Michel, M. Middendorf. An Aco Algorithm for the Shortest SupersequenceProblem[C]//D. Corne, M. Dorigo, F. Glover. New Ideas in Optimization. London:McGraw Hill, 1999:51–61
    36 A. Colorni, M. Dorigo, V. Maniezzo. Distributed Optimization by AntColonies[C]//F. J. Varela, P. Bourgine. Proceedings of the First European Con-ference on Artificial Life. Cambriges, MA: MIT press, 1991, 142:134–142
    37 M. Dorigo. Optimization, Learning and Natural Algorithms[D]Dipartimento diElettronic, Politecnico di Milano, Milan, 1992:10–100
    38 A. Colorni, M. Dorigo, V. Maniezzo. An Investigation of some Properties of anAnt Algorithm[C]//R. Ma¨nner, B. Manderick. Proceedings of PPSN-II, SecondInternational Conference on Parallel Problem Solving from Nature. Amsterdam:Elsevier, 1992:509–520
    39 M. Dorigo, V. Maniezzo, A. Colorni. Ant System: Optimization by a Colony ofCooperating Agents[J]. Systems, Man and Cybernetics, Part B, IEEE Transactionson, 1996, 26(1):29–41
    40 M. Dorigo, E. Bonabeau, G. Theraulaz. Ant Algorithms and Stigmergy[J]. FutureGeneration Computer Systems, 2000, 16(8):851–871
    41 E. Bonabeau, M. Dorigo, G. Theraulaz. Inspiration for Optimization from SocialInsect Behaviour[J]. Nature, 2000, 406:39–42
    42 J. B. K. Michael, B. Jean-Bernard, K. Laurent. Ant-like Task and Recruitment inCooperative Robots[J]. Nature, 2000, 406(31):992–995
    43 D. E. Jackson, M. Holcombe, F. L. W. Ratnieks. Trail Geometry Gives Polarity toAnt Foraging Networks[J]. Nature, 2004, 432(7019):907–909
    44 M. Dorigo, T. Stu¨tzle.蚁群优化[M].清华大学出版社, 2007:1–298
    45李士勇,陈永强,李研.蚁群算法及其应用[M].哈尔滨工业大学出版社,2004:10–56
    46段海滨.蚁群算法原理及其应用[M].科学出版社, 2005:20–100
    47 L. M. Gambardella, M. Dorigo. Ant-Q: A Reinforcement Learning Approach tothe Traveling Salesman Problem[C]//A. Prieditis, S. Russell. Proceedings of theTwelfth International Conference on Machine Leaening. Palo Alto: Morgan Kauf-mann Publishers, 1995:252–260
    48 M. Dorigo, L. M. Gambardella. Ant Colony System: A Cooperative LearningApproach to the Travelingsalesman Problem[J]. Evolutionary Computation, IEEETransactions on, 1997, 1(1):53–66
    49 T. Stu¨tzle, H. Hoos. MAX-MIN Ant System and Local Search for the TravelingSalesmanproblem[C]//T. Ba¨ck, Z. Michalewicz, X. Yao. IEEE International Con-ference on, Evolutionary Computation, 1997. Indianapolis, IN, USA: Piscataway,NJ, IEEE Press, 1997:309–314
    50 T. Stu¨tzle, H. Hoos. [C]//S. Voss, S. Martello, I. Osman. Meta-Heuristics:Advances and Trends in Local Search Paradigms for Optimization. Dordrecht,Netherlands: Kluwer Academic Publishers, 1999:137–154
    51 T. Stu¨tzle, H. H. Hoos. MAX-MIN Ant System[J]. Future Generation ComputerSystems, 2000, 16(9):889–914
    52 O. Cordon, I. F. de Viana, F. Herrera, et al. A New Aco Model Integrating Evo-lutionary Computation Concepts: The Best-worst Ant System[C]//M. Dorigo, M.Middendorf, T. Stu¨tzle. Abstract Proceedings of ANTS2000–From Ant Coloniesto Artificial Ants: Second International Workshops on Ant Algorithms. Brussels,IRIDIA: Universite Libre de Bruxelles, 2000:22–29
    53 B. Bullnheimer, R. F. Hartl, C. Strauss. A New Rank-based Version of the AntSystem: A Computational Study[J]. Central European Journal for Operations Re-search and Economics, 1999, 7(1):25–38
    54 O. Cordon, I. F. de Viana, F. Herrera. Analysis of the Best-worst Ant System and itsVariants on the Qap[C]//M. Dorigo, G. D. Caro, M. Sampels. From Ant Coloniesto Artificial Ants: 3rd International Workshop on Ant Algorithms, ANTS2002.Brussels, Belgium: Springer Verlag, 2002:228–234
    55 M. Dorigo, M. Zlochin, N. Meuleau, et al. Updating Aco Pheromones UsingStochastic Gradient Ascent and Cross-entropy Methods[C]//S. Cagnoni, J. Got-tlieb, E. Hart, et al.. Applications of Evolutionary Computing, Procedings of theEvoWorkshops 2002, vol. 2279 of Lecture Notes in Computer Science. Berlin:Springer-Verlag, 2002:21–30
    56 C. Blum, A. Roli, M. Dorigo. HC–ACO: The Hyper–cube Framework for AntColony Optimization[C]//L. D. Whitley. Proceedings of MIC’2001-MetaheuristicsInternational Conference, vol.2. Porto, Portugal: IEEE Press, 2001:399–403
    57 C. Blum, M. Dorigo. The Hyper-cube Framework for Ant Colony Optimization[J].Systems, Man and Cybernetics, Part B, IEEE Transactions on, 2004, 34(2):1161–1172
    58 M. Birattari, P. Pellegrini, M. Dorigo. On the Invariance of Ant Colony Optimiza-tion[J]. IEEE Transactions on Evolutionary Computation, 2007, 11(6):732–742
    59 W. J. Gutjahr. A Graph-based Ant System and its Convergence[J]. Future Gener-ation Computer Systems, 2000, 16(8):873–888
    60 W. J. Gutjahr. ACO Algorithms with Guaranteed Convergence to the OptimalSolution[J]. Information Processing Letters, 2002, 82(3):145–153
    61 T. Stu¨tzle, M. Dorigo. A Short Convergence Proof for a Class of Ant ColonyOptimization Algorithms[J]. IEEE Transactions on Evolutionary Computation,2003, 6:358–365
    62 A. Badr, A. Fahmy. A Proof of Convergence for Ant Algorithms[J]. IntenationalJournal of Intelligent Computing and Information, 2003, 3(1):22–32
    63 A. Badr, A. Fahmy. A Proof of Convergence for Ant Algorithms[J]. InformationSciences, 2004, 160(1-4):267–279
    64 G. Sebastiani, G. L. Torrisi. An Extended Ant Colony Algorithm and its Con-vergence Analysis[J]. Methodology and Computing in Applied Probability, 2005,7(2):249–263
    65 F. Neumann, C. Witt. Runtime Analysis of a Simple Ant Colony OptimizationAlgorithm[C]//T. Asano. 17th International Symposium on Algorithms and Com-putation,ISAAC’2006. Calcutta, INDIA: Springer-Verlag Berlin, 2006:618–627
    66 W. J. Gutjahr. First Steps to the Runtime Complexity Analysis of Ant ColonyOptimization[J]. Computers and Operations Research, 2008, 35(9):2711– 2727
    67 W. J. Gutjahr, G. Sebastiani. Runtime Analysis of Ant Colony Optimization withBest-so-far Reinforcement[J]. Methodology and Computing in Applied Probabil-ity, 2008, 10(3):409–433
    68 B. Doerr, F. Neumann, D. Sudholt, et al. On the Runtime Analysis of the 1-ant Aco Algorithm[C]//A. Publisher. Proceedings of the 9th annual conference onGenetic and evolutionary computation, GECCO’2007. London, United Kingdom:Hod Lipson, 2007:33–40
    69 C. Blum, M. Dorigo. Search Bias in Ant Colony Optimization: On the Role ofCompetition-balanced Systems[J]. Evolutionary Computation, IEEE Transactionson, 2005, 9(2):159–174
    70 J. Montgomery, M. Randall, T. Hendtlass. Automated Selection of AppropriatePheromone Representations in Ant Colony Optimization[J]. Artificial Life, 2005,11(3):269– 291
    71 J. Montgomery, M. Randall, T. Hendtlass. Solution Bias in Ant Colony Optimi-sation: Lessons for Selecting Pheromone Models[J]. Computers and OperationsResearch, 2008, 35(9):2728– 2749
    72 D. Merkle, M. Middendorf. Modeling the Dynamics of Ant Colony Optimiza-tion[J]. Evolutionary Computation, 2002, 10(3):235–262
    73 M. Bolondi, M. Bondaza. Parallelizzazione Di Un Algorithmo Per La RisoluzioneDel Problema Del Comesso Viaggiatore[D]Politecnico di Milano, 1993:1–75
    74 B. Bullnheimer, G. Kotsis, C. Strauss. Parallelization Strategies for the Ant Sys-tem[C]//R. D. Leone, et al.. High Performance Algorithms and Software in Nonlin-ear Optimization, Applied Optimization. Dordrecht: Kluwer Publisher, 1998:87–100
    75 M. Middendorf, F. Reischle, H. Schmeck. Information Exchange in Multi ColonyAnt Algorithms[C]//J. Rolim. Parallel and Distributed Computing, Proceedings ofthe 15 IPDPS 2000 Workshops, Third Workshop on Biologically inspired Solu-tions to Parallel Processing Problems (BioSP3). Cancun, Mexico: Springer-Verlag,Berlin, 2000:645–652
    76 E. G. Talbi, O. Roux, C. Fonlupt, et al. Parallel Ant Colonies for Combinato-rial Optimization Problems[C]//J. Rolim. Parallel and Distributed Processing, 11IPPS/SPDP’99 Workshops. Berlin: Springer-Verlag, 1999:239–247
    77 E. G. Talbi, O. Roux, C. Fonlupt, et al. Parallel Ant Colonies for the QuadraticAssignment Problem[J]. Future Generation Computer Systems, 2001, 17(4):441–449
    78 T. Stu¨tzle. Parallelization Strategies for Ant Colony Optimization[C]//A. E. Eiben,T. Bu¨ck, M. Schoenauer, et al.. Proceedings of PPSN-V, Fifth International Con-ference on Parallel Problem Solving from Nature, Vol. 1498 of Lecture Notes inComputer Science. Berlin: Springer-Verlag, 1998:722–731
    79 M. Manfrin, M. Birattari, T. Stutzle, et al. Parallel Ant Colony Optimization for theTraveling Salesman Problem[C]//Dorigo, M and Gambardella, LM and Birattari,M and Martinoli, A and Stutzle, T. 5th International Workshop on ANT COLONYOPTIMIZATION AND SWARM INTELLIGENCE, PROCEEDINGS. Brussels,BELGIUM: Springer-Verlag, 2006, 4150:224–234
    80 S. C. Chu, J. F. Roddick, J. S. Pan. Ant Colony System with CommunicationStrategies[J]. Information Sciences, 2004, 167(1-4):63–76
    81 I. Ellabib, P. Calamai, O. Basir. Exchange Strategies for Multiple Ant ColonySystem[J]. Information Sciences, 2007, 177(5):1248–1264
    82 S. Tsutsui. Parallel Ant Colony Optimization for the Quadratic Assignment Prob-lems with Symmetric Multi Processing[C]//M. Dorigo, M. Birattari, C. Blum, etal.. 6th Biannual International Conference on Ant Colony Optimization and SwarmIntelligence. Brussels, Belgium: SPRINGER-VERLAG BERLIN, 2008:363–370
    83 Y. Chen, L. Chen, L. Tu. Parallel Ant Colony Algorithm for Mining ClassificationRules[C]//Zhang, YQ and Lin, TY. 2006 IEEE International Conference on Gran-ular Computing. Atlanta, GA: IEEE, 345 E 47TH ST, NEW YORK, NY 10017USA, 2006:85–90
    84 J. Yao, B. Yao. A Parallel Ant Colony Optimization for Multi-depot Vehicle Rout-ing Problem[C]//Wang, YP and Zhang, QF and Liu, HL and Niu, ZM. CIS WORK-SHOPS 2007: INTERNATIONAL CONFERENCE ON COMPUTATIONAL IN-TELLIGENCE AND SECURITY WORKSHOPS. Harbin, China: IEEE COM-PUTER SOC, 2007:240–243
    85 S. Lee, T. Jung, T. Chung. Improved Ant Agents System by the Dynamic ParameterDecision[C]//S. G. Tzafestas. 10th IEEE International Conference on Fuzzy Sys-tems, VOLS 1-3 - MEETING THE GRAND CHALLENGE: MACHINES THATSERVE PEOPLE . MELBOURNE, AUSTRALIA: IEEE Press, 2001:666–669
    86 H. T. Dinh, A. A. Mamun, H. T. Dinh. Dynamically Updating the Exploiting Pa-rameter in Improving Performance of Ant-based Algorithms[C]//N. Megiddo andY. F. Xu and B. H. Zhu. 1st International Conference on Algorithmic Applicationsin Management. Dalian, China: Springer-Verlag, 2005:340–349
    87 M. Samrout, R. Kouta, F. Yalaoui, et al. Parameter’s Setting of the Ant ColonyAlgorithm Applied in Preventive Maintenance Optimization[J]. JOURNAL OFINTELLIGENT MANUFACTURING, 2007, 18(6):663–677
    88 D. Martens, M. De Backer, et al. Classification with Ant Colony Optimiza-tion[J]. IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, 2007,11(5):651–665
    89吴庆洪,张纪会.具有变异特征的蚁群算法[J].计算机研究与发展, 1999,36(10):10
    90庄昌文,范明钰.基于协同工作方式的一种蚁群布线系统[J].半导体学报,1999, 20(005):400–406
    91 L. Shenghong, L. Zemin. A General Cac Approach Using Novel Ant AlgorithmTraining Based Neural Network[C]//D. M. Wolpert, Z. Ghahramani, M. Jordan.Proceedings of the International Joint Conference on Neural Networks. Washing-ton, DC, USA: IEEE Publisher, 1999:1885–1888
    92陈岐,沈洁,秦玲,等.基于分布均匀度的自适应蚁群算法[J].软件学报, 2003,14(008):1379–1387
    93朱庆保,杨志军.基于变异和动态信息素更新的蚁群优化算法[J]. Journal ofSoftware, 2004, 15(2)
    94柯良军,冯祖仁,冯远静.有限级信息素蚁群算法[J].自动化学报, 2006,32(002):296–303
    95黄国锐,曹先彬,王煦法.基于信息素扩散的蚁群算法[J].电子学报, 2004,32(5):865–868
    96吴春明,陈治,姜明.蚁群算法中系统初始化及系统参数的研究[J].电子学报,2006,34(8):1530–1533
    97孙力娟,王良俊,王汝传.改进的蚁群算法及其在Tsp中的应用研究[J].通信学报,2004,25(10):10
    98陈崚,章春芳.并行蚁群算法中的自适应交流策略[J]. Journal of Software,2007, 18(3):617–624
    99黄翰,郝志峰,吴春国,等.蚁群算法的收敛速度分析[J].计算机学报, 2007,30(8):1343–1353
    100孙焘,王秀坤,刘业欣,等.一种简单蚂蚁算法及其收敛性分析[J].小型微型计算机系统,2003,24(008):1524–1527
    101 H. R. Kanan, K. Faez. An Improved Feature Selection Method Based on AntColony Optimization (aco) Evaluated on Face Recognition System[J]. AppliedMathematics and Computation, 2008, 205(2):716– 725
    102 S. Ouadfel, M. Batouche. Antclust: An Ant Algorithm for Swarm-based ImageClustering[J]. Information Technology Journal, 2007, 6(2):196– 201
    103 A. T. Ghanbarian, E. Kabir, N. M. Charkari. Color Reduction Based on AntColony[J]. Pattern Recognition Letters, 2007, 28(12):1383– 1390
    104 S. Le Hegarat Mascle, A. Kallel, X. Descombes. Ant Colony Optimization for Im-age Regularization Based on a Nonstationary Markov Modeling[J]. IEEE Trans-actions on Image Processing, 2007, 16(3):865– 878
    105 W. Tfaili, P. Siarry. A New Charged Ant Colony Algorithm for Continuous Dy-namic Optimization[J]. Applied Mathematics and Computation, 2008, 197(2):604– 613
    106 M. Lopez Ibanez, T. D. Prasad, B. Paechter. Ant Colony Optimization for OptimalControl of Pumps in Water Distribution Networks[J]. Journal of Water ResourcesPlanning and Management, 2008, 134(4):337– 346
    107 M. R. Jalali, A. Afshar, M. A. Marino. Multi-colony Ant Algorithm for Contin-uous Multi-reservoir Operation Optimization Problem[J]. Water Resources Man-agement, 2007, 21(9):1429– 1447
    108 A. C. Zecchin, A. R. Simpson, H. R. Maier, et al. Parametric Study for an Ant Al-gorithm Applied to Water Distribution System Optimization[J]. IEEE Transactionson Evolutionary Computation, 2005, 9(2):175– 191
    109 H. Ghaiebi, M. Solimanpur. An Ant Algorithm for Optimization of Hole-makingOperations[J]. Computers and Industrial Engineering, 2007, 52(2):308– 319
    110 R. Montemanni, D. H. Smith, L. M. Gambardella. Ant Colony Systems for LargeSequential Ordering Problems[C]//Y. Shi. 2007 IEEE Swarm Intelligence Sym-posium. Honolulu, HI: IEEE, 345 E 47TH ST, NEW YORK, NY 10017 USA,2007:60–67
    111 A. V. Donati, R. Montemanni, N. Casagrande, et al. Time Dependent Vehicle Rout-ing Problem with a Multi Ant Colony System[J]. European Journal of OperationalResearch, 2008, 185(3):1174– 1191
    112 M. A. Contreras, W. Chung, G. Jones. Applying Ant Colony OptimizationMetaheuristic to Solve Forest Transportation Planning Problems with Side Con-straints[J]. Canadian Journal of Forest Research, 2008, 38(11):2896– 2910
    113 G. S. Pavani, H. Waldman. Restoration in Wavelength-routed Optical Networks byMeans of Ant Colony Optimization[J]. Photonic Network Communications, 2008,16(1):83– 91
    114 C. Solnon. Combining Two Pheromone Structures for Solving the Car Sequenc-ing Problem with Ant Colony Optimization[J]. European Journal of OperationalResearch, 2008, 191(3):1043– 1055
    115 S. K. Chaharsooghi, A. H. Meimand Kermani. An Effective Ant Colony Optimiza-tion Algorithm (aco) for Multi-objective Resource Allocation Problem (morap)[J].Applied Mathematics and Computation, 2008, 200(1):167– 177
    116 M. Nikravan, M. H. Kashani. Parallel Min-max Ant Colony System (mmas)for Dynamic Process Scheduling in Distributed Operating Systems ConsideringLoad Balancing[C]//I. Zelinka and Z. Oplatkova and A. Orsoni . 21ST EURO-PEAN CONFERENCE ON MODELLING AND SIMULATION ECMS 2007 -SIMULATIONS IN UNITED EUROPE . Prague, CZECH REPUBLIC: EURO-PEAN COUNCIL MODELLING & SIMULATION, SCHOOL COMPUTING,2007:639–644
    117 J.-H. Ahn, S. Kang. Noc-based Soc Test Scheduling Using Ant Colony Optimiza-tion[J]. ETRI Journal, 2008, 30(1):129– 140
    118 A. Udomsakdigool, V. Kachitvichyanukul. Multiple Colony Ant Algorithm forJob-shop Scheduling Problem[J]. International Journal of Production Research,2008, 46(15):4155– 4175
    119 S. U. Seckiner, M. Kurt. Ant Colony Optimization for the Job Rotation SchedulingProblem[J]. Applied Mathematics and Computation, 2008, 201(1-2):149– 160
    120 B. M. T. Lin, C. Y. Lu, S. J. Shyu, et al. Development of New Features of AntColony Optimization for Flowshop Scheduling[J]. International Journal of Pro-duction Economics, 2008, 112(2):742– 755
    121 C. J. Liao, C. C. Liao. An Ant Colony Optimisation Algorithm for Schedulingin Agile Manufacturing[J]. International Journal of Production Research, 2008,46(7):1813– 1824
    122 M. Reimann, M. Laumanns. Savings Based Ant Colony Optimization for the Ca-pacitated Minimum Spanning Tree Problem[J]. Computers and Operations Re-search, 2006, 33(6):1794– 1822
    123 J. Ji, Z. Huang, C. Liu, et al. An Ant Colony Optimization Algorithm for Solvingthe Multidimensional Knapsack Problems[C]//X. Wu. IEEE/WIC/ACM Interna-tional Conference on Intelligent Agent Technology, 2007. IAT’07. Fremont, CA,United States: IEEE, Piscataway, NJ, 2007:10–16
    124 M. Kong, P. Tian, Y. Kao. A New Ant Colony Optimization Algorithm for the Mul-tidimensional Knapsack Problem[J]. Computers and Operations Research, 2008,35(8):2672–2683
    125 C. Nalini, P. Balasubramanie. Discovering Unordered Rule Sets for Mixed Vari-ables Using an Ant-miner Algorithm[J]. Data Science Journal, 2008, 7:76– 87
    126 R. J. Kuo, S. Y. Lin, C. W. Shih. Mining Association Rules Through Integrationof Clustering Analysis and Ant Colony System for Health Insurance Database inTaiwan[J]. Expert Systems with Applications, 2007, 33(3):794– 808
    127 J. Casillas, O. Cordon, I. Fernandez De Viana, et al. Learning Cooperative Lin-guistic Fuzzy Rules Using the Best-worst Ant System Algorithm[J]. InternationalJournal of Intelligent Systems, 2005, 20(4):433– 452
    128 C. F. Juang, C. Lo. Fuzzy Systems Design by Clustering-aided Ant Colony Op-timization for Plant Control[J]. International Journal of General Systems, 2007,36(6):623– 641
    129 M. Korurek, A. Nizam. A New Arrhythmia Clustering Technique Based on AntColony Optimization[J]. Journal of Biomedical Informatics, 2008, 41(6):874–881
    130 S. C. Chi, C. C. Yang. A Two-stage Clustering Method Combining Ant ColonySom and K-means[J]. Journal of Information Science and Engineering, 2008,24(5):1445– 1460
    131 G. L. Peterson, C. B. Mayer, T. L. Kubler. Ant Clustering with Locally WeightedAnt Perception and Diversified Memory[J]. Swarm Intelligence, 2008, 2(1):43–68
    132 Y. Kao, Y. L. Li. Ant Colony Recognition Systems for Part Clustering Problems[J].International Journal of Production Research, 2008, 46(15):4237– 4258
    133 R. Marcus. A Parallel Implementation of Ant Colony Optimization[J]. Journal ofParallel and Distributed Computing, 2002, 62(9):1421–1432
    134 X. Li, X. Yu, X. Luo. Parallel Implementation of Ant Colony Optimization forVector Quantization Codebook Design[C]//Q. P. Guo. 3rd International Confer-ence on Natural Computation (ICNC 2007). Haikou, China: IEEE COMPUTERSOC, 2007:787–791
    135 C. Ling, S. Hai Ying, W. Shu. Parallel Implementation of Ant Colony Optimiza-tion on Mpp[C]//L. Kang. 7th International Conference on Machine Learning andCybernetics. Kunming, China: IEEE, 345 E 47TH ST, NEW YORK, NY 10017USA, 2008:981–986
    136 A. Z. M. Shahriar, M. M. Akbar, M. S. Rahman, et al. A Multiprocessor BasedHeuristic for Multi-dimensional Multiple-choice Knapsack Problem[J]. Journal ofSupercomputing, 2008, 43(3):257– 280
    137 G. Leguizamon, Z. Michalewicz. A New Version of Ant System for Subset Prob-lems[C]//P. J. Angeline, Z. Michalewicz, M. Schoenauer, et al.. Proceedings ofthe 1999 Congress on Evolutionary Computation, 1999. CEC’99. Piscataway, NJ:IEEE Press, 1999, 2:1459–1464
    138 I. Alaya, C. Solnon, K. Ghedira. Ant Algorithm for the Multidimensional Knap-sack Problem[J]. 2004:63–72
    139 S. Fidanova. Evolutionary Algorithm for Multiple Knapsack Prob-lem[C]//Proceedings of PPSN-VII, Seventh International Conference on ParallelProblem Solving from Nature
    140 R. Parra-Hernandez, N. Dimopoulos. On the Performance of the Ant Colony Sys-tem for Solving the Multidimensional Knapsack Problem[C]//B. Fogel. PACRIM.2003 IEEE Pacific Rim Conference on Communications, Computers and signalProcessing, 2003. Victoria, B.C., Canada: IEEE Press, 2003, 1:338–341
    141 M. Moser, D. P. Jokanovic, N. Shiratori. Algorithm for the MultidimensionalMultiple-choice Knapsack Problem[J]. IEICE Transactions on Fundamentals ofElectronics, Communications and Computer Sciences, 1997, E80-A(3):582– 589
    142 S. Khan, K. Li, E. Manning, et al. [J]. Studia Informatica, an International Journal,Special Issue on Cutting, Packing and Knapsacking Problems, 2002, 2:154–174
    143 R. Parra-Hernandez, N. Dimopoulos. A New Heuristic for Solving the MultichoiceMultidimensional Knapsack Problem[J]. IEEE Transactions on Systems, Man andCybernetics, Part A, 2005, 35(5):708–717
    144 M. Hifi, M. Michrafy, A. Sbihi. Heuristic Algorithms for the Multiple-choice Mul-tidimensional Knapsack Problem[J]. Journal of the Operational Research Society,2004, 55(12):1323– 1332
    145 M. Hifi, M. Michrafy, A. Sbihi. A Reactive Local Search-based Algorithm forthe Multiple-choice Multi-dimensional Knapsack Problem[J]. Computational Op-timization and Applications, 2006, 33(2-3):271– 285
    146 M. Dorigo, C. Blum. Ant Colony Optimization Theory: A Survey[J]. TheoreticalComputer Science, 2005, 344(2-3):243–278

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

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

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