用户名: 密码: 验证码:
生产调度问题及其智能优化算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着经济全球化的深入和科学技术的发展,制造企业面临的外部环境越来越复杂多变,如市场变化迅速、竞争加剧、客户多样化等等。生产调度问题作为制造系统的一个核心问题,优良的调度结果可以帮助企业缩短生产周期、提高生产效率、增强竞争力,因此对调度问题的研究具有重要意义。
     生产调度问题类型很多,这些问题中大多数都属于NP问题。为此,研究者们多年来不断寻求求解这类问题的最优化方法。近年来,一些群体智能优化方法(如遗传算法、进化规划、差分算法、微粒群算法、蚂蚁算法等)以及一些邻域搜索算法(如模拟退火算法、禁忌搜索算法)的发展,为人们研究生产调度问题提供了新的思路和手段,同时各种智能算法的有效混合也成为人们研究的热点。基于此,本文对生产调度问题及其优化算法展开了如下几个方面的研究:
     针对以最小化最大完工时间为目标的Job-shop调度问题,提出了一种混合微粒群算法(Hybrid Particle Swarm Optimization Algorithm, HPSO)。该算法采用基于工序的随机键编码方式对微粒编码,同时提出了一种改进的活动调度解码算法对微粒解码。鉴于微粒群算法具有较强的全局寻优能力和差的局部搜索能力,将3种不同邻域结构的模拟退火算法随机与微粒群算法相结合,针对每个微粒找到的当前最好解利用模拟退火算进行局部寻优,提高算法的局部搜索能力。最后实验表明了该算法对大多数经典调度问题的有效性。
     在总结无等待流水调度问题一般规律的基础上,提出了基于邻域迭代的搜索算法。该算法利用相邻工件间的开工时间距离求解最小化最大完工时间,同时利用两确定工件相邻加工时其开工时间距离是常量这一特点,对邻域解采用增量计算,将算法的时间复杂度降了一阶。同时将变邻域搜索思想应用在算法设计中,避免算法陷入局部最优。实验表明该算法对大规模无等待流水调度问题有较高的求解效率和求解质量,比较适应生产实际。
     研究了柔性Job-shop调度问题,提出解决该问题的混合微粒群优化算法HPSO,该算法对设备分配和工序排序调度采用不同的编码方法和更新公式,为了提高算法效率,用基于设备的初始化方法和基于工件序列的初始化方法来提高HPSO初始种群的质量。同时提出了4种采用不同邻域搜索策略的模拟退火算法,并将它与PSO算法进行随机混合,提高了算法的局部搜索能力,最后实验表明了HPSO的有效性。考虑到设备分配与工件排序之间的强耦合性,传统的微粒群求解模式有可能在微粒运动过程中破坏gbest的优化模式,提出了协同进化的微粒群优化算法,该算法将设备选择和工件调度分别作为两个寻优变量,分别利用PSO算法寻优,并根据两个变量的内容进行互相评价,最终获得一个将设备选择和工件调度相结合的最好调度结果。最后实验表明该算法较HPSO算法对柔性Job-shop问题的寻优质量具有明显的优势。
     在对一些混合算法研究的基础上,通过对迭代搜索算法组成元素、寻优机理、静态算法混合模式、算法混合知识的描述及数据库存储模式等研究,提出了迭代搜索的算法框架及混合算法框架,并采用多代理技术予以实现,最后实验证明本策略的有效性。
With the globalization of economy and the development of science and technology, the external environment of manufacturing enterprises becomes more and more complex and volatile, such as rapid market changes, increased competitions and more personalized and diverse customer needs. Production scheduling problem is a core issue of manufacturing system. A good scheduling can shorten the production cycle; improve enterprises'production efficiency and raise enterprises'competitiveness. Therefore, the research on the scheduling problem is important.
     There are many types of production scheduling, most of which are NP problems. Researchers have been working hard over the years to try to work out an optimal method to solve these problems. In recent years, with the development of some swarm optimization algorithms (such as genetic algorithm, evolutionary programming, differential algorithm, particle swarm optimization and ant colony algorithm, etc) and some neighborhood search algorithms (such as simulated annealing, taboo search etc.), new ideas and means were available for people to solve the production scheduling problems. At the same time many scholars begin to research these algorithms to solve scheduling problem. Based on the above mentioned, this dissertation aims to discuss the following aspects.
     A hybrid particle swarm optimization algorithm(PSO) is proposed to minimize the completion time of the job shop problem. In this algorithm, the particle is encoded with random key and an improved decoding algorithm is proposed to produce active scheduling. Since particle swarm optimization has a strong global search ability and a poor local search ability, in order to improve the local search ability of PSO, three simulated annealing algorithms which are based on different neighborhood structures are proposed and hybrid with PSO. At last, the computational results show the effectiveness of the algorithm.
     A hybrid particle swarm optimization algorithm (HPSO) is proposed to solve the flexible job shop scheduling problem(FJSP). In the algorithm, different encoding methods were proposed for assignment and sequence. In order to ensure the legitimacy of code for assignment, the updating formula of particles is changed. In order to improve the efficiency of algorithm, the initialization algorithm based on device and sequence is proposed to improve the quality of the initial population of HPSO. In order to improve the local search ability of algorithm, four SA algorithms based on different neighborhood search strategy are proposed and mixed with PSO. At last, the computational results show the effectiveness of the algorithm. Taking into account the strong coupling between assignment and sequence, co-evolution particle swarm optimization algorithm is proposed to solve FJSP. In the algorithm, assignment and sequence are treated as two variables. PSO algorithm will optimize them respectively and estimate them according each other. The computation results show that CPSO is better but slower than HPSO in the optimal.
     A new method using the distance of adjacent jobs for calculating makespan is proposed to large-scale no-wait flow shop scheduling. At the same time, an iterative neighborhood search algorithm is put forward. Since it reduces the time complexity, the efficiency is greatly improved. In order to avoid falling into local optimum, variable neighborhood search algorithm is used. As a result, the probability of finding the global optimal solution is enhanced. The computation results show that the algorithm for large-scale no-wait flow-shop scheduling is very practical and the solution is better.
     Based on the research of some hybrid computations, optimization mechanism, model of static hybrid algorithm, description and storage mode of algorithm knowledge for iterative search algorithm, the framework of iterative search algorithm and hybrid algorithm based on iterative algorithm is proposed. At last, the multi-agent technology is used to achieve it and the simulation experiment suggests the effectiveness and adaptability of the system.
引文
[1]任小中.先进制造技术[M].武汉:华中科技大学出版,2009.
    [2]朱剑英.现代制造系统模式、建模方法及关键技术的新发展(上)[J].机械工人(冷加工),2001,5:1-5
    [3]褚健,荣冈.流程工业综合自动化技术[M].北京:机械工业出版社.2004.
    [4]徐俊刚,戴国忠,王宏安.生产调度理论和方法研究综述[J].计算机研究与发展,2004,41(2):257-267.
    [5]Kay K N M,Wiers Viecent C S. Unifying the theory and practice of production scheduling[J]. Journal of Manufacturing System,1999,18 (4):241-255
    [6]Reklaitis G V. Overview of planning and scheduling technologies[C]. Proceedings of Enpromer. Florianopolis, Brazil,1999.
    [7]王凌.车间调度及其遗传算法[M].北京:清华大学出版社出版.2003.
    [8]Alireza S. A simulated annealing approach for flexible flowshop scheduling to maximize flexibilityA [D]. Morgantown, West Virginia,2004.
    [9]Graves S C. A review of production scheduling[J].Operations Research,1981,29(4):646-675.
    [10]Conway R W, Maxwell W L, Miller L M. Theory of Scheduling[M]. Addison-Wesley, Reading, Massachusetts,1967.
    [11]Graham R L, Lawler E L, Lenstra JK, et al. Optimization and Approximation in Deterministic Sequencing and Scheduling[J]. A Survey, Annols of Discrete Mathematics,1979,5:287-326.
    [12]Carlier J, Pinson E, An algorithm for solving the job shop problem[J]. Management Science,1989, 35:164-176.
    [13]Carlier J, Pinson E, A practical use of Jackson's preemptive schedule for solving the job-shop problem[J]. Annals of Operations Research,1990,26:269-287.
    [14]Applegate D,Cook W, A computational study of the job-shop scheduling problem[J],ORSA Journal on Computing,1991,3(2):149-156.
    [15]Jurisch B. Scheduling Jobs in Shops with Multi-Purpose Machines[D]. Fachbereich Mathematik/Informatik, Universitat Osnabruck, Germany.1992.
    [16]Garey M R, Johnson D S, Sethi R. The complexity of flowshop and jobshop scheduling[J]. Mathematics of Operations Research,1976,1(2):117-129.
    [17]Potts C N, Van Wassenhove L N. A branch algorithm for the total weighted tardiness problem[J]. Operations Research,1985,33:363-377.
    [18]Sarin C, Ahn S, Bishop A B. An improved branching scheme for the branch and bound procedure of scheduling n jobs on m machines to minimize total weighted flow time[J]. International Journal of Production Research.1988,26(7):1183-1191.
    [19]涂菶生,吴民.单机E/T调度问题的动态规划新解法[J],南开大学学报(自然科学),1999,32(3):47-52.
    [20]Chen H, Chu C, Proth J M. Improvement of the Lagrangean relaxation approach for job shop scheduling:A dynamic programming method[J], IEEE Transactions on Robotics and Automation, 1998,14(5):786-795.
    [21]Tang L, Xuan H, Liu J. A new Lagrangian relaxation algorithm for hybrid flowshop scheduling to minimize total weighted completion time[J]. Computers and Operations Research,2006,33(11): 3344-3359.
    [22]熊锐,陈浩勋,胡保生.一种生产计划与车间调度问题的集成模型及其拉氏松弛求解法[J].西安电子科技大学学报,1996,23(4):509-516.
    [23]朱宝琳,于海斌.炼钢-连铸-热轧生产调度模型及算法研究[J].计算机集成制造系统,2003,9.
    [24]Giffler B, Thompson G L, Algorithms for solving production scheduling problems[J]. Operations Research,1960,8:487-503.
    [25]Panwalker S, Wafik Iskander. A Survey of Scheduling Rules[J]. Operations Research,1977,25(1): 45-61.
    [26]Vepsalainen A P J, Morton T E, Priority rules for job shops with weighted tardiness costs[J], Management Science,1987,33(8):1035-1047.
    [27]金锋赫,孔繁森,金东园.基于设备可用时间约束的装配作业车间调度规则[J].计算机集成制造系统,2008,14(9):1727-1732.
    [28]熊亚洲,陈荣秋.n/1//F+T+E问题的几个判别条件[J].华中理工大学学报,1992,20(3):83-87.
    [29]黄德才,经玲,样万年.一个基于JIT的FMS零件排序问题的模型及算法[J].计算机集成制造系统,1997.6:45-48.
    [30]高林,王成尧,汪定伟等.有模具约束的平行机台成组工作调度问题的启发式算法[J].控制与决策,1999,14(5):329-397.
    [31]Blackstone J H, Philips D T, Hogg G L, A state-of-the-art survey of dispatching rules for manufacturing job shop operations[J], International Journal of Production Research,1982,20(1): 27-45.
    [32]Nawaz M, Enscore E E, Ham I. A heuristic algorithm for the m-machine, n-job flow shop sequencing problem[J]. OMEGA,1983,11:91-95.
    [33]Kalczynski P J, Kamburowski J, On the NEH heuristic for minimizing the makespan in permutation flow shops[J]. OMEGA,2007,35:53-60.
    [34]Dong X Y, Huang H, Chen P. An improved NEH-based heuristic for the permutation flow shop problem[J].Computer and Operation Research,2009,34(5):1664-1669.
    [35]Adams J, Balas E, Zawack D,The shifting bottleneck procedure for job shop scheduling[J], Management Science,1988,34(3):391-401.
    [36]谢志强,杨静,阳光等.可动态生成具有优先级工序集的动态Job-Shop调度算法[J].计算机学报,2008,31(3):502-507.
    [37]谢志强,刘胜辉,乔佩利.基于ACPM和BFSM的动态Job-Shop调度算法[J].计算机研究与发展,2003,40(7):976-983.
    [38]Davis L. Job-shop scheduling with genetic algorithm[C]. Proceedings of the 1st International Conference on Genetic Algorithms and Their Applications, Pittsburgh. PA, USA, Lawrence, Erlbaum,1985,136-140.
    [39]张长水,沈刚,阎平凡.解Job-Shop调度问题的一个遗传算法[J].电子学报.1995,23(7):1-5.
    [40]纪树新.基于遗传算法的车间作业调度系统研究[D].清华大学,1995.
    [41]纪树新,钱积新,孙优贤.车间作业调度遗传算法中的编码研究[J].信息与控制,1997,26(5):393-400.
    [42]杨晓梅,曾建潮.采用多个体交叉的遗传算法求解作业车间问题[J].计算机集成制造系统,2004,10(9):1114-1119.
    [43]吴悦,汪定伟.用遗传算法解模糊交货期下Flow Shop调度问题[J].系统工程理论与实践,2000,13(11):49-54.
    [44]王万良,吴启迪,宋毅.求解作业车间调度问题的改进自适应遗传算法[J].系统工程理论与实践,2004,24(2):58-62.
    [45]宋莉波,徐学军,孔延明等.一种求解柔性工作车间调度问题的混合遗传算法[J].管理科学学报,2010,13(11):49-54.
    [46]王伟玲,李铁克,施灿涛.一种求解作业车间调度问题的文化遗传算法[J].中国机械工程,21(3):303-309.
    [47]梁迪,谢里阳,隋天中等.基于遗传和禁忌搜索算法求解双资源车间调度问题[J].东北大学学报,2006,27(8):895-899.
    [48]Glover F, Kell J P, Laguna M. Genetic algorithm and tabu search hybrids for optimizations[J]. Computers and Operations Research,1995,22(1):111-134.
    [49]李启堂,丁书斌,王敏等.基于混合遗传算法的车间调度问题研究[J].机械设计与制造,2007,5:199-201.
    [50]鞠全勇,朱剑英.基于混合遗传算法的动态车间调度系统的研究[J].中国机械工程,2007,18(1):40-43.
    [51]刘胜辉,张淑丽,王波等.单件车间调度问题的改进型病毒进化遗传算法[J].电机与控制学报,2008,12(2):234-238.
    [52]黄明,梁旭.一种新型病毒进化遗传算法研究[J].计算机集成制造系统,2005,11(8):1138-1141.
    [53]张维存,郑丕谔,吴晓丹.蚁群遗传算法求解能力约束的柔性作业车间调度问题[J].计算机集成制造系统,2007,13(2):333-337.
    [54]Lee I, Sikora R, Shaw M J. A genetic algorithm based approach to flexible flow-line scheduling with variable lot sizes [J]. IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics,1997,27(1):36-54.
    [55]Sakawa M, Kubota R. Two-objective fuzzy job shop scheduling through genetic algorithm [J]. Electronics and Communications in Japan, Part Ⅰ:Communications,2001,84 (4):60-68.
    [56]Reeves C R. A genetic algorithm for flow shop sequencing[J]. Computers and Operations Research, 1995,22 (1):5-13.
    [57]Yamada T, Nakano R. Genetic algorithms in engineering systems[M].IEE control engineering series, 1997.
    [58]Falkenauer E, Bouffouix S. A genetic algorithm for the job-shop[C].in the Proceedings of the IEEE International Conference on Robotics and Automation, Sacremento, California,USA,1991
    [59]Lee H, Kim S S. Integration of process planning and scheduling using simulation based genetic algorithms[J]. The International Journal of Advanced Manufacturing Technology,2001,18: 586-590.
    [60]Colorni A, Dorigo M, Maniezzo V. Ant colony system for job-shop scheduling [J]. Belgian Journal of Operations Research Statistics and Computer Science,1994,34(1):39-52
    [61]Rajendran C, Ziegler H. Ant colony algorithms for permutation flowshop scheduling to minimize makespan/total flowtime of jobs [J]. European Journal of Operational Research,2005,155(2): 426-438.
    [62]潘全科,赵保华,屈玉贵等.一类解决无等待流水车间调度问题的蚁群算法[J].计算机集成制造系统,2007,13(9):1801-1804.
    [63]王万良,赵澄,熊婧等.基于改进蚁群算法的柔性作业车间调度问题的求解方法.系统仿真学报,2008,20(16):4326-4329.
    [64]杨阿莉.一种改进蚁群算法在车间作业调度问题中的研究与应用[J].机械与电子,2005,(4):9-12.
    [65]Kennedy J, Eberhart R. Particle swarm optimization[C]. Proceedings of the IEEE International Conference on Neural Networks, Perth, Australia, IEEE Service Center, Piscataway, NJ,1995,4: 1942-1948.
    [66]Pongchairerks P. A particle swarm optimization algorithm on job shop scheduling problems with multi-purpose machines[J]. Journal of Operational Research,2009,26,(2):161-184
    [67]张长胜,孙吉贵,欧阳丹彤等.求解车间调度问题的自适应混合微粒群算法[J].计算机学报,2009,32(11):2137-2145.
    [68]Liao C J, Tseng C T, Luarn P. A discrete version of particle swarm optimization for flow shop scheduling problems[J]. Computers and Operations Research,2007,34:3099-3111.
    [69]Liu B, Wang L, Jin Y H. An effective hybrid particle swarm optimization for no-wait flow shop scheduling[J]. International Journal of Advanced Manufacturing Technology,2007,31(9): 1001-1011
    [70]潘全科,王文宏,朱剑英等.基于微粒群优化和变邻域搜索的混合调度算法[J].计算机集成制造系统,2007,13(2):323-328.
    [71]Xia W J, Wu Z M, A hybrid particle swarm optimization approach for the job-shop scheduling[J]. International Journal of Advanced Manufacturing Technology,2006,29(3):360-366.
    [72]Glover F. Future paths for integer programming and links to artificial intelligence[J]. Computers and Operations Research,1986,13(5):533-549.
    [73]Taillard E. Some efficient heuristic methods for the flow shop sequencing problem[J]. European Journal of Operational Research,1990,47:65-74.
    [74]Taillard E, Parallel D. A taboo search technique for the jobshop scheduling problem[R]. Technical Report ORWP 89/11,DMA, Ecole Polytechnique Federale de Lausanne, Lausanne, Switzerland, 1989.
    [75]Nowicki E,Smutnicki C. A fast tabu search algorithm for the permutation flow-shop problem[J]. European Journal of Operational Research,1996,91:160-175.
    [76]Nowicki E, Smutnicki C. A fast taboo search algorithm for the job shop scheduling problem[J].Management Science,1996,42(6):797-813.
    [77]Nowicki E, Smutnicki C. Some new tools to solve the job shop problem[R]. Institute of Engineering Cybernetics, Technical University of Wroclaw, Wroclaw, Poland,2002.
    [78]Grabowski J, Wodecki M. A very fast tabu search algorithm for the permutation flow shop problem with makespan criterion[J]. Computers and Operations Research,2004,31:1891-1909.
    [79]Hurink J, Jurisch B, Thole M. Tabu search for the job-shop scheduling problem with multi-purpose machines. OR Spektrum,1994,15:205-215.
    [80]Ben-Daya M, Al-Fawzan M. A tabu search approach for the flow shop scheduling problem[J]. European Journal of Operational Research,1998,109(1):88-95,
    [81]Brucker P, Kampmeyer T. Tabu search algorithms for cyclic machine scheduling problems[J]. Journal of Scheduling,2005,8(4):303-322.
    [82]张超勇.基于自然启发式算法的作业车间调度问题理论与应用研究[D].华中科技大学.2006.
    [83]金锋,宋士吉,吴澄.一类基于FSP问题Block性质的快速TS算法[J].控制与决策,2007,22(3):243-251
    [84]张裕,李小平,刘佳佳等.一个无等待流水调度问题混合禁忌搜索算法[J].哈尔滨理工大学学报.2006,11(4):26-29.
    [85]Osman I H, Potts C N. Simulated annealing for permutation flow-shop scheduling[J]. OMEGA, 1989,17(6):551-557.
    [86]Ogbu F A, Smith D K. The application of the simulated annealing algorithm to the solution of the n/m/cmax flowshop problem[J]. Computers and Operations Research,1990,17(3):243-253.
    [87]Ogbu F A, Smith D K. Simulated annealing for the permutation flow shop scheduling[J]. OMEGA, 1991,19(1):64-67.
    [88]Van Laarhoven P J M, Aarts E H L, Lenstra J K. Job-shop scheduling by simulated annealing[R]. Centrum voor Wiskunden Informatica, Amsterdam, The Netherlands,1988.
    [89]张瑞,吴澄.求解Job Shop问题的一种免疫模拟退火算法[J].中国机械工程,2008,19(23):2824-2829.
    [90]吴大为,陆涛栋,刘晓冰等.求解作业车间调度问题的并行模拟退火算法[J].计算机集成制造系统,2005,11(6):843-850.
    [91]范晔,周泓.作业排序模拟退火算法影响因素分析和一种多次淬火模拟退火法[J].系统工程理论方法应用,2003,11(1):72-76.
    [92]余建军,孙树栋,王军强等.免疫模拟退火算法及其在柔性动态Job Shop中的应用[J].中国机械工程,2007,18(7):793-799.
    [93]鞠全勇,朱剑英.基于混合遗传算法的动态车间调度系统的研究[J].中国机械工程,2007,18(1):40-43.
    [94]梁迪,谢里阳,隋天中等.基于遗传和禁忌搜索算法求解双资源车间调度问题[J].东北大学学报,2006,27(8):895-899.
    [95]Lee D Y, Dicesare F. Scheduling flexible manufacturing systems using petri net and heuristic search[J]. IEEE Transaction on Robotics and Automation,1994,10(2):123-132.
    [96]Glover F, Kell J P, Laguna M. Genetic algorithm and tabu search:hybrids for optimizations[J]. Computers and Operations Research,1995,22(1):111-134.
    [97]Wang L, Zheng D Z. An effective hybrid heuristic for flow shop scheduling[J]. International Journal of Advanced Manufacturing Technology,2003,21(1):38-44.
    [98]Wang L, Zheng D Z. A modified evolutionary programming for flow shop scheduling[J]. International Journal of Advanced Manufacturing Technology,2003,22(7):522-527.
    [99]Haq N, Ravindran D, Aruna V, etal. A hybridization of metaheuristics for flow-shop scheduling[J]. International Journal of Advanced Manufacturing Technology,2004,24(5):376-380.
    [100]Talbi E. A taxonomy of hybrid metaheuristics [J]. Journal of Heuristics,2002,8(5):541-564.
    [101]Krasnogor N, Smith J, A tutorial for competent memetic algorithms:model, taxonomy and design issues. IEEE Transactions on Evolutionary Computation,2005,9(5):474-488.
    [102]王凌,刘波.微粒群优化与调度算法[M].北京:清华大学出版社,2008.5.
    [103]Price K, Storn R, Lampinen J. Differential evolution-A practical approach to global optimization. Berlin:Springer,2005.
    [104]Fogel L J, Owens A J, Walsh M J. Artificial intelligence through simulated evolution chichester, Wiley,1966
    [105]Schwefel H P.Evolution and optimum seeking[M].New York:Wiley and Sons,1995.
    [106]Koza JR. Genetic programming [M].Cambirdge, MA:MIT Press,1992.
    [107]闫利军,李宗斌,卫军胡等.一种新的混合优化算法及其在车间调度中的应用[J].自动化学报,2008.34(5):604-608.
    [108]Shi L Y, Olafsson S. Nested partitions methos for global optimization[J]. Operations Research, 2000,48(3):390-407.
    [109]潘全科,朱剑英.解决无等待流水线调度问题的变邻域搜索算法[J].中国机械工程,2006,16:1741-1743.
    [110]Ge H W, Liang Y C, Zhou Y, et al. A particle swarm optimization based algorithm for job shop scheduling problems[J]. International Journal of Computational Methods,2005,2(3):419-430.
    [111]Bierwirth C, Mattfeld D C. Production scheduling and rescheduling with genetic algorithms[J]. Evolutionary Computation,1999,7(1):1-17.
    [112]Whitley D, Gordan V, Mathias K. Lamarkian evolution, the Baldwin effect and function optimization. in Parallel solving from nature-PPSN III.Berlin:Springer,1994:6-15.
    [113]Ge H W, Sun L, Liang Y C, et al. An effective PSO and AIS-based hybrid intelligent algorithm for job-shop scheduling[J], IEEE Transactions on systems, Man, and Cybernetics-Part A:Systems and Humans,2008,38(2):358-368.
    [114]Tu K, Hao Z F, Chen M. PSO with improved strategy and topology for job shop scheduling[J]. Lecture Notes in Computer Science,2006,4222(2):146-155.
    [115]Sha D Y, Hsu C Y. A hybrid particle swarm optimization for job shop scheduling problem[J]. Computers and Industrial Engineering,2006,51(4):791-808.
    [116]Xia W J, Wu Z, Zhang W, et al. A new hybrid optimization algorithm for the job-shop scheduling problem[C]. Proceeding of the 2004 American Control Conference Boston, Massachuselis,2004.
    [117]Vaesens R J M, Aarts E HL, Lenstra JK. Job shop scheduling by local search [J].Informs Journal on Computing,1996,8(3):302-317.
    [118]Blazewicz J, Domschke W, Pesch E. The job shop scheduling problem:conventional and new solution techniques[J]. European Journal of Operational Research,1996,93(1):1-33.
    [119]Zhang C Y, Li P G., Guan Z L, et al. A tabu search algorithm with a new neighborhood structure for the job shop scheduling[J]. Computer and Operational Research,2007,34(11):3229-3242
    [120]Matsuo H, Suh C J, Sullivan R S. A controlled search simulated annealing method for the general job-shop scheduling problem. Working Paper, Graduate School of Business, University of Texas at Austin, Austin, Texas, USA,1988.
    [121]Dell'Amico A M, Trubian A M. Applying tabu search to the job-shop scheduling problem[J]. Annals of Operational Research,1993,41 (14):231-252.
    [122]Balas E, Vazacopoulos. A guided local search with shifting bottleneck for job shop scheduling[J].Manage Science,1998,44:262-275.
    [123]崔健双,李铁克.求解作业车间调度问题的全局邻域搜索方法[J].计算机集成制造系统,2009,15(7):1383-1388.
    [124]Pezzella F, Merelli E. A tabu search method guided by shifting bottleneck for job shop scheduling problem[J]. European Journal of Operational Research,2000,120(2):297-310.
    [125]Sabuncuoglu I, Bayiz M. Job shop scheduling with beam search[J]. European Journal of Operational Research,1999,118(2):390-412.
    [126]Cesar R, Renato D. A filter-and-fan approach to the job shop scheduling problem[J]. European Journal of Operational Research,2009,194(3):650-662.
    [127]Mellor P, A review of job shop scheduling[J]. Operations Rearsch Quarterly,1966,17(2):161-171
    [128]Bruker P, Schlie R. Job shop scheduling with multipurpose machines[J]. Computing,1990,45: 369-375
    [129]Chen H, Ihlow J, Lehmann C. A genetic algorithm for flexible job-shop scheduling[C].The proceedings of the 1999 IEEE international conference on robotics & automation, Detroit, 1999.1120-1125.
    [130]杨晓梅,曾建潮.遗传算法求解柔性job shop调度问题[J].控制与决策,2004,19(10):1197-1200
    [131]Brandimarte P. Routing and scheduling in a flexible job shop by tabu search[J]. Annals of Operations Research,1993,41:157-183.
    [132]Liu H, Abraham A, Wang Z. A multi-swarm approach to multi-objective flexible job-shop scheduling problems[J]. Fundamenta Informaticae,2009,95(4):465-489.
    [133]Fattahi P, Saidi M M, Jolai F. Mathematical modeling and heuristic approaches to flexible job shop scheduling problems[J].Journal of Intelligent Manufacturing,2007,18(3):331-342.
    [134]Mastrololli M, Gambardella L M. Effective neighborhood functions for the flexible job shop problem[J]. Journal of Scheduling,2002,3 (1):3-20.
    [135]刘晓冰,吕强.免疫克隆选择算法求解柔性生产调度问题[J].控制与决策,2008,23(7):781-785.
    [136]Kacem I, Hammadi S, Borne P. Approach by localization and multi-objective evolutionary optimization for flexible job-shop scheduling problems[J]. IEEE Transactions on Systems, Man and Cybernetics Part C:Applications and Reviews,2002,32(1):408-419.
    [137]Ho N B, Tay J C, Lai E M K. An effective architecture for learning and evolving flexible job shop schedulesfJ].European Journal of Operational Research,2007,179 (2):316-333.
    [138]Zribi N, Kacem I, Kamel A E. Assignment and scheduling in flexible job-shops by hierarchical optimization[J]. IEEE Transactions on Systems, Man and Cybernetics Part C:Applications and Reviews,2007,37(4):652-661.
    [139]李铁克,王伟玲,张文学.基于文化遗传算法求解柔性作业车间调度问题[J].计算机集成制造,2010,16(4):861-866.
    [140]Pinedo M. Scheduling:Theory, Algorithms and Systems.2nd ed. Englewood Cliffs, NJ:Prentice-Hall,2002
    [141]Van Deman J M, Baker K R. Minimizing mean flow time in the flow shop with no intermediate queues [J]. AIIE Transactions,1974,6(1):28-34.
    [142]Shyu S J, Lin B M T, Yin P Y. Application of ant colony optimization for no-wait flowshop scheduling proble to minimize the total completion time[J]. Computer Industry Engineer,2004,47: 181-193.
    [143]Rajendran C. A no-wait flowshop scheduling heuristic to minimize makespan[J]. Journal of Operation Research Society,1994,45(4):472-478.
    [144]Bonney M C, Gundry S W. Solutions to the constrained flow-shop sequencing problem[J]. Operation Research Quarterly,1976,24(4):869-883.
    [145]King J R, Spachis A S. Heuristics for flow-shop scheduling[J]. Internal Journal of Production Researchs,1980,18(3):343-357.
    [146]Tavakkoli-Moghaddam R, Rahimi-Vahed A R, Mirzaei A H. Solving a multi-objective no-wait flow shop scheduling problem with an immune algorithm[J]. International Journal Advanced Manufacture Technology,2008,36(9):969-981.
    [147]Grabowski J, Pempera J. Some local search algorithms for no-wait flow shop problem with makespan criterion[J]. Computers and Operations Research,2005,32(8):2197-2212.
    [148]潘全科,赵保华,屈玉贵.无等待流水车间调度问题的优化[J],计算机学报,2008,31(7):1147-1154.
    [149]Aldowaisan T, Allahverdi. New heuristics for no-wait flow shops to minimize makespan[J]. Computers and Operations Research,2003,30(8):1219-1231.
    [150]Gao K Z, Pan Q K, Li J Q. Discrete harmony search algorithm for the no-wait flow shop scheduling problem with total flow time criterion[J].International Journal Advanced Manufacture Technology. 2011:1-10
    [151]周国华.生产作业调度问题的软计算方法研究[D].西南交通大学博士研究生学位论文.2003.
    [152]梁旭,刘鹏飞,黄明.一种新的动态蚂蚁遗传混合算法应用研究[J].计算机集成制造.2008,]4(8):1566-1570.
    [153]柴永生,孙树栋,余建军等.基于免疫遗传算法的车间动态调度[J].机械工程学报,2005,41(10):23-27.
    [154]Li B, Jiang W. A novel stochastic optimization algorithm[J]. IEEE Transactions on Systems, Man, and Cybernetics, Part B:Cybernetics,2000,30(1):193-198.
    [155]Eiben A, Aarts E,Van H K. A unifying approach on heuristic search[J]. Annals of Operations Research,1995,55:81-99.
    [156]王凌,郑大钟.混合优化策略统一结构的探讨[J].控制与决策.2002.17(1):33-44.
    [157]Eiben A, Smith J E. Introduction to Evolutionary Computing[M]. Heidelberg:Springer,2003.
    [158]Muth J F, Thompson G L. Industrial Scheduling[M]. New Jersey:prentice-hail,1963.
    [159]常桂娟,张纪会.基于正交试验的免疫遗传算法在调度问题中的应用[J].信息与控制.2008,37(1):46-51.
    [160]Nearchou A C. Flow-shop sequencing using hybrid simulated annealing[J].Journal of Intelligent Manufacturing,2004,15(3):317-328.
    [161]张长胜孙吉贵,杨轻云等.一种求解车间调度的混合算法[J].自动化学报,2009,35(3):332-336.

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

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

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