柔性作业车间调度中的群智能优化算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着日益加剧的全球市场竞争,为满足客户多样化及个性化的需求,提高客户满意度,缩短生产加工周期以及按时交货,进而提高自身竞争力,企业需要制定合理的车间生产调度方案。增加了路径柔性特点的作业车间调度系统变得更加灵活,这也使柔性作业车间调度问题成为最困难的组合优化问题之一。根据实际生产需要,柔性作业车间调度问题常常需要针对多个目标制定优化决策。因此,对多目标柔性作业车间调度问题的求解方法进行深入研究具有重要的理论意义与实际应用价值。
     本文主要研究对群智能优化算法进行改进、融合,并将其应用于解决柔性作业车间调度问题,主要完成了以下方面的研究:
     对基本蚁群优化算法进行了改进,将其应用于解决单目标柔性作业车间调度问题。在改进的蚁群优化算法中,完成了对路径构造中的邻域搜索方法的设计。算法中,子集的数量由所调度问题包含的工件数量决定。为了避免过早停滞现象的发生,算法对启发式信息采用了轨迹强度蒸发规则。本文分析了改进型蚁群优化算法中的相关参数,并以平衡全局搜索能力、算法收敛性为目标,在充分考虑了所解决问题规模的前提下进行了算法参数的设置。通过对算法进行仿真实验获取了较为满意的调度结果。
     通过对多目标FJSP数学模型和优化方法的研究,在改进的蚁群优化算法基础上通过对算法中局部启发式信息的重新设计,以均衡加工周期最小化、机器总负载最小化和关键机器负载最小化为问题优化目标,进一步完成了蚁群优化算法的改进,并将其应用于解决多目标FJSP,通过实验证明了该算法的有效性。
     对传统PSO算法进行了改进,并将其应用于解决单目标和多目标柔性作业车间调度问题。在改进的PSO算法中,利用种群进化原理并引入基于混沌的自适应参数策略来提高算法的全局搜索能力,采用基于混沌策略的局部搜索来提高算法的局部搜索能力。改进后的算法在一定程度上对传统PSO算法所存在的容易陷入局部极值的问题进行了改善,从而使算法的解质量、搜索效率和收敛速度都得到了提高。最后利用具有27道工序的8×8部分FJSP和具有30道工序的10×10完全FJSP这两个标准测试实例对该算法的求解性能进行了实验测试。
     为克服单一优化算法在解决复杂调度问题中固有的弊端,本文将蚁群优化和粒子群优化两种算法加以有效融合,从而增强整体搜索能力。针对多目标FJSP特点,在分别完成了对蚁群优化算法及粒子群优化算法改进工作的基础上,进一步提出二阶式蚁群粒子群混合优化算法(TSAPO)。在TSAPO中,采用分解方式通过两个阶段实现多目标优化。通过工序可选加工机器析取模型的建立,第一阶利用改进的蚁群算法,在对蚁群转移概率重新设计的基础上实现在多目标FJSP中机器总负载最小化与关键机器负载最小化的两个优化目标;第二阶通过对粒子群解码的设计,利用所改进的粒子群优化算法实现加工时间最小化的优化目标。通过仿真实验证明TSAPO算法在求解多目标FJSP中具有较好的求解性能。
With global market competition intensified, in order to enhance the competitiveness, enterprises need to design reasonable scheduling schemes to satisfy demands of customer for diversification and personalization, improve customer satisfaction, shorten production cycle and deliver just-in-time. Job-shop scheduling system becomes more flexible with the enhancing of route flexibility, and it also makes flexible job-shop scheduling as one of the most difficult problems in combinatorial optimization problems. For the need of production, flexible job-shop scheduling problems usually make optimization decision according several objectives. So, it is of important theoretical value and practical significance to carry out deep research on effective methods for solving multi-objective flexible job-shop scheduling problem.
     In this dissertation, the improvement and fusion of swarm intelligent optimization algorithms are studied and these algorithms are applied to solve flexible job-shop scheduling problems. The main researches are as follows.
     The classical ant colony algorithm is improved and applied to solve single-objective flexible job-shop scheduling problem. In the improved ant colony optimization algorithm, the number of subsets is defined according to the number of jobs and the local search method in the period of path construction is designed. To avoid early stagnation state, rule of trail intensity update is adopt. The problem of parameters'setting is discussed. According to the scale of problem, reasonable parameters setting is given to balance capacity of global search and fast convergence. Satisfactory results are obtained through algorithm experiments.
     According to research on mathematical model and optimization method of multi-objective FJSP, further improvement for ant colony optimization algorithm is made based on the redesign of local heuristic information. The optimization objective of the improved algorithm is to obtain the balanced minimum of make span, total machine load and bottle-neck machine load. The algorithm is applied to solve multi-objective FJSP and validated by experiments.
     The traditional PSO algorithm is improved and applied to solve single objective FJSP and multi-objective FJSP. In he improved PSO algorithm, global research capacity of algorithm is enhanced by theory of population evolution and the strategy of self-adaptive parameters based on chaos. Local research capacity of algorithm is enhanced by importing local search based on chaos. The improved algorithm can reduce the possibility of falling into the local extremum for traditional PSO. Therefore the solution quality, search efficiency and convergence rate are all enhanced. Finally, capacity of the algorithm is validated by standard instances of8X8partial FJSP with27operations and10X10total FJSP with30operations.
     In order to overcome the shortcomings exist in simple optimization algorithm, a hybrid of ACO and PSO is designed to provide more powerful search capability. According to character of multi-objective FJSP, two stage ant particle optimization algorithm (TSAPO) is put forward on the basic of the previous improved ant colony optimization algorithm and the improved particle swarm optimization algorithm. In TSAPO, the multi-objective optimization is realized by decomposition method through two stages. In the ant colony optimization algorithm, through the processing machines'extract graph model, the minimum of workload for total machine and bottle-neck machine can be realized in the first stage on the basic of improved ant colony algorithm and the redesign of ants transfer probability. In the second stage, the minimum of make span is realized on the basic of improved particle swarm optimization algorithm and the design of decoding of particle swarm. Simulation experiments show TSAPO algorithm has a good solution performance in solving multi-objective FJSP.
引文
[1]Ho W, Ho G T S, Ji P, ete,. A hybrid genetic algorithm for the multi-depot vehicle routing Problem. Engineering Applications of Artificial Intelligence,2008,21(4):548-557
    [2]Belien J and Demeulemeester E. A branch-and-Price approach for integrating nurse and surgery scheduling. European Journal of Operational Research,2008,189(3):652-668
    [3]Papadakos N. Integrated airline scheduling. Computers&Operations Research,2009, 36(1):176-195
    [4]Conwey R. W., Maxwell W. L., Miller L. W. Theory of scheduling [M]. Massachusetts: addision-wesley,1967.
    [5]LUARENCO H. R. Job shop scheduling:computation study of local search and large step optimization methods [J]. European Journal of Operational Research,1995,8(3):347-364.
    [6]ADMAS J., BALAS E., UZSOY R. The shifting bottleneck procedure for job shop scheduling [J]. Management Science.1988,34(3):391-401.
    [7]朱剑英.现代制造系统模式、建模方法及关键技术的新发展.机械工程学报,2000,36(8):1-5
    [8]张超勇.基于自然启发式算法的作业车间调度问题理论与应用研究.博士学位论文,华中科技大学,2006
    [9]Shaw M J, Park S, Raman N. Intelligent scheduling with machine learning capacities:the induction of scheduling knowledge. IEE Transaction.1992,24(2):156-168
    [10]李峥峰.多时间因素作业车间调度问题的研究与工程应用.博士学位论文,华中科技大学,2010,5
    [11]丁书斌.基于混合遗传算法的车间调度方法研究与应用.硕士学位论文,大连理工大学,2006,12
    [12]张国辉.柔性作业车间调度方法研究.博士学位论文,华中科技大学,2009,8
    [13]童刚.Job-Shop调度问题理论及方法的应用研究.博士学位论文,天津大学,2000,6
    [14]Smith W E. Various optimizers for single stage Production. Naval Research Logistics Quarterly,1956,3:59-66
    [15]Panwalker S S, Iskander W. A survey of scheduling rules. Operations Research,1977, 25(1):45-61
    [16]Adams J, Balas E, Zawack D. The shifting bottleneck Procedure for job shop scheduling. Management Science,1988,34:391-401
    [17]Carlier J. The one machine sequencing Problem. European Journal of Operational Research,1982,11:42-47
    [18]Foo S Y and Takefuji Y. Stochastic neural networks for solving job shop scheduling:Parti. Problem Representation, in Kosko B(ed.), IEEE International Conference on Neural Networks, San Diego, USA, Jul 24-27,1988,2:275-282
    [19]Remus W. Neural network models of managerial judgment.23rd Annual Hawaii International Conference on System Science, Honolulu, Hawaii,1990, January2-5,340-344
    [20]Smith S F, Fox M S, ow P S. Constructing and maintaining detailed Production Plans: investigations into the development of knowledge-based faetory scheduling systems. AI Magazine,1986,7(4):45-61
    [21]Fox M S, Smith S F. ISIS:A knowledge-based system for factory scheduling. Expert System,1984,1(1):25-49
    [22]Lepape C. SOJA:a daily workshop scheduling system. Expert System,1985,85:195-211
    [23]Fox M S, Sadeh N. Why is scheduling difficult? A CSP perspective. Aiello L(ed) ECAI-90 Proceedings of the 9th European Conference on Artifical Intelligence, Stocholm, Sweden, 1990,754-767
    [24]戴涛.基于多智能体的生产调度方法与应用.硕士学位论文,武汉理工大学,2006
    [25]Beyer H G, Schwefel H P. Evolution strategiesa comprehensive introduction. Natural Computing,2002,1(1):3-52
    [26]Fogel L J, Owens A J, Walsh M J. Artificial intelligence through simulated evolution, New York:John Wiley and Sons,1966
    [27]Koza J R. Genetic Programming:on the Programming of Computers by Means of Natural Selection. MIT Press, Cambridge, MA,1992
    [28]Holland J H. Adaptation in natural and artificial systems. Ann Arbor, The University of Michigan Press,1975
    [29]Falkenauer E, Bouffouix S. A genetic algorithm for the job-shop. The Proceediings of the IEEE International Conference on Robotics and Antomation, Sacremento, California, USA, 1991
    [30]Yamada T, Nakano R. A genetic algorithm applicable to large-scale job-shop problems. Manner R, Manderick B(Eds.). Proceedings of the Second International Workshop on Parallel Problem Solving from Nature (PPSN,2), Brussels, Beigium,1992:281-290
    [31]王凌.车间调度及其遗传算法.北京:清华大学出版社.2003(第一版)
    [32]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
    [33]Colorni A, Dorigo M, ManiezzoV. Distributed Optimization by Ant Colonies, European Conference on Artificial Life, Elsevier Publishing, Amsterdam,1991:134-142
    [34]Dorigo M, Maniezzo V, Colorni A. Ant system:optimization by a colony of cooperating agents. IEEE Transactions on SMC,1996,26(1):8-41
    [35]Colorni A, Dorigo M, ManiezzoV.Ant colony system for job-shop scheduling Belgian Journal of Operations Research Statisties and Computer Science,19934(1):39-53
    [36]Eberhart R C, Kennedy J. A new optimizer using partieles warm theory. Proceedings of the 6th International Symposium on Micro Machine and Human Science, Nagoya, Japan, 1995:39-43
    [37]Kennedy J, Eberhart R C. Particle swarm optimization. Proceedings of IEEE International Conference on Neutral Networks, Perth, Australia,1995:1942-1948
    [38]彭传勇,高亮,邵新宇,周驰.求解作业车间调度问题的广义粒子群优化算法.计算机集成制造系统,2006,12(6):911-917
    [39]高海兵,高亮,周驰,喻道远.基于粒子群优化的神经网络训练算法研究.电子学报,2004,32(9):1572-1574
    [40]贾兆红.粒子群优化算法在柔性作业车间调度中的应用研究.博士学位论文,中国科学技术大学,2008,4
    [41]高亮,高海兵,周驰.基于粒子群优化的开放式车间调度.机械工程学报,2006,42(2):129-134
    [42]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
    [43]Laarhoven P J M, Aarts E H L, Lenstra J K. Job shop scheduling by simulated annealing. Operations Research,1992,40(1):113-125
    [44]Kolonko M. Some new results on simulated annealing applied to the job shop scheduling problem. European Journal of Operational Research,1999,113(1):123-136
    [45]Hansen P. The steepest ascent mildest descent heuristic for combinatorial programming. Congress on Numerical Methods in Combinatorial Optimization, CaPri, Italy,1986
    [46]Glover F. Future Paths for integer Programming and links to artificial intelligence. Computers and Operations Research,1986,13:533-549
    [47]Nowicki E, Smutnicki C. A fast taboo search algorithm for the job shop problem. Management Science,1996,42(6):797-813
    [48]李莉,王克奇.基于改进型蚁群算法的MFJSSP研究.计算机应用研究,2011,28(5):1640-1643
    [49]Dauzere-peres S, paulli J. Solving the general multiprocessor job-shop scheduling problem. Management Report Series No.182, Rotterdam School of Management, Erasmus University at Rotterdam, The Netherlands,1994
    [50]Hurink J, Jurisch B, Thole M. Tabu search for the job-shop scheduling problem with multipurpose maehines. OR Spektrum,1994,15:205-215
    [51]Paulli J. A hierarchical approach for the FMS scheduling problem. European Journal of Operational Research,1995,86(1):32-4
    [52]Brandimarte P. Routing and scheduling in a flexible job shop by tabu search. Annals of Operations Research,1993,41:57-183
    [53]Zribi N, Kacem I, Karnel A E. Assignment and scheduling in flexible job-shops by hierarchical optimization. IEEE Transactions on Systems, Man and Cybernetics. partC: Applications and Reviews,2007,37(4):652-651
    [54]庞哈利.柔性Job shop集成化计划调度模型及其求解算法.控制与决策,2003,18(1):34-39
    [55]Kacem I. Genetic Algorithm for the Flexible Job-Shop Scheduling Problem. IEEE International Conference on Systems, Man and Cybernetics,2003,4:3464-3469
    [56]Chen H X, Ihlow J, Lehmann C. A genetic algorithm for flexible jobshop scheduling. Proceedings of IEEE International Conference on Robotics & Automation Detroit. Michigan,1999:1120-1125
    [57]Hurink J, Jurisch B, Thole M. Tabu search for the job-shop scheduling problem with multi-purpose machines. OR Spektrum,1994,15:205-21
    [58]Wu Z B, Weng M X. Multiagent scheduling method with earliness and tardiness objectives in flexible job shops. IEEE Transactions on Systems, Man, and Cybernetics. partB: Cybernetics,2005,35(2):293-301
    [59]Guimaraes K F, Fernandes M A. An approach for flexible job-shop scheduling with separable sequence-dependent setup time. IEEE International Conference on Systems, Man, and Cybernetics, Taipei, Taiwan,2006,3727-3731
    [60]Imanipour N. Modeling & solving flexible job shop problem with sequence dependent setuptimes. International Conference on Service Systems and Service Management,2006, 2:1205-1210
    [61]张维存,郑王愕,吴晓丹.蚁群遗传算法求解能力约束的柔性作业车间调度问题.计算机集成制造系统,2007,13(2):333-34
    [62]Mastrolilli M, Gambardella L M. Effective neighborhood functions for the flexible job shop problem. Journal of Scheduling,2000,3:3-20
    [63]卢冰原,谷锋,陈华平等.模糊生产系统中的Flexible Job Shop调度模型.系统工程,2004,22(7):107-110
    [64]谷峰,陈华平,卢冰原.基于遗传算法的模糊柔性工作车间调度优化.系统工程与电子技术,2006,28(7):1017-1019
    [65]Najid N M, Dauzere-peres S, Zaidat A. A modified simulated annealing method for flexible job shop scheduling problem. IEEE International Conference on Systems, Man and Cybernetics,2002,5
    [66]Xu X L, Guan Q, Wang W L et al. Transient chaotic discrete neural network for flexible job-shop scheduling. LNCS,2005,3496:762-769
    [67]Kacem I, Hammadi S, Borne P. Approach by localization and genetic manipulation algorithm for flexible job-shop scheduling problem. IEEE Iniernational Conference on Systems, Man, and Cybernetics,2001,4:2599-2604
    [68]Vilcot G, Billaut J C, Esswein C. A genetic algorithm for a bicriteria flexible job shop scheduling problem. International Conference on Service Systems and Service Management,2006,2:1240-1244
    [69]Zribin, Kacem I. Optimization by phases for the flexible iob shop scheduling problem. Proceedings of the 5th Asian Control Conference,2004:1889-1895
    [70]潘全科.智能制造系统多目标车间调度研究.博士学位论文,南京航空航天大学,2003
    [71]Saad I, Hammadi S, Benrejeb M et al. Choquet integral for criteria aggregation in the flexible job-shop scheduling problems. Mathematics and Computers in Simulation,2008, 76:447-462
    [72]吴秀丽.多目标柔性作业车间调度技术研究.博士学位论文,西北工业大学,2006,6
    [73]Xia W J, Wu Z M. An effective hybrid optimization approach for multi objective flexible job shop scheduling problems. Computers & Industrial Engineering,2005,48(2):409-425
    [74]Dorigo, M., Maniezzo, V., and Colomi, A. The Ant System:An autocatalytic optimizing process. Technical Report 1991-016 Revised, Dipartimento di Elettronica, Politecnico di Milano, Milan, Italy
    [75]Bullnheimer B., Hartl R.F, Strauss C. A new rank based version of the ant system:a computational study. Central European Journal for Operations Research and Economics, 1999,7(1):25-38
    [76]Gambardella, L. M. and Drigo, M. Ant-Q:A reinforcement learning approach to the traveling salesman problem. In Prieditism, A. and Russell, S., editors, Proceedings of the Twelfth International Conference on Machine Learning (ML-95),1995, pp:252-260
    [77]Stutzle, T. and Hoos, H. H. MAX-MIN Ant System. Future Generation Computer Systems, 2000,16(8):889-914
    [78]Stutzle. T. and Hoos, H. H. The MAX-MIN ant system and local search for the traveling salesman problem. In Proceedings of ICEC'97-1997 IEEE 4th International Conference on Evolutionary Computation,1997:308-313
    [79]吴庆洪,张纪会,徐心和.具有变异特征的蚁群算法.计算机研究与发展.1999,26(10):1240-1245
    [80]覃刚力,杨家本.自适应调整信息素的蚁群算法.信息与控制.2002,31(3):198-201
    [81]吴斌,史忠植.一种基于蚁群算法的TSP问题分段求解算法.计算机学报.2001,24(12):1328-1333
    [82]Bauer, B. Bullnheimer, R. F, Hartl, C. Strauss, An ant colony optimization approach for the single machine total tardiness problem. Proceedings of the 1999 Congress on Evolutionary Computation.1999:1445-1450
    [83]陈义保,姚建初,钟毅芳,周济.基于蚁群系统的工件排序问题的一种新算法,系统工程学报,2002,17(5):476-480
    [84]Stutzle, T. An ant approach to the flow shop problem. Proceedings of European Congress on Intelligent Techniques and Soft Computing (EUFIT'98), Aachen, Germany,1998:1560-1564
    [85]Reynold C W. Flock, herds and schools:a distributed behavioral model, Computer Graphics,1987,21(4):25-34
    [86]Angelin P J. Evolutionary optimization versus particle swarm optimization:Philosophy and performance difference, Proc of the 7th Annual Conf. on Evolutionary Programming, Gemany:Springer,1998,601-610
    [87]Suganthan P N. Particle swarm optimizer with neighborhood operator. Proc. Of the Congress on Evolutionary Computation, Washington DC,1999,1958-1962
    [88]Kenndy J, Mendes R. Population structure and particle swarm performance, Proceedings of the IEEE Congress on Evolutionary Computation (CEC 2002), Honloulu, HI USA,2002, 2,1671-1676
    [89]Kennedy J. Small worlds and mega-minds:effects of neighborhood topology on particle swarm performance, Proceedings of IEEE Congress on Evolutionary Computation, Piscataway, NJ:IEEE Service Center,1999,1931-1938
    [90]Langdon, W. B., & Poli, R. Finding social landscapes for PSOs via kernels. In Proceedings of the 2006 IEEE congress on evolutionary computation (CEC). G. G. Yen, L. Wang, P. Bonissone, & S. M. Lucas(Eds.), Vancouver, Canada, Piscataway:IEEE,2006:6118-6125
    [91]Poli, R., Langdon, W. B., Marrow, P., Kennedy, J., Clerc, M., Bratton, D., & Holden, N. Communication, leadership, publicity and group formation in particle swarms. International workshop on Ant colony optimization and swarm intelligence(ANTS). Lecture notes in computer science, Berlin:Springer,2006, Vol.4150:132-143.
    [92]Clerc, M., & Kennedy, J. The particle swarm-explosion, stability,and convergence in a multidimensional complex space. IEEE Transaction on Evolutionary Computation,2002, 6(1):58-73
    [93]Zheng, Y.L., Ma, L. H., Zhang, L. Y., & Qian, J. X.. On the convergence analysis and parameter selection in particle swarm optimization. Proceedings of the IEEE international conference on machine learning and cybernetics. Piscataway:IEEE,2003:1802-1807
    [94]Eberhart, R. C., & Kennedy, J. A new optimizer using particle swarm theory. Proceedings of the sixth international symposium on micro machine and human science. Nagoya, Japan. Piscataway:IEEE,1995:39-43
    [95]Watts, D. J., & Strogatz, S. H. Collective dynamics of small-world'networks. Nature,1998, 393:440-442
    [96]Suganthan, P. N. Particle swarm optimiser with neighbourhood operator. Proceedings of the IEEE congress on evolutionary computation(CEC). Piscataway:IEEE,1999:1958-1962
    [97]Janson, S., & Middendorf, M. A hierarchical particle swarm optimizer and its adaptive variant. IEEE Transactions on System Man and Cybernetics B,2005,35(6):1272-1282
    [98]Mendes, R. Population topologies and their influence in particle swarm performance. PhD thesis, Departamento de Informatica, Escola de Engenharia, Universidade do Minho,2004
    [99]Peram, T., Veeramachaneni, K., & Mohan, C. Fitness-distance ratio based particle swarm optimization. Proceedings of the IEEE swarm intelligence symposium (SIS). Indianapolis, IN. Piscataway:IEEE,2003:174-181
    [100]Kennedy, J., & Eberhart, R. C. A discrete binary version of the particle swarm algorithm. Proceedings of the conference on systems, man, and cybernetics. Piscataway:IEEE,1997: 4104-4109
    [101]Clerc, M. Particle swarm optimization. London:ISTE,2006
    [102]Kennedy, J., & Spears, W. M. Matching algorithms to problems:an experimental test of the particle swarm and some genetic algorithms on the multimodal problem generator. Proceedings international conference on evolutionary computation. Piscataway:IEEE, 1998:78-83
    [103]Agrafiotis, D. K., & Cedeno, W. Feature selection for structure-activity correlation using binary particle swarms. Journal of Medicinal Chemistry,2002,45(5):1098-1107
    [104]Pampar, G., Franken, N., & Engelbrecht, A. P. Combining particle swarm optimization with angle modulation to solve binary problems. Proceedings of the IEEE congress on evolutionary computation (CEC). Piscataway:IEEE,2005:225-239
    [105]Mohan, C. K., & Al-Kazemi, B. Discrete particle swarm optimization. Proceedings of the workshop on particle swarm optimization, Indianapolis, IN, Purdue School of Engineering and Technology, IUPUI,2001
    [106]Clerc, M. Discrete particle swarm optimization, illustrated by the traveling salesman problem. InB. V. Babu & G. C. Onwubolu (Eds.), New optimization techniques in engineering. Berlin:Springer,2004:219-239
    [107]Carlisle, A., & Dozier, G. Tracking changing extrema with particle swarm optimizer. Auburn University Technical Report CSSE01-08,2001
    [108]Parsopoulos, K. E., & Vrahatis, M. N. Particle swarm optimizer in noisy and continuously changingenvironments. Artificial intelligence and soft computing,2001:289-294
    [109]Moraglio, A., Di Chio, C., & Poli, R. Geometric particle swarm optimization. Proceedings of the European conference on geneticprogramming (EuroGP). In M.Ebner et al.(Eds.), Lecture notes in computer science:Berlin:Springer,2007, Vol.4445:125-136
    [110]Carlisle, A., & Dozier, G. Adapting particle swarm optimization to dynamic environments. Proceedings of international conference on artificial intelligence. Las Vegas, N,2000:429-434
    [111]Hu, X., & Eberhart, R. C. Tracking dynamic systems with PSO:where's the cheese?. Proceedings of the workshop on particle swarm optimization. Purdue school of engineering and technology, Indianapolis, IN,2001
    [112]Blackwell, T., & Bentley, P. J. Don't push me! Collision-avoiding swarms. Proceedings of the IEEE congress on evolutionary computation (CEC). Honolulu, HI. Piscataway: IEEE,2002:1691-1696
    [113]Zlochin M. and Dorigo M. Model-based search for combinatorial optimization:A comparative study to appear in Proceedings of the Sixth International Conference on Parallel Problem Solving from Nature (PPSN'2002)
    [114]Gutjahr W. J. A graph-based ant system and its convergence, Future Gener. Comput. Syst. 2000,16(8):873-888
    [115]Dorigo M., Zlochin M., Meuleau N., Birattari M. Updating ACO Pheromones Using Stochastic Gradient Ascent and Cross-Entropy Methods. Proceedings of the Evo Workshops 2002, LNCS 2279:21-30
    [116]Zlochin M., Birattari M., Meuleau N., Dorigo M. Model-based search for combinatorial optimization. Technical ReportTR/IRIDIA/2001-15, IRIDIA, Universit'e Libre de Bruxelles
    [117]王笑蓉.蚁群优化的理论模型及其在生产调度中的应用研究.博士学位论文,浙江大学,2003
    [118]Quinlan, J. Combining instance-based and model-based learning. Proceedings of the Tenth International Conference on Machine Learning,1993,236-243
    [119]Runwei Cheng, Mitsuo Gen, Yasuhiro Tsujimura. A tutorial survey of job-shop scheduling problems using genetic algorithms—Ⅰ:representation. Computers and Industrial Engineering,1996,30(4):983-997
    [120]F. Chetouane. Ordonnancement d'atelierataches generalisees, perturbations, reactivite. DEARep., Polytech. Nat. Inst. Grenoble, Grenoble, France,1995
    [121]Xia Weijun, Wu Zhiming. An Effective Hybrid Optimization Approach for Multi-objective Flexible Job-shop Scheduling Problems. Computers& Industrial Engineering, 2005,48(2):409-425
    [122]Kacem I, Hammadi S, 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):1-13
    [123]Haipeng Zhang, and Mitsuo Gen. Multistage-based genetic algorithm for flexible job-shop scheduling problem. Complexity International,2005,11,223-232
    [124]Dorigo M., Stutzle T. Ant colony optimization. Cambridge:MIT Press,2004
    [125]Kacem I., Hammadi S., Borne P. Approach by localization and multi-objective evolutionary optimization for flexible job-shop scheduling problems. IEEE Transactions on Systems, Man, and Cybernetics.2002,32(1):1-13
    [126]Rajendran, Ziegler C. Ant-colony algorithms for permutation flowshop scheduling to minimize makespan/total flowtime of jobs. European Journal of Operational Research. 2004,155(2):426-438
    [127]Leticia Cagnina, Susana Esquivel, Raul Gallard. Particle swarm optimization for sequencing problems:a case study. Proceedings of 2004 Congress on Evolutionary Computation, Oregon, Portland,2004,536-540
    [128]Jerald. J, Asokan. P, Prabaharan. G, et al. Scheduling optimization of flexible manufacturing systems using particle swarm optimization algorithm. Advanced Manufacturing Technology.2004
    [129]Xia weijun, Wu zhiming, Zhang wei, et al. A new hybrid optimization algorithm for the job-shop scheduling problem. Proceedings of the 2004 American Control Conference, Boston, Massachusette.2004,5552-5557
    [130]Millonas M. M. Swarms phase transition and collective intelligence. MA: AddisonWesley,1994
    [131]Hepper F, U Grenander. A stochastic nonlinear model for coordinated bird flocks, In S Krasner Ed. The Ubiquity of Chaos, AAAS Publications, Washington DC,1990:233-238
    [132]Parsopoulos, K. E., & Vrahatis, M. N. On the computation of all global minimizers through particle swarm optimization. IEEE Transactions on Evolutionary Computation, 2004,8:211-224
    [133]Shi Y, Eberhart R. A modified particle swarm optimizer, IEEE Int. Conf. on Evolutionary Computation, Piscataway, NJ, IEEE Service Center,1998,69-73
    [134]Dauzere-peres S, paulli J. An integrated approach for modeling and solving the general multiprocessor job-shop scheduling problem using tabu seareh. Annals of Operations Research,1997,70(3):281-30
    [135]May R. Simple mathematical models with very complicated dynamies.Naturem,1976, 261:459-46
    [136]Kacem I., Hammadi S., Borne P.2002a. Approach by localization and multi objective evolutionary optimization for flexible job-shop scheduling problems. IEEE transactions on systems, Man, and Cybemeties, PartC,32(1):1-13.
    [137]Kacem I., Hammadi S., Borne P.2002b. Pareto-optimality approach for flexible job-shop scheduling problems:hybridization of evolutionary algorithm and fuzzylogic. Mathematics and Computers in Simulation,60:245-276.
    [138]Carlisle, A. and Dozier, G. An off-the-shelf PSO. Proceedings of the workshop on Particle Swarm Optimization, Indianaplis, IN,2001,1-6
    [139]张维存.蚁群粒子群混合优化算法及应用.博士学位论文,天津大学,2007
    [140]Bruker P., Schile R. Job-shop scheduling with multi-purpose machines. Computing,1990, 45:369-375

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

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

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