基于自然启发式算法的作业车间调度问题理论与应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
调度是影响制造业生产效率的关键因素。采用合理的调度可以缩短工期、减少库存、按时交货和提高信誉。随着全球市场竞争的加剧、客户需求的多样化和个性化,制造系统的调度问题日益受到广泛的重视。
     生产调度问题种类繁多,方法多样,其中单件车间调度(Job-Shop Scheduling Problem)是最基本、最著名的机器调度问题,同时也是最困难的NP-hard组合优化问题之一。人们为解决这一难题已经付出几十年的努力,但至今最先进的算法仍很难得到规模较小问题的最优解。近十几年来,通过模拟自然界中生物、物理过程和人类行为过程而发展的元启发式算法,如遗传算法、禁忌搜索、模拟退火、粒子群优化算法、蚁群优化算法等,为解决调度问题提供了新的思路和手段,引起了国内外学者广泛的兴趣。
     遗传算法和局部搜索算法是目前主要应用于调度的元启发式算法。遗传算法所具有的只根据个体的适应度值进行搜索、较少需要问题相关具体领域知识的特点使遗传算法在生产调度等问题中得到非常广泛的应用。本文改进传统的遗传算法,提出以下三点来解决Job-Shop问题:一是提出一种全主动调度类型,进一步缩小搜索的解空间;二是提出了一种基于工序编码的交叉算子POX(Precedence Operation Crossover),使子代能更好地继承父代的优良特征;三是为克服传统遗传算法存在的早熟收敛问题,设计了一种改进子代产生模式的遗传算法。用基准实例测试改进的遗传算法,试验结果显示该算法能比其他遗传算法更有效地解决调度问题。接着本文研究了局部搜索算法,特别是禁忌搜索算法,在Job-Shop调度问题中的运用。禁忌搜索算法的优化效率依赖于问题模型,邻域结构和移动评价策略是影响算法搜索效率和解质量的关键因素。本文提出一种新的高效邻域结构,结合适当的移动评价策略和禁忌搜索参数,设计了一种动态强化的禁忌算法。使用该算法对大量的基准实例进行测试,试验结果显示对于矩形基准实例,该算法在质量和效率上可以超越目前其他算法。
     最近的许多研究显示单一算法较难解决复杂的调度问题,混合优化算法能提供更强大的搜索能力。然而,到目前为止混合算法仍是一种艺术。调度问题的解空间结构属于非常复杂的“大山谷”(Big Valley)拓扑结构,为了更好地探索调度问题复杂的空间结构、弥补单一算法的不足,本文提出应用自然规律来混合算法,将不同算法进行有机和谐地结合,设计了两种混合优化算法,使算法更深刻地反映问题的本质。应用提出的混合优化算法求解著名Job-Shop调度基准问题,取得了迄今为止最好的结果,达到了国际水平的前沿。在ABZ、YN、SWV、TA和DMU基准问题的106个未解决实例中,改进了84个实例的当前最好解,有3个实例证明达到最优解。对于最著名的TA基准实例,发布的最好解已被作为最新结果在国外专业网站上公布。通过与已正式发表最好的算法进行比较可看出,对于极困难的Job-Shop调度问题,混合优化算法在解的质量方面超过目前最先进的算法。
     在实际生产环境中,调度问题具有多目标性、多资源性、动态性和随机性等特点。基于研究传统Job-Shop调度问题的成功经验,本文对实际生产中广泛存在的调度问题进行了深入研究,在性能指标方面,研究了总拖期时间最小、提前/拖期惩罚代价最小等性能指标;在生产模式方面,研究了柔性作业车间调度问题(Flexible Job-Shop Scheduling Problem)、动态调度(Dynamic Scheduling),并设计了相应的优化算法,如针对柔性作业车间调度问题的特点,提出了一种双层子代产生模式的改进遗传算法;将静态调度问题的成功经验扩展到动态调度问题,提出了一种基于改进遗传算法的滚动调度策略。基于这些研究成果开发出动态调度原型系统,使理论研究能应用于企业创造价值。
     作业车间调度是车间制造执行系统(MES)的核心功能之一,合理、有效的作业调度是MES在离散制造业成功应用的关键。在研究车间作业调度问题理论和应用的基础上,本文对单件小批量生产方式的车间作业计划与调度方面的实现方法进行了深入的研究,结合协作企业的应用背景,开发出敏捷化车间制造执行系统(AMES V1.0),并将AMES与其它的制造资源集成,创建了一个敏捷网络化制造系统集成平台。
Scheduling is a key factor for manufacturing productivity. Proper and effective scheduling can help cut lead times, improve on-time delivery, reduce inventory, so as to increase the prestige of enterprises. Recently, with the upgrading of market competition as a result of the economic globalization and the variety and individuality of consumers’demands, scheduling is playing an increasingly important role in the manufacturing industry.
     Practically, different domains and applications require different variations of the scheduling problem. Meanwhile, the Job-Shop scheduling problem (JSP) is the most fundamental and well-known. The fact is that the JSP is notoriously difficult, as well as widely accepted as one of the most difficult NP-hard problems. Despite over 40 years of efforts, resulting in hundreds of published journal articles and tens of dissertations, even those state-of-the-art algorithms often fail to consistently locate optimal solutions to relatively small problem instances. During the last decade, the meta-heuristics algorithms developed by mimicking the process of natural laws, such as genetic algorithms (GA), tabu search (TS), simulated annealing (SA), particle swarm optimization (PSO), and ant colony optimization (ACO), have shown the effectiveness for the solution of difficult combinatorial optimization problems and captured the interest of a significant number of researchers.
     Among these approaches, genetic algorithm and local search are two primary algorithms applied to solving the JSP. Genetic algorithm, which exhibits parallelism, contains certain redundancy and historical information of past solutions, and requires little problem-specific knowledge other than fitness, has been widely applied in the production scheduling field. In this paper we improve the traditional GA and propose three novel features for this algorithm to solve the JSP. Firstly, a new full-active schedule (FAS) procedure based on the operation-based representation is presented to construct schedule, which further reduces the search space. Secondly, a new crossover operator, called Precedence Operation Crossover (POX), is proposed for the operation-based representation, which can preserve the meaningful characteristics of the previous generation. Thirdly, in order to reduce the disruptive effects of genetic operators, the approach of an improved generation alteration model is introduced. The proposed GA is tested on some standard instances and compared with the other GA procedures. The experimental results validate the effectiveness of the proposed algorithm. Next, the application of local search, especially tabu search, is studied.
     Tabu search is among the most effective approaches for solving the job shop scheduling problem. However, the efficiency of TS depends mostly on the modeling, and neighborhood structures and move evaluation strategies play the central role in the effectiveness and efficiency of TS for the JSP. In this paper, a new enhanced neighborhood structure is proposed. By combining it with the appropriate move evaluation strategy and parameters, we proposed a dynamic intensified TS approach. This approach is tested on a set of standard benchmark instances and found a large number of better upper bounds among the unsolved instances. The computational results show that for the rectangular problem our TS approach dominates all others in terms of both solution quality and performance.
     Genetic algorithm, simulated annealing and tabu search (local search techniques) are all naturally motivated and have complementary strengths and weaknesses. Recently, most studies indicate that a single technique cannot solve this stubborn problem, and hybrid methods are able to provide high-quality solutions within reasonable computing times. However, hybridizing algorithms are sort of an art so far. Since the solution space of the JSP owns“big valley”(BV) and the best elite solutions disperse over BV area. By application of the natural law to explore the whole big valley, two effective hybrid optimization strategies are proposed, which combine the advantage properties of each algorithm. The hybrid algorithms proposed were tested on the standard benchmark sets and compared with other approaches, we improved 84 upper bounds among the 106 unsolved instances for the general ABZ, YN, SWV, TA and DUM benchmark sets. Meanwhile, for the well-known Taillard's benchmark set, I found 20 new upper bounds among the 33 unsolved instances, some of which provide the optimal solutions. In addition, the results of comparison between our hybrid algorithms and the best approximation algorithms show that for the most difficult Job-Shop scheduling problem our work has reached the advanced international level.
     Actually the scheduling problems in real world are complex, dynamic and require different sets of evaluation criteria. Based on the fruits of researching the traditional JSP, we studied the widely existed scheduling problems in practice, such as the flexible job-shop scheduling problem (FJSP), dynamic scheduling and their different sets of evaluation criteria, and proposed the corresponding optimal strategies according to their characteristics. For example, a multistage-based generation alteration model of genetic algorithm is proposed to solve the FJSP; an improved genetic-based rolling horizon scheduling strategy is presented, which extends the previous research on static scheduling to dynamic scheduling. In addition, the dynamic scheduling prototype system is developed, which can be adopted in enterprises to make contributions to the society.
     Scheduling is the key component of Manufacturing Execution System (MES). Proper scheduling is prerequisite for MES applied to manufacturing industry. Based on the study of theories and applications above, AMES (Agile Manufacturing Execution System, AMES V1.0) software has been designed and developed for the cooperative factory, and integrated with other manufacturing resources.
引文
[1]陈荣秋.排序的理论与方法.武汉:华中理工大学出版社,1987
    [2] Rodammer F A and White K P. A recent survey of production scheduling. IEEE Trans. SMC, 1988, 18(6): 841~851
    [3]管在林.基于局部搜索的单件车间调度方法研究:[博士学位论文].武汉:华中理工大学机械科学与工程学院,1997.6
    [4]郑大钟,赵千川.离散事件动态系统.北京:清华大学出版社,2001
    [5]童刚. Job-Shop调度问题理论及方法的应用研究:[博士学位论文].天津:天津大学管理科学与工程,2000.6.1
    [6]戴绍利,谭跃进,汪浩.生产调度方法的系统研究.系统工程. 1999,17 (1):41~45
    [7] http://www.e-works.net.cn/ewk2004/ewkArticles/458/Article28820.htm
    [8] Garey M R and Johnson D S. Computers and intractability: a guide to the theory of NP-completeness. San Francisco: Freeman, 1979
    [9] Holand J H. Adaptation in natural and artificial systems. Ann Arbor: The University of Michigan Press, 1975
    [10]王凌.车间调度及其遗传算法.北京:清华大学出版社,2003
    [11] Glover F. Future paths for integer programming and links to artificial intelligence. Computers and Operations Research, 1986, 13: 533~549
    [12] Hansen P. The steepest ascent mildest descent heuristic for combinatorial programming. in: Congress on Numerical Methods in Combinatorial Optimization, Capri, Italy, 1986.
    [13] Kirkpatrick S. Gelatt C D and Vecchi M P. Optimization by simulated annealing. Science. 1983, 13 May, 220(4598): 671~680
    [14] Burkard R E and Rendl F. A thermodynamically motivated simulation procedure for combinatorial optimization problems. European Journal of Operational Research, 1984, 17: 169~174
    [15] Kennedy J and Eberhart R C. Particle swarm optimization. in: Proceedings of IEEE International Conference on Neutral Networks, Perth, Australia, 1995, 1942~1948
    [16] Eberhart R C and Kennedy J. A new optimizer using particle swarm theory. in: Proceedings of Sixth International Symposium on Micro Machine and Human Science, Nagoya, Japan, 1995, 39~43
    [17] Dorigo M and Di Caro G. Ant colony optimization: a new meta-heuristic. in: Proceedings of the 1999 Congress on Evolutionary Computation, 1999, 1470~1477
    [18] Adleman L. Molecular computation of solution to combinatorial problems. Science, 1994, 66(11): 1021~1024
    [19] Ansari N, Hou E著.李军,边肇祺译.用于最优化的计算智能.北京:清华大学出版社,1999
    [20] Bonabeau E, Dorigo M and Theraulaz G. Inspiration for optimization from social insect behaviour. Nature, 2000, 406: 39~42
    [21] Vaessens R J M. Generalized job shop scheduling: complexity and local search. Dissertation of Eindhoven University of Technology, Eindhoven, 1995.
    [22] Vaessens R J M. Aarts E.H.L and Lenstra, J.K. Job-shop scheduling by local search. INFORMS Journal on Computing, 1996,8, 302~317
    [23] Bla?ewicz J, Domschke W, Pesch E. The job shop scheduling problem: conventional and new solution techniques. European Journal of Operational Research, 1996, 93: 1~33
    [24] Jain A S, Meeran S. Deterministic job shop scheduling: past, present and future. European Journal of Operational Research, 1999, 113: 390~434
    [25] Garey E L, Johnson D S, Sethi R. The complexity of flowshop and job-shop scheduling. Mathematics of Operations Research, 1976, 1: 117~129
    [26] Frederrick A R, Preston W K. A recent survey of production scheduling, IEEE Transactions on Systems, Man,and Crybernetics, Vol.18, No.6, November/December 1988
    [27] Fisher H, Thompson G L. Probabilistic learning combinations of local job-shop scheduling rules. in: Muth J F, Thompson G L (Eds.), Industrial Scheduling. Prentice-Hall, Englewood Cliffs, NJ, 1963, 225~251
    [28] Beasley J E. OR-Library: Distributing test problems by electronic mail. J. Opl. Res. Soc., 1990,41(11): 1069~1072
    [29] Liu J and Maccarthy R L. The classification of FMS scheduling problems. Int J. Production Research, 1996, 34(3): 647~656.
    [30] Conway R and Maxwell W. Theory of scheduling. Massachusetts: Addison- Wesley, 1967
    [31] Parunak H V D and Arbor A. Characterizing the manufacturing scheduling problem. Journal of Manufacturing Systems, 1991, 10(3): 241~259
    [32]尹文君,刘民,吴澄.进化计算在生产调度研究中的现状与展望.计算机集成制造系统-CIMS,2001,7(12):1~6
    [33] Newman P A. Scheduling in CIM System. in: Kusiak A (ed). AI in Industry: AI Implication for CIM. Kempston: IFS( Publications ) Ltd. 1988: 361~402
    [34]王波,张群,王飞等. Job Shop排序问题解空间定量分析.控制与决策,2001,16(1):33~36
    [35] Johnson S M. Optimal two and three-stage production scheduling with set-up times included. Naval Research Logistics Quarterly, 1954, 1: 64~68
    [36]越民义,韩继业. n个零件在m台机床上加工顺序问题(I).中国科学,1975, 5:462~470
    [37] Cook S A. The complexity of theorem proving procedures. in: The Proceedings of the Third Annual ACM Symposium on the Theory of Computing, Association of Computing Machinery, New York, 1971, 151~158
    [38] Lawler E L, Lenstra J K, Rinnooy Kan A H G.. Recent developments in deterministic sequencing and scheduling: a survey. In: Dempster M A H et al. (Eds.), Deterministic and Stochastic Scheduling. Reidel, Dordrecht, 1982, 35~73
    [39] Parker R G. Deterministic scheduling. London: Chapman and Hall, 1995
    [40] Manne A S. On the job-shop scheduling problem. Operations Research, 1960, 8: 219~223
    [41] Van Hulle M M. A goal programming network for mixed integer linear programming: a case study for the job-shop scheduling problem. International Journal of Neural Networks, 1991, 2(3): 201~209
    [42] French S. Sequencing and scheduling-an introduction to the mathematics of the job-shop. Ellis Horwood, John-Wiley & Sons, New York, 1982
    [43] Nemhauser G L and Wolsey L A. Integer and combinatorial optimisation. John-Wiley & Sons, New York, 1988
    [44] Blazewicz J, Dror M and Weglarz J. Mathematical programming formulations for machine scheduling: a survey. European Journal of Operational Research, Invited Teview, 1991, 51(3), 283~300
    [45] Fisher M L. Optimal solution of scheduling problems using lagrange multipliers: Part I. Operations Research, 1973, 21: 1114~1127
    [46] Van De Velde S. Machine scheduling and lagrangian relaxation: [PhD Disseration]. CWI Amsterdam, Netherlands, 1991
    [47] Hoogeveen J A, Van De Velde S L. Stronger lagrangian bounds by the use of slack variables: applications to machine scheduling problems. Mathematical Programming, 70(2): 173~190
    [48] Chu C, Portmann M C and Proth J M. A splitting-up approach to simplify job-shop scheduling problems. International Journal of Production Research, 1992, 30(4): 859~870
    [49] Kruger K, Shakhlevich N V, Sotskov Y N et al. A heuristic decomposition algorithm for scheduling problems on mixed graphs. Journal of the Operational Research Society, 1995, 46: 1481~1497
    [50] Hoitomt D J, Luh P B, Pattipati K R. Practical approach to job-shop scheduling problems. IEEE Trans Robotics and Automation, 1993, 9 (1): 1~13
    [51] Balas E. Machine scheduling via disjunctive graphs: an implicit enumeration algorithm. Operations Research, 1969, 17: 941~957
    [52] McMahon G B and Florian M. On scheduling with ready times and due dates tominimize maximum lateness. Operations Research, 1975, May-June, 23(3): 475~482
    [53] Carlier J, Pinson E. An algorithm for solving the job shop problem. Management Science, 1989, 35(29): 164~176
    [54] Carlier J and Pinson E. A practical use of jackson’s preemptive schedule for solving the job-shop problem. Annals of Operations Research, 1990, 26: 269~287
    [55] Applegate D, Cook W. A computational study of the job-shop scheduling problem. ORSA Journal on Computing, 1991, 3(2): 149~156
    [56] Brucker P, Jurisch B, Sievers B. A branch and bound algorithm for job-shop scheduling problem. Discrete Applied Mathematics, 1994, 49: 105~127
    [57] Martin P D. A time-oriented approach to computing optimal schedules for the job-shop scheduling problem: [PhD Disseration]. School of Operations Research and Industrial Engineering, Cornell University, NY, 1996
    [58] Jackson J R. Scheduling a production line to minimise maximum tardiness. Research Report 43, Management Science Research Projects, University of California, Los Angeles, USA, 1955
    [59] Smith W E. Various optimizers for single stage production. Naval Research Logistics Quarterly,1956, 3: 59~66
    [60] Giffler B and Thompson G L. Algorithms for solving production scheduling problem. Operations Research, 1960, 8(4): 487~503
    [61] Panwalkar S S, Iskander W. A survey of scheduling rules. Operations Research, 1977, 25 (1): 45~61
    [62] Montazeri M And Van Wassenhove L N. Analysis of scheduling rules for an FMS. International Journal of Production Research, 1990, 28: 785~802
    [63] Grabot B, Geneste L. Dispatching rules in scheduling: A fuzzy approach. International Journal of Production Research 1994, 32 (4): 903~915
    [64] Hemant Kumar N S, Srinivasan G. A genetic algorithm for job shop scheduling - A case study. Computer in Industry, 1996, 31: 155~160
    [65] Adams J, Balas E, Zawack D. The shifting bottleneck procedure for job shop scheduling. Management Science, 1988, 34: 391~401
    [66] Carlier J. The one-machine sequencing problem. European Journal of Operational Research, 1982, 11: 42~47
    [67] Dauzere-Peres S, Lasserre J B. A modified shifting bottleneck procedure for job-shop scheduling. International Journal of Production Research, 1993, 31(4): 923~932
    [68] Demirkol E, Mehta S, Uzsoy R. A computational study of shifting bottleneck procedures for shop scheduling problems. Journal of Heuristics, 1997, 3(2): 111~137
    [69] Huang W Q, Yin A H. An improved shifting bottleneck procedure for the job shop scheduling problem. Computers and Operations Research, 2004, 31: 2093~2110
    [70] Fox M S, Smith S F. ISIS: A knowledge-based system for factory scheduling. ExpertSystem, 1984, 1(1): 25~ 49
    [71]蔡自兴.人工智能及其应用(研究生用书).北京:清华大学出版社(第三版),2004.8.1
    [72] Fox M S. Constraint-Directed Search: A case study of job-shop scheduling. research notes in artificial intelligence. Pitman Publishing, London, 1987
    [73] Smith S F, Fox M S and Ow P S. Constructing and maintaining detailed production plans: investigations into the development of knowledge-based factory scheduling systems. AI Magazine, 1986, 7(4): 45~61
    [74] Ow P S and Smith S F. Viewing scheduling as an opportunistic problem-solving process. Annals of Operations Research, 1988, 12: 85~108
    [75] Fox M S and Sadeh N. Why is scheduling difficult? A CSP perspective. in: Aiello L (ed) ECAI-90 Proceedings of the 9th European Conference on Artificial Intelligence, Stockholm, Sweden, 1990, 754~767
    [76] Lepape C. SOJA: A daily workshop scheduling system. Expert System, 1985, 85: 95~211
    [77] Bensana E, Bel G and Dubois D. OPAL: A multi-knowledge-based system for industrial job-shop scheduling. International Journal of Production Research, 1988, 26(5): 795~819
    [78] Slotnick S A, May J H and Morton T E. FURNEX: Modeling expert scheduling on the factory floo. in: Scherer W T and Brown D E (eds), Proceedings of the Symposium on Intelligent Scheduling Systems, 1992, 277~286
    [79] Pesch E, Tetzlaff U A W. Constraint propagation based scheduling of job shops. INFORMS Journal on Computing, Spring, 1996, 8(2): 144~157
    [80] Nuijten W P M, Aarts E H L. A computational study of constraint satisfaction for multiple capacitated job-shop scheduling. European Journal of Operations Research, 1996, 90(2): 269~284
    [81] Nuijten W P M and Le Pape C. Constraint-based job shop scheduling with ilog scheduler. Journal of Heuristics, 1998, 3(4): 271~286
    [82] Cheng C C, Smith S F. Applying constraint satisfaction techniques to job shop scheduling. Annals of Operations Research, 1997, 70: 327~357
    [83] Alexander S M. Expert system for the selection of scheduling rules in a job-shop. Computers and Industrial Engineering, 1987, 12(3): 167~171
    [84] Biegel J E, Wink L J. Expert systems can do job-shop scheduling: an exploration and a proposal. Computers and Industrial Engineering, 1989, 17(1-4): 347~352
    [85] Kusiak A, Chen M. Expert systems for planning and scheduling manufacturing systems. European Journal of Operational Research, 1988, 34: 113~130
    [86] Shakhlevich N V, Sotskov Y N, Werner F. An adaptive approach in production scheduling based on the mixed graph model. IEE Proc. Control Theory Appl, 1996,143(1): 9~16
    [87] Wang W and Brunn P. Production scheduling and neural networks. in: Derigs U, Bachem A and Drexl A (eds.), Operations Research Proceedings 1994, Springer-Verlag, Berlin, 1995, 173~178
    [88] Foo S Y and Takefuji Y. Stochastic neural networks for solving job-shop scheduling: Part 1. problem representation. in: Kosko B (ed.), IEEE International Conference on Neural Networks, San Diego, USA, 1988a, 24-27 Jul, vol 2, 275~282
    [89] Foo S Y and Takefuji Y. Stochastic neural networks for solving job-shop scheduling: Part 2. architecture and simulations. in: Kosko B (ed.), IEEE International Conference on Neural Networks, San Diego, USA, 1988b, 24-27 Jul, vol 2, 283~290
    [90] Foo S Y and Takefuji Y. Integer linear programming neural networks for job-shop scheduling. in: Kosko B (ed.), IEEE International Conference on Neural Networks, San Diego, California, USA, 1988c, 24-27 Jul, vol 2, 341~348
    [91] Van Hulle M M. A Goal programming network for mixed integer linear programming: a case study for the job-shop scheduling problem. International Journal of Neural Networks, 1991, 2(3): 201~209
    [92] Zhou D N, Cherkassky V, Baldwin T R et al. A neural network approach to job-shop scheduling. IEEE Transactions on Neural Network, 1991, 2(1): 175~179
    [93] Foo S Y, Takefuji Y and Szu H. Job-shop scheduling based on modified tank-hopfield linear programming networks. Eng. Appl. Artif. Intell., 1994, 7(3): 321~327
    [94] Foo S Y, Takefuji Y and Szu, H. Scaling properties of neural networks for job-shop scheduling. Neurocomputing, 1995, 8(1): 79~91
    [95] Satake T, Morikawa K and Nakamura N. Neural network approach for minimizing the makespan of the general job-shop. International Journal of Production Economics, 1994, 33(1-3), 67~74
    [96] Sabuncuoglu I and Gurgun B. A neural network model for scheduling problems. European Journal of Operational Research, 1996, 93(2): 288~299
    [97] Remus W. Neural network models of managerial judgement. in: 23rd Annual Hawaii International Conference on System Science, Honolulu, Hawaii, 1990, January 2-5, 340~344
    [98] Dagli C H and Huggahalli R. A neural net architecture for faster dynamic scheduling in manufacturing systems. in: Proc IEEE Int Conf Rob Autom, 1991, Apr 9-11, vol 3, 2408~2413
    [99] Dagli C H, Lammers S and Vellanki M. Intelligent scheduling in manufacturing using neural networks. Journal of Neural Network Computing Technology Design and Applications, 1991, 2(4): 4~10
    [100] Sim S K, Yeo K T and Lee W H. An expert neural network system for dynamic job-shop scheduling. International Journal of Production Research, 1994, 32(8):1759~1773
    [101] Kim S Y, Lee Y H and Agnihotri D. A hybrid approach for sequencing jobs using heuristic rules and neural networks. Production Planning and Control, 1995, 6(5): 445~454
    [102] Jain A S and Meeran S. Job-shop scheduling using neural networks. International Journal of Production Research, 1998, 36(5): 1249~1272
    [103] Marík V, Camarinha-Matos L M, Afsarmanesh H. (eds.) Knowledge and technology integration in products and services. in: Proceedings Balancing Knowledge and Technology in Product and Service Life Cycle (BASYS '02), Cancun, Mexico, September 2002, Kluwer Academic Publishers
    [104] Jennings N R, Bussmann S. Agent-based control systems: why are they suited to engineering complex systems?. IEEE Control Systems Magazine, 2003, 23(3): 61-73
    [105]张洁.车间控制模型的研究:[华中理工大学博士后研究报告].武汉:华中理工大学机械科学与工程学院,1999
    [106]刑文训,谢金星.现代优化计算方法.北京:清华大学出版社,2001.5
    [107] Glover F, Greenberg H J. New approaches for heuristic search: a bilateral linkage with artificial intelligence. European Journal of Operations Research, 1989, 39 (2): 119~130
    [108] Holland J H. Adaptation in natural and artificial systems. Ann Arbor, The University of Michigan Press, 1975
    [109] Davis L. Job-shop scheduling with genetic algorithm. Grefenstette J J. Proceedings of the 1st International Conference on Genetic Algorithms and Their Applications, Pittsburgh. PA, USA, Lawrence, Erlbaum, 1985, 136~140
    [110] Falkenauer E, Bouffouix S. A genetic algorithm for the job-shop. in: The Proceedings of the IEEE International Conference on Robotics and Automation, Sacremento, California, USA, 1991
    [111] Nakano R, Yamada T. Conventional genetic algorithm for job-shop problems. in: Kenneth M K, Booker L B (Eds.), Proceedings of the Fourth International Conference on Genetic Algorithms and their Applications, San Diego, California, USA, 1991, 474~479
    [112] Yamada T, Nakano R. A genetic algorithm applicable to large-scale job-shop problems. in: Manner R, Manderick B (Eds.). Proceedings of the Second International Workshop on Parallel Problem Solving from Nature (PPSN'2), Brussels, Belgium, 1992, 281~290
    [113] Della Croce F, Tadei R and Volta G. A genetic algorithm for the job shop problem. Computers and Operations Research, 1995, 22(1): 15~24
    [114] Dorndorf U, Pesch E. Evolution based learning in a job-shop scheduling environment. Computers and Operations Research, 1995, 22 (1): 25~40
    [115] Mattfeld D C. Evolutionary search and the job shop: investigations on genetic algorithms for production scheduling. Physica-Verlag, Heidelberg, Germany, 1996
    [116] Norman B A and Bean J. Random keys genetic algorithm for job shop scheduling. Engineering Design and Automation, 1997, 3: 145~156
    [117] Cheng R, Gen M, Tsujimura Y. A tutorial survey of job-shop scheduling problems using genetic algorithms-I. representation. Computers & Industrial Engineering, 1996, 30(4): 983~997
    [118] Cheng R, Gen M, Tsujimura Y. A tutorial survey of job shop scheduling problems using genetic algorithms, part II: hybrid genetic search strategies. Computers and Industrial Engineering, 1999, 36: 343~364
    [119] Yamada T and Nakano R. Genetic algorithms in engineering systems(Chapter 7): Job-shop scheduling. Edited by Zalzala A M S and Fleming P J, IEE control engineering series 55, 1997: 134~160
    [120]张长水,沈刚,阎平凡.解Job-shop调度问题的一个遗传算法.电子学报, 1995,23(7):1~5
    [121]纪树新.基于遗传算法的车间作业调度系统研究:[博士学位论文].杭州:浙江大学工业控制技术研究所,1995
    [122]纪树新,钱积新,孙优贤.遗传算法在车间作业调度中的应用.系统工程理论与实践,1998,5:34~40
    [123]顾擎明,宋文忠.混合遗传算法在Job-shop调度问题中的应用.信息与控制,1998,27(5):369~372
    [124]陈雄,李海刚,吴启迪.基于遗传算法的Job-shop调度问题研究.同济大学学报,2002.1,30(1):88~91
    [125]刘民,吴澄.解决并行多机提前/拖后调度问题的混合遗传算法方法.自动化学报,2000, 26(2):258~262
    [126]童刚,李光泉,刘宝坤.用遗传算法解决在并行机上带有不同交货期窗口的Job-shop调度问题.系统工程,2000, 18(3):37~42
    [127]王凌,郑大钟.基于遗传算法的Job Shop调度研究进展.控制与决策,2001.11,16:641~646
    [128]高亮,高海兵,周驰.基于粒子群优化的开放式车间调度研究.机械工程学报,2006,47(2):129~134
    [129]高亮,高海兵,周驰,喻道远.基于粒子群优化算法的模式分类规则获取.华中科技大学学报(自然科学版),2004,32(11):24~26
    [130] Dorigo M, Maniezzo V, Colorni A. Ant system: optimization by a colony of coorperating agents. IEEE Transactions on SMC, 1996, 26(1): 8~41
    [131] Dorigo M, Gambardella L M. Ant colony system: a cooperative learning approach to the traveling salesman problem. IEEE Transactions on Evolutionary Computing, 1997, 1(1): 53~56
    [132] Colorni A, Dorigo M, Maniezzo V. Ant colony system for job-shop scheduling. Belgian Journal of Operations Research Statistics and Computer Science, 1994, 34(1):39~53
    [133] Matsuo H, Suh C J, Sullivan R S. A controlled search simulated annealing method for the general job-shop scheduling problem. Working Paper, 03-04-88, Graduate School of Business, University of Texas at Austin, Austin, Texas, USA, 1988
    [134] Van Laarhoven P J M, Aarts E H L, Lenstra J K. Job-shop scheduling by simulated annealing. Report OSR8809. Centrum voor Wiskunde en Informatica, Amsterdam, The Netherlands, 1988
    [135] Grabowski J, Nowicki E, Zdrzalka S. A block approach for single machine scheduling with release dates and due dates. European Journal of Operational Research, 1986, 26 (2): 278~285
    [136] Glover F. Tabu search—Part I. ORSA Journal on Computing, 1989, 1(3): 190~206
    [137] Glover F. Tabu search—Part II. ORSA Journal on Computing, 1990, 2(1): 4~32
    [138] Glover F, Laguna M. Tabu search. Dordrecht: Kluwer Academic Publishers, 1997
    [139] Taillard E D. Parallel taboo search technique for the jobshop scheduling problem. Technical Report ORWP 89/11, DMA, Ecole Polytechnique Fédérale de Lausanne, Lausanne, Switzerland, 1989
    [140] Dell’Amico M, Trubian M. Applying tabu-search to job-shop scheduling problem. Annals of Operations Research, 1993, 41(1–4): 231~252
    [141] Barnes J W, Chambers J B. Solving the job shop scheduling problem using tabu search. IIE Transactions, 1995, 27: 257~263
    [142] Nowicki E, Smutnicki C. A fast taboo search algorithm for the job shop scheduling problem. Management Science, 1996, 42(6): 797~813
    [143] Chambers J B, Barnes J W. New tabu search results for the job shop scheduling problem. Technical Report ORP96-10, Graduate Program in Operations Research and Industrial Engineering, The University of Texas at Austin, 1996
    [144] Nowicki E, Smutnicki C. Some new tools to solve the job shop problem. Technical Report 60/2002, Institute of Engineering Cybernetics, Technical University of Wroclaw, Wroclaw, Poland, 2002
    [145]孙元凯,李光泉,刘宝坤.一变邻域结构Tabu搜索算法及其在Job-Shop调度问题上的应用.电子学报,2001,5:622~625
    [146]童刚,李光泉,刘宝坤.一种用于Job-Shop调度问题的改进禁忌搜索算法.系统工程理论与实践,2001.9,9:48~52
    [147]王磊,黄文奇.求解工件车间调度问题的一种新的邻域搜索算法.计算机学报,2005.5,28(5):809~816
    [148] Metropolis N, Rosenbluth A W, Rosenbluth M N et al. Equation of state calculations by fast computing machines. The Journal of Chemical Physics, 1953, 21(6): 1087~1092
    [149] Van Laarhoven P J M, Aarts E H L, Lenstra JK. Job shop scheduling by simulatedannealing. Operations Research, 1992, 40(1): 113~125
    [150] Yamada T, Rosen B E and Nakano R. A simulated annealing approach to job-shop scheduling using critical block transition operators. IEEE ICNN’94 International Conference on Neural Networks, Orlando, Florida, 1994, 26-29 June, vol 6, 4687~4692
    [151] Steinhofel K, Albrecht A, Wong C K. Two simulated annealing-based heuristics for the job shop scheduling problem. European Journal of Operational Research, 1999, 118(3): 524~148
    [152] Steinhofel K, Albrecht A, Wong C K. Fast parallel heuristics for the job shop schedulingproblem. Computers & Operations Research, 2002, 29: 151~169
    [153] Steinhofel K, Albrecht A, Wong C K. An experimental analysis of local minima to improve neighbourhood search. Computers & Operations Research, 2003, 30: 2157~2173
    [154]范晔,周泓.作出排序模拟退火算法影响因素分析和一种多次淬火模拟退火法.系统工程理论方法应用,2003.3,11(1):72~76
    [155] Ingber L, Rosen B. Genetic algorithms and very fast simulated reannealing: a comparison. Mathematical Computer Modeling 1992, 16: 87~100
    [156] Grefenstette J J. Optimization of control parameters for genetic algorithms. IEEE Transactions on System, Man and Cybernetics, 1988, 16(1):122~128
    [157] Kolonko M. Some new results on simulated annealing applied to the job shop scheduling problem. European Journal of Operational Research, 1999, 113: 123~136
    [158] Wang L, Zheng D Z. An effective hybrid optimization strategy for job-shop scheduling problems. Computers & Operations Research, 2001, 28: 585~596
    [159] Zhang C Y, Li P G, Rao Y Q et al. A new hybrid GA/SA algorithm for the job shop scheduling problem. EvoCOP 2005, LNCS 3448, 2005, 246~259
    [160] Dimopoulos C, Zalzala A M S. Recent developments in evolutionary computaion for manufacturing optimization: problems, solutions, and comparisons. IEEE Trans Evolt Comput, 2000, 4(2):93~113
    [161] Wolpert D, Macready W. No free lunch theorems for optimization. IEEE Trans Evolt Comput, 1997, 1(1):67~82
    [162] Balas E, Vazacopoulos A. Guided local search with shifting bottleneck for job shop scheduling. Management Science, 1998, 44(2): 262~275
    [163] Thomsen S. Metaheuristics combined with branch and bound (in Danish). Technical Report, Copenhagen Business School, Copenhagen, Denmark, 1997
    [164] Yamada T. Nakano R. Job-shop scheduling by simulated annealing combined with deterministic local search. Meta-heuristics: Theory and Applications. Kluwer Academic Publishers, Hingham, MA, 1996, 237~248
    [165]王凌,郑大钟. Meta-heuristic算法研究.控制与决策,2000,15(2):257~262
    [166] Fox B L. Integrating and Accelerating tabu search, simulated annealing, and genetic algorithms. Annals of Operations Research, 1993, 41: 47~67
    [167] Mahfoud S W, Goldberg D E. Parallel recombinative simulated annealing: a genetic algorithm. Parallel Computing, 1995, 21: 1~28
    [168] Talbi E G. A taxonomy of hybrid meta-heuristics. Technical Report AS-183, LIFL, Universite de Lille 1, 1998
    [169] Werner F, Winkler A. Insertion techniques for the heuristic solution of the job shop problem. Discrete Applied Mathematics, 1995, 58: 191~211
    [170] Yang T, Ignizio J P and Deal D E. An exchange heuristic for generalized job shopscheduling. Eng. Opt., 1989, 15: 83~96
    [171] Yang T, He Z and Cho K K. An effective heuristic method for generalized job shop scheduling with due dates. Compt. Ind. Engng, 1994, 26(6): 647~660
    [172] Zeestraten M J. The look ahead dispatching procedure. Int. J. Prod. Res., 1990, 28(2): 369~384
    [173] Mao W and Kincaid R K. A look-ahead heuristic for scheduling jobs with release dates on a single machine. Computers & Ops. Res., 1994, 21(10): 1041~1050
    [174] Penz B and Dupont L. An aggregate procedure for the deterministic job-shop problem. J. of Intelligent Manufacturing, 1995, 6: 117~122
    [175] Kim Y A. Backward approach in list scheduling algorithms for multi-machine tardiness problems. Computers & Opes. Res., 1995, 22(3): 307~319
    [176] De Jong K A. An analysis of the behavior of a class of genetic adaptive systems: [PhD Disseration]. Michigan : University of Michigan, No.76-9381, 1975
    [177] Goldberg D E. Genetic algorithms in search optimisation and machine learning. Massachusetts, Addison-Wesley, Reading, 1989
    [178] Davis L. Handbook of genetic algorithm. New York:Van Nostrand Reinhold, 1991
    [179]王凌.智能优化算法及其应用.北京:清华大学出版社,2001
    [180] Baker K R. Introduction to sequencing and scheduling. NewYork, Wisely, 1974
    [181] Pinedo M. Scheduling theory, algorithms, and system. 2nd, Prentice Hall, Upper Saddle River, New Jersey, 2002
    [182] Kennedy S. Five ways to a smarter genetic algorithm. AI Expert, 1993
    [183] Whitley D, Gordan V and Mathias K. Lamarkian evolution, the baldwin effect and function optimization. in: Davidor Y, et al (Eds), Parallel solving from nature—PPSNⅢ, Berlin: Springer, 6~15
    [184]玄光男,程润伟.遗传算法与工程设计.北京:科学出版社,2000
    [185] Fang H L, Ross P and Corne D. A promising genetic algorithm approach to job-shop scheduling, rescheduling and open-shop scheduling problems. ICGA’5 Proceedings of the 5th International Conference on Genetic Algorithms, Morgan Kaufmann Publishers, San Mateo, California, 1993, 375~382
    [186] Gen M, Tsujimura Y, Kubota E. Solving job-shop scheduling problems using genetic algorithm. in: Proc. of the 16th Int. Conf. on Computer and Industrial Engineering, Ashikaga, Japan, 1994, 576~579
    [187] Holsapple C, Jacob V, Pakath R et al. A genetics-based hybrid scheduler for generating static scheduler in flexible manufacturing contexts. IEEE Transactions On System, Man, And Cybernetics, 1993, 23: 953~971
    [188] Bean J. Genetic algorithms and random keys for sequencing and optimization. ORSA J. Computing, 1994, 6(2): 154~160
    [189] Tamaki H and Nishikawa Y. A parallelled genetic algorithm based on a neighbourhood model and its application to the jobshop scheduling. in: PPSN’2 Proceedings of the 2nd International Workshop on Parallel Problem Solving from Nature, Brussels, Belgium, 1992, 573~582
    [190] Bierwirth C. A generalized permutation approach to job shop scheduling with genetic algorithms. OR Spektrum, 1995, 17: 87~92
    [191] Ono I, Kobayashi S. A genetic algorithm taking account of characteristics preservation for job shop scheduling problems. in: Proceedings of the 5th conference on Intelligent Autonomous Systems, 1998, 711~718
    [192] Kobayashi S, Ono I and Yamamura M. An efficient genetic algorithm for job shop scheduling problems. Proceedings of the Sixth International Conference on Genetic Algorithms, Morgan Kaufmann Publishers, San Francisco, CA, 1995, 506~511
    [193] Bierwirth C, Mattfeld D C and Kopfer H. On permutation representations for scheduling problems. in: Voigt H M et al. (eds) PPSN’IV Parallel Problem Solving from Nature, Springer-Verlag, Berlin, Heidelberg, Germany, 1996, 310~318
    [194] Shi GY, IIMA H, Sannomiya N. A new encoding scheme for Job Shop problems by Genetic Algorithm. in: Proceedings of the 35th Conference on Decision and Control, Kobe, Japan, 1996, 4395~4400
    [195] Cheng R. A study on genetic algorithms-based optimal scheduling techniques: [PhD thesis]. Tokyo Institute of Technology, 1997
    [196]张超勇,饶运清,李培根.基于POX交叉的遗传算法求解Job-Shop调度问题.中国机械工程,2004,15(23):2149~2153
    [197] ChaoYong Zhang, YunQing Rao et al. An effective hybrid genetic algorithm for the job shop scheduling problem, Accepted by the International Journal of Advanced Manufacturing Technology, 2005
    [198]康宁,王凤儒,刘丕娥等.交货期的单件车间调度问题的逆序算法.系统工程理论与实践,1999,12:25~30, 37
    [199] Masatoshi S, Tetsuya M. An efficient genetic algorithm for job-shop scheduling problems with fuzzy processing time and fuzzy due date. Computers & Industrial engineering, 1999, 36: 325~344
    [200] Lee C Y and Choi J Y. A genetic algorithm for job sequencing problems with distinct due dates and general eariy-tardy penalty weights. Computers Ops.Res., 1995 ,22(8): 857~869
    [201] Baker K R, Scudder G D. Scheduling with earliness and tardiness penalties: A review. Operation Research, 1990, 28(1): 22~36
    [202]刘兴初,赵千川,郑大钟.用GA算法解不同交货期窗口下的E/T调度问题.清华大学学报(自然科学版), 2000, 40(7): 59~62
    [203]吴悦,汪定伟.公共交货期窗口下提前/拖期惩罚不同的单机调度问题.控制与决策, 1998,13(6):659~664
    [204]王莉,李大卫,王梦光.不同交货期窗口下的提前/拖期调度问题.控制理论与应用,1998,15(5):759~763
    [205] Glover, F. Tabu thresholding: improved search by nonmonotonic trajectories. ORSA Journal on Computing, 1995, 7(4): 426~442
    [206] Brucker P. Scheduling algorithms. Berlin: Springer-Verlag, 1995
    [207] Ten Eikelder H M M, Aarts B J M, Verhoeven M G A et al. Sequential and parallel local search algorithms for job shop scheduling. MIC’97 Proceedings of the 2nd International Conference on Meta-heuristics, Sophia-Antipolis, France, 1997, 21-24 July, 75~80
    [208] Anderson J. Mechanism for local search. European J. of Operational Research, 1996, 88:139~151
    [209] Hurirtk J, Jurisch B and Thole M. Tabu search for the job-shop scheduling problem with multi-purpose machines. OR Spektrum, 1994, 15: 205~215
    [210] Woodruff D L. Simulated annealing and tabu search: lessons from a line search. Computer Ops. Res., 1994, 21(8): 823~839
    [211] Roy B and Sussmann B. Les problèmes d’ordonnancement avec contraintes disjonctives, Note D.S. no. 9 bis, SEMA, Paris, France, Décembre, 1964
    [212] Taillard E D. Parallel taboo search techniques for the job-shop scheduling problem. ORSA Journal on Computing, 1994, 6: 108~117
    [213] Grabowski J, Nowicki E and Smutnicki C. Block Algorithm for Scheduling Operations in a Job-Shop System, Przeglad Statystyczny XXXV, 1988, 1: 67~80
    [214] Nowicki E, Smutnicki C. A fast tabu search algorithm for the permutation flow-shop problem. European Journal of Operational Research, 1996, 91:160~175
    [215] Grabowski J, Wodecki M. A very fast tabu search algorithm for the job shop problem. in: Rego C, Alidaee B, editors. Adaptive memory and evolution; tabu search and scatter search. Dordrecht: Kluwer Academic Publishers, 2005
    [216] Lawrence S. Resource constrained project scheduling: An experimental investigation of heuristic scheduling techniques (Supplement). Graduate School of Industrial Administration, Carnegie-Mellon University, Pittsburgh, Pennsylvania, 1984
    [217] Storer R H, Wu S D, Vaccari R. New search spaces for sequencing problems with applications to job-shop scheduling. Management Science, 1992, 38(10): 1495~1509
    [218] Demirkol E, Mehta S, Uzsoy R. Benchmarks for shop scheduling problems. European Journal of Operational Research, 1998, 109: 137~141
    [219] Geyik F, Cedimoglu I H. The strategies and parameters of tabu search for job-shop scheduling. Journal of Intelligent Manufacturing, 2004, 15: 439~448
    [220] Pezzella F, Merelli E. A tabu search method guided by shifting bottleneck for job shop scheduling problem. European Journal of Operational Research, 2000, 120: 297~310
    [221] ChaoYong Zhang, PeiGen Li, ZaiLin Guan et al. A tabu search algorithm with a new neighborhood technique for the job shop scheduling problem, accepted by Computers & Operations Research
    [222] Wolpert D, Macready W. No free lunch theorems for optimization. IEEE Trans Evolt Comput, 1997, 1(1):67~82
    [223] Rayward-Smith V J, Osman I H, Reeves C R and Smith G D. Modern heuristic search methods. John Wiley and Sons, 1996
    [224] Nowicki E and Smutnicki C. An advanced tabu search algorithm for the job shop problem. Journal of Scheduling, 2005, 8: 145~159
    [225] Yamada T and Nakano R. Scheduling by genetic local search with multi-step crossover. in: PPSN’IV Fourth International Conference on Parallel Problem Solving from Nature, Berlin, Germany, 1996, Sept 22-26, 960~969
    [226] Nowicki E, Smutnicki C. Some new ideas in TS for job-shop scheduling. Technical Report 50/2001, Institute of Engineering Cybernetics, Wroclaw University of Technology, Wroclaw, Poland, 2001
    [227]黄文奇,许如初.近世计算理论导引——NP难度问题的背景、前景及其求解算法研究.北京:科学出版社,2004.6
    [228] Hanafi S. On the convergence of tabu search. Journal of Heuristics, 2000, 7: 47-58
    [229]康立山,谢云,尤矢勇.非数值并行算法——模拟退火算法.北京:科技出版社,1998
    [230] Jain A S, Rangaswamy B, Meeran S. New and“stronger”job-shop neighbourhoods: a focus on the method of nowicki and smutnicki (1996). Journal of Heuristics, 2000, 6(4): 457~480
    [231] Glover F, Hanafi S. Tabu search and finite convergence. Discrete Applied Mathematics, 2002, 119: (1-2):3~36
    [232] TaillardéD. http://ina.eivd.ch/Collaborateurs/etd/default.htm. January, 2005
    [233] TaillardéD. Benchmarks for basic scheduling problems. European Journal of Operational Research, 1993, 64 (2): 278~285
    [234] ChaoYong Zhang, Liang Gao, YunQing Rao et al. A very fast tssa algorithm for the job shop scheduling problem, Accepted by Computers & Operations Research
    [235] Glover F, Kelly J and Laguna M. Genetic algorithm and tabu search: hybrids for optimization. Computers and Operations Research, 1995, 22(1): 111~134
    [236] Muhenbein H. Parallel algorithms in combinatorial optimization. Computer Science and Operations Research, Pergamon Press, Oxford, 1995
    [237] Gon?alves J F and et al. A hybrid genetic algorithm for the job shop scheduling problem, AT&T Labs Research Technical Report TD-5EAL6J, September 2002
    [238] Park B J, Choi H R, Kim H S. A hybrid genetic algorithm for the job shop scheduling problems. Computers & Industrial Engineering, 2003, 45: 597~613
    [239]张文修,粱怡.遗传算法的数学基础.西安:西安交通大学出版社,2000
    [240]周明,孙树栋.遗传算法原理及应用.北京:国防工业出版社,1999
    [241]陈国良,王煦法,庄镇泉等.遗传算法及其应用.北京:人民邮电出版社,1996
    [242] Watson Jean-Paul. On metaheuristic“failure modes”: a case study in tabu search for job-shop scheduling. in: MIC2005: The Sixth Metaheuristics International Conference, Vienna, Austria, August 22-26, 2005
    [243] Goldberg D E and Deb K. A comparative analysis of selection schemes used in genetic algorithms. in:Rawlins G (Ed.), Foundations of genetic algorithms, Morgan Kaufmann, 1991
    [244] Brandimarte P. Routing and scheduling in a flexible job shop by tabu search. Annals of Operations Research, 1993, 22: 158~183
    [245]谷峰,陈华平,卢冰原,古春生.粒子群算法在柔性工作车间调度中的应用.系统工程,2005,23(9):20~23
    [246] Blazewicz J, Finke G, Haopt G. New trends in machine scheduling. European Journal of Operational Research, 1988, 37: 303~317
    [247] Mati Y, Rezg N and Xie X. An integrated greedy heuristic for a flexible job shop scheduling problem. IEEE International Conference on Systems, Man, and Cybernetics, 2001, 4: 2534~2539
    [248] Montazeri M and Van Wassenhove L N. Analyses of scheduling rules for an FMS. Int. J. Prod. Res., 1990, 28: 785~802
    [249] Zhang H P and Gen M. Multistage-based genetic algorithm for flexible job-shop scheduling problem. Complexity International, 2005. 8, 11: 223~232
    [250] Tay J C and Wibowo D. An effective chromosome representation for evolving flexible job shop schedules. in: Deb K. et al. (Eds.): GECCO 2004, LNCS 3103, 2004, 210~221
    [251] Kacem I. Genetic algorithm for the flexible job-shop scheduling problem. IEEE 2003, 3464~3469
    [252] Chen H, Ihlow J and Lehmann C. A genetic algorithm for flexible job-shop scheduling. in: Proceedings of IEEE International Conference on Robotics and Automation, 1999, 1120~ 1125
    [253]谷峰,陈华平,卢冰原.病毒遗传算法在柔性工作车间调度中的应用.系统工程与电子技术,2005.11,27(11):1953~1956
    [254] Najid N M, Dauzere-Peres S and Zaidat A. A modified simulated annealing method for flexible job shop scheduling problem. IEEE International Conference on Systems, Man and Cybernetics, 2002
    [255] Dauzere-Peres S, Paulli J. An integrated approach for modeling and solving the general multiprocessor job-shop scheduling problem using tabu search. Annals of Operations Research, 1997, 70: 281~306
    [256] Mastrolilli M and Gambardella L M. Effective neighbourhood functions for the flexible job shop problem. Journal of Scheduling, 2000, 3: 3~20
    [257] Zhu Z W, Heady R B. Minimizing the sum of earliness/tardiness in multi-machine scheduling: a mixed integer programming approach. Computers & Industrial Engineering, 2000, 38: 297~315
    [258] Kacem I, Hammadi S and Borne P. Approach by localization and multiobjective evolutionary optimization for flexible job-shop scheduling problems. IEEE Transactions on Systems, Man and Cybernetics, Part C, 2002, 32(1): 408~419
    [259] Jackson J R. Simulation research on job shop production. Naval Res Log Quart, 1957, 4(3): 287~295
    [260] Suresh V, Chandhuri D. Dynamic scheduling-a survey of research. Int J of Prod Econ, 1993, 32(1): 53~63
    [261]谢畅.基于多Agent的MES调度研究:[硕士学位论文].武汉:华中科技大学机械科学与工程学院,2004.5
    [262] Shafaei R, Brunn P. Workshop scheduling using practical (inaccurate) data. Part l: The performance of heuristic scheduling rules in a dynam is job shop environment using a rolling time horizon approach. Int J Prod Res, 1999, 37(17): 3913~3925
    [263] ShafaeiR, Brunn P. Workshop scheduling using practical (inaccurate) data. Part 2: An investigation of the robustness of scheduling rules in a dynamic and stochastic environment. Int J Prod Res, 1999, 7(18): 4105~4117
    [264]潘全科,朱剑英.作业车间动态调度研究.南京航空航天大学学报,2005,37(2):262~268
    [265] Kim M and Kim Y. Simulation based real-time scheduling in a flexible manufacturing system, Journal of Manufacturing Systems, 1994,13(2): 85~93
    [266] Nelson R T, Holloway C A and Wong R M. Centralized scheduling and priority implementation heuristics for a dynamic job shop model with due dates and variable processing time. AIIE Transactions, 1977, 19: 96~102
    [267] Abumaizar R J, Suestka J A. Rescheduling job shops under disruptions. Int. J. of Prod. Res., 1997, 35: 2065~2082
    [268] Church L and Uzsoy R. Analysis of periodic and event-driven rescheduling policies indynamic shops. International journal of Computer Integrated Manufacturing, 1992, 5(3): 153~163
    [269] Bierwirth C, Mattfeld D C. Production scheduling and rescheduling with genetic algorithms. 1999, Evolutionary Computation, 7(1): 1~17
    [270] Lin S, Goodman E and Punch W. A genetic algorithm approach to dynamic job shop scheduling problems. in: Back T. editor, Proceedings of the Seventh International Conference on Genetic Algorithms, Morgan Kaufmann, San Mateo, California, 1997, 481~489
    [271] Bierwirth C, Kropfer H, Mattfeld D C et al. Genetic algorithm based scheduling in a dynamic manufacturing environment. IEEE Conf. on Evolutionary Computation, Perth, IEEE Press, 1995
    [272] Fang H L, Ross P and Corne D. A promising genetic algorithm approach to job-shop scheduling, rescheduling, and open-shop scheduling problems. in: Forrest S. editor, Proceedings of the Fifth International Conference on Genetic Algorithms, Morgan Kaufmann, San Mateo, California, 1993, 375~382
    [273] Raman N, Talbot F. The job shop tardiness problem: A decomposition approach. European Journal of Operational Research, 1993, 69: 187~199
    [274]方剑,席裕庚.基于遗传算法的滚动调度策略.控制理论与应用,1997.8,14(4):589~594
    [275] Sabuncuoglu I, Karabuk S. Rescheduling frequency in an FMS with uncertain processing times and unreliable machines. Journal of Manufacturing Systems, 1999, 18(4): 268~281
    [276]余琦玮.基于遗传算法的作业车间调度问题研究:[硕士学位论文].杭州:浙江大学机械与能源工程学院,2004.2
    [277]张超勇,饶运清,吴波等.敏捷网络化集成制造平台的研究与实现.中国机械工程,2004,15(15):1333~1336, 1346
    [278]张智勇.支持网络协议的敏捷化智能制造单元的研究:[博士学位论文].武汉:华中科技大学机械科学与工程学院,2003

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

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

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