启发式算法及其在同顺序流水作业问题中的应用
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
对于NP-完全问题,通常不能有效地求得问题的最优解,而是使用启发式算法在可接受的时间内找到问题的尽量好的解。车间调度(shop scheduling)问题具有约束性、非线性、多极小性、大规模性、多目标性等特点,一般属于NP-完全问题,目标解的搜索涉及解空间的组合爆炸。线性规划、分支定界等传统方法对于稍大规模的车间调度问题的求解无能为力,因此,通常使用启发式算法求解。
     车间调度是一个交叉性研究领域,吸引了运筹学、数学、管理学、决策学、自动化、计算机等领域的众多专家学者,同时,车间调度与控制技术是实现生产高效率、高柔性和高可靠性的关键,有效实用的调度方法和优化技术的研究与应用已成为先进制造技术的基础,因此研究求解车间调度问题的启发式算法有现实意义。
     本文研究了启发式算法在一类经典的车间调度问题——同顺序流水作业——中的应用,取得的主要研究成果如下:
     1.针对以最小化最大完工时间为目标的同顺序流水作业,在著名的NEH算法的基础上,提出了一个改进的构造性算法NEH-D。NEH-D算法主要从两点改进了NEH算法:首先使用一个更优的排序规则,在该规则中,不仅考虑了工件的总加工时间,而且考虑了这些加工时间的标准方差;其次,使用了一个消解插入冲突的策略。使用的优先规则有利于改进算法的性能;使用的消解插入冲突的策略对算法性能的改进起关键的作用。实验表明,NEH-D算法的性能优于NEH算法的性能,也优于最近提出的NEHKK算法和NEHKK1算法的性能;
     2.研究了求解目标为最小化最大完工时间的禁忌搜索算法的几个要素对算法性能的影响。结果表明提出的搜索策略对算法性能有较明显的影响,而提出的禁忌表结构、禁忌状态和不同的初始解对算法的性能没有明显的影响;
     3.针对以最小化总流程时间为目标的同顺序流水作业,提出了一个迭代局部搜索算法。该算法对初始解不是很敏感:当算法陷于局部极小时,需要对当前最优解做扰动并继续搜索,此时扰动强度对算法的性能有明显的影响。实验表明该算法的性能优于当前已有的算法,且该算法改进了90个基准问题中47个问题的当前最优解;
     4.针对求解最小化最大完工时间和总流程时间的多目标同顺序流水作业,提出了一个多目标局部搜索算法。针对两个目标,用现有的构造性算法牛成两个解,作为该算法的初始解,然后从这两个初始解出发,以贪婪的方式求出新的Pareto最优解集,持续改进Pareto前沿。选择新的Pareto解的条件是该解既不被原解支配,也不被产生原解的解支配,同时对某个目标改进最大。当所有的解都陷入局部极小时,扰动已得到的Pareto解集,然后从扰动后的解集出发重新搜索。初始解和选择新的Pareto解的方法对算法性能有显著的影响。在基准问题上,与文献中已有算法的比较结果表明提出的算法的总体性能更优,特别是对较大规模的问题,且此差异具有显著性。
For NP-complete problems, global optimal solutions can not be found at a reasonable cost. These problems are usually solved by heuristic algorithms with the objective of finding a solution as good as possible in an acceptable time. Shop scheduling problems have many features, such as constraint, non-linear, large-scale, multi-objective, and usually NP-complete. Solving these problems often encounters combinatorial explosion. Traditional methods, such as linear programming and branch&bound, are not very useful to solve shop scheduling problems with a little large scale, and these problems are usually solved by heuristic algorithms.
     Shop scheduling is an interdisciplinary field and attracts many researchers from operations research, mathematics, management science, decision science, automation science and computer science, etc., and at the same time, shop scheduling and control are key techniques to realize high efficiency, high flexibility and high reliability of producing. The research and application of effective and practical scheduling methods and optimizing techniques have become the basis of advanced manufacturing technology. So, the research of heuristics for solving shop scheduling has practical sense.
     The application of heuristic algorithm in the permutation Howshop sequencing problem (a classic problem of shop scheduling) is studied in this paper, and the main results are as follows:
     1. As for the problem with makespan criterion, an improved constructive heuristic NEH-D is proposed, which is based on the famous NEH heuristic. The NEH-D heuristic improves the NEH in two aspects: firstly, the jobs are sorted by a more effective priority rule, in which the sum of processing times of a, job is considered, in addition to the standard deviation of these processing times; secondly, a tie-breaking strategy is presented in the constructing phase. The priority rule is beneficial to the improvement, while the strategy is the key point to the improvement. Experimental results show that the performance of the NEH-D is not only statistically significantly better than that of the NEH, but also statistically significantly better than that of the NEHKK and NEHKK1 heuristics proposed recently;
     2. As for the problem with makespan criterion, the effects of several components in tabu search algorithm are studied. The results show that the proposed search strategy has obvious effect on the performance of the algorithm, while the proposed tabu list structure, tabu status and different initial solution have little effect on it;
     3. As for the problem with total flowtime criterion, an iterated local search algorithm is proposed. The initial solution has little effect on the algorithm: when the algorithm is trapped into a local optimum, it needs to perturb the best-so-far solution and continue the searching process, while the perturbation strength has significant effect on the performance of the algorithm. Comparisons are carried out and the results show that the performance of the proposed ILS is statistically significantly better than that of those existing algorithms. It improves the best known solutions for 47 out of 90 benchmarks;
     4. A multi-objective local search algorithm (MOLS) is proposed for solving the problem with bi-objectives of makespan and total flowtime. The MOLS is to start from two initial solutions, which are constructed by existing heuristics with respect to both objectives, respectively; then to search new Pareto optimal solutions in a greedy way until the process is trapped into a local optimum. The conditions of choosing a new Pareto solution are that the solution is not dominated by the original solution and the solution from which the original solution was generated, and at the same time, the solution has minimal value with at least one of the two objectives. When all the Pareto optimal solutions are trapped into local optima, perturb the Pareto optimal solutions and restart the search process. The initial solutions and method of choosing new Pareto optimal solution have significant effect on the performance of the MOLS. The results of comparison with existing algorithms on benchmarks show that the MOLS performs better, especially for relatively large instances. The performance differences have statistical significance.
引文
[1]黄文奇,许如初.近世计算理论导引:NP难度问题的背景、前景及其求解算法研究.科学出版社,北京,2004.ISBN 7-03-012617-3.
    [2]堵丁柱,葛可一,王洁.计算复杂性导论.高等教育出版社,北京,2002.ISBN 7-04-011307-4.
    [3]M.R.Garey,D.S.Johnson.Computers and intractability:A Guide to the theory of NP-completeness.W.H.Freeman & Co.,New York,NY,USA,1979.ISBN 0-7167-1045-5.
    [4]S.M.Johnson.Optimal two and three-stage production schedule with setup times included.Naval Research Logistics Quarterly,1(1):61-68,1954.
    [5]J.N.D.Gupta,E.F.Stafford Jr.Flowshop scheduling research after five decades.European Journal of Operational Research,169:699-711,2006.
    [6]M.R.Garey,D.S.Johnson,R.Sethi.The complexity of flowshop and jobshop scheduling.Mathematics of Operations Research,1:117-129,1976.
    [7]邢文训,谢金星.现代优化计算方法.清华大学出版社,北京,第2版,2005.ISBN 7-302-11336-X.
    [8]M.Nawaz,E.E.Enscore,I.Ham.A heuristic algorithm for the m-machine,n-job flowshop sequencing problem.OMEGA,11:91-95,1983.
    [9]C.Blump,A.Roli.Metaheuristics in combinatorial optimization:Overview and conceptual comparison.ACM Computing Surveys,35(3):268-308,2003.
    [10]M.Dorigo,T.Stiitzle.Ant colony optimization.The MIT Press,London,2004.ISBN 0-262-04219-3.
    [11]F.Glover.Tabu search,part I.ORSA Journal of Computing,1:190-206,1989.
    [12]O.Martin,S.W.Otto,E.W.Felten.Large-step markov chains for the traveling salesman problem.Complex Systems,5(3):299 326,1991.
    [13]A.Colorni,M.Dorigo,V.Maniezzo.Distributed optimization by ant colonies.In Proc.of the First European Conf of Artificial Life,pages 134-142.Elsevier,Paris,1991.
    [14]M.Dorigo,V.Maniezzo,A.Colorni.Ant system:Optimization by a colony cooperating agents.IERE Trans.on Systems,Man,and Cybernetics-Part B:Cybernetics,26(1):29-41,1996.
    [15]M.Dorigo,L.M.Gambardella.Ant colony system:a cooperative learning approach to the traveling salesman problem.IEEE Trans.on Evolutionary Computation ,1(1):53-66,1997.
    [16]P.Hansen,N.Mladenovic.Variable neighborhood search:principles and applications .European Journal of Operational Research,130:449-467,2001.
    [17]J.H.Holland.Adaptation in Natural and Artificial Systems.Univ.of Michigan Press,Ann Arbor,1975.ISBN 0-26-258111-6.
    [18]王凌.车间调度及其遗传算法.清华大学出版社,北京,第1版,2003.ISBN 7-302-06358-3.
    [19]s.Kirkpatrick,C.D.Gelatt,M.P.Vecchi.Optimization by simulated annealing.Science,220:671-680,1983.
    [20]唐国春.2003年到2005年排序(调度)学科在中国的发展(Ⅰ).上海第二工业大学学报,23(3):167-176,2006.
    [21]唐国春.2003年到2005年排序(调度)学科在中国的发展(Ⅱ).上海第二工业大学学报,23(4):261-271,2006.
    [22]M.Pinedo.Scheduling:theory,algorithms,and systems.Prentice Hall,2nd edition,2001.ISBN 0-1302-8138-7.
    [23]R.W.Conway,W.L.Maxwell,L.W.Miller.Theory of scheduling.Dover Publications,2003.ISBN 0-4864-2817-6.
    [24]C.Briand,H.Trung La,J.Erschler.A new sufficient condition of optimality for the two-machine flowshop problem.European.Journal of Operational Research,169:712-722,2006.
    [25]R.A.Dudek,O.F.Teuton.Jr.Development of m-stage decision rule for scheduling n.jobs through m machines.Operations Research,12:471-497,1964.
    [26]E.S.Pa.ge.An a.pproach to the scheduling of jobs on machines.Journal of the Royal Statistical Society.B Series,23(2):484-492,1961.
    [27]E.Ignall,L.Schrage.Application of the branch and bound technique to some flowshop scheduling problem.Operations Research,13:400-412,1965.
    [28]D.S.Palmer.Sequencing jobs through a multistage process in the minimum total time:a quick method of obtaining a near-optimum.Operational Research Quarterly,16:101-107,1965.
    [29]H.G.Campbell,R.A.Dudek,M.L.Smith.A heuristic algorithm for the n job,m machine sequencing problem.Management Science,16:B630-B637,1970.
    [30]J.N.D.Gupta.A functional heuristic algorithm for the flowshop scheduling problem.Operational Research Quarterly,22(1):39-47,1971.
    [31]J.N.D.Gupta.Heuristic algorithms for multistage flowshop scheduling problem.AIIE Transactions,4:11-18,1972.
    [32]J.M.Framinan,J.N.D.Gupta,R.Leisten.A review and classification of heuristics for permutation flow-shop scheduling with makespan objective.Journal of the Operational Research Society,55:1243-1255,2004.Also,see their Corrigendum .Journal of the Operational Research Society,56:351.dum[33]L.F.Gerlders,N.Sambandam.Four simple heuristics for scheduling a flow-shop.International Journal of Production Research,16:221-231,1978.
    [34]S.Miyazaki,N.Nishiyama,F.Hashimoto.An adjacent pairwise approach to the mean flowtime scheduling problem.Journal of Operations Research Society of Japan,21:287-299,1978.
    [35]S.Miyazaki,N.Nishiyama.Analysis for minimizing weighted mean flow-time in flow-shop scheduling.Journal of Operations Research Society of Japan,23:118-132,1980.
    [36]D.G.Dannenbring.An evaluation of flowshop sequence heuristics.Management Science,23:1174-1182,1977.
    [37]R.Ruiz,C.Maroto.A comprehensive review and evaluation of permutation flowshop heuristics.European Journal of Operational Research,165:479-494,2005.
    [38]P.J.Kalczynski,J.Kamburowski.On the NEH heuristic for minimizing the makespan in permutation flow shops.OMEGA,35:53-60,2007.
    [39]H.S.Woo,D.S.Yim.A heuristic algorithm for mean flowtime objective in flowshop scheduling.Computers and Operations Research,25:175-182,1998.
    [40]韦有双,杨湘龙,冯允成.一种新的求解flow shop问题的启发式算法.系统工程理论与实践,20(9):41-47,2000.
    [41]J.M.Framinan,R.Leisten,R.Ruiz-Usano.Efficient heuristics for flowshop sequencing with the objectives of makespan and flowtime minimisation.European.Journal of Operational Research,141:559-569,2002.
    [42]J.M.Framinan,R.Leisten.An efficient constructive heuristic for flowtime minimisation in permutation flow shops.OMEGA,31:311-317,2003.
    [43]X.P.Li,Y.X.Wang,C.Wu.Heuristic algorithms for large flowshop scheduling problems.In Proc.5th World Congress Dn Intelligent Control and Automation,pages 2999-3003.Hangzhou,China,2004.[李小平,王跃宣,吴澄.求解大规模同顺序问题的启发式算法.第五届全球智能控制与自动化大会,2004年6月,pp.2999-3003,中国杭州.]_
    [44]王正元,岑凯辉,谭跃进.求解同顺序加工调度问题的一种启发式方法.计算机集成制造系统,10(9):1124-1128,2004.
    [45]F.Ogbu,D.Smith.The application of the simulated anealing algorithm to the solution of the n|m|C_(max)flowshop problem.Computers and Operations Research,17:243-253,1990.
    [46]F.Glover.Tabu search,part Ⅱ.ORSA Journal of Computing,2:4-32,1990.
    [47]E.Taillard.Some efficient heuristic methods for the flow shop sequencing problem .European Journal of Operational Research,47:65-74,1990..
    [48]E.Taillard.Benchmarks for basic scheduling problems.European Journal of Operational Research,64:278-285,1993.
    [49]C.Rajendran.Heuristics for scheduling in flowshop with multiple objectives.European Journal of Operational Research,82:540-555,1995.
    [50]A.Nagar,S.Heragu,J.Haddock.A branch-and-bound approach for a twomachine flowshop scheduling problem..Journal of the Operational Research Society ,46:721-734,1995.
    [51]F.Sivrikaya-Serifoglu,G.Ulusoy.A bicriteria,two-machine permutation flowshop problem.European Journal of Operational Research,107:414-430,1998.
    [52]W.C.Yeh.A new branch-and-hound approach for the n/2/flowshop/αf+βC_(max)flowshop scheduling problem.Coreporters and Operations Research,26:1293-1310,1999.
    [53]W.C.Yeh.An efficient branch-and-bound algorithm for the two-machine bicriteria flowshop scheduling problem.Journal of Manufacturing Systems,20:113-123,2001.
    [54]A.Allahverdi.The two- and m-machine flowshop scheduling problems with bicriteria of makespan and mean flowtime.European Journal of Operational Research,147:373-396,2003.
    [55]T.Murata,H.Ishibuchi,H.Tanaka.Multi-objective genetic algorithm and its applications to flowshop scheduling.Computers and Industrial Engineering,130:957-968,1996.
    [56]H.Ishibuchi,T.Murata.A multi-objective genetic local search algorithm and its application to flowshop scheduling.IEEE Transactions on System,Man,and Cybernetics-Part C:Applications and Reviews,28:392-403,1998.
    [57]P.C.Chang,J.C.Hsieh,S.G.Lin.The development of gradual-priority weighting approach for the multi-objective flowshop scheduling problem.International Journal of Production Economics,79:171-183,2002.
    [58]S.Sayin,S.Karabati.A bicriteria approach to the two-machine flow shop scheduling problem.European Journal of Operational Research,113:435-449,1999.
    [59]K.C.Ying,C.J.Liao.An ant colony system for permutation flow-shop sequencing .Computers and Operations Research,31:791-801,2004.
    [60]C.Rajendran,H.Ziegler.Ant-colony algorithms for permutation flowshop scheduling to minimize makespan/total flowtime of jobs.European Journal of Operational Research,155:426-438,2004.
    [61]王自强,冯博琴.车间流程的免疫调度算法.西安交通大学学报,38(10):1031-1034,2004.
    [62]E.Nowicki,C.Smutnicki.A fast tabu search algorithm for the permutation flowshop problem.European Journal of Operational Research,91:160-175,1996.
    [63]J.Grabowski,J.Pempera.New block properties for the permutation flow shop problem with application in tabu search.Journal of the Operational Research Society,52:210-220,2001.
    [64]J.Grabowski,M.Wodecki.A very fast tabu search algorithm for the permutation flow shop problem with makespan criterion.Computers and Operations Research,31:1891-1909,2004.
    [65]C.R.Reeves,T.Yamada.Genetic algorithms,path relinking and the flowshop sequencing problem.Evolutionary Computation,6:45-60,1998.
    [66]T.Stützle.Applying iterated local search to the permutation flow shop problem.Technical Report AIDA-98-04,FG Intellektik,TU Darmstadt,1998.
    [67]F.T.Tseng,E.F.Stafford,J.N.D.Gupta.An empirical analysis of the integer programming formulations for the permutation flowshop.OMEGA:The International Journal of Management Science,32:285-293,2004.
    [68]F.D.Croce,V.Narayan,R.Tadei.The two-machine total completion time flow shop problem.European Journal of Operational Research,90:227-237,1996.
    [69]F.D.Croce,M.Ghirardi,R.Tadei.An improved branch-and-bound algorithm for the two machine total completion time flow shop problem.European Journal of Operational Research,139:293-301,2002.
    [70]P.J.Kalczynski,J.Kamburowski.An improved NEH heuristic to minimize makespan in permutation flow shops.Computers and Operations Research,In Press.doi:10.1016/j.cor.2007.01.020.
    [71]R.Ruiz,C.Maroto,J.Alcaraz.Two new robust genetic algorithms for the flowshop scheduling problem.OMEGA,34:461-476,2006.
    [72]E.Nowicki,C.Smutnicki.Some aspects of scatter search in the flow-shop problem .European Journal of Operational Research,169:654-666,2006.
    [73]R.Ruiz,T.Stiitzle.A simple and effective iterated greedy algorithm for the permutation flowshop scheduling problem.European Journal of Operational Research ,177:2033-2049,2007.
    [74]L.Wang,L.Zhang,D.Z.Zheng.An effective hybrid genetic algorithm for flow shop scheduling with limited buffers.Computers and Operationa Re.search,33:2960-2971,2006.
    [75]J.Grabowski,J.Pempera.The permutation flow shop problem with blocking,a tabu search approach.OMEGA,35:302-311,2007.
    [76]A.Agarwal,S.Colak,E.Eryarsoy.Improvement heuristic for the flowshop scheduling problem:An adaptive-learning approach.European Journal of Operational Research,169:801-815,2006.
    [77]G.Onwubolu,D.Davendra.Scheduling flow shops using differential evolution algorithm.European Journal of Operational Research,171:674-692,2006.
    [78]Q.K.Pan,M.F.Tasgetiren,Y.C.Liang.A discrete particle swarm optimization algorithm for the no-wait flowshop scheduling problem.Computers and Operations Research,In Press.doi:10.1016/j.cor.2006.12.030.
    [79]M.F.Tasgetiren,Y.-C.Liang,M.Sevkli,et al.A particle swarm optimization algorithm for makespan and total flowtime minimization in the permutation flowshop sequencing problem.European Journal of Operational Research,177:1930-1947,2007.
    [80]D.Rebaine.Flow shop vs.permutation shop with time delays.Computers and Industrial Engineering,48:357-362,2005.
    [81]J.N.D.Gupta,C.Koulamas,G.J.Kyparisis.Performance guarantees for flowshop heuristics to minimize makespan.European Journal of Operational Research ,169:865-872,2006.search[82]李国杰.对计算机科学的反思.中国计算机学会通讯,2(1):78-82,2006.
    [83]J.M.Framinan,R.Leisten,R.Ruiz-Usano.Comparison of heuristic for flowtime minimisation in permutation flowshops.Computers and Operations Research,32:1237-1254,2005.
    [84]X.P.Li,C.Wu.An efficient constructive heuristic for permutation flow shops to minimize total flowtime.Chinese Journal of Electronics,14(2):203-208,2005.
    [85]C.Rajendran,H.Ziegler.Two ant-colony algorithms for minimizing total flowtime in permutation flowshops.Computers and Industrial Engineering,48:789-797,20O5.
    [86]T.K.Varadharajan,C.Rajendran.A multi-objective simulated-annealing algorithm for scheduling in flowshops to minimize the makespan and total flowtime of jobs.European Journal of Operational Research,167:772-795,2005.
    [87]T.S.Hundal,J.Rajgopal.An extension of palmer's heuristic for the flow shop scheduling problem.International Journal of Production Research,26(6):1119-1124,1988.
    [88]C.Koulamas.A new constructive heuristic for the flowshop scheduling problem.European Journal of Operational Research,105:66-71,1998.
    [89]H.D.Pour.A new heuristic for the n-job,m-machine flowshop problem.Production Planning and Control,12:648-653,2001.
    [90]M.S.Nagnano J.V.Moccellin.A high quality solution constructive heuristic for flow shop sequencing.Journal of the Operational Research Society,53:1374-1379,2002.
    [91]E.Nowicki,C.Smutnicki.New results in the worst-case analysis for flowshop scheduling.Discrete Applied Mathematics,46:21-41,1993.
    [92]J.M.Framinan R.Leisten,C.Rajendran.Different initial sequences for the heuristic of nawaz,enscore and ham to minimize makespan,idletime or flowtime in the static permutation flowshop sequencing problem.International Journal of Prodaction Research,41(1):121-148,2003.
    [93]C.R.Reeves.A genetic algorithm for flowshop sequencing.Computers and Operations Research,22(1):5-13,1995.
    [94]S.K.Iyer,B.Saxena.Improved genetic algorithm for the permutation flowshop scheduling problem.Computers and Operations Research,31:593-606,2004.
    [95]B.A.Adenso-Diaz.Restricted neighborhood in the tabu search for the flowshop problem.European,Journal of Operational Research,62:27-37,1992.
    [96]S.P.Bansal.Minimizing the sum of completion times of n-jobs over m-machines in a flowshop -a branch and bound approach.AI1E Transactions,9:306-311,1977.
    [97]E.F.Stafford.On the development of amixed integer linear programming model for the ftowshop sequencing problem.Journal of Operational Research Society,39:1163-1174,1988.
    [98]J.C.Ho.Y.-L.Chang.A new heuristic for the n-job,m-machine flowshop problem.European Journal of Operational Research,52:194-202,1991.
    [99]J.C.Ho.Flowshop sequencing with mean flowtime objective.European Journal of Operational Research,81:571-,578,1995.
    [100]C.Rajendran,D.Chaudhuri.A flowshop schednling algorithm to minimize total flowtime.Journal of the Operations Research.Society of Japan,34:28-45,1991.
    [101]C.Rajendran,D.Chaudhuri.An efficient heuristic approach to the scheduling of jobs in a flowshop.European Journal of Operational Research,61:318-325,1992.
    [102]C.Rajendran,H.Ziegler.An efficient heuristic for scheduling in a flowshop to minimize total weighted flowtime of jobs.European Journal of Operational Research,103:129-138,1997.
    [103]C.Rajendran.Heuristic algorithm for scheduling in a ftowshop to minimize total flowtime.International Journal of Production Economics,29:65-73,1993.
    [104]C.Wang,C.Chu,J.-M.Proth.Heuristic approaches for n/m/f/∑ c_i scheduling problems.European Journal of Operational Research,96:636-644,1997.
    [105]J.Y.Liu,C.R.Reeves.Constructive and composite heuristic solutions to the p//∑c_i scheduling problem.European Journal of Operational Research,132:439-452,2001.
    [106]C.L.Zhao,Q.L.Zhang,H.Y.Tang.A flowshop scheduling algorithm to minimize total weighted completion time.OR Transactions,6(4):50-56,2002.[赵传立,张庆灵,唐恒永.极小化加权完工时间和的Flowshop问题的算法.运筹学学报,6(4):50-56,2002.].
    [107]X.P.Li,Q.Wang,C.Wu.Efficient composite heuristics for total flowtime minimization in permutation flow shops.OMEGA,In Press.doi:10.1016/j omega.2006.11.003.
    [108]T.Yamada,C.R.Reeves.Solving the c_(sum)permutation flowshop scheduling problem by genetic local search.In Proceedings of IEEE International Conference on E(?)olutionary Computation,pages 230-234.1998.
    [109]O.Martin,S.W.Otto.Combining simulated annealing with local search houristies Annals of Operations Research,63:57-75,1996.
    [110]H.R.Lourenco.Job-shop scheduling:computational study of local search and large-step optimization methods.European Journal of Operational Research,83:347-364,1995.
    [111]C.Rajendran.A heuristic for scheduling in flowshop and flowline-based manufacturing cell with multi-criteria.International Journal of Production,Re.search,32:2541-2558,1994.
    [112]D.Ravindran,A.Haq Noorul,S.J.Selvakuar et al.Flow shop scheduling with multiple objective of minimizing makespan and total flow time.The International Journal of Advanced Manufacturing Technology,25:1007-1012,2005.
    [113]J.E.C.Arroyo,V.A.Armentano.Genetic local search for multi-objective flowshop scheduling problems.European Journal of Operational Research,167:717-738,2005.
    [114]崔逊学.多目标进化算法及其应用.国防工业出版社,北京,2006.ISBN 7-118-04555-1.
    [115]徐玖平,李军.多目标决策的理论与方法.清华大学出版社,北京,2005.ISBN 7-302-10317-8.
    [116]M.F.Tasgetiren,M.Sevkli,Y.-C.Liang,et al.Particle swarm optimization algorithm for permutation flowshop sequencing problem.Lecture Notes in Computer Science,3127:382-389,2004.

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

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

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