用户名: 密码: 验证码:
求解装配线平衡问题的蚁群算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
装配线平衡问题是指将操作分配至各个工位,使得某些目标达到最优的一系列优化决策问题。平衡装配线可缩短产品的生产周期,提高产品的生产效率,具有重要的现实意义。另一方面装配线平衡问题是一类典型的NP难问题,研究其有效求解算法具有重要的理论意义。
     求解装配线平衡问题的方法主要有三类:启发式算法、精确算法和元启发式算法。第一类方法求解效率很高,但效果难以保证;第二类方法适合求解小规模算例的精确解,但在求解大规模问题时效率低下;元启发式算法则两方面比较均衡,是当前求解装配线平衡问题的主流算法。在众多元启发式算法中,蚁群算法由于遍历求解的过程与装配线的设计过程相似性极高,能充分地利用问题的特性,故利用该算法求解装配线平衡问题的研究是一个重要的发展方向。
     论文针对第2类单边装配线平衡问题,提出了一种改进蚁群算法。(1)引入了一种新的启发式因素:可释放后继操作数。如果某项操作一旦被分配,便有较多的操作被释放成为候选操作,显然该项操作应被优先分配以增强蚁群的多样性;(2)给出了合理、有效的操作选择、分配机制以顾全全局搜索和局部寻优之间的平衡。选择机制以有利于后续工位分配的原则确定操作的选择权值,顾全全局优化,而操作分配机制则侧重于当前工位的优化,为局部寻优;(3)综合考虑局部信息和全局信息的贡献定义了两种信息素,分别刻画工位和操作间的优化组合与同一工位中操作间的优化组合,后者可自组织实现操作间的组合。数值实验结果显示该算法对第1类和第2类装配线平衡问题都有较优的求解效果。
     分析装配线平衡问题的平衡特性,针对第2类单边装配线平衡问题提出了一种工位蚁群算法。(1)将优化指标分解到每个工位,利用各个工位的局部优化逼近全局优化;(2)提出了一种定界策略,根据当前的最好解,增加(或减小)工位时间的下界(或上界),缩小工位时间的变化范围,提高算法的求解速度;(3)利用精英复制策略在当前的优秀蚂蚁(精英蚂蚁)中随机选择一只,复制其局部解取代不满足定界条件的局部解。实验结果显示,工位蚁群算法能求得大部分算例的最优节拍,求解结果优于其它元启发式算法所得的最好节拍,也优于前面所提的改进蚁群算法。将三种策略应用于第1类装配线平衡问题的求解,提出了第1类问题的工位蚁群算法。实验结果显示,该算法也能有效求解第1类装配线平衡问题。
     针对第2类双边装配线平衡问题提出了一种改进蚁群算法。(1)提出了一个启发式权值的计算公式。在公式中引入了两种新的启发式因素:操作所在边的位置和闲置时间,前者使得单边操作以较大概率被优先选择,为后续工位保留了更多的双边操作,后者使得所选择的操作不再仅局限于闲置时间为0或最小的操作,这两个启发式因素的提出增强了蚁群的多样性;(2)给出了一种边工位的确定原则,使得两边工位的工位时间尽可能以相同的速度增加,以保证伴随工位内部的平衡性,同时可减少因两边工位分配的不均衡性造成的闲置时间的增加;(3)给出了一种动态更新步长的定界策略,在操作分配机制中给出了新的工位时间下界的定界规则,定义了三种理想分配操作并设定不同的优先级别,选择合适的理想操作组合分配至工位。数值实验结果验证了该算法的有效性。
The decision problem of optimally partitioning the assembly works among the stations to achieve some objective is known as the assembly line balancing problem (ALBP). Balancing assembly line can shorten the production cycle, and improve production efficiency, which is of important practical significance. On the other hand, it is a typical NP-hard problem, and the research of effective algorithm for it has important theoretical significance.
     The methods for solving ALBP are mainly classified into three groups:heuristic approach, exact method and meta-heuristic algorithm. The first method can efficiently solve problem, but its effectiveness is difficult to guarantee; the second one is suitable for solving the exact solution of small-scale examples, but it is inefficient for solving the large-scale problems. Meta-heuristic algorithm is relatively balanced in effectiveness and efficiency. So it becomes the mainstream algorithm for solving ALBP. Among many meta-heuristic algorithms, ant colony optimization algorithm becomes an important development for solving ALBP, because of the high similarity between the traversal solution process and the assembly design process.
     An improved ant colony optimization is proposed to address the type2of the simple assembly line balancing problem (SALBP-2).(1) A novel heuristic factor:the number of release tasks, is introduced to select tasks. Among the candidate tasks, if a task is assigned to station, many tasks will be released to be the candidate task, this task should be chosen with priority to increase the diversity of ant colony.(2) A task selection strategy and an assignment mechanism are proposed to assign tasks, which is rational and effective for balancing the global optimization and the local optimization. The selection strategy is applied to calculate the selection weights of candidate tasks, which in view of the global optimization, yet the assignment mechanism is emphasized to optimize the current station, which belongs to the local optimization.(3) Two pheromones are defined to describe the combination relationship between stations and tasks and that among tasks in the same station, considering the contribution of global information and local information, respectively. The latter can adaptively combine tasks. The computational results indicate the better effect of the proposed algorithm for solving SALBP-2and the type1of the simple assembly line balancing problem (SALBP-1).
     Analysis the balance characteristic of ALBP, a station ant colony algorithm (SACO) is proposed to address SALBP-2.(1) The objective of SACO is decomposed to each station, and approach the global optimization through each local optimization.(2) A bound strategy is proposed to increase/decrease the lower bound/upper bound of station times according to the current best solution, and narrow the variation range of all station times.(3) An elite copy strategy is applied to randomly select one from the current superior ants (Elite Ants), and copy its partial solution to replace the one, which is not satisfied the constraints of bound strategy. The computational results show that SACO can obtain the optimal of most instances, and all obtained results are better than those of other existing meta-heuristic algorithms, including the proposed ACO. Three strategies are also applied to address SALBP-1. Computational results demonstrate that the algorithm is effective for solving SALBP-1.
     An improved ACO is also proposed to address the type2of two-sided assembly line balancing problem (TALBP-2).(1) A novel formulation is introduced to calculate the heuristic weight. In the formulation, two new heuristic factors:the side of candidate tasks and the idle time of them are introduced. The one-sided task can be chosen in greater probability according to the first factor, thus keeping more either-tasks to the following stations. The second one can make the chosen tasks are no longer limited to the tasks, whose idle time is0or the minimum. Two factors can increase the diversity of optional tasks.(2) A determination rule of station direction is proposed to make two-sided station time increase at the same speed as possible, which can improve the balance between the accompany stations and decrease the idle times caused by imbalance of two stations.(3) A bound strategy with variable-step and a new lower bound rule of station times are introduced in the task assignment mechanism. Three ideal tasks with different priority are defined to choose the suitable ideal task combination for the current station. Computational results verify the validity of proposed approaches.
引文
[1]吴君华.流水线产品总装工艺规划的研究与实践[D].武汉:华中理工大学,1999.
    [2]陈禹六.先进制造业运行模式[M].北京:清华大学出版社,1998:111.
    [3]周亮.装配线平衡的最优化模型与算法研究[D].南京:南京理工大学,2005.
    [4]詹姆斯.沃麦克,丹尼尔.琼斯.丰田精益生产方式[M].北京:中信出版社,2008.
    [5]张坤全.柔性化装配线平衡设计的研究与实践[D].武汉:华中科技火学,2006.
    [6]周金应.面向产品族的混流装配线平衡与排序研究[D].重庆:重庆大学,2006.
    [7]G. Boothroyd.Product design for manufacture and assembly[J]. Computer-Aided Design,1994,26(7):505-520.
    [8]肖中华.基于改进遗传算法的汽车装配线平衡问题研究[D].武汉:武汉科技大学,2010.
    [9]M. E. Salveson. The assembly line balancing problem[J]. Journal of Industrial Engineering,1955,6(3):18-25.
    [10]Muller, M., B. Demuth, and B. Rosenhahn, An evolutionary approach for learning motion class patterns[J]. Pattern Recognition,2008,5096:365-374.
    [11]胡斌.大规模复杂装配流水线平衡问题的研究[D].上海:上海交通大学,2006.
    [12]郭玉春.春飞公司吸尘器装配线平衡研究[D].南京:南京理工大学,2004.
    [13]B. Bryton. Balancing of a continuous production line. M.Sc. Thesis, North-Western University, Evanston, IL,1954.
    [14]F. M. Tonge. Summary of a heuristic line balancing procedure[J]. Management Science, 1960,7(1):21-42.
    [15]W.H.Helgeson, D.P.Birnie. Assembly line balancing using the ranked positional weight technique[J]. The Journal of Industrial Engineering,1961,12(6):394-398.
    [16]F. F. Boctor. A multiple-rule heuristic for assembly line balancing[J]. Journal of the Operational Research Society,1995,46(1):62-69.
    [17]H. Fatih Ugurdag, Ram Rachamadugu, Christos A. Papachristou. Designing paced assembly lines with fixed number of stations[J].European Journal of Operational Research,1997,102:488-501.
    [18]T. R. Hoffmann. EUREKA:A hybrid system for assembly line balancing[J]. Management Science,1992,38(1):38-47.
    [19]A. Scholl, R. Klein. SALOME:A bidirectional branch and bound procedure for assembly line balancing[J]. INFORMS Journal on Computing,1997,9(4):319-334.
    [20]A. Sprecher. A competitive branch-and-bound algorithm for the simple assembly line balancing problem[J].INT.J.PROD.RES,1999,37(8):1787-1816.
    [21]K.Fleszar and K.S.Hindi. An enumerative heuristic and reduction methods for the assembly line balancing problem[J]. European Journal of Operational Research,2003, 145(3):606-620.
    [22]M. Peeters and Z. Degraeve. An linear programming based lower bound for the simple assembly line balancing problem[J]. European Journal of Operational Research,2006,168(3):716-731.
    [23]A.Scholl, M. Fliedner, N. Boysen. ABSALOM:Balancing assembly lines with assignment restrictions[J]. European Journal of Operational Research,2010, 200(3):688-701.
    [24]I.Sabuncuoglu, E. Erel and M. Tanyer. Assembly line balancing using genetic algorithms[J].Journal of Intelligent Manyfacturing,2000,11(3):295-310.
    [25]宋华明,韩玉启.基于遗传算法的装配线平衡[J].系统工程,2002,20(1):87-91.
    [26]皮兴忠、范秀敏和严隽琪.基于可行作业序列的遗传算法求解第二类装配线平衡问题.上海交通大学学报,2005,39(7):pp.1123-1127.
    [27]范维博,周俊,许正良.应用遗传算法求解第一类装配线平衡问题[J].计算机技术与发展,2010,20(2):194-196.
    [28]Y.Jianfeng, Y.Yuehong. Assembly line balancing based on an adaptive genetic algorithm[J]. Int J Adv Manuf Technol,2010,48(1-4):347-354.
    [29]吉兴全.市场机制下输电网的投资规划分析[D].天津:天津大学,2002
    [30]W. C. Chiang. The application of a tabu search metheuristic to the assembly line balancing problem[J]. Annals of Operations Research.1998,77(0):209-227.
    [31]宋华明,韩玉启.多目标装配线平衡的优化算法[J].运筹与管理,2002,11(3):55-62.
    [32]D. L. Sophie, R. Angel, P. Soriano. Balancing assembly lines with Tabu search[J]. European Journal of Operational Research,2006,168(3):826-837.
    [33]余晓光,严洪森.基于禁忌搜索遗传混合算法的装配线平衡[J].计算机技术与发展,2010,20(5):5-12.
    [34]L.Qi. Simple assembly line balancing using particle swarm optimization algorithm[J]. International Journal of Digital Content Technology and its Applications,2011,5(6): 297-304.
    [35]I.P.Dimitris and C.N.Andreas. A particle swarm optimization algorithm for balancing assembly lines[J]. Assembly Automation,2011,31(2):118-129.
    [36]窦建平,苏春,李俊.求解第一类装配线平衡问题的离散粒子群优化算法[J].计算机集成制造系统2012,20(5).1021-1030.
    [37]A.LArcus. A computer method of sequencing operations for assembly line[J]. International Journal of Production Research,1966,4(4):259-277.
    [38]K. Ozcan and G B. Mirac. A Petri net approach for simple assembly line balancing problems[J].Int J Adv Manuf Technol,2006,30(11-12):1165-1173.
    [39]N. Boysen, M. Fliedner. A versatile algorithm for assembly line balancing[J]. European Journal of Operational Research,2008,184(1):39-56.
    [40]K. Ozcan. A Petri net-based heuristic for simple assembly line balancing problem of type 2[J]. Int J Adv Manuf Technol,2010,46(1-4):329-338.
    [41]J.J.Barthodi. Balancing two-sided assembly lines:A case study[J]. International Journal of Production Research,1993,31(10):2447-2461.
    [42]T.O.Lee, Y.Kim, Y.K.Kim. Two-sided assembly line balancing to maximize work relatedness and slackness[J]. Computers & Industrial Engineering,2001,40(3):273-292.
    [43]吴尔飞,金烨,汪峥.双边装配线第二类平衡问题研究[J].计算机集成制造系统,2005,11(11):1604-1608.
    [44]吴尔飞,金烨,沈健等.双边装配线平衡的启发式算法[J].上海交通大学学报,2007, 41(9):1484-1487.
    [45]吴尔飞,金烨,胡小峰等.基于分支定界方法的双边装配线平衡[J].东华大学学报(自然科学版),2006,32(4):11-16.
    [46]W.Erfei, J.Ye, B. Jinsong et al. A branch-and-bound algorithm for two-sided assembly line balancing. Int J Adv Manuf Technol,2008,39(9-10):1009-1015.
    [47]H.Xiaofeng, W.Erfei, J.Ye. A station-oriented enumerative algorithm for two-sided assembly line balancing[J]. European Journal of Operational Research,2008,186(1): 435-440.
    [48]H.Xiaofeng, W.Erfei, B.Jinsong et al. A branch-and-bound algorithm to minmize the line length of a two-sided assembly line[J]. European Journal of Operational Research,2010, 206(3):703-707.
    [49]Y. K. Kim, Y.Kim, Y.J. Kim. Two-sided assembly line balancing:a genetic algorithm approach[J]. Production Planning & Control,2000,11(1):44-53.
    [50]Y K. Kim, W. S. Song, J.H. Kim. A mathematical model and a genetic algorithm for two-sided assembly line balancing[J]. Computers & Operations Research,2009, 36(3):853-865.
    [51]U. Ozcan, B.Toklu. A tabu search algorithm for two-sided assembly line balancing[J]. Int J Adv Manuf Technol,2009,43(7-8):822-829.
    [52]L. Ozbakir, P. Tapkan. Bee colony intelligence in zone constrained two-sided assembly line balancing problem[J]. Expert Systems with Applications,2011,38(9):11947-11957.
    [53]J. Bautista, J. Pereira. Ant algorithms for assembly line balancing[A]. In proceedings of the third international workshop ANTS, Brussels, Belgium,2002,65-75.
    [54]P. R. McMullen, P. Tarasewich, Using ant techniques to solve the assembly line balancing problem[J]. HE Transactions,2003,35(7):605-617.
    [55]R.Mcmullen. Using ant techniques to solve the assembly line balancing problem[J].HE Transactions,2003,35(7):605-617.
    [56]张则强,程文明,钟斌等.求解装配线平衡问题的一种改进蚁群算法[J].计算机集成制造系统,2007,13(8):1632-1637.
    [57]J. Bautista, J. Pereira. Ant algorithms for a time and space constrained assembly line balancing problem[J]. European Journal of Operational Research,2007,177:2016-2032.
    [58]毛凌翔,郑永前.蚁群算法求解装配线平衡第一类问题[J].计算机系统应用,2009,19(1):140-143.
    [59]查靓,徐学军,余建军等.运用改进蚁群算法求解直线型和U型装配线平衡问题[J].工业工程,2010,13(6):76-81.
    [60]邓福平,张超勇,连坤雷等.基于自适应蚁群算法的装配线平衡问题研究[J].中国机械厂程.2011,22(16):1949-1953.
    [61]陈建行,张其松.蚁群算法在装配线平衡问题中的应用[J].计算机时代,2008,12:20-22.
    [62]B.Adil, D.Tlirkay. Two-sided assembly line balancing using an ant-colony-based heuristic[J]. Int J Adv Manuf Technol,2008,36(5-6):582-588.
    [63]S. S. Ana, M. V. Pedro.2-ANTBAL:An ant colony optimisation algorithm for balancing two-sided assembly lines[J]. Computers & Industrial Engineering,2009,56(2):489-506.
    [64]B. Yagmahan. Mixed-model assembly line balancing using a multi-objective ant colony optimization approach[J]. Expert systems with Applications.2011,38:12453-12461.
    [65]S. Ihsan, E.Erdal, A. Arda. Ant colony optimization for the single model U-type assembly line balancing problem[J]. International Journal of Production Economics. 2009,120(2):287-300.
    [66]M. Essafi, X. Delorme, A. Dolgui. Balancing lines with CNC machines:A multi-start ant based heuristic[J]. CIRP Journal of Manufacturing Science and Technology,2010, 2:176-182.
    [67]M. Chica, O. Cordon, S. Damas, J. Bautista. Multiobjective constructive heuristics for the 1/3 variant of the time and space assembly line balancing problem:ACO and random greedy search[J]. Information Sciences,2010,180:3465-3487.
    [68]M. Chica, O. Cordon, S. Damas, J. Bautista. Including different kinds of preferences in a multi-objective ant algorithm for time and space assembly line balancing on different Nissan scenarios[J]. Expert systems with Applications.2011,38:709-720.
    [69]L. Ozbakir, A. Baykasoglu, B. Gorkemli, L. Gorkemli. Multiple-colony ant algorithm for parallel assembly line balancing problem[J]. Applied Soft Computing.2011,11: 3186-3198.
    [70]T. Keskinturk, M. B. Yildirim, M. Barut. An ant colony optimization algorithm for load balancing in parallel machines with sequence-dependent setup times[J]. Computers & Operations Research.2012,39:1225-1235.
    [71]M. Chica, O. Cordon, S. Damas, J. Bautista. Multiobjective metetic algorithms for time and space assembly line balancing[J]. Engineering Applications of Artificial Intelligence. 2012,25:254-273.
    [72]A. Colorni, M.Dorigo and V. Maniezzo. Distributed Optimization by Ant Colonies[A]. Proceedings of ECAL91-European Conference on Artificial Life, Paris, France, Elsevier Publishing,1991:134-142.
    [73]M. Dorigo. Optimization, learning and natural algorithms. Ph.D. Thesis, Department of Electronics, Politecnico diMilano, Italy,1992.
    [74]J. L. Deneubourg,S. Aron, S. Goss, J. M. Pasteels. The self-organizing exploratory pattern of the Argentine ant[J]. Journal of Insect Behavior,1990,3:159-168.
    [75]王凯.差异工件单机批调度的自适应蚁群退火算法研究[D].合肥:中国科学技术大学,2011
    [76]段海滨.蚁群算法原理及其应用[M].北京:科学出版社,2005.
    [77]M. Dorigo, T. Stutzle.张军,胡晓敏,罗旭耀等译.蚁群优化[M].北京:清华大学出版社,2007.
    [78]A. L. Gutjahr, G. L. Nemhauser. An algorithm for the line balancing problem[J], Management Science,1964, 11(2):308-315.
    [79]T. Stutzle, M. Dorigo. A short convergence proof for a class of ant colony optimization algorithms[J]. IEEE Transactions on Evolutionary Computation,2002,6(4):358-365.
    [80]W. J. Gutjahr. A graph-based ant system and its convergence[J]. Future Generation Computer Systems,2000,16(8):873-888.
    [81]段海滨,王道波,于秀芬.基本蚁群算法的A.S.收敛性研究[J].应用基础与工程科学学报,2006,14(2):297-301.
    [82]孙焘,王秀坤,刘业欣等.一种简单蚂蚁算法及其收敛性分析[J].小型微型计算机 系统,2003,21(8):1524-1526.
    [83]丁建立,陈增强,袁著祉.遗传算法与蚁群算法融合的马尔科夫收敛性分析[J].自动化学报,2004,30(4):659-664.
    [84]冯远静,冯祖仁,彭勤科.一类自适应蚁群算法及其收敛性分析[J].控制理论与应用,2005,22(5):713-717.
    [85]柯良军,冯祖仁,冯远静.有限级信息素蚁群算法.自动化学报,2006,32(2):pp.296-303.
    [86]黄翰,郝志峰,吴春国等.蚁群算法的收敛速度分析[J].计算机学报,2007,30(8):1344-1353.
    [87]M. Dorigo, G. D. Caro, L. M. Gambardella. Ant algorithms for discrete optimization[J]. Artificial Life.1999,5(2):137-172.
    [88]L. M. Gambardella, M. Dorigo. Ant-Q:a reinforcement learning approach to the traveling salesman problem[A]. Proceedings of the 12th International Conference on Machine Learning,1995:252-260.
    [89]T. Stiitzle, H. H. Hoos. Improving the ant system:a detailed report on the MAX-MIN ant system. Technical Report AIDA-96-11, FG Intellektik, TH Darmstadt,1996.
    [90]吴庆洪,张纪会,徐心和.具有变异特征的蚁群算法[J].计算机研究与发展.1999,36(10):1240-1245.
    [91]O. Cordon, I. F. de Viana, F. Herrera,etal. A new ACO model integrating evolutionary computation concepts:The best-worst Ant System. In M. Dorigo, M. Middendorf, & T. Stiitzle (Eds.), Abstract Proceedings of ANTS 2000-From Ant Colonies to Artificial Ants: Second International Workshop on Ant Algorithms (pp:22-29). Brussels, IRIDIA, Universite Libre de Bruxelles,2000.
    [92]萧蕴诗,李炳宇.小窗口蚁群算法[J].计算机工程,2003,29(20):143-145.
    [93]黄国锐,曹先彬,王熙法.基于信息素扩散的蚁群算法[J].电子学报,2004,32(5):865-868.
    [94]徐精明,曹先彬,王熙法.多态蚁群算法[J].中国科学技术大学学报.2005,35(1):59-65.
    [95]王正初,李军.基于种群熵的改进自适应蚁群算法[J].计算机应用,2006,26:192-193.
    [96]闽克学,葛宏伟,张毅等.基于蚁群算法和粒子群优化的混合算法求解TSP问题[J].吉林大学学报(信息科学版),2006,24(4):402-405.
    [97]冀俊忠,黄振,刘椿年.基于多粒度的旅行商问题描述及其蚁群优化算法[J].计算机研究与发展,2010,47(3):434-444.
    [98]C. F. Tsai, C. W. Tsai and C. Chang. A new and efficient ant-based heuristic method for solving the traveling salesman problem[J]. Expert Systems,2003,20(4):179-186.
    [99]B. Bullnheimer, R. F. Haiti, C. Strauss. An improved ant system algorithm for the vehicle routing problem[J]. Annals of Operations Research,1999,89:319-328.
    [100]M. Reimann, M. Stummer, K. Doerner. A savings based Ant System for the vehicle routing problem. In W. B. Langdon, E. Cantu-Paz, K. Mathias, R. Roy, D. Davis, R. Poli, K. Balakrishnan, V. Honavar, G. Rudolph, J. Wegener, L.Bull, M.A. Potter, A.C. Schultz, J.F. Miller, E. Burke, & N. Jonoska (eds.), Proceedings of the Genetic and Evolutionary Computation Conference(GECCO-2002)(pp.1317-1325).San Francisco, Morgan Kaufmann,2002.
    [101]V. Maniezzo, A. Colorni. The ant system applied to the quadratic assignment problem[J]. IEEE Transcations on Knowledge and Data Engineering,1999,11(5):769-778.
    [102]A. Colorni, M. Dorigo, V. Maniezzo, & M. Trubian. Ant System for job-shop scheduling[J]. JORBEL-Belgian Journal of Operation Research, Statistics and Computer Science,1994,34(1):39-53.
    [103]B. Pfahringer. Multi-agent search for open shop scheduling:Adapting the Ant-Q formalism. Technical report TR-96-09, Austrian Research Institute for Artificial Intelligence, Vienna,1996.
    [104]A. Bauer, B. Bullnheimer, R.F. Hartl,& C. Strauss. Minimizing total tardiness on a single machine using ant colony optimization[J]. Central European Journal for Operations Research and Economics,2000,8(2):125-141.
    [105]D. Merkle, M. Middendorf, & H. Schmeck. Ant colony optimization for resource-constrained project scheduling[J]. IEEE Transactions on Evolutionary Computation,2002,6(4):333-346.
    [106]C. Blum. ACO applied to group shop scheduling:A case study on intensification and diversification. In M. Dorigo, G. Di Caro, & M. Sampels (Eds.), Proceedings of ANTS 2002-From Ant Colonies to Artificial Ants:Third International Workshop on Ant Algorithm, vol.2463 of Lecture Notes in Computer Science(pp.14-27). Berlin, Springer-Verlag,2002.
    [107]C. Gagne, W. L. Price and M. Gravel. Comparing an ACO algorithm with other heuristics for the single machine scheduling problem with sequence-dependent setup times[J]. Journal of the Operational Research Society,2002,53(8):895-906.
    [108]R. Schoonderwoerd, O. Holland, & J. Bruten. Ant-like agents for load balancing in telecommunications networks. In Proceedings of the First International Conference on Autonomous Agents (pp.209-216). New York, ACM Press,1997.
    [109]T. White, B. Pagurek, & F. Oppacher. Connection management using adaptive mobile agents. In H. R. Arabnia (Ed.), Proceedings of the International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA'98)(pp.802-809). Las Vegas, NV, CSREA Press,1998.
    [110]G. Di Caro, & M. Dorigo. AntNet:Distributed stigmergetic control for communications networks[J]. Journal of Artificial Intelligence Research,1998,9:317-365.
    [111]M. Heusse, D. Snyers, S, Guerin, & P. Kuntz. Adaptive agent-driven routing and load balancing in communication networks[J]. Advances in Complex Systems,1998, 1(2):237-254.
    [112]G. Navarro Varela, & M. C. Sinclair. Ant colony optimization for virtual-wavelength-path routing and wavelength allocation. In P. J. Angeline, Z. Michalewicz, M. Schoenauer, X. Yao,& A. Zalzala (Eds.), Proceedings of the 1999 Congress on Evolutionary Computation (CEC'99)(pp.1809-1816). Piscataway, NJ, IEEE Press,1999.
    [113]L. M. Gambardella, & M. Dorigo. Ant Colony System hybridized with a new local search for the sequential ordering problem[J]. INFORMS Journal on Computing,2000. 12(3):237-255.
    [114]D. Costa, & A. Hertz. Ants can colour graphs[J]. Journal of the Operational Researc Society,1997,48:295-305.
    [115]R. S. Parpinelli, H. S. Lopes, & A. A. Freitas. Data mining with an ant colony optimization algorithm [J]. IEEE Transactions on Evolutionary Computation, 2002,6(4)321-332.
    [116]L. M. de Campos, J. A. Gamez, & J. M. Puerta. Learning Bayesian networks by ant colony optimization:Searching in the space of orderings[J]. Mathware and Soft Computing,2002,9(2-3):251-268.
    [117]J. Casillas, O. Cordon, & F. Herrera. Learning cooperative fuzzy linguistic rules using ant colony algorithms[C]. Technical report DECSAI-00-01-19, Department of Computer Science and Artificial Intelligence, University of Granada, Granada, Spain,2000.
    [118]A. Shmygelska, R. Aguirre-Hernandez, & H. H. Hoos. An ant colony optimization algorithm for the 2D HP protein folding problem[J]. In M. Dorigo, G. Di Caro, & M. Sampels(Eds.), ANTS 2002,vol.2463 of Lecture Notes in Computer Science (pp.40-52). Berlin, Springer-Verlag,2002.
    [119]V. Maniezzo. Exact and approximate nondeterministic tree-search procedures for the quadratic assignment problem[J]. INFORMS Journal on Computing,1999, 11(4):358-369.
    [120]T. Stutzle, & H. H. Hoos. MAX-MIN Ant System[J]. Future Generation Computer Systems,2000,16(8):889-914.
    [121]Z. Lee and W. Lee. A hybrid search algorithm of ant colony optimization and genetic algorithm applied to Weapon-Target assignment problems[J]. Intelligent Data Engineering and Automated Learning,2003,2690:278-285.
    [122]G. Leguizamon, & Z. Michalewicz. A new version of Ant System for subset problems[J]. In P. J. Angeline, Z. Michalewicz, M. Schoenauer, X, Yao, & A. Zalzala (Eds.), Proceeding of the 1999 Congress on Evolutionary Computation (CEC'99)(pp.1459-1464). Piscataway, NJ, IEEE Press,1999.
    [123]R. Hadji, M. Rahoual, E. Talbi, & V. Bachelet. Ant colonies for the set covering problem[J]. In M. Dorigo, M. Middendorf, & T. Stutzle (Eds.), Abstract Proceedings of ANTS 2000-From Ant Colonies to Artificial Ants:Second International Workshop on Ant Algorithms (pp.63-66). Brussels, Universite Libre de Bruxelles,2000.
    [124]J. Levine, & F. Ducatelle. Ant colony optimization and local search for bin packing and cutting stock problems[J]. Journal of the Operational Research Society,2004,55: 705-716.
    [125]A. Scholl. Balancing and sequencing of assembly lines, second ed.[M], Physica, Heidelberg,1999.
    [126]A. A. Master. An experimental investigation and comparative evaluation of production line balancing techniques[J], Management Science,1970,16(11):728-745.
    [127]马良,朱刚,宁爱兵.蚁群优化算法[M].北京:科学出版社.2008.
    [128]李明,唐秋华,席忠民,夏绪辉,邓明星.单车型单边装配线平衡调度模型研究[J].武汉科技大学学报(自然科学版).2010,33(6):620-623.
    [129]A. Scholl, R. Klein. Balancing assembly lines effectively a computational comparison[J]. European Journal of Operational Research,1999.114(1):50-58.
    [130]X. Zhang, X. Cheng, Z. He. An ACO-based algorithm for parameter optimization of support vector machines [J]. Expert Systems with Application,2010,37(9).6618-6628.

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

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

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