用户名: 密码: 验证码:
粒子群优化算法在柔性作业车间调度中的应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
传统的作业车间调度问题是求解每个工件具有特定加工机器的一类调度问题,而在实际生产中,可以加工某个工序的机器往往不止一个,这就产生了柔性作业车间调度问题。
     柔性作业车间调度问题(Flexible job shop scheduling problem,FJSP)由于具有路径柔性的特点,从而可以避免传统作业车间在正常运行过程中容易出现的阻塞和拥挤等现象,并且当加工过程中出现机器故障等一些异常情况的时候,作业车间系统仍然能够维持生产的继续进行,这样可以提高作业车间调度系统的灵活性。然而,柔性路径的特点也使得这类问题的可行解范围的增大,从而给问题的求解带来新的挑战。在实际生产中,柔性作业车间调度问题往往需要同时面向多个目标进行决策分析。因此,寻找有效的方法对多目标柔性作业车间调度问题进行求解具有重要的理论价值和应用意义。
     本文主要探讨了如何使用粒子群优化(Particle Swarm Optimization,PSO)算法求解柔性作业车间调度问题,特别是多目标柔性作业车间调度问题。本论文的主要工作与创新点如下:
     (1)研究了基于混沌的PSO算法在柔性作业车间调度问题中的应用。利用混沌优化技术的随机性、遍历性特点和易跳出局部极值的能力,在PSO算法中引入混沌技术以提高PSO算法的性能,提出了一种混合PSO算法。首先,利用混沌对PSO算法的参数进行自适应优化,实现全局搜索与局部搜索间的有效平衡;然后,在PSO算法的搜索过程中引入混沌局部搜索策略,以提高求解的精度和收敛速度。并且将该算法分别应用于若干个单目标和多目标柔性作业车间调度问题的求解,实验结果表明算法具有良好的全局搜索性能。
     (2)探讨了基于多目标权重聚合优化策略的PSO算法。在PSO和混沌的混合优化算法的基础上,针对多目标存在的量纲问题,采用一种基于模糊逻辑的适应度函数形式。同时,为了进一步保持种群的多样性,最大可能的搜索到所有的非劣解,利用随机思想生成适应度函数的权系数。实验表明这种方法使得算法获得的非劣解具有很好的分布行和稳定性。
     (3)研究了Fully-informed粒子群(FIPS)算法在多目标柔性作业车间调度问题中的应用。首先,基于Pareto最优概念对种群进行排序,同时将属于相同Pareto等级的个体定义为邻居,并将这种基于Pareto等级的近邻拓扑结构用于FIPS算法中。其次,通过计算同Pareto等级中个体的拥挤距离进行第二级排序,给出了一种基于排序的FIPS算法。最后,针对算法的早熟收敛问题,引入基于编码机制的两种变异算子。
     (4)研究了基于动态概率搜索机制的PSO算法在多目标作业车间调度问题中的应用。算法在搜索初期利用粒子近邻的平均最优代替传统的单个最优引导搜索,后期用Gaussian动态概率搜索来提高算法的局部开挖能力。然后,引入Pareto优的概念,采用精英集来存放非劣解,提出一种新的适应度值分配方法。此外,在算法中还引入了一种自适应的变异算子来增强解的多样性。实验结果表明本文提出的算法具有较好的搜索性能,是求解多目标柔性作业车间调度问题的一种可行方法。
The traditional job shop scheduling problem is a kind of scheduling problems where each job is processed by a specified machine. But in practice, the job generally can be processed by more than one machine, which brings the flexible job shop scheduling problem.
     Since flexible job shop scheduling possesses the advantage of route flexibility, it can avoid the problem of jam-up and congestion in the traditional job shop. Meanwhile, the flexible routes can make the system proceed with the exception encountered in the manufacturing procedure such as machine failure. Therefore, the flexible routes are capable of enhancing the agility of the job shop scheduling system. However, this new feature enlarges the range of the available solutions for the flexible job shop scheduling problems and brings new challenges to the given problems. Moreover, making decisions on multiple objectives is often needed when solving and analyzing the flexible job shop scheduling problems in practice. Thus, seeking the effective methods to solve multi-objective flexible job shop scheduling problems is of important theoretical value and practical significance.
     This dissertation mainly discusses the application of the particle swarm optimization algorithm on flexible job shop scheduling problems, especially the multi-objective flexible job shop scheduling problems. The main and pioneering works of this dissertation are as follows:
     (1) Research on the particle swarm optimization algorithm based on chaos and its application in flexible job shop scheduling problems. As a new optimization technique, chaos bears randomicity, ergodicity and the superiority of escaping from a local optimum. By integrating the advantage of Chaos optimization and . particle swarm optimization algorithm, a hybrid particle swarm optimization algorithm is proposed. Firstly, parameters of particle swarm optimization algorithm are adaptively chaotic optimized to efficiently balance the exploration and exploitation abilities. Then, during the search process of particle swarm optimization algorithm, the chaotic local optimizer is introduced to raise its resulting precision and convergence rate. The algorithm is applied to solving the single objective and multi-objective flexible job-shop scheduling problems and the global search performance of the new algorithm is validated by the results of the comparative experiments.
     (2) Discussion of the multi-objective weighting composite optimization with particle swarm optimization algorithm, resulting in a multi-objective hybrid particle swarm optimization algorithm. Based on the combination of particle swarm optimization and chaos, a fitness function with fuzzy logic is proposed to evaluate the particles for the dimension problems of multiple objectives. Meanwhile, the weighting coefficients are randomly generated to further maintain the diversity of the population and find all the non-dominated solutions as more as possible. Experiments on four typical flexible job shop scheduling instances are presented to show the good distribution and stability of the non-dominated solutions found by the proposed approach.
     (3) Research on the application of the fully-informed particle swarm algorithm in the multi-objective flexible job shop scheduling problems. Firstly, the population is ranked based on Pareto optimal concept. And the neighborhood topology used in the fully-informed particle swarm algorithm is based on the Pareto rank. Secondly, the crowding distance of individuals is computed in the same Pareto level for the secondary rank. Thirdly, addressing the problem of trapping into the local optimal, two mutation operators based on the coding mechanism are introduced into our algorithm.
     (4) Research on the application of particle swarm optimization algorithm based on the dynamic probabilistic search in the multi-objective flexible job shop scheduling problems. At the earlier stage, the average of the neighboring best individuals instead of the general single one is employed in the algorithm to guide the search. In the latter stage, the next generation individuals' positions are sampled from a Gaussian dynamic probabilistic distribution around the expected position of the particle at the next generation with the purpose of improving the local exploiting ability of our method. Then, borrowing ideas from Pareto optimization, the non-dominated solutions are stored by using an elitism repository, and a new fitness allocation approach is proposed. Meanwhile, the self-adaptive mutation operators are introduced to enhance the diversity of solutions. Finally, comparative experiments are conducted with several groups of flexible job shop scheduling instances. The experimental results show the better search ability of the algorithm, which indicates that the proposed algorithm is feasible in solving multi-objective flexible job shop scheduling problems.
引文
Abido M. A. 2001. Particle swarm optimization for multimachine power system stabilizer design [C]. In: Power Engineering Society Summer Meeting, pp. 1346-2001.
    Abido M. A. 2002a. Optimal design of power system stabilizers using particle swarm optimization [J]. IEEE Transactions on Energy Conversion, 17(3): 406-413.
    Abido M. A. 2002b. Optimal power flow using particle swarm optimization [J]. International Journal of Electrical Power and Energy Systems, 24(7): 563-571.
    Alvarez V. R., Fuertes A., Tamarit J. M., et al. 2005. A heuristic to schedule flexible job shop in a glass factory [J]. European Journal of Operational Research, 165(2): 525-534.
    Andreas C. N. 2004. A novel meta-heuristic approach for the flow shop scheduling problem [J]. Engineering Applications of Artificial Intelligence, 17:289-300.
    Angel E., Bampis E., Gourves L. 2005. Approximation results for a bicriteria job scheduling problem on a single machine without preemption [J]. Information Processing Letters, 94(1): 19-27.
    Angeline P. J. July 1999. Using selection to improve particle swarm optimization [C]. In: Proceedings of IJCNN'99, Washington, pp. 84-89.
    
    Bucker P., Schlie R. 1990. Job-shop scheduling with multi-purpose machines [J]. Computing, 45: 369-375.
    
    Carlisle A., Dozier G. Apr. 2001. An off-the-shelf PSO [C]. In: Proceedings of the Workshop on Particle Swarm Optimization. Indianapolis, USA: Purdue School of Engineering and Technology, IUPUI, pp.1-6.
    Chapter 1: Present and future role of scheduling in technology [J]. 2003. Optimal Scheduling Combinatorics. Electronic Notes in Discrete Mathematics, 14:3-13.
    Chapter 2: Previous scheduling research [J]. 2003. Optimal Scheduling Combinatorics. Electronic Notes in Discrete Mathematics, 14:15-34.
    Chen H., Ihlow J., Lehmann C. May 1999. A genetic algorithm for flexibile job-shop scheduling [C]. In: Proceedings of the 1999 IEEE International Conference on Robotics & Automation, Detroit Michigan: IEEE, 2:1120-1125.
    Chen H. X., Cheng B. G, Proth J. M. 1995. A more efficient Lagrangian relaxation approach to job shop scheduling Problems [C]. In: Proceedings of IEEE International Conference on Robotics and Automation, Japan, pp. 496-501.
    Chen J., Pan E, Cai T., et al. 2004. The stability analysis of particle swarm optimization without Lipschitz condition constrain [J]. Control Theory and Application, 1(1): 86-90.
    Cheung W. M., Zhou H. 2001. Using genetic algorithms and heuristics for job shop scheduling with sequence-dependent setup times [J]. Annals of Operations Research, 107:65-81.
    Chinyao L., Jinn Y. Y., Kai I. H. 2004. A robust simulated annealing heuristic for flow shop scheduling problems [J]. International Journal of Advacved Manufacturing Technology, 23: 762-767.
    Cintia R. S., Vinicius A. A., Manuel L. 2004. Tardiness minimization in a flexible job shop: A tabu search approach [J]. Journal of Intelligent Manufacturing, 15:103-115.
    Clearwater S. H., Hogg T., Huberman B. A. 1992. Cooperative problem solving [C]. In Computation: The Micro and Macro View, Singapore: World Scientific, pp. 33-70.
    Clerc M. 1999. The swarm and queen: towards a deterministic and adaptive particle swarm optimization [C]. In: Proceedings of the IEEE Congress on Evolutionary Computation, pp.1951-1957.
    Clerc M., Kennedy J. 2002. The particle swarm-explosion, stability, and convergence in a multidimensional complex space [J]. IEEE Transactions on Evolutionary Computation, 6(1): 58-73.
    Cochran K. J., Horngs M., Fowler W. J. 2003. A multi-population genetic algorithm to solve multi-objective scheduling problems for parallel machines [J]. Computers & Operations Research, 30(7): 1087-1102.
    Coelho L. S., Krohling R. A. 2003. Predictive controller tuning using modified particle swarm optimization based on Cauchy and Gaussian distributions [C]. In: Proceedings of the 8th Online World Conference on Soft Computing in Industrial Applications, WSC8.
    Coello Coello C. A., Christiansen A. D. 1998. Two new GA-based methods for multiobjective optimization [J]. Civil Engineering Systems, 15(3): 207-243.
    Coello Coello Carlos A., Pulido Gregorio Toscano. 2001a. A micro-genetic algorithm for multiobjective optimization [C]. In: Proceedings of the 1st International Conference on Evolutionary Multi-criterion Optimization, pp. 126-140.
    Coello Coello Carlos A., Pulido Gregorio Toscano. 2001b. Multiobjective optimization using a micro-genetic algorithm [C]. In: Proceedings of the Genetic and Evolutionary Computation
    Conference (GECCO'2001), San Francisco, California, pp. 274-282. Morgan Kaufmann Publishers.
    
    Coello Coello C. A., Van Veldhuizen D. A., Lamont G B. 2002a. Evolutionary algorithms for solving multi-objective problems [M]. Kluwer Academic Publishers, New York, ISBN 0-3064-6762-3.
    Coello Coello Carlos A., Lechuga Maximino Salazar. May 2002b. MOPSO: a proposal for multiple objective particle swarm optimization [C]. In: IEEE Proceedings World Congress on Evolutionary Computation (CEC'2002), Piscataway, New Jersey, 2: 1051-1056. IEEE Service Center.
    Coello Coello C. A., Pulido G T., Lechunga M. S. 2004. Handling multiple objective with particle swarm optimization [J]. IEEE transaction on Evolutionary Computation, 8(3): 256-279.
    Coello Coello C. A. 2005. Recent trends in evolutionary multiobjective optimization [J]. In Ajith Abraham, Lakhmi Jain and Robert Goldberg (editors), Evolutionary Multiobjective Optimization: Theoretical Advances and Applications, Springer-Verlag, London, ISBN 1-85233-787-7:7-32.
    Coello Coello C. A. 2006. 20 years of evolutionary multi-objective optimization: what has been done and what remains to be done [J]. In Gary Y. Yen and David B. Fogel (editors), Computational Intelligence: Principles and Practice - Chapter 4, IEEE Computational Intelligence Society, 73-88.
    Conway R.V., Maxwell W.L, et al. 1967. Theory of scheduling [M]. Addison- Wesley, Reading, Massachusetts.
    Corne D., Dorigo M., Glover F. editors. 1999. New ideas in optimization, chapter 25, pp. 379-387. McGrawHill.
    Corne David W, Knowles Joshua D., Oates Martin J. 2000. The Pareto envelope-based selection algorithm for multiobjective Optimization [C]. In: Proceedings of the Parallel Problem Solving from Nature VI Conference, pp. 839-848. Springer.
    
    Dauzere-Peres S., Paulli J. 1997. An integrated approach for modeling and solving the general multiprocessor job-shop scheduling problem using tabu search [J]. Annals of Operations Research, 70(3): 281-306.
    
    Dauzere-Peres S., Roux W., Lasserre J. B. 1998. Multi-resource shop scheduling with resource flexibility [J]. European Journal of Operational Research, 107(2): 289-305.
    
    David Schaffer J. 1984. Multiple objective optimization with vector evaluated genetic algorithms [D]: [PhD]. Vanderbilt University.
    David Schaffer J. 1985. Multiple objective optimization with vector evaluated genetic algorithms [C]. In: Genetic Algorithms and their Applications // Proceedings of the First International Conference on Genetic Algorithms, pp. 93-100. Lawrence Erlbaum.
    Davis Lawrence. 1985. Job shop scheduling with genetic algorithms [C]. In: Proceedings of the 1st International Conference on Genetic Algorithms and their Applications, pp. 136-140.
    Davis W., Jones A. 1988. A real-time production scheduler for a stochastic manufacturing environment [J]. International Journal of Computer Integrated Manufacturing, 1(2): 101-112.
    Deb K. 1999. Solving goal programming problems using multi-objective genetic algorithms [C], In: 1999 Congress on Evolutionary Computation, pp. 77-84, Piscataway, NJ, IEEE Service Center.
    Deb K., Agrawal S., Pratab A., Meyarivan T. 2000a. A fast elitist non-dominated sorting genetic algorithm for multi-objective optimization: NSGA-II. KanGAL Report, 200001, Kanpur: Indian Institute of Technology.
    Deb K., Agrawal S., Pratab A., Meyarivan T. 2000b. A fast elitist non-dominated sorting genetic algorithm for multi-objective optimization: NSGA-II [C]. In: Proceedings of the Parallel Problem Solving from Nature VI Conference, pp.849-858, Paris, France. Springer Lecture Notes in Computer Science, No.1917.
    Deb K. 2001. Multi-objective optimization using evolutionary algorithms [M]. NY: John Wiley & Sons. Inc.
    Deb Kalyanmoy, Pratab Amrit, Agarwal Sameer, Meyarivan T. April 2002. A fast and elitist multiobjective genetic algorithm: NSGA-II [J]. IEEE Transactions on Evolutionary Computation, 6(2): 182-197.
    Dimitri G G, Aharon G 2002. Optimal job shop scheduling with random operations and cost objectives [J]. International Journal of Production Economics, 76(2): 147-157.
    Ding Zhen, Leung Henry, Zhu Zhiwen. 2002. A study of the transiently chaotic neural network for combinatorial optimization [J]. Mathematical and Computer Modelling, 36:1007-1020.
    
    Eberhart R. C, Kennedy J. 1995. A new optimizer using particle swarm theory [C]. In: Proceedings of the 6th International Symposium on Micro Machine and Human Science, Nagoya, Japan, pp. 39-43.
    
    Eberhart R. G, Simpson P., Dobbins R. 1996. Computational intelligence PC Tools. Chapter 6, pp. 212-226. Academic Press Professional.
    Eberhart R.,Shi Y.2000.Comparing Inertia weigthts and constriction factors in particle swarm optimization[C].In:Proceedings of the IEEE Congress on Evolutionary Computation,Piscataway,San Diego,CA,USA,pp.84-88.
    Eberhart R.C.,Kennedy J.2001.Swarm intelligence[M].Morgan Kaufmann.
    Eberhart R.C.,Shi Y.2001.Particle Swarm Optimisation:Developments,Applications and Resources[C].In:Proceedings of the 2001 IEEE International Conference on Evolutionary Computation,pp.81-86.
    Emin A.M.,Terencec E 2004.A distributed evolutionary simulated annealing algorithm for combinational optimization problems[J].Journal of Heuristics,10:269-292.
    Erihson Mark,Mayer Alex,Horn Jeffrey.2001.The niched Pareto genetic algorithm 2 applied to the design of groundwater remediation systems[C].In:Proceedings of the 1~(st)International Conference on Evolutionary Multi-criterion Optimization,pp.681-695.
    Everson Richard M.,Fieldsend Jonathan E.,Singh Sameer.April 2002.Full elite sets for multi-objective optimization[C].In:I.C.Parmee(Editor),Proceedings of the Fifth International Conference on Adaptive Computing Design and Manufacture(ACDM 2002),pp.343-354,Springer-Verlag,University of Exeter,Devon,U.K.
    Fieldsend Jonathan E.,Everson Richard M.,Singh Sameer.June 2003.Using unconstrained elite archives for multiobjective optimization[J].IEEE Transactions on Evolutionary Computation,7(3):305-323.
    Fonseca C.M.,Fleming P.J.1993.Genetic algorithms for multiobjective optimization:formulation,discussion and generalization[C].In:Proceedings of the 5th International Conference on Genetic Algorithms,San Mateo,California,pp.416-423.Morgan Kaufmann Publishers.
    Fox M.S,Smith S.F.1984.ISIS:A knowledge-based system for factory scheduling[J].Expert System,1(1):25-49.
    冯春,陈永.2004.基于混沌的全局优化新方法[J].机械工程学报,40(2):96-101.
    Garey M.,Johnson D.,Sethi R.1976.The complexity of flow shop and job-shop schedules[J].Mathematics of Operations Research,1(2):117-129.
    Garey M.,Johnson D.1979.Computers and intractability[M].W.H.Freeman and Company.
    Gershwin S.1989.Hierarcical flow control:a framework for scheduling and planning discrete events in manufacturing systems[J].In:Proceedings of IEEE Special Issue on Discrete Event Systems,77:195-209.
    Graves Stephen C.1981.A review of production scheduling[J].29(4):646-675.
    谷峰.2006.柔性作业车间调度中的优化算法研究[D].[博士].合肥:中国科学技术大学.
    Hajela P.,Lin C.Y.1992.Genetic search strategies in multicriterion optimal design[J].Structural Optimization,4:99-107.
    He Z.,Wei C.,et al.1998.Extracting rules from fuzzy neural network by particle swarm optimization[C].In:Proceedings of IEEE International Conference on Evolutionary Computation,Anchorage,Alaska,USA,pp.74-77.
    Ho N.B.,Tay J.C.2004.GENACE:an efficient cultural algorithm solving the flexible job shop problem[C].In:Proceedings of Congress on Evolutionary Computation,pp.1759-1766.
    Ho N.B.;Tay J.C.Sept.2005a.LEGA:an architecture for learning and evolving flexible job-shop schedules[C].The 2005 IEEE Congress on Evolutionary Computation,2(2-5):1380-1387.
    Ho N.B.;Tay J.C.Sept.2005b.Evolving dispatching rules for solving the flexible job-shop problem[C].The 2005 IEEE Congress on Evolutionary Computation,3(2-5):2848-2855.
    Ho S.L.,Yang Shiyou,et al.2005.A particle swarm optimization-based method for multiobjective design optimizations[J].IEEE Transactions on Magnetics,IEEE Magnetics Society,Piscataway,NJ,USA,41(5):1756-1759.
    Hoogeveen H.2005.Multicriteria scheduling[J].European Journal of Operational Research,167(3):592-623.
    Horn J.,Nafpliotis N.,Goldberg D.E.1994.A Niche Pareto Genetic Algorithm for Multi-objective optimization[C].In:Proceedings of the first IEEE Conference Evolutionary Computation.Piscataway,New Jersey,1:22-87.
    Hover Franz S.,Triantafyllou Michael S.2006.Application of polynomial chaos in stability and control[J].Automatica,42:789-795.
    Hu Xiaohui,Shi Yuhui,Eberhart R.2004.Recent advances in particle swarm[C].In:Proceedings of IEEE Congress on Evolutionary Computation,1:90-97.
    Hurink E.,Hurisch B.,Thole M.1994.Tabu search for the job shop scheduling problem with multi-purpose machine[J].Operations Research Spectrum,15:205-215.
    Indraneel Das,John Dennis.1997.A closer look at drawbacks of minimizing weighted sums of objectives for Pareto set generation in multicriteria optimization problems[J].Structural Optimization,14(1):63-69.
    Jensen M.T.2001.Robust and flexible scheduling with evolutionary computation[D]:[PhD].Department of Computer Science,University of Aarhus.
    Jensen Mikkel T.October 2003.Reducing the run-time complexity of multiobjective EAs:the NSGA-Ⅱ and other algorithms[J].IEEE Transactions on Evolutionary Computation,7(5):503-515.
    Jerald J.,Asokan P.,Prabaharan G.,Saravanan R.2005.Scheduling optimisation of flexible manufacturing systems using particle swarm optimisation algorithm[J].International Journal of Advanced Manufacturing Technology,25(9-10):964-971.
    Jin Y.C.,Okabe T.,Sendhoff B.2001.Dynamic weighted aggregation for evolutionary multi-objective optimization:why does it work and how?[C]In:Proceedings of the Genetic and Evolutionary Computation Conference(CECCO' 2001),San Francisco,California,pp.1042-1049.Morgan Kaufmann Publishers.
    Johnson S.M.1954.Optimal two- and three-stage production schedules with setup times included [J].Naval research logistics quarterly,1:61-68.
    Jones Albert,Rabelo Luis C.1996.Survey of job shop scheduling techniques,NISTIR,National Institute of Standards and Technology,Gaithersburg,MD.(http://www.mel.nist.gov/msidlibrary/doc/luis.pdf)
    姜思杰.1998.基于GA和TS的最小平衡算法及其在FMS中的应用[D]:[博士].哈尔滨:哈尔滨工业大学.
    姜思杰,张付亮,王孔茂.2003.基于遗传和禁忌算法求解一类车间调度问题[J].计算机集成制造系统,9(11):984-988.
    Kacem I.,Hammadi S.,Borne E 2002a.Approach by localization and multiobjective evolutionary optimization for flexible job-shop scheduling problems[J].IEEE transactions on Systems,Man,and Cybemetics,Part C,32(1):1-13.
    Kacem I.,Hammadi S.,Bome P.2002b.Pareto-optimality approach for flexible job-shop scheduling problems: hybridization of evolutionary algorithm and fuzzy logic [J]. Mathematics and Computers in Simulation, 60:245-276.
    Kacem I. 2003. Genetic algorithm for the flexible job shop scheduling problem [C], IEEE International Conference on Systems, Man and Cybernetics, 4:3464-3469.
    Kennedy J., Eberhart R. C. 1995. Particle swarm optimization [C]. In: Proceedings of the IEEE International Conference on Neural Networks, Piscataway, NJ: IEEE Service Center, 4: 1942-1948.
    Kennedy J. 1997. The particle swarm: social adaption of knowledge [C]. In: Proceedings of the International Conference on Evolutionary Computation, Indianapolis, IN, USA, pp. 303-308.
    Kennedy J., Mendes R. 2002. Population structure and particle swarm performance [C]. In: Proceedings of the 2002 World Congress on Computational Intelligence, 2:1671-1676.
    Kennedy J. 2003. Bare bones particle swarms [C]. In: Proceedings of the 2003 IEEE Swarm Intelligence Symposium, Indianapolis, Indiana, USA, pp.80-87.
    Kennedy J. 2005. Dynamic-probabilistic particle swarms [C]. In: Proceedings of the 2005 Conference on Genetic and Evolutionary Computation, Washington DC, USA, pp. 201-207.
    Knowles Joshua D., Corne David W. 2000. Approximating the nondominated front using the Pareto archived evolution strategy [J]. Evolutionary Computation, 8(2): 149-172.
    Kolonko M. 1999. Some new results on simulated annealing applied to the job shop scheduling problem [J]. European Journal of Operational Research, 113:123-136.
    
    Li T. Y., Yorke J. A. 1975. Period three implies chaos [J]. Am Math Monthly, 82(10): 982-992.
    Liao Gwo-ching, Tsao Ta-peng. 2006. Using chaos search immune genetic and fuzzy system for short-term unit commitment algorithm [J]. International Journal of Electrical Power and Energy Systems, 28:1-12.
    Liu Bo, Wang Ling, Jin Yihui. 2007. An effective hybrid particle swarm optimization for no-wait flow shop scheduling [J]. International Journal of Advanced Manufacturing Technology, 31(9-10): 1001-1011.
    Loreaz E. N. 1963. Deterministic nonperiodic flow [J]. Journal of Atmospheric Science, 20: 130-141.
    Lovbjerg M., Rasmussen T. K., Krink T. 2001. Hybrid particle swarm optimizer with breeding and subpopulations [C]. In: Proceedings of the Genetic and Evolutionary Computation Conference 2001 (GECC0 2001). Morgan Kaufmann, pp. 469-476.
    Lun P. B., Hoitomt F. J., Max E.. 1990. Scheduling generation and reconfiguration for parallel machines[J].IEEE Transactions of Robotics and Automation,6(6):687-696.
    李兵,蒋慰孙.1997.混沌优化方法及其应用[J].控制理论与控制工程,14(4):613-615.
    李吴,胡云昌,曹宏铎.2002.加速混沌优化方法机器应用[J].系统工程学报,17(1):41-44.
    李祥飞.2003.混沌优化理论在控制系统设计中的研究[D]:[博士].长沙:中南大学.
    卢冰原.2006.模糊环境下的Flexible Job-shop调度问题的研究[D]:[博士].合肥:中国科学技术大学.
    卢侃,等编译.1990.混沌动力学[M].上海:上海远东出版社.
    吕金虎,陆君安,陈士华.2002.混沌时间序列分析及其应用[M].武汉:武汉大学出版社.
    May R.1976.Simple mathematical models with very complicated dynamics[J].Nature,261:459-467.
    Mendes R.,Kennedy J.,Neves J.2004.The fully informed particle swarm:simple,maybe better [J].IEEE Transaction on Evolutionary Computation,IEEE Computational Intelligence Society,Birmingham,UK,8:204-210.
    Mohammad S.M.,Parviz F.May 2006.Flexible job shop scheduling with tabu search algorithms [J].International Journal of Advanced Manufacturing Technology,32(5-6):563-570.
    Mostaghim S.,Teich J.,Tyagi A.May 2002.Comparison of data structures for storing Pareto-sets in MOEAs[C].In:Proceedings of the World Congress on Computational Intelligence (CEC'2002),Piscataway,New Jersy,1:843-848.
    Mostaghim S.,Teich J.2003.Strategies for fmding local guides in multi-objective particle swarm optimization(MOPSO)[C].In:Proceedings of the IEEE Swarm Intelligence Symposium 2003(SIS 2003),Indianapolis,Indiana,USA,pp.26-33.
    Murat K.,Ahmet B.K.2003.Using genetic algorithms for single-machine bicriteria scheduling problems[J].European Journal of Operational Research,145(3):543-556.
    莫愿斌.2006.粒子群优化算法的扩展与应用[D]:[博士].杭州:浙江大学.
    Najid N.M.,Dauzere-Peres S.,Zaidat A.2002.A modified simulated annealing method for flexible job shop scheduling problem[C].In:Proceedings of the IEEE International Conference on Systems Man and Cybemetics.N J,USA,IEEE,pp.89-94.
    Naka S.,Genji T.,Yura T.,Fukuyama Y.2003.A hybrid particle swarm optimization for distribution state estimation[J].IEEE Transaction on Power Systems,18:60-68.
    Ohta Masaya.2002.Chaotic neural networks with reinforced self-feedbacks and its application to N-Queen problem[J].Mathematics and Computers in Simulation,59:305-317.
    Ott E.,Grebogi C.,Yorke J.A.1990.Controlling Chaos[J].Physical Review Letters,64(11):1196-1199.
    Paquet U.,Engelbrecht A.P.2003.Ttraining support vector machines with particle swarms[C].In:Proceedings of the 2003 International Joint Conference on Neural Networks(IJCNN 2003),2(20-24):1593-1598.
    Parsopoulos K.E.,Vrahatis M.N.2002.Recent approaches to global optimization problems through particle swarm optimization[J].Natural Computing,1(2-3):235-306.
    Parunak H.,Irish B.,Kindrick J.,et al.1985.Gractal actors for distributed manufacturing control [C].In:Proceedings of the 2*d IEEE Conference on Artificial Intelligence Application,pp.653-660.
    Periaux Jacques,Sefrioui Mourad,Mantel Bertrand.1997.GA multiple objective optimization strategies for electromagnetic backscattering[J].In D.Quagliarella,J.Periaux,C.Poloni,and G.Winter,editors,Genetic Algorithms and Evolution Strategies in Engineering and Computer Science.Recent Advances and Industrial Applications - chapter 11:pp.225-243.John Wiley and Sons,West Sussex,England.
    潘峰,陈杰,甘明刚,等.2006.粒子群优化算法模型分析[J].自动化学报,32(3):368-377.
    潘全科.2003.智能制造系统多目标车间调度研究[D]:[博士].南京:南京航空航天大学.
    Rasmussen T.K.,Krink T.2003.Improved hidden markov model training for multiple sequence alignment by a particle swarm optimization - evolutionary algorithm hybrid[J].Biosystems,72(1-2):5-17.
    Ray T.,Liew K.M.2002.A swarm metaphor for multiobjective design optimization[J].Engineering Optimization,34(2):141-153.
    Riget J.,Vesterstrom J.S.2002.A diversity-guided particle swarm optimization the ARPSO[R].Technical Report No.2002-02,Department of Computer Science,University of Aarhus,EvALife.
    Ruelle D.,Takeas F.1971.On the nature of turbulence[J].Communications of Mathematical Physics,20:167-192.
    Shi Y.,Eberhart R.C.1998a.A modified particle swarm optimizer[C].In:Proceedings of IEEE International Conference on Evolutionary Computation(CEC 1998),Piscataway,NJ,pp.69-73.
    Shi Y.,Eberhart R.C.1998b.Parameter selection in particle swarm optimization[C].In:Proceedings of the 7~(th)Annual Conference on Evolutionary Programming,NY,pp.591-600.
    Shi Y.,Eberhart R.C.1999.Empirical study of particle swarm optimization[C].In:Proceedings of the IEEE Congress on Evolutionary Computation,Piscataway,NJ,pp.1945-1950.
    Shi Y.,Eberhart R.C.2000.Empirical study of particle swarm optimization[C].In:Proceedings of the World Multiconference on Systemics,Cybernetics and Informatics,Orlando,FL,pp.1945-1950.
    Shi Y.,Eberhart R.C.2001a.Fuzzy adaptive particle swarm optimization.In:Proceedings of the IEEE Congress on Evolutionary Computation,Seoul,Korea,pp.101-106.
    Shi Y.,Eberhart R.C.200lb.Particle swarm optimization with fuzzy adaptive inertia weight[C].In:Proceedings of Workshop on Particle Swarm Optimization.Indianapolis,NJ:IEEE Service Center.
    Sprott J.C.2003.Chaos and time-series analysis[M].Oxford University Press.
    Srinivas N.,Deb Kalyanmoy.1994.Multiobjective optimization using nondominated sorting in genetic algorithms[J].Evolutionary Computation,2(3):221-248.
    孙艳丰.2000.基于GATS混合策略的多目标优化算法[J].管理工程学报,14(4):4-7.
    Taillard E.1990.Some efficient heuristic methods for the flow shop sequencing problem[J].European Operation research,47(1):65-74.
    Tang L X.,Liu J.Y.2002.A modified genetic algorithm for the flow shop sequencing problem to minimize mean flow time[J].Journal of Intelligent Manufacturing,13:61-67.
    Torabi S.A.,Karimi B.,Fatemi S.M.T.2005.The common cycle economic lot scheduling in flexible job shops:the finite horizon case[J].International Journal of Production Economics,97(1):52-65.
    Trelea I.C.2003.The particle swarm optimization algorithm:convergence analysis and parameter selection[J].Information Processing Letters,85(6):317-325.
    淘泽.2006.基于Petri网和混合遗传算法的ISP优化调度[D]:[博士].沈阳:东北大学.
    Van den Bergh F.2002.An analysis of particle swarm optimizers[D]:[PHD].Department of Computer Science,University of Pretoria,South Africa.
    Van den Bergh F.,Engelbrecht A.P.2006.A study of particle swarm optimization particle trajectories[J].Information Sciences,176(8):937-971.
    Van Veldhuizen D.A.,Lamont G.B.2000.Multiobjective evolutionary algorithms:analyzing the state.of-the-art[J].Evolutionary Computation,8(2):125-147.
    Varadharajan T.K.,Rajendran Chandrasekharan.2005.A multi-objective simulated - annealing algorithm for scheduling in flowshops to minimize the makespan and total flowtime of jobs [J].European Journal of Operational Research,167(3):772-795.
    Vilcot G,Esswein C.,Billaut J.C.2006.Multi-objective genetic algorithm for the flexible job shop problem[C].In:Proceedings of the 7th International Conference on Multi-objective Programming and Goal Programming,Loire Valley,France.
    Vincent T.2001.Solving a bicriteria scheduling problem on unrelated parallel machines occurring in the glass bottle industry[J].European Journal of Operational Research,135(1):42-49.
    Vincent T.,Nicolas M.,Fabrice T.2002a.An ant colony optimization algorithm to solve a 2-machine bicriteria flowshop scheduling problem[J].European Journal of Operational Research,142(2):250-257.
    Vincent T.,Billaut J.C.2002b.Multicriteria scheduling:theory,models and algorithms[M].Springer-Verlag.
    Vinicius A.A.,Jose E.C.A.2004.An application of a multi-objective tabu search algorithm to a bicriteria flowshop problem[J].Journal of Heuristics,10(5):463-481.
    Wienke P.B.,Lucasius C.,Kateman G.1992.Multicriteria target vector optimization of analytical procedures using a genetic algorithm[J].Analytica Chimica Acta,265(2):211-225.
    Wilkerson L.,Irwin J.1971.An improved algorithm for scheduling independent tasks[J].AIIE Transactions,3:239-245.
    Wilson P.B.,Macleod M.D.1993.Low implementation cost IIR digital filter design using genetic algorithms[C].In:IEE/IEEE Workshop on Natural Algorithms in Signal Processing,Chelmsford,U.K.pp.4/1-4/8.
    Wysk R.,Wu D.,Yang R.1986.A multi-pass expert control system(MPECS)for flexible manufacturing systems[J].NBS Special Publication,724:251-278.
    王凌,郑大钟,李清生.2001.混沌优化方法的研究进展[J].计算机技术与自动化,20(1):1-5.
    王书锋,邹益仁.2003.车间作业调度(JSSP)技术问题简明综述[J].系统工程理论与实践,1:49-55.
    Xia Weijun,Wu Zhiming.2005.An effective hybrid optimization approach for multi-objective flexible job shop scheduling problems[J].Computers & Industrial Engineering,48(2):409-425.
    夏蔚军,吴智铭.2005.基于混合微粒群优化的多目标柔性Job Shop调度[J].控制与决策,20(2):137-141.
    肖扬.2002.动态系统分析[M].北方交大出版社.
    Yu Wenwu,Cao Jinde.2006.Cryptography based on delayed chaotic neural networks[J].Physics Letters A,356:333-338.
    姚俊峰,梅炽,等.2001.混沌遗传算法及其应用[J].系统工程,19(1):70-74.
    尹文君,刘民,吴澄.2001.进化计算在生产线调度研究中的现状与展望[J].计算机集成制造系统,7(12):1-6.
    Zebulum R.S.,Pacheco M.A.,Vellasco M.1998.A multi-objective optimisation methodology applied to the synthesis of low-power operational amplifiers[C].In:Proceedings of the ⅩⅢ International Conference in Microelectronics a.nd Packaging,Curitiba,Brazil,1:264-271.
    Zhang Haipeng,Gen M.2004.Multistage-based genetic algorithm for flexible job shop scheduling problems[C].In:Proceedings of the 8~(th)Asia Pacific Symposium on Intelligent and Evolutionary Systems,pp.223-232.
    Zitzler Eckart,Thiele Lothar.1999.Multiobjective evolutionary algorithms:a comparative case study and the strength Pareto approach[J].IEEE Transactions on Evolutionary Computation,3(4):257-271.
    Zitzler E.,Deb K.,Thiele L.2000.Comparison of multi.objective evolutionary algorithms:Empirical results[J].IEEE Transaction on Evolutionary Computation,18(2):173-195.
    Zitzler Eckart,Laumanns Marco,Thiele Lothar.May 2001.SPEA2:Improving the strength Pareto evolutionary algorithm.Technical Report 103,Computer Engineering and Networks Laboratory(TIK),Swiss Fedural Institute of Technology(ETH)Zurich,Gloriastrasse 35,CH-8092 Zurich,Switzerland.
    Zribi N.,Kacem I.,et al.2005.Minimizing the total tardiness in a flexible job-shop.(http://www.wacong.org/wac2006/allpapers/isiac/isiac 45.pdf)
    Zweben M.,Fox M.,San Francisco.1995a.OPIS:A methodology and architecture for reactive scheduling,Intelligent Scheduling[M],California:Morgan Kaufman,pp.29-66.
    Zweben M.,Fox M.,San Francisco.1995b.Scheduling as intelligent control of decision-making and constraint propagation,Intelligent Scheduling[M],California:Morgan Kaufman,pp.67-98.
    张彤,王宏伟,王有才.1999.变尺度混沌优化方法及其应用[J].控制与决策,14(3):285.287.

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

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

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