量子衍生和禁忌微分进化算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
进化算法已经成功地应用到与优化任务相关的许多问题中。微分进化(DE)是一种比较新颖的进化算法,最近5-7年的发展非常迅速,得到许多研究人员的关注。DE算法与遗传算法、遗传规划、进化策略和进化规划相似,具有变异、交叉和选择等操作;而它的变异操作成为最具特点的执行方式,选择操作则采用“择优选取”的策略。
     DE算法是一种基于种群的优化方法,一般与问题无关,执行比较容易。它是针对实数表达的优化问题而提出的,已经广泛用于约束优化、动态优化和多目标优化等方面。研究人员在DE算法上做了许多改进研究,改进和结合的技术包括多种群、邻域搜索、小生境、模糊调节、混沌搜索、自适应策略、局部搜索和协同搜索等方面。在工程应用方面,DE算法已经用于过程控制、制造系统、调度问题、路径优化问题、知识发现和滤波等方面。
     本文在介绍DE算法的改进和应用研究现状的基础上,首先关注如何增强DE算法的全局搜索能力。这里,采用量子位表达的量子衍生微分进化算法,每个个体含有更多的可用信息,增加了种群多样性,进而提高了搜索能力。其次,在分类问题和模糊建模问题的改进研究中,量子衍生微分进化算法的使用改进了搜索过程,由此求解这两种问题的结果也得以改善。最后,针对含有多个局部极小值的约束问题,研究如何提高DE算法跳出局部最优的能力。这里,提出了禁忌微分进化算法。下面介绍本文的主要研究内容:
     1.为了提高微分进化算法的全局搜索能力,引入量子位的概念,提出量子衍生微分进化算法(QDE)。使用微分进化的相关搜索机制,实现量子位个体的进化;提出一个新的选择算子,有利于量子位个体的快速收敛。实验结果显示,与其它版本的二进制微分进化相比,QDE的性能突出。因此,量子衍生微分进化算法可以成为二进制微分进化新的研究方向。
     2.在分类问题中,数据集的属性类型包括连续属性和名义属性,而对于其它许多方法,则需要在数据预处理阶段增加连续属性离散化的步骤。本文提出的基于DE/QDE的分类方法采用微分进化的进化机制,可以同时处理这两种属性。因此,这种方法可以方便地求解更多的含有混合属性类型的分类问题。
     3.针对T-S模糊模型的辨识问题,设计了基于减法聚类和DE算法的辨识方法,以及基于MDE/QDE的T-S模糊模型的辨识方法。在基于减法聚类和DE算法的辨识方法中,先进行结构辨识,再进行参数辨识;在基于MDE/QDE的T-S模糊模型的辨识方法中,使用MDE/QDE对模型的结构和参数同时进行辨识。其中的MDE是一种改进的微分进化,用于处理编码中的实数部分,QDE用于处理编码中的二进制数部分。
     4.针对含有多个局部极小值的约束问题,提出禁忌微分进化算法。禁忌搜索允许接受非优解,具有跳出局部最优的能力;本文将禁忌搜索中的邻域移动方式、禁忌列表、希望列表、特赦准则等引入微分进化中;另外引入动态的调节禁忌搜索的步长,以实现自适应搜索的过程。实验结果表明,这种算法能够有效地增强跳出局部最优的能力。
Evolutionary algorithms have been successfully applied in many types ofproblems, mainly related to optimization tasks. Di?erential evolution (DE),which is a novel kind of the evolutionary algorithms, has developed fast for 5-7years, and has attracted great attention of a large number of researchers. DEwith the mutation, crossover and selection operators is similar to genetic algo-rithm, genetic programming, evolution strategy and evolution programming.Its mutation operator is the most special operation manner, and its selectionoperator is a“selecting the better”strategy.
     DE is a population-based optimization technique, which is independentof the problems and can be easily carried out. DE, which was proposed forsolving numerical optimization problems at first, has been extensively appliedto constrained optimization, dynamic optimization, multi-objective optimiza-tion, and so on. Researchers have proposed many modified versions of DEwhich include multi-population, neighboring search, niche, fuzzy adjusting,chaos search, self-adaptive strategy, local search and cooperative search. Inengineering applications, DE has been used in the process control, schedulingproblems, routing problems, knowledge discovery, and filter design.
     After the current modifications and applications of DE are introduced,the work of the thesis firstly focuses on how to enhance the global search-ing ability of DE. Here, the quantum bits as a representation are used in thequantum-inspired di?erential evolution algorithm. Each individual, which in-cludes more available information, enhances the diversity of the population,and then improve the searching ability. Next, for classification and fuzzy mod-eling, the searching process is accelerated owing to the quantum-inspired dif-ferential evolution algorithm. Thus, the results are improved. The search-ing ability is enhanced for classification and fuzzy model problems by usingthe quantum-inspired di?erential evolution algorithm. Finally, for constrainedproblems with many local minima, the thesis pays attention to how to enhance the ability of escaping from the local minima. Thus the tabu-based di?erentialevolution algorithm is proposed. The main research tasks are summarized asfollows:
     1. For enhancing the global searching ability, the quantum bit is introducedto propose the quantum-inspired di?erential evolution algorithm (QDE)is proposed. Some search procedures of DE are used to evolve the Q-bit individuals. A new selection operator is introduced to accelerate theconvergence of the Q-bit individuals. Compared to other versions of thebinary di?erential evolution algorithms, the experimental results showthat QDE is excellent. Thus QDE will be a new aspect of the binarydi?erential evolution algorithms.
     2. In classification problems, the types of the attribute of the data set in-clude the continuous and nominal attributes. For some exiting methods,discretization is necessary to deal with the continuous attribute in thepreprocessing stage. It is proposed a classification algorithm based onDE/QDE. DE/QDE, with the basic procedures of DE, can deal withthe continuous and nominal attributes. Hence, it can easily solve moreclassification problems with mixed attributes.
     3. For designing T-S fuzzy model, it is proposed two identification method:the one is based on subtractive clustering and DE; the other is based onMDE/QDE. In the identification method based on subtractive cluster-ing and DE, the structure is identified firstly, and then the parametersare calculated. In the identification method based on MDE/QDE, thestructure and parameters are identified and calculated synchronously byusing MDE/QDE. MDE is a modified di?erential algorithm for dealingwith the numerical part of the encoding scheme, and QDE is used fordealing with the binary part of that.
     4. For constrained optimization problem with the local minima, the tabu-based di?erential evolution is proposed. Tabu search compromises toaccept non-improved solutions, and can escape from the local minima. It is introduced the moving strategy in the neighboring area, tabu list,comprising list and aspiration criterion of tabu search to di?erential evo-lution. Moreover, the step length of tabu search adjusted dynamically isused in order to realize the self-adaptive search process. The experimen-tal results verifies that the proposed algorithm can enhance the ability ofescaping from the local minima.
引文
[1]云庆夏.进化计算.冶金工业出版社, 2000.
    [2] R.G. Reynolds. An introduction to cultural algorithms. In Proceedingsof the 3rd Annual Conference on Evolutionary Programming, pages 131–139, 1994.
    [3] R. Stron and K. Price. Minimizing the real functions of the icec’96 con-test by di?erential evolution. In Proceedings of the IEEE Conference onEvolutionary Computation, pages 842–844, 1996.
    [4] R. Stron and K. Price. Di?erential evolution-a simple and e?cient heuris-tic for global optimization over continuous spaces. Journal of global op-timization, 11(4):341–359, Dec 1997.
    [5] A. E. Eiben, R. Hinterding, and Z. Michalewicz. Parameter control inevolutionary algorithms. IEEE Transactions on Evolutionary Computa-tion, 3(2):124–141, 1999.
    [6] J. Ronkkonen, S. Kukkonen, and K.V. Price. Real-parameter optimiza-tion with di?erential evolution. In Proceedings of the IEEE Congress onEvolutionary Computation, pages 506–513, 2005.
    [7] D. Zaharie. Critical values for the control parameters of di?erential evo-lution algorithms. In Proceedings of the 8th International Conference onSoft Computing, pages 62–67, 2002.
    [8] S. Kukkonen and J. Lampinen. An exension of generalized di?erentialevolution for multi-objectiv optimization with constraints. In Proceedingsof the 8th International Conference on Parallel Problem Solving fromNature, pages 752–761, 2004.
    [9] S. Kukkonen and J. Lampinen. Gde3: The third evolution step of gen-eralized di?erential evolution. In Proceedings of the IEEE Congress onEvolutionary Computation, pages 443–450, 2005.
    [10] H.A. Abbass, R. Sarker, and C. Newton. Pde: A pareto-frontier di?er-ential evolution approach for multi-objective optimization problems. InProceedings of the IEEE Congress on Evolutionary Computation, pages971–978, 2002.
    [11] H.A. Abbass. The self-adaptive pareto di?erential evolution algorithm.In Proceedings of the IEEE Congress on Evolutionary Computation,pages 831–836, 2002.
    [12] T. Robic and B. Filipic. Demo: Di?erential evolution for multiobjec-tive optimization. In Proceedings of the 3rd International Conference onEvolutionary Multi-Criterion Optimization, pages 520–533, 2005.
    [13] W.J. Zhang and X.F. Xie. Depso: hybrid particle swarm with di?erentialevolution operator. In Proceedings of the IEEE Congress on EvolutionaryComputation, pages 3816–3821, 2003.
    [14] R.L. Becerra and C.A.C. Coello. Optimization with constraints using acultured di?erential evolution approach. In GECCO, pages 27–34, 2005.
    [15] R.L. Becerra and C.A.C Coello. Cultured di?erential evolution for con-strained optimization. Computer Methods in Applied Mechanics and En-gineering, 195:4303–4322, 2006.
    [16] S. Rahnamayan, H.R. Tizhoosh, and M.M.A. Salama. Opposition-baseddi?erential evolution algorithms. In Proceedings of the IEEE Congresson Evolutionary Computation, pages 2010–2017, 2006.
    [17] S. Rahnamayan, H.R. Tizhoosh, and M.M.A. Salama. Opposition-baseddi?erential evolution. Proceedings of the IEEE Transaction on Evolu-tionary Computation, 12(1):64–79, 2008.
    [18] P.J. M. van Laarhoven and E.H.L. Aarts. Simulated annealing: theoryand applications. Kluwer Academic, 1987.
    [19] S. Das, A. Konar, and U.K. Chakraborty. Annealed di?erential evolu-tion. In Proceedings of the IEEE Congress on Evolutionary Computation,pages 1926–1933, 2007.
    [20] M. Fatih Tasgetiren and P. N Suganthan. A multi-populated di?erentialevolution algorithm for solving constrained optimization problem. InProceedings of the IEEE Congress on Evolutionary Computation, pages33–40, 2006.
    [21] E. Mezura-Montes, J. Velazquez-Reyes, and C.A.C. Coello. Modifieddi?erential evolution for constrained optimization. In Proceedings of theIEEE Congress on Evolutionary Computation, pages 332–339, 2006.
    [22] U.K. Chakrabory, S.Das, and A.t Konar. Di?erential evolution with localneighborhood. In Proceedings of the IEEE Congress on EvolutionaryComputation, pages 2042–2049, 2006.
    [23] S. Das, A. Abraham, U.K. Chakraborty, and A. Konar. Di?erential evolu-tion using a neighborhood based mutation operator. IEEE Transactionson Evolutionary Computation, (3):526–553, 2009.
    [24] M.M. Ali. Di?erential evolution with preferential crossover. EuropeanJournal of Operational Research, (181):1137–1147, 2007.
    [25] T. Takahama and S. Sakai. Constrained optimization by the constrainedparticle swarm optimizer with -level control. In Proceedings of the 4thIEEE International Workshop on Soft Computing as TransdisciplinaryScience and Technology, pages 1019–1029, 2005.
    [26] T. Takahama and S. Sakai. Constrained optimization by the constraineddi?erential evolution with gradient-based mutation and feasible elites. InProceedings of the IEEE Congress on Evolutionary Computation, pages1–8, 2006.
    [27] H.Y. Fan and J. Lampinen. A trigonometric mutation operation to dif-ferential evolution. Journal of Global Optimization, 27:105–129, 2003.
    [28]吴红亮,王耀南,袁小芳,周少武.自适应二次变异差分进化算法.控制与决策, (8):898–902, 2006.
    [29] N. Noman and H. Iba. Accelerating di?erential evolution using an adap-tive local search. IEEE Transactions on Evolutionary Computation, (1):107–125, 2008.
    [30] S. Tsutsui, M. Yamamura, and T. Higuchi. Multi-parent recombinationwith simplex crossover in real coded genetic algorithm. In Proceedingsof the Genetic and Evolutionary Computation, pages 657–664, 1999.
    [31] G. Pampara, A.P. Engelbrecht, and N. Franken. Binary di?erential evolu-tion. In Proceedings of the IEEE Congress on Evolutionary Computation,pages 1873–1879, 2006.
    [32] J.Liu and J.Lampinen. A fuzzy adaptive di?erential evolution algorithm.Soft Computing, (9):448–462, 2005.
    [33] A.K. Qin and P.N. Suganthan. Self-adaptive di?erential evolution algo-rithm for numerical optimization. In Proceedings of the IEEE Congresson Evolutionary Computation, pages 1785–1791, 2005.
    [34] V.L. Huang, A. K. Qin, and P. N. Suganthan. Self-adaptive di?eren-tial evolution algorithm for constrained real-parameter optimization. InProceedings of the IEEE Congress on Evolutionary Computation, pages17–24, 2006.
    [35] J. Brest, S. Greiner, B. Boskovic, V. Zumer, and M.n Mernik. Self-adapting control parameters in di?erential evolution: a comparativestudy on numerical benchmark problems. IEEE Transaction on Evo-lutionary Computation, 10(6):646–657, 2006.
    [36] J. Brest, V. Zumer, and M. S. Maucec. Self-adaptive di?erential evolutionalgorithm in constrained real-parameter optimization. In Proceedings ofthe IEEE Congress on Evolutionary Computation, pages 215–222, 2006.
    [37] J. Teo. Exploring dynamic self-adaptive populations in di?erential evo-lution. Soft Computing, (10):673–686, 2006.
    [38] C. Worasucheep. A new self adaptive di?erential evolution-its applicationin forecasting the index of stock exchange of thailand. In Proceedingsof the IEEE Congress on Evolutionary Computation, pages 1918–1925,2007.
    [39] T. Krink, B. Filipic, and G.B. Fogel. Noisy optimization problems - aparticular challenge for di?erential evolution. In Proceedings of the IEEECongress on Evolutionary Computation, pages 332–339, 2004.
    [40] S. Das, A. Konar, and U.K. Chakraborty. Improved di?erential evolutionalgorithms for handling noisy optimization problems. In Proceedingsof the IEEE Congress on Evolutionary Computation, pages 1691–1698,2005.
    [41] S. Rahnamayan, H.R. Tizhoosh, and M.M.A. Salama. Opposition-baseddi?erential evolution for optimization of noisy problems. In Proceedingsof the IEEE Congress on Evolutionary Computation, pages 1865–1872,2006.
    [42]牛大鹏,王福利,何大阔,贾明兴.改进差分进化算法及其在发酵优化中的应用.东北大学学报(自然科学版), (4):469–472, 2008.
    [43] M.H. Lee, C. Han, and K.S. Chang. Dynamic optimization of a contin-uous polymer reactor using a modified di?erential evolution. Industryialand Engineering Chemistry Research, (12):4825–4831, 1999.
    [44]方强,陈德钊,俞欢军,吴晓华.基于优进策略的差分进化算法及其化工应用.化工学报, (4):598–602, 2004.
    [45]颜学峰,余娟,钱锋.自适应变异差分进化算法估计软测量参数.控制理论与应用, (5):744–748, 2006.
    [46] R. Storn. System design by constraint adaptation and di?erential evolu-tion. IEEE Transactions on Evolutionary Computation, (1):22–34, 1999.
    [47] J.P. Chiou. Variable scaling hybrid di?erential evolution for large-scaleeconomic dispatch problems. Electric power system research, 2007.
    [48]孔晓红,须文波.基于差分进化算法多处理机任务调度研究.微计算机信息, (10):184–186, 2006.
    [49] A.C. Nearchou and S.L. Omirou. Di?erential evolution for sequencingand scheduling optimization. Journal of Heuristics, (6):395–411, 2006.
    [50] G. Onwubolu and D. Davendra. Scheduling ?ow shops using di?erentialevolution algorithm. European Journal of Operational Research, (171):674–692, 2004.
    [51] G. Onwubolu and D. Davendra. Scheduling ?ow shops using di?erentialevolution algorithm. European Journal of Operational Research, (171):674–692, 2006.
    [52] Q.K. Pana, M.F. Tasgetirenb, and Y.C. Liangc. A discrete di?erentialevolution algorithm for the permutation ?owshop scheduling problem.Computers and Industrial Engineeringh, (55):795–816, 2008.
    [53] H.A. Abbass. An evolutionary artificial neural networks approach forbreast cancer diagnosis. Artificial Intelligence in Medicine, (3):265–281,2002.
    [54] J. Ilonen, J.K. Kamarainen, and J. Lampinen. Di?erential evolutiontraining algorithm for feed-forward neural networks. Neural ProcessingLetters, (1):93–105, 2003.
    [55] S. Aydin and H. Temeltass. Fuzzy-di?erential evolution algorithm forplanning time-optimal trajectories of a unicycle mobile robot on a pre-defined path. Advanced Robotics, (7):725–748, 2004.
    [56]冯琦,周德云.基于微分进化算法的时间最优路径规划.计算机工程与应用, (12):74–76, 2005.
    [57] J.P. Chiou, C.F. Chang, and C.T. Su. Variable scaling hybrid di?eren-tial evolution for solving network reconfiguration of distribution systems.IEEE Transactions on Power Systems, (2):668–674, 2005.
    [58] C.T. Su, C.F. Chang, and C.S. Lee. Distribution network reconfigura-tion for loss reduction by hybrid di?erential evolution. Electric PowerCompenents and Systems, (12):1297–1312, 2005.
    [59] C.H. Liang, C.Y. Chung, K.P. Wong, and X.Z. Duan. Parallel optimalreactive power ?ow based on cooperative co-evolutionary di?erential evo-lution and power system decomposition. Electric Power Compenents andSystems, (1):249–257, 2007.
    [60]翟捷,王春峰,李光泉.基于差分进化方法的投资组合管理模型.天津大学学报(自然科学与工程技术版), (3):304–308, 2002.
    [61] D.G. Kurup, M. Himdi, and A. Rydberg. Synthesis of uniform ampli-tude unequally spaced antenna arrays using the di?erential evolutionalgorithm. IEEE Transactions on Antennas and Propagation, (9):2210–2217, 2003.
    [62]范瑜,金荣洪,耿军平,刘波.基于差分进化算法和遗传算法的混合优化算法及其在阵列天线方向图综合中的应用.微计算机信息, (12):1997–2000, 2004.
    [63]张昊,黄战华,郁道银.使用例子滤波和差分进化法实现轮廓跟踪.光电工程, (2):29–32, 2006.
    [64] J. Lampinen and I. Zelinka. Mixed integer-discrete-continuous optimiza-tion by di?erential evolution, part 1: the optimization method. In Pro-ceedings of the 5th International Mendel Congress on Soft Computing,pages 71–76, 1999.
    [65] J. Lampinen and I. Zelinka. Mixed integer-discrete-continuous optimiza-tion by di?erential evolution, part 2: a practical example. In Proceedingsof the 5th International Mendel Congress on Soft Computing, pages 76–81, 1999.
    [66] A.P. Engelbrecht and G. Pampara. Binary di?erential evolution strate-gies. In Proceedings of the IEEE Congress on Evolutionary Computation,pages 1942–1947, 2007.
    [67] T. Hey. Quantum computing: an introduction. Computing and ControlEngineering Journal, (6):105–112, June 1999.
    [68] A. Narayanan and M. Moore. Quantum-inspired genetic algorithm. InProceedings of the IEEE Congress on Evolutionary Computation, pages61–66, 1996.
    [69] K.H. Han and J.H. Kim. Genetic quantum algorithm and its applica-tion to combinatorial optimization problem. In Proceedings of the IEEECongress on Evolutionary Computation, pages 1354–1360, 2000.
    [70] K.H. Han and J.H. Kim. Quantum-inspired evolutionary algorithm for aclass of combinatorial optimization. IEEE Transactions on EvolutionaryComputation, 6(6):580–593, Dec 2002.
    [71] K.H. Han and J.H. Kim. Quantum-inspired evolutionary algorithmswith a new termination criterion, h gate, and two-phase scheme. IEEETransactions on Evolutionary Computation, 8(2):156–169, April 2004.
    [72] J. Brest, B. Boskovis, S. Greiner, V. Zumer, and M.S. Maucec. Perfor-mance comparison of self-adaptive and adaptive di?erential evolutionalgorithms. Soft Computing, (11):617–629, 2007.
    [73] S. Martello and P. Toth. Knapsack Problems Algorithms and ComputerImplementations. John Wiley and Sons, 1990.
    [74] M. Gen and R. Cheng. Genetic Algorithm and engineering Design. JohnWiley and Sons, 1997.
    [75] G. Pampara, N. Franken, and A.P. Engelbrecht. Combining particleswarm optimization with angle modulation to solve binary problems. InProceedings of the IEEE Congress on Evolutionary Computation, pages225–239, 2005.
    [76] M. Collard and D. Francisci. Evolutionary data mining: an overviewof genetic-based algorithms. In Proceedings of the IEEE Congress onEvolutionary Computation, pages 3–9, 2001.
    [77]罗可,林睦纲,郗东妹.数据挖掘中分类算法综述.计算机工程, (1):3–11, 2005.
    [78]钱晓东.数据挖掘中分类方法综述.图书情报工作, (3):68–71, 2007.
    [79] J.H. Holland. Escaping brittleness: The possibilities of general pur-pose learning algorithms applied to parallel rule-based systems. MachineLearning: An Artificial Intelligence Approach, 2:593–623, 1986.
    [80] S.F. Smith. Flexible learning of problem solving heuristics through adap-tive search. In Proceeding of 8th international congress on Artificial In-telligence, pages 422–425, Karlsruhe,Germany, 1983.
    [81] K.A.D Jong, W. M. Spears, and D.F. Gordon. Using genetic algorithmsfor concept learning. Machine Learning, 13(2-3):161–188, 1993.
    [82] J.J. Liu and J.T.Y. Kwok. An extended genetic rule induction algo-rithm. In Proceedings of the IEEE Congress on Evolutionary Computa-tion, pages 458–463, 2000.
    [83] M.V. Fidelis, H.S. Lopes, and A.A. Freitas. Discovering comprehensibleclassification rules with a genetic algorithm. In Proceedings of the IEEECongress on Evolutionary Computation, pages 805–810, 2000.
    [84] W.H. Au, K.C.C. Chan, and X. Yao. A novel evolutionary data miningalgorithm with applications to churn prediction. IEEE Transactions onEvolutionary Computation, 7(6):532–545, 2003.
    [85] C.C. Chiu. A case-based customer classification approach for direct mar-keting. Experts Systems with Applications, 22(2):163–168, February 2002.
    [86] L.C Jiao, J. Liu, and W.C. Zhong. An organizational coevolutionaryalgorithm for classification. IEEE Transactions on Evolutionary Com-putation, 10(1):67–80, 2006.
    [87] I.D. Falco, A.D. Cioppa, and E. Tarantino. Discovering interesting clas-sification rules with genetic programming. Applied Soft Computing, (1):257–269, 2002.
    [88] H.E. Johnson, R.J. Gilbert, M.K. Winson, and et al. Explanatory analy-sis of the metabolome using genetic programming of simple, interpretablerules. Genetic Programming and Evolvable Machines, (1):243–258, 2000.
    [89] T. Sousa, A. Silva, and A. Neves. Particle swarm based data miningalgorithms for classification tasks. Parallel Computing, 30:267–783, 2004.
    [90] R.S. Parpinelli, H.S. Lopes, and A.A. Freitas. Data mining with anant colony optimization algorithm. IEEE Transactions on EvolutionaryComputing, 6(4):321–332, 2002.
    [91] B. Liu, H.A. Abbass, and B. McKay. Classification rule discovery withant colony optimization. IEEE Computational Intelligence Bulletin, 3(1):31–35, 2004.
    [92] N. Holden and A.A. Freitas. A hybrid pso/aco algorithm for discoveringclassification rules in data mining. Journal of Artificial Evolution andApplication (Accepted), 2008.
    [93] D. L. A. de Araujo, H.S. Lopes, and A.A. Freitas. A parallel genetic al-gorithm for rule discovery in large databases. In Proceedings of the IEEECongress on Systems, Man and Cybernetics, pages 940–945, Tokyo, 1999.
    [94] C. Blake, E. Keogh, and C.J. Merz. Uci repository of machine learningdatabases. http://www.ics.uci.edu/ mlearn/MLRepository.html, 1998.
    [95] P. Clark and T. Niblett. The cn2 induction algorithm. Machine Learning,3(4):261–283, October 1989.
    [96]张弘.基于遗传模糊系统的知识获取方法研究.博士学位论文,吉林大学, 2004.
    [97] O. Cordon, F. Herrera, F. Ho?mann, and L. Magdalena. Genetic FuzzySystems-Evolutionary tuning and learning of fuzzy knowledge bases.World Scientific, 2001.
    [98] M.R. Delgado, F.V. Zuben, and F. Gomide. Multi-objective decisionmaking: towards improvement of accuracy, interpretability and designautonomy in hierarchical genetic fuzzy systems. In Proceedings of theIEEE Congress on Fuzzy Systems, pages 1222–1227, 2002.
    [99] T. Takagi and M. Sugeno. Fuzzy identification of systems and its appli-cation to modeling and control. IEEE Transactions on System, Man andCybernetics, 15(1):116–132, 1985.
    [100] C.T. Sun. Rule-base structure identification in an adaptive-network-based fuzzy inference system. IEEE Transactions on Fuzzy Systems, 2(1):64–73, 1994.
    [101]马铭.基于数据驱动的模糊系统建模方法研究.博士学位论文,吉林大学, 2006.
    [102]赵亮.基于协同PSO算法的模糊辨识与神经网络学习.博士学位论文,上海交通大学, 2009.
    [103] H.P. Du and N. Zhang. Application of evolving takagi-sugeno fuzzymodel to nonlinear system identification. Applied Soft Computing, 8(1):676–686, 2008.
    [104] Y. Chen, B. Yang, A. Abraham, and L. Peng. Automatic design of hier-archical takagi-sugeno type fuzzy sysyems using evolutionary algorithms.IEEE Transactions on Fuzzy Systems, 15(3):385–397, 2007.
    [105] P.P. Angelov and R.A. Buswell. Automatic generation of fuzzy rule-based models from data by genetic algorithms. IEEE Transactions onSystem, Man and Cybernetics-Part B, 150(1):17–31, 2003.
    [106] H. Roubos and M. Setnes. Compact and transparent fuzzy models andclassifiers through iterative complexity reduction. IEEE Transactions onFuzzy Systems, 9(4):516–524, 2001.
    [107] M.S. Kim, C.H. Kin, and J.J. Lee. Evolving compact and interpretabletakagi-sugeno fuzzy models with a new encoding scheme. IEEE Trans-actions on System, Man and Cybernetics-Part B: Cybernetics, 36(5):1006–1023, 2006.
    [108] M. Setnes, R. Babuska, U. Kaymak, and H.R. van Nauta Lemke. Simi-larity measures in fuzzy rule base simplification. IEEE Transactions onSystem, Man and Cybernetics-Part B, 28(3):376–386, 1998.
    [109] M.Y. Chen and D.A. Linkens. Rule-base self-generation and simplifi-cation for data-driven fuzzy models. Fuzzy Sets and Systems, 142(2):243–265, 2004.
    [110] S.L. Chiu. Fuzzy model identification based on cluster estimation. Jour-nal of Intelligent and Fuzzy Systems, 2(3):267–278, 1994.
    [111] S.L. Chiu. Method and software for extracting fuzzy classification sub-stractive clustering. In Birnnial Conference of the North American FuzzyInformation Processing Society-NAFIPS, pages 461–465, 1996.
    [112] H. Pomares, I. Rojas, J. Ortega, J. Gonzalez, and A. Prieto. A systematicapproach to a self-generating fuzzy rule-table forfunction approximation.IEEE Transactions on System, Man, and Cybernetics- Part B: Cyber-netics, 30(3):431–447, 2000.
    [113] S.J. Kang, C.H. Woo, H.S. Hwang, and K.B. Woo. Evolutionary designof fuzzy rule base for nonlinear system modeling and control. IEEETransactions on Fuzzy Systems, 8(1):37–45, 2000.
    [114] D. Kukolj and E. Levi. Indentification of complex systems based onneural and takagi-sugeno fuzzy model. IEEE Transactions on System,Man, and Cybernetics-Part B: Cybernetics, 34(1):272–282, 2004.
    [115] M. Setnes and H. Roubos. Ga-fuzzy modeling and classification: Com-plexity and performance. IEEE Transactions on Fuzzy Systems, 8(5):509–522, 2000.
    [116] H.L. Wang, S. Kwong, Y.C. Jin, W. Wei, and K.F. Man. Multi-objectivehierarchical genetic algorithm for interpretable fuzzy rule-based knowl-edge extraction. Fuzzy Sets and Systems, 149(1):149–186, 2005.
    [117] J. Vesterstrom and R. Thomesen. A comparative study of di?erentialevolution, particle swarm optimization, and evolutionary algorithms onnumerical benchmark problems. In Proceedings of the IEEE Congress onEvolutionary Computation, pages 1980–1987, 2004.
    [118] E. Mezura-Montes and B.C. Lopez-Ramirez. Comparing bio-inspiredalgorithms in constrained optimization problems. In Proceedings of theIEEE Congress on Evolutionary Computation, pages 662–669, 2007.
    [119] P. Kaelo and M.M. Ali. Di?erential evolution algorithms using hybridmutation. Computational Optimization Applications, 37:231–246, 2007.
    [120] F. Glover. Tabu search-part i. Operation Research Society of AmericaJournal on Comuting, 1(3):190–206, 1989.
    [121] F. Glover. Tabu search-part ii. Operation Research Society of AmericaJournal on Comuting, 2(1):4–32, 1990.
    [122] D. Cvijovic and J. Klinowski. Tabu search: an approach to the multipleminima problem. Science, (170):664–666, Feb 1995.
    [123] A.R. Hedar and M. Fukushima. Tabu search directed by direct searchmethods for nonlinear global optimization. Operation Research Societyof America Journal on Comuting, (170):329–349, 2006.
    [124] F. Glover. Heuristics for integer programming using surrogate contraints.Decision Sciences, 8(1):156–166, 1977.
    [125] F. Glover and C. McMillan. The general employee scheduling problem:an integration of management scicence and artificial intelligence. Com-puters and Operations Research, 13(5):563–573, 1986.
    [126] A. Hertz and D.D. Werra. Using tabu search techniques for graph color-ing. Computing, 39(4):345–351, 1987.
    [127] A. Hertz, D.D. Werra, and M. Widmer. Some new applications of tabusearch. In The 13th International Symposium on Mathematical Program-ming, Tokyo, 1988.
    [128] P. Siarry and G. Berthiau. Fitting of tabu search to optimize functionsof continuous variables. International Journal for Numerical Methods inEngineering, 40:2449–2457, 1997.
    [129] R. Battiti and G. Tecchiolli. The continuous reactive tabu search: Blend-ing combinatorial optimization and stochastic search for global optimiza-tion. Annals of Operations Research, (63):153–188, 1996.
    [130] R. Chelouah and P. Siarry. Tabu search applied to global optimization.European Journal of Operational Research, (123):256–270, 2000.
    [131] F. Franze and N. Speciale. A tabu-search-based algorithm for continuousmultiminima problems. International Journal for Numerical Methods inEngineering, 50(3):665–680, 2001.
    [132] R. Chelouah and P. Siarry. A hybrid method combining continuous tabusearch and nelder-mead simplex algorithms for the global optimization ofmultiminima functions. Operation Research Society of America Journalon Comuting, (161):636–654, 2005.
    [133] K. Deb. An e?cient constraint handling method for genetic algorithms.Computer Methods in Applied Mechanics and Engineering, 186(2/4):311–338, 2000.
    [134] J.J. Liang, T.P. Runarsson, E. Mezura-montes, M. Clerc, P.N.Suganthan, C.A.C. Coello, and K. Deb. Problem definitionsand evolution criteria for the cec 2006 special session on con-strained real-parameter optimization. Technical report, 2006.http://www.ntu.edu.sg/home/EPNSugan.
    [135] A.D. Belegundu. A study of mathematical programming methods forstructural optimization. Department of Civil and Environmental Engi-neering, University of Iowa, Iowa, 1982.

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

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

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