微粒群算法及其在物流系统中的应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
物流被称为企业的“第三利润源泉”。在“自然资源领域”和“人力资源领域”利润开拓越来越困难的情况下,物流领域的潜力被人们发现并受到重视。通过优化物流系统可以降低成本,从而增加企业利润及市场竞争力,因此通过优化算法对物流系统进行优化具有十分重要的意义和应用价值。
     微粒群算法(Particle Swarm Optimization,PSO)是一种拥有收敛速度快和简便易行优点的随机全局优化算法。论文对标准微粒群算法进行了深入的研究和分析,针对其缺陷提出了相应的改进方法,在此基础上采用遗传算法编码、交叉和变异的遗传微粒群算法求解物流系统中的库存优化和车辆路径优化问题,并分别设计了启发式算子提高遗传微粒群算法的性能,仿真试验的结果证实了算法的有效性和稳定性。
     对于微粒群算法改进的工作在于:
     (1)对于无约束优化问题,提出基于对个体评价的动态个体惯性权重调整策略,其中也包含对多种变异算子的研究。仿真结果显示,这种方法对于提高微粒群算法的性能有非常明显的帮助。
     (2)对于约束优化问题,通过仿真计算比较了多种变异算子的效果,在此基础上尝试了多变异算子串行融合,然后为了克服多变异算子相互间的干扰并减少计算量,提出了自适应的变异算子选取策略。最后,本文提出了将标准微粒群算法与遗传微粒群算法相融合的双重微粒群算法,仿真计算显示,这种算法在与两种微粒群算法计算量相当的情况下展现出明显高效的搜索效率和精度。
     对于物流系统优化的贡献在于:
     (1)采用遗传微粒群算法求解背包问题,采用1-2opt启发式算子融入遗传微粒群算法,仿真结果显示本算法要优于本文提到的标准微粒群算法和遗传算法。在此基础上,对一个典型货运中转业务建模,通过综合运用双重微粒群算法和求解背包问题的遗传微粒群算法求解,仿真结果验证了算法的有效性,并对于物流业务的实际运行有一定的参考价值。
     (2)提出采用混合遗传微粒群算法求解旅行商问题的框架结构。针对微粒群算法特有的三条染色体交叉的特性,设计改进的顺序交叉算子,它能够在交叉的同时保留优质解的信息;此外采用基于2-opt的变异算子显著的增强算法的收敛性能。通过以上改造,提出了求解旅行商问题的遗传微粒群算法结构,此结构相对于标准微粒群算法更加简单、直观、易于实现并且可扩展性好。仿真实验显示了此算法的可行性和有效性。
     (3)采用混合遗传微粒群算法对带车辆能力约束的车辆路径优化问题求解,其中采用了求解旅行商问题的交叉和变异算子,并采用了启发式算子处理其约束条件,仿真结果表示它具有精度高和速度快的优点。
     (4)采用两段式混合微粒群算法对于由多个仓库同时配送的多车场路径问题进行求解。第一阶段中采用分配规则将客户节点分配到各个仓库,将问题简化为多个单仓库的车辆路径优化子问题;第二阶段采用混合遗传微粒群算法对每个子问题进行求解,仿真结果验证算法的可行性。仿真结果显示算法不仅能在满足配送要求下优化配送线路减少行驶里程,还可以对公司货车的购置调度和仓库选址等提供决策支持。
The logistics has been considered as the‘third source of the profit’. Sicne it is hard to increase profit with using the“natural resources”and the“human resources”now, the potential of the logistics gains more and more attentions. With the optimizations of the logistics enterprises can increase their profit and competitiveness by decreasing cost. Hence, it is significative to optimize logistics systems with optimization algorithms.
     The particle swarm optimization (PSO) is a stochastic optimization algorithm, it is easy to perform and can converge very fast. The dissertation studied and anlysised PSO deeply to improve performances. Based on which, a new approach was introduced, where the genetic particle swarm optimization (GPSO) was employed to address the inventory optimization problems and the Vehicle Routing Problem (VRP) instead of the traditional PSO. GPSO was derived from the original continuous particle swarm optimization and incorporated with the genetic reproduction mechanisms, namely crossover and mutation. The simulation results have shown that with heuristic algorithms, GPSO presented its effecitiveness and consistence.
     The achievements of the dissertation in PSO as follows:
     (1) An adaptive individual inertia weight strategy with mutation operators were proposed for high-dimensional optimization problems. The methods were proved to be effectiveness.
     (2) Kinds of mutation operators were incorporated to PSO. The results have shown no mutation operator could outperform others on all problems. Hence a multi-mutations operator was introdued, it was more consistent than single mutations, while performed worse on few problems. Based on which an adaptive mutation operator selection strategy was proposed, where the particles were divided in to groups with different probability to employ various mutation operators. The probabilities were adjust by comparision the evolutionary results between groups, the results have shown it outperformed the above mutation strategies. At last, a dual particle swarm optimization (Dual-PSO) was proposed, where the standard PSO and GPSO were incorporated, the simulation results have shown it outperformed both standard PSO and GPSO along with the genetic algorithm, the evolutionary strategy and the differential evolution.
     The achievements of the dissertation in logistics sytems as follows:
     (1) An approach for knapsack problem (KP) was proposed based on GPSO with a 1-2opt heuristic algorithm (GPSO-Opt) , the simulation results shows it outperformed the standard PSO and genetic algorithms introduced in the dissertation. A typical storage system was modeled and addressed with Dual-PSO and GPSO-Opt, simulation results have shown the effectiveness of the algorithms, and provided useful references.
     (2) The dissertation proposed a frame to solve traveling salesman problem (TSP) with GPSO. In the frame, a modified ordere crossover (MOX) was proposed to maintain information mainly from the high quality solutions during the crossover. A mutation operator based on 2-opt was introduced for local search. A two-stage crossover was proposed for the crossover among three chromosomes. Based on the above approach, a novel GPSO frame for TSP was propsed, which is simple, intuitionistic, flexible and easy to impletement. The simulation results have shown its feasibility and effectiveness.
     (3) A hybrid GPSO method was proposed to solve the capacitated vehicle routing problem (CVRP) , where MOX and 2-opt operator were employed along with a heuristic operator to deal with the constraints. The simulation results have shown its feasibility and effectiveness.
     (4) A two stage hybrid GPSO method was employed to solve the multi-depot vehicle routing problem (MDVRP). In the first stage the customers were assignmented to the depots and transformed the MDVRP to a set of CVRP problems; in the second stage the hybrid GPSO method was employed to solve the CVRP problems. The simulation results have shown the feasibility. Moreover, the results not only optimized the routings, but also provided supports for the decision-makings of truck purchase and depots placement.
引文
[1]蔡临宁.物流系统规划-建模及实例分析[M].北京:机械工业出版社, 2003. 07
    [2] Ronald H. Ballou.企业物流管理-供应链的规划、组织和控制[M].北京:机械工业出版社, 2002. 09
    [3] Chen-hsiung Chan, Sheng-An Lee, and Cheng-Yan Kao. Improving EAX with Restricted 2-opt[C]. In: Proceedings of GECCO2005. Washington, DC, USA: ACM Press. 1471-1476
    [4]刘建芹,贺毅朝,顾茜茜.基于离散微粒群算法求解背包问题研究[J].计算机工程与设计, 2007, 28(13): 3189-3191, 3204
    [5] Huai-Kuang Tsai, Jinn-Moon Yang, Yuan-Fang Tsai, et al. An Evolutionary Algorithm for Large Traveling Salesman Problems [J]. IEEE Trans on SMC Part B, 2004, 34(4): 1718-1729
    [6] Hung Dinh Nguyen, Ikuo Yoshihara, Kunihito Yamamori, et al. Implementation of an Effective Hybrid GA for Large-Scale Traveling Salesman Problems [J]. IEEE Trans on SMC Part B. 2007, 37(1): 92-99
    [7]赵培忻.物流系统中若干优化模型及其算法研究[D].山东大学, 2005
    [8]冯辉宗.制造系统敏捷供应链的物流配送优化调度技术研究[D].重庆大学, 2004
    [9]姜昌华.遗传算法在物流系统优化中的应用研究[D].华东师范大学, 2007
    [10]简炜.物流过程的建模和优化方法研究[D].浙江大学, 2004
    [11]韩世莲.物流配送线路多目标优化方法研究[D].东南大学, 2005
    [12]胡平.集群智能算法在不确定旅行商问题中的应用研究[D].吉林大学, 2007
    [13]许焱.奥运智能交通系统规划研究[D].北京工业大学, 2006
    [14]张军,张学尽,杜文,等.基于微粒群算法的城市公交线网模型研究[J].计算机应用研究, 2007, 24(1): 131-132, 147
    [15] K. E. Parsopoulos, M. N. Vrahatis. Particle swarm optimization method for constrained optimization problems [J]. Intelligent Technologies-Theory and Application: New Trends in Intelligent Technologies, ser. Frontiers in ArtificialIntelligence and Applications, P. Sincak, J. Vascak, and et al., Eds. IOS Press, 2002, 76: 214–220
    [16] T Takahama, S Sakai. Solving constrained optimization problems by the epsilon constrained particle swarm optimizer with adaptive velocity limit control[C]. In: Proceedings of the 2nd IEEE International Conference of Cybernetics and Intelligent System. Piscataway, NJ: IEEE Press, 2006: 683-689
    [17] T P. Runarsson, X Yao. Stochastic ranking for constrained evolutionary optimization [J]. IEEE Transactions on Evolutionary Computation. 2000, 4: 284-294
    [18] T. Ray, K. Liew, and P. Saini. An intelligent information sharing strategy within a swarm for unconstrained and constrained optimization problems [J]. Soft Computing– A Fusion of Foundations, Methodologies and Applications, 2002, 6(1): 38–44
    [19] Andrews P S. An Investigation into Mutation Operators for Particle Swarm Optimization[C]. In: Proceedings of CEC2006, Piscataway, NJ: IEEE Press, 2006: 1044-1051
    [20] Leandro dos Santos Coelho. A quantum particle swarm optimizer with chaotic mutation operator [J]. Chaos, Solitons and Fractals (2006), doi: 10. 1016/j. chaos. 2006. 10. 028
    [21] Angel E. Mu?noz Zavala, Arturo Hern′andez Aguirre, and Enrique R. Villa Diharce. Constrained Optimization via Particle Evolutionary Swarm Optimization Algorithm (PESO) [C]. In: Proceedings of GECCO’05. Piscataway, NJ: IEEE Press, 2005: 25-29
    [22] Fu Guojiang, Wang Shaomei, Chen Mingjun, et al. Particle swarm optimizer with C-Pg mutation [C]. In: Proceedings of International Conference on Computational Intelligence and Security, 2005. Xi’an, China: Springer Berlin/Heidelberg, 2005, 3801: 638-644
    [23] Kao Yi-Tung. A hybrid genetic algorithm and particle swarm optimization for multimodal functions [J]. Applied Soft Computing Journal, 2008, 8(2): 849-857
    [24] Yi-Tung Kao, Erwie Zahara. A hybrid genetic algorithm and particle swarm optimization for multimodal functions [J]. Applied Soft Computing, 2008, 8(2): 849-857
    [25] Hsieh, Chang-Tai. Particle swarm guided evolution strategy [C]. In: Proceedings of GECCO 2007: Genetic and Evolutionary Computation Conference. London, United Kingdom: ACM PRESS, 2007: 650-657
    [26] Omran Mahamed G. H, Engelbrecht Andries P, and Salman Ayed. Differential evolution based particle swarm optimization [C]. In: Proceedings of the 2007 IEEE Swarm Intelligence Symposium. Piscataway, NJ: IEEE Press, 2007: 112-119
    [27]寇晓丽,刘三阳.基于模拟退火的粒子群算法求解约束优化问题[J].吉林大学学报:工学版, 2007, 37(1): 136-140
    [28] Rafael Parra-Hernández, Nikitas J. Dimopoulos. A New Heuristic for Solving the Multichoice Multidimensional Knapsack Problem [J]. IEEE Trans on SMC Part A, 2005, 35(5): 708-717
    [29] Halvard Arntzen, Lars M. Hvattum, and Arne LZkketangen. Adaptive memory search for multidemand multidimensional knapsack problems [J]. Computers & Operations Research, 2006, 33(9): 2508–2525
    [30] Said Hanafi, Arnaud Freville. An efficient tabu search approach for the O-l multidimensional knapsack problem [J]. European Journal of Operational Research, 1998, 106: 659-675
    [31] James E. Lewis, Rammohan K. Ragade, Anup Kumar, et al. A distributed chromosome genetic algorithm for bin-packing [J]. Robotics and Computer-Integrated Manufacturing, 2005, 21: 486–495
    [32] Zoheir Ezziane. Solving the 0/1 knapsack problem using an adaptive genetic algorithm [J]. Artificial Intelligence for Engineering Design, Analysis and Manufacturing, 2002, 16(1): 23-30
    [33] Kato K, Sakawa M. Genetic algorithms with decomposition procedures for multidimensional 0-1 knapsack problems with block angular structures [J]. IEEE Transactions on Systems, Man and Cybernetics, Part B, 2003, 33(3): 410-419
    [34] Maria Joao Alves, Marla Almeida. MOTGA: A multiobjective Tchebycheff based genetic algorithm for the multidimensional knapsack problem [J]. Computers and Operations Research, 2007, 34(11): 3458-3470
    [35] Feng-Tse Lin. Solving the knapsack problem with imprecise weight coefficients using genetic algorithms [J]. European Journal of Operational Research, 2008,185(1): 133-145
    [36] J Kennedy, R Eberhart. Particle Swarm optimization [C]. In: Proceedings of IEEE International Conference on Neural Networks. Piscataway, NJ: IEEE Press, 1995: 1944-1948
    [37] Min Kong, Peng Tian, and Yucheng Kao. A new ant colony optimization algorithm for the multidimensional Knapsack problem [J]. Computers & Operations Research, 2008, 35(8): 2672-2683
    [38] Boryczka, Urszula. Ants and Multiple Knapsack Problem [C]. In: Proceedings of Computer Information Systems and Industrial Management Applications, 2007. Piscataway, NJ: IEEE Press, 2007: 149-154
    [39] Parra-Hernandez, R. ; Dimopoulos, N. On the performance of the ant colony system for solving the multidimensional knapsack problem [C]. In: Proceedings of the IEEE Pacific Rim Conference on Communications, Computers and Signal Processing 2003. Piscataway, NJ: IEEE Press, 2003, 1: 338-341
    [40] Ehud D Karnin. A Parallel Algorithm for the Knapsack Problem [J]. IEEE Trans on Computers, 1984, 33(5): 404-408
    [41]贺毅朝,寇应展,陈致明.求解多选择背包问题的改进差分演化算法[J].小型微型计算机系统, 2007, 28(9): 1682-1685
    [42]金慧敏,马良.遗传退火进化算法在背包问题中的应用[J].上海理工大学学报, 2004, 26(6): 561-564
    [43]史亮,董槐林,王备战,等.求解大规模0-1背包问题的主动进化遗传算法[J].计算机工程, 2007, 33(13): 31-33
    [44]曾智,杨小帆,陈静,等.求解多维0-1背包问题的一种改进的遗传算法[J].计算机科学, 2006, 33(7): 220-223
    [45]李娟,方平,周明.一种求解背包问题的混合遗传算法[J].南昌航空工业学院学报, 1998, 12 (3): 31 - 35
    [46]赵传信,季一木.粒子群优化算法在0/1背包问题的应用[J].微机发展, 2005, 15(10): 23-25
    [47]沈显君,王伟武,郑波尽,等.基于改进的微粒群优化算法的0-1背包问题求解[J].计算机工程, 2006, 32(18): 23-24, 38
    [48]马慧民,叶春明,张爽.二进制改进粒子群算法在背包问题中的应用[J].上海理工大学学报, 2006, 28(1): 31-34
    [49]陈海雷,玄光哲,于海,等.用基于二进制编码的异步粒子群算法解0 /1背包问题[J].长春理工大学学报, 2006, 29(2): 69-71
    [50]叶永春,车林仙,何兵.一种求解0 - 1背包问题的混合粒子群算法[J].长沙电力学院学报(自然科学版), 2006, 21(4): 87-90
    [51] Tolga Bektas. The multiple-traveling salesman problem: an overview of formulations and solution procedures [J]. Omega, 2006, 34(3): 209 - 219
    [52] M W Padberg, G Rinaldi. A branch-and-cut algorithm for the resolution of large-scalesymmetric traveling salesman problems [J]. SIAM Review 33, 1991: 60-100
    [53] M Gr o tchel, O. Holland. Solution of large scale symmetric traveling salesman problems [J]. Mathematical Programming 51, 1991: 141-202
    [54] Keld Helsgaun. An Effective Implementation of the Lin-Kernighan Traveling Salesman Heuristic [J]. European Journal of Operational Research, 2000, 126(1): 106-130
    [55] John Dzubera, Darrell Whitley. Advanced Correlation Analysis of Operators forthe Traveling Salesman Problem [J]. Parallel Problem Solving From Nature-PPSN III, Y. Davidor, H. -P. Schwefel, and R. M?nner, Eds. New York: Springer-Verlag, 1994: 68-77
    [56] Chi-Bin Cheng, Chun-Pin Mao. A modified ant colony system for solving the travelling salesman problem with time windows[J]. Mathematical and Computer Modelling, 2007, 46(9-10): 1225-1235
    [57] Dorigo Macro, Gambardella Luca Maria. Ant colony system: A cooperative learning approach to the traveling salesman problem[J]. IEEE Trans on Evolutionary Computation, 1997, 1(1): 53-66
    [58] Hung Dinh Nguyen, Ikuo Yoshihara, Kunihito Yamamori, et al. Implementation of an Effective Hybrid GA for Large-Scale Traveling Salesman Problems [J]. IEEE Trans on SMC, Part B, 2007, 37(1): 92-99
    [59] D. Whitley. The GENITOR algorithm and selective pressure: Why rankbased allocation of reproductive trials is best. In: Proc. 3rd Int. Conf. Genetic Algorithms.San Mateo, CA: Morgan Kaufman, 1989: 116–121
    [60] Bernd Reisleben, Peter Merz. A Genetic Local Search Algorithm for Solving Symmetric and Asymmetric Traveling Salesman Problems [C]. In: Proceedings of IEEE International Conference on Evolutionary Computation 1996. Piscataway, NJ: IEEE Press, 1996: 616-621
    [61] Kirkpatrick S, Gelatt J C D, and VecchiM P. Optimization by Simulated Annealing [J]. Science, 1983, 220(4596): 671-680
    [62] Glover F. Future Paths for IntegerProgramming and Links to Artifical Intelligence [J]. Computersand Operations Research, 1986, 13(5): 533-549
    [63] Hopfield J J. Neural Networks and Physical Systems with Emergent Collective ComputationalAbilities [J]. Proc of the National Academy of Science, 1982, 79(4): 2554-2558
    [64] Heitor S. Lopes, Leandro S Coelho. Particle Swarm Optimization with Fast Local Search for the Blind Traveling Salesman Problem [C]. In: Proceedings of the 5th HIS. Piscataway, NJ: IEEE Press, 2005: 245-250
    [65] Zhang Changsheng, Sun Jigui, Wang Yan, et al. An Improved Discrete Particle Swarm Optimization Algorithm for TSP [C]. In: 2007 IEEE/WIC/ACM International Conferences on Web Intelligence and Intelligent Agent Technology Workshops. Piscataway, NJ: IEEE Press, 2007: 35-38
    [66] Xiangyong Li, Peng Tian, Jing Hua, et al. A Hybrid Discrete Particle Swarm Optimization for the Traveling Salesman Problem [C]. In: Lecture Notes in Computer Science. Springer Berlin/Heidelberg, 2006, 247: 181-188
    [67] Xinmei Liu, Jinrong Su, and Yan Han. An Improved Particle Swarm Optimization for Traveling Salesman Problem[C]. Lecture Notes in Computer Science. Springer Berlin/Heidelberg, 2007, 4682: 803-812
    [68] E F G Goldbarg, G R. de Souza, and M C. Goldbarg. Particle Swarm for the Traveling Salesman Problem[C]. Lecture Notes in Computer Science. Springer Berlin/Heidelberg, 2006, 3906: 99-110
    [69] Thiago R. Machado, Heitor S. Lopes. A hybrid particle swarm optimization model for the traveling salesman problem [J]. Adaptive and Natural Computing Algorithms, Springer Vienna, 2005, Part II: 255-258
    [70] Wen-hang Zhong, Jun Zhang, and Wei-neng Chen. A novel discrete particle swarmoptimization to solve traveling salesman problem[C]. In: IEEE Congress on Evolutionary Computation 2007. Piscataway, NJ: IEEE Press, 2007: 3283-3287
    [71] Yuan Zhenglei, Yang Liliang, Wu Yaohua, et al. Chaotic Particle Swarm Optimization Algorithm for Traveling Salesman Problem[C]. In: 2007 IEEE International Conference on Automation and Logistics. Piscataway, NJ: IEEE Press, 2007: 1121-1124
    [72] Cuiru Wang, Jiangwei Zhang, Jing Yang, et al. A Modified Particle Swarm Optimization Algorithm and its Application for Solving Traveling Salesman Problem[C]. In: Proceedings of ICNN&B’05. Piscataway, NJ: IEEE Press, 2005, 2: 689-694
    [73] Wei Pang, Kang-ping Wang, Chun-guang Zhou, et al. Fuzzy discrete particle swarm optimization for solving traveling salesman problem[C]. In: Proceedings of CIT '04. Piscataway, NJ: IEEE Press, 2004: 796-800
    [74] Wei Pang, Kang-Ping Wang, Chun-Guang Zhou, et al. Modified particle swarm optimization based on space transformation for solving traveling salesman problem[C]. In: Proceedings of 2004 International Conference on Machine Learning and Cybernetics. Piscataway, NJ: IEEE Press, 2004, 4: 2342-2346
    [75] Kang-Ping Wang, Lan Huang, Chun-Guang Zhou, et al. Particle swarm optimization for traveling salesman problem[C]. In proceedings of 2003 International Conference on Machine Learning and Cybernetics. Piscataway, NJ: IEEE Press, 2003, 3: 1583-1585
    [76] X H Shi, Y C Liang, and H P Lee. Particle swarm optimization-based algorithms for TSP and generalized TSP [J]. Information Processing Letters, 2007, 103(5): 169-176
    [77] Chwen-Tzeng Su, Jui-Tsung Wong. Designing MIMO controller by neuro-traveling particle swarm optimizer approach [J]. Expert Systems with Applications: An International Journal, 2007, 32(3): 848: 855
    [78] Mehmet Fatih Tasgetiren, PP N Suganthan, and Quan-Qe Pan. A discrete particle swarm optimization algorithm for the generalized traveling salesman problem[C]. In: Proceedings of the 9th annual conference on Genetic and evolutionary computation, 2007. London: ACM, 2007: 158-167
    [79] R Baraglia, J I Hidalgo, and R Perego. A Hybrid Heuristic for the TravelingSalesman Problem [J]. IEEE Transactions On Evolutionary Computation, 2001, 5(6): 613-622
    [80] S Jung, B Moon. The natural crossover for the 2D Euclidean TSP [C]. In: Proc. Genetic and Evol. Comput. Conf 2001. San Francisco: Morgan Kaufmann Publishers, 2001: 1003–1010
    [81] H. Ishibuchi, T. Yoshida, and T. Murata. Balance between genetic search and local search in memetic algorithms for multiobjective permutation flowshop scheduling [J]. IEEE Trans. Evol. Comput, 2003, 7(2): 204–223
    [82]李军军,王锡淮,黄有方,等.微粒群算法在现代物流系统优化中的应用[J].物流技术, 2006, 4: 33-35
    [83]王文峰,刘光远,温万惠.求解TSP问题的自逃逸混合离散粒子群算法研究[J].计算机科学, 2007, 34(8): 143-144, 195
    [84]蔡荣英,李丽珊,林晓宇,等.求解旅行商问题的自学习粒子群优化算法[J].计算机工程与设计, 2007, 28(2): 261-263, 266
    [85] Clarke G, Wfjghtj W. Seheduling of vehieles from a central depot to a number of delivery Poinis [J]. Operations Researeh, 1996, 12: 568-581
    [86] David Mester, Olli Br?ysy. Active-guided evolution strategies for large-scale capacitated vehicle routing problems [J]. Computer & Operations Research, 2005, 34(10): 2964-2975
    [87] R Tavakkoli-Mpghaddam, N Sfaei, M. M. O. Kah, et al. A New Capacitated Vehicle Routing Problem with Split Service for Minimizing Fleet Cost by Simulated Annealing[J]. Journal of the Franklin Institute, 2007, 344(5): 406-425
    [88] S Mazzeo, I Loiseau. An Ant Colony Algorithm for the Capacitated Vehicle Routing[J]. Electronic Notes in Discrete Mathematics, 2004, 18: 181-186
    [89]张丽萍,柴跃廷.车辆路径问题的改进遗传算法[J].系统工程理论与实践, 2002, 22(8): 79-84
    [90]赵燕伟,吴斌,蒋丽,等.车辆路径问题的双种群遗传算法求解方法[J].计算机集成制造系统. 2004, 10(3): 303-306
    [91]肖健梅,李军军,王锡淮.求解车辆路径问题的改进微粒群优化算法[J].计算机集成制造系统. 2005, 11(4): 577-581
    [92]李军,谢秉磊,郭耀煌.非满载车辆调度问题的遗传算法[J].系统工程理论方法应用, 2000, 20(3): 235一239
    [93] B Crevier, J. F Cordeau, and G Laporte. The multi-depot vehicle routing problem with inter-depot routes [J]. European Journal of Operational Research, 2007, 176(2): 756-1507
    [94] Lim, Andrew. Multi-depot vehicle routing problem: A one-stage approach [J]. IEEE Trans on Automation Science and Engineering, 2005, 2(4): 397-402
    [95] Renaud, Jacques. Tabu search heuristic for the multi-depot vehicle routing problem [J]. Computers & Operations Research, 1996, 23(3): 229-235
    [96] Suk-Tae Bae, Heung Suk Hwang, Gyu-Sung Cho, et al. Integrated GA-VRP solver for multi-depot system [J]. Computers & Industrial Engineering, 2007, 53(2): 233-240
    [97] Polacek, Michael. A variable neighborhood search for the multi-depot vehicle routing problem with time windows [J]. Journal of Heuristics, 2004, 10(6): 613-627
    [98]邹彤,李宁,孙德宝,等.多车场车辆路径问题的遗传算法[J].计算机工程与应用, 2004: 82-83
    [99]邓欣.基于遗传算法的多车场车辆路径问题研究[D].重庆大学, 2007
    [100]娄山佐.一种解决多库房随机车辆路径问题方法[J].系统仿真学报, 2007, 19(4): 879-882
    [101]王素欣,高利,崔小光,等.多集散点车辆路径问题及其蚁群算法研究[J].系统工程与实践, 2008, 2: 1143-147
    [102]王素欣,高利,崔小光,等.多集散点车辆路径优化的混合算法[J].北京理工大学学报, 2007, 27(2): 130-134
    [103] Ratnaweera A, Halgamuge S K, and Watson H C. Self-organizing hierarchical particle swarm optimizer with time-varying acceleration coefficients [J]. IEEE Trans on Evolutionary Computation, 2004, 8(3): 240-255
    [104] F van den Bergh, A P Engelbrecht. A Cooperative approach to particle swarm optimization [J]. IEEE Transactions on Evolutionary Computation, 2004, 8: 225-239
    [105] Tony Huang, Ananda Sanagavarapu Mohan. A Hybrid Boundary Condition for Robust Particle Swarm Optimization [J]. IEEE Antennas and Wireless Propagation Letters, 2005, 4: 112-117
    [106] A Carlisle, G Doizier. An off-the-shelf PSO [C]. In: Proceedings of the Workshop on Particle swarm optimization. Indiannapolis: IN, 2001: 1-6
    [107] R Eberhart, Y Shi. Particle Swarm Optimization: Developments, Applications and Resources [C]. In: Proceedings of the 2001 Congress on Evolutionary Computation. Piscataway, NJ: IEEE Press, 2001, 1: 81-86
    [108] J Robinson, Y Rahmat-Samii. Particle swarm optimization in electromagnetic [J]. IEEE Transactions on Antennas and Propagation, 2004, 52: 397-407
    [109] J Kennedy. Small Worlds and Mega-minds: Effects of Neighborhood Topology on Particle Swarm Performance [C]. In: Proceedings of IEEE Congress on Evolutionary Computation. Piscataway, NJ: IEEE Press, 1999, 3: 1931-1938
    [110] Jia. Z. W, Liu. J, and Xie. X. M. Study on Secondary Voltage Control Based on Multi-agent Particle Swarm Optimization Algorithm [C]. In: Proceedings of PowerCon 2006, Oct. Piscataway, NJ: IEEE Press, 2006: 1-5
    [111] Chia-Feng Juang. A hybrid of genetic algorithm and particle swarm optimization for recurrent network design [J]. IEEE Trans on SMC, Part B. 2004, 34(2): 997-1006
    [112] Bakare G. A, Krost G, Venayagamoorthy G. K, et al. Comparative Application of Differential Evolution and Particle Swarm Techniques to Reactive Power and Voltage Control [C]. In: Intelligent systems Applications to Power Systems, 2007. Piscataway, NJ: IEEE Press, 2007: 1-6
    [113] P. Y. Yin, Genetic particle swarm optimization for polygonal approximation of digital curves [J]. Pattern Recognition and Image Analysis, 2006, 16(2): 223-233
    [114]陈国初,俞金寿.单纯形微粒群优化算法及其应用[J].系统仿真学报, 2006, 18(4): 862-865
    [115]王俊年,申群太,沈洪远,等.基于多种群协同进化微粒群算法的径向基神经网络设计[J].控制理论与应用, 2006, 23(2): 251-255
    [116]王丽芳.曾建潮.以模拟退火算法为收敛判据的混合微粒群算法[J].计算机工程与科学, 2006, 28(5): 77-79
    [117] Bagley J D. The behaviors of adaptive system which employ genetic and correlation algorithm (D). Ph. D. Dissertation. Michigan: University of Michigan, No. 68-7556, 1967
    [118] Goldberg D E. Genetic algorithm in Search, Optimization and Machine Learning [M]. Reading, MA: Addision-Wesley Publish Company, 1989
    [119] Schwefel H P, Rudolph G. Contemporary evolution strategies[C]. Advances in Artifical Life: Proceedings of 3rd Europe Conference on Artificial Life, Vol. 929 of LNAI, Springer-Verlag, 1995: 893-907
    [120] Storn Rainer, Price. Differential evolution- a simple and efficient adaptive scheme for global optimization over continuous spaces [J]. Technical Report TR-95-012, ICSI, 1995
    [121] K. V. An introduction to differential evolution [C]. In: New Ideas in Optimization, D. Corne, M. Dorigo, and F. Glover, Eds. McGraw-Hill, London, 1999: 79-108
    [122] M Clerc, J Kennedy. The Particle Swarm-explosion, Stability, and Convergence in a Mutildimensional Complex Space [J]. IEEE Transaction Computation, 2002, 6: 58-73
    [123] Y Shi, R C Eberhart. Parameter Selection in Particle Swarm Optimization [C]. Lecture Notes in Computer Science, In: Evolutionary Programming, V, W, Porto, N, Saravanan, D, Waagen., A, E, Eiben. Eds. Berlin, Germany: Springer-Verlag, 1998, 7: 591-600
    [124] David H Wolpert, William G. Macready. No free lunch theorems for optimization [J]. IEEE Transactions on Evolutionary Computation. 1997, 1(1): 67-82
    [125]陈国初,俞金寿.增强型微粒群算法及其在软测量中的应用[J].控制与决策, 2005, 20(4): 377-381
    [126] Shi Y, Eberhart R. Fuzzy adaptive particle swarnl optimization[C]. In: Proceedings of the IEEE conference on evolutionary computation.Piscataway, NJ: IEEE Press, 2001: 101-106
    [127] Ourique, Claudia O. Biscaia Jr., and Evaristo C. ; Pinto, Jose Carlos. The use of particle swarm optimization for dynamical analysis in chemical processes [J]. Computers and Chemical Engineering, 2002, 26(12): 1783-1793
    [128] Clerc M. The swarm and the queen: Towards a deterministic and adaptive particleswarm optimization[C]. Proc. of the ICEC. Washington, 1999: 1951-1957
    [129] Xie Xiao feng, Zhang Wen jun, and Yang Zhi lian.Adaptive particle swarm optimization on individual level[C]. In: Proceedings of the 6 international conference on signal processing.Piseataway, NJ: IEEE Press, 2002: 1215-1218
    [130] Xie Xiao feng, Zhang Wen jun, and Yang Zhi lian.Hybrid particle swarm optimization with mass extinction [C]. In Proceedings of IEEE 2002 international conference on comm.Unications, circuits and systems and west Sino expositions. Piscataway, NJ: IEEE Press, 2002: 1170-1173
    [131] Thiemo Knnk, Jakob S Vesterstrom, and Jacques Riget. Particle swarm optimization with spatial particle extension[C]. In: Proceedings of the 2002 congress on evolutionary, computation. Piscataway, NJ: IEEE Press, 2002: 1474-1479
    [132] Xie Xiao feng, Zhang Wen jun, and Yang Zhi lian.Dissipative particle swarm optimization[C]. In: Proceedings of the 2002 congress on evolutionary computation. Piscataway, NJ: IEEE Press, 2002: 1456-1461
    [133] H Higashi, H Iba. Particle swarm optimization with Gaussian mutation [C]. In: Proceedings of the IEEE swarm intelligence Symphosim. Piscataway, NJ: IEEE Press, 2003: 72-79
    [134] A. Stacey, M. Jancic, and I Grundy. Particle swarm optimization with mutation[C]. In: Proceedings of the 2003 Congress on Evolutionary Computation. Piscataway, NJ: IEEE Press, 2003: 1425-1430
    [135] S. C. Esquivel, C. A. Coello Coello. On the use of particle swarm optimization with multimodal functions[C]. In: Proceedings of the 2003 Congress on Evolutionary Computation. Piscataway, NJ: IEEE Press, 2003: 1130-1136
    [136] Z. Michalewicz. Genetic Algorithms + Data Structures = Evolution Programs, 3rd edition [M]. Springer-Verlag, 1996
    [137] James Kennedy, Rui Mendes. Neighborhood Topologies in Fully Informed and Best-of-Neighborhood Particle Swarms [J]. IEEE Trans on SMC Part C, 2006, 36(4): 515-519
    [138] Kou. Xiao-Li, Liu. San-Yang, and Zheng, Wei. Double-Particle Swarm Optimization with Induction-Enhanced Evolutionary Strategy to SolveConstrained Optimization Problems[C]. In: Proceedings of 3rd international conference on natural computation, 2007. Piscataway, NJ: IEEE Press, 2007: 527-531
    [139] Krohling. R. A, dos Santos Coellho. L. Coevolutionary Particle Swarm Optimization Using Gaussian distribution for Solving Constrained Optimization Problems [J]. IEEE Trans on SMC, 2006, 36(6): 1407-1416
    [140] C Wang, H Yuan, Z Huang, et al. A Modified Particle Swarm Optimization Algorithm and Its Application in Optimal Power Flow Problem [C]. In: Proceeding of the Fourth International Conference on Machine Learning and Cybernetics. Piscataway, NJ: IEEE Press, 2005, 5: 2885-2889
    [141] Renato A. Krohling, Leandro dos Santos Coelho. Coevolutionary Particle Swarm Optimization Using Gaussian Distribution for Solving Constrained Optimization Problems [J]. IEEE Trans SMC, Part B, 2006, 36: 1407-1416
    [142] T Takahama, S Sakai. Tuning fuzzy control rules by theαconstrained method which solves constrained nonlinear optimization problems [J]. Electronics and Communications in Japan, 2000, 83(9): 1-12
    [143] X Hu, Eberhart R. Solving constrained nonlinear optimization problems with particle swarm optimization [C]. In: Proceedings of the Sixth World Multi-conference on Systemics, Cybernetics and Informatics. Piscataway, NJ: IEEE Press, 2002: 53-57
    [144] Xiangyong Li, Peng Tian, and Min Kong, et al. A Novel Particle Swarm Optimization for Constrained Optimization Problems [C]. Lecture Notes in Computer Science, Springer Berlin/Heidelberg, 2005, 3805: 1305-1310
    [145] Takahama Tetsuyuki, Sakai Setsuko, and Iwane Noriyuki. Constrained optimization by theεconstrained hybrid algorithm of particle swarm optimization and genetic algorithm [C]. In: Proceedings of 18th Australian Joint Conference on Artificial Intelligence, AI 2005: Advances in Artificial Intelligence, Sydney, Australia, 2005: 389-340
    [146] Efr′en Mezura-Montes, Carlos A. Coello Coello. Saving Evaluations in Differential Evolution for Constrained Optimization [C]. In: Proceedings of 6th Mexican International Conference on Computer Science, 2005. Piscataway, NJ: IEEE Press, 2005: 274-281
    [147] Sangameswar Venkatraman, Gary G. Yen. A Generic Framework for Constrained Optimization Using Genetic Algorithms [J]. IEEE Trans on Evolutionary Computation, 2005, 9(4): 424-435
    [148] Kato, K. Sakawa, M. Genetic algorithms with decomposition procedures for multidimensional 0-1 knapsack problems with block angular structures [J]. IEEE Trans on SMC, Part B. 2003, 33(3): 410-419
    [149]张玲,张钹.佳点集遗传算法[J].计算机学报, 2001, 24(9): 917-922
    [150] Christiaan V. Henkel, Thomas Back, Joost N. Kok, et al. DNA computing of solutions to knapsack problems [J]. BioSystems, 2007, 88: 156-162
    [151] Xianjun Shen, Yuanxiang Li, Weiwu Wang, et al. A Dynamic Adaptive Particle Swarm Optimization for Knapsack Problem[C]. In: Proceedings of WCICA2006. Piscataway, NJ: IEEE Press, 2006, 1: 3183-3187
    [152] Kennedy J, Eberhart R C. A discrete binary version of the particle swarm optimization [A]. Proceedings of the 1997 Conference on Systems, man, and Cybernetics [C]. Piscataway NJ: IEEE press, 1997. 4104-4109
    [153]高海昌,冯博琴,朱利.智能优化算法求解TSP问题[J].控制与决策, 2006, 21(3): 241-247, 252
    [154]肖健梅,李军军,王锡淮.改进微粒群优化算法求解旅行商问题[J].计算机工程与应用, 2004, 40(35): 50-52
    [155]张长春,苏昕,易克初.粒子群算法和蚁群算法的结合及其在组合优化中的应用[J].空间电子技术, 2007, 2: 76-80
    [156]谭皓,王金岩,何亦征,等.一种基于子群杂交机制的粒子群算法求解旅行商问题[J].系统工程, 2005, 23(4): 83-87
    [157] http: //elib. zib. de/Pub/Packages/mp-testdata/tsp/tsplib/tsp/index. html/[OL]
    [158] http: //neo. lcc. uma. es/radi-aeb/WebVRP/index. html/[OL]

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

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

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