人工蜂群算法的研究与应用
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
人工蜂群算法(Artificial Bee Colony algorithm, ABC)是2005年提出的一种新型群智能优化算法,并广泛应用于人工神经网络训练、滤波器设计、认知无线电和盲信号分离等众多领域,均取得了良好应用效果,使其成为目前最有前景的进化算法之一。然而,与其他进化算法的发展一样,在研究初期,存在大量问题需要研究,例如提高算法在各种优化问题上的求解性能、拓展算法的应用范围等。
     本课题为完善ABC算法的理论体系,针对算法存在的问题,从理论和应用两方面对其进行深入研究。在理论研究方面,针对各种典型优化问题展开研究,一方面,改进ABC算法内在运行机制,力图提高算法在高维复杂单目标优化、二目标优化以及约束多目标优化问题上的求解性能;另一方面,尝试引入其他机制,使算法能够处理多峰函数优化和高维多目标优化问题,并取得令人较为满意的效果。在实际应用方面,将ABC算法应用到面向三维感知的无线多媒体传感器网络的全目标覆盖问题中,取得了良好效果。具体如下:
     第一,针对ABC算法在求解复杂单目标函数优化问题时仍存在易陷入局部最优、收敛速度慢等问题,对其内在运行机制进行深入研究:为尽量避免算法陷入局部最优,为跟随蜂设计新的概率选择模型代替原有较为贪婪的较优个体选择方式,并设计反向学习变异策略代替侦察蜂行为;为在保证种群多样性的同时尽量提高收敛速度,在跟随蜂和引领蜂的搜索中加入方向性搜索信息,设计新的搜索策略,综合以上改进提出一种改进人工蜂群算法。实验仿真结果表明该改进算法性能优于现有四种算法。
     第二,针对ABC算法目前尚不能处理多峰优化问题,通过大量实验研究,结合小生境技术,尝试提出一种小生境人工蜂群算法。一方面,为使算法尽可能多的搜索到多峰函数的极值解,做如下四方面工作:1、改进原有的小生境模型,增强算法对各个峰的辨识能力;2、建立新的引领蜂个体保留方式、利用排挤机制确定迭代种群,使算法不止收敛于单个最优峰,增强算法集聚于各个峰的能力;3、改进跟随蜂在选择较优蜜源时原有的较为贪婪的选择方式,扩大种群多样性;4、建立外部种群记录搜索过程中的已得极值解,避免搜索造成峰值点丢失的情况。另一方面,为尽量提高搜索精度,改进原有依靠个体适应度值判断个体优劣的评判标准,结合小生境技术在峰内判断个体优劣,加强个体在峰内的搜索。仿真结果表明该算法能较为准确地识别各个峰。
     第三,针对现有基于ABC算法的二目标优化算法的收敛性和分布性有待提高的问题,以NSGA-II作为二目标算法的主体框架、ABC执行进化操作,提出二目标人工蜂群算法。主要改进措施包括:1、设计新的精英种群确定方式,改善最优解集的分布性;2、根据二目标的特点,设计新的搜索策略,加快算法收敛到最优Pareto前沿的速度。标准测试函数上的实验结果显示,该算法能够稳定有效地找到Pareto最优解集并同时保证良好分布性,其相关性能指标超过国内外多个先进二目标进化算法。
     第四,针对目前ABC算法尚无法解决高维多目标优化问题的情况,尝试提出一种以ABC执行主体进化策略的高维多目标算法。首先,将高维多目标问题转化成单目标问题,加大收敛动力;其次,根据高维多目标问题的特点,改进跟随蜂选择较优个体时较为贪婪的选择方式,为侦察蜂设计新的搜索策略,加强对非支配解的探索能力;最后,提出新的分布性维护方法,避免解集覆盖不完整、分布不均匀。实验证实该算法收敛性和分布性效果良好,且解集覆盖范围广。
     第五,针对现有基于ABC算法的约束多目标算法性能较差的问题,采用建立外部种群分别存储优秀可行解和不可行解的方式处理约束条件,利用ABC算法执行进化操作,并借助优秀可行解和不可行解的方向性引导信息增强算法对解的探索能力,建立新的搜索方式,提出基于ABC算法的约束多目标算法。在CTP类测试函数上的仿真结果显示,相对于现有几种约束多目标优化算法,本课题提出的约束多目标算法能够获得更优的分布性和收敛性效果。
     第六,为解决面向三维感知的多媒体传感器网络的全目标覆盖问题,提出基于人工蜂群算法的通用全目标覆盖算法:一方面,改进现有的三维感知模型,并通过公式推导得到最优仰俯角的计算公式,利用改进ABC算法进行求解;另一方面,建立偏向角调配方案的数学模型以降低算法复杂度,并改进ABC算法实现偏向角的最优调配。实验仿真结果表明该算法能够有效解决全目标覆盖问题。
Artificial Bee Colony algorithm (ABC) proposed in2005is one of the current bestevolutionary algorithms, which has become the research hotspot in many fields such asevolutionary computing and intelligent optimization. At present, ABC has successfully beenapplied to diverse domains of science and engineering, such as neural network optimization,filter design, cognitive radio, and blind signal separation. However, almost all of theevolutionary algorithms, including ABC, still suffer from the problems of prematureconvergence, slow convergence rate and difficult parameter setting, especially in optimizinghigh-dimensional complex optimization problems. In addition, the standard ABC algorithmcan't be used directly to solve the multimodal function optimization problems and thisshortcoming limits the scope of application of ABC to some extent.
     According to the insufficiency of ABC, it is deeply investigated from theory andapplication aspects in this paper. In theory, according to a series of optimization problems,including high-dimensional complex single objective optimization problem, multimodalfunction optimization, two objective optimization problem, many objective optimizationproblem and constrained multi-objective optimization problems, the structure and key steps ofthe algorithm are improved to improve its optimal performance in every optimization problem.In application, the improved ABC algorithm is applied successfully to solve a frontiercoverage-all targets problem for directional sensor networks based on three-dimensionalperception, Concrete contents is as follows.
     Firstly, according to ABC still suffer from the problems of premature convergence, slowconvergence rate and slow convergence speed at a later time in optimizing high-dimensionalcomplex single objective optimization problem, the inherent operation mechanism of ABCare deeply investigated. An improved artificial bee colony algorithm was proposed to improvethe optimization performance. Concrete improvement measures in the improved ABCalgorithm include:1、considering the method of choosing the excellent individual ofemployed bees is too greedy, a new probability choice model is proposed to increasepopulation diversity;2、A new searching method is designed, in which the better individualsare utilized to guide the search direction synchronously, to ensure the population diversity andimprove convergence speed;3、considering the parameter of controlling the behavior of the scout bees is difficult to set and has a greater impact on the algorithm, the new searchingmodel of scouts is proposed. Experimental results show that the proposed algorithmoutperform several state-of-the-art optimization algorithms in terms of the main performanceindexes.
     Secondly, in order to improve multimodal evolutionary algorithms, a niche artificial beecolony algorithm is proposed combining ABC and the niche technology based on a lot ofexperiments. On the one hand, the traditional niche model is improved to increase populationdiversity and enhance the capacity of identifying every peak. On the other hand, according tomultimodal optimization problems, concrete improvement measures in NABC include:1、considering the method of choosing the excellent individual of employed bees is too greedy, anew probability choice model is proposed to increase population diversity;2、the traditionalevaluation criteria of judging superiority and inferiority individual depending on individualfitness value is improved, a new evaluation method combining the niche technology isproposed to strengthen the searching ability of individuals in every peak;3、in order to avoidthe phenomenon of losing the peak points because of population diversity deficiency, theexternal population is established to record the acquired peak points. Experimental resultsshow that the proposed algorithm can identify each peak accurately.
     Thirdly, in order to improve the performance of convergence and distribution ofmulti-objective evolutionary algorithms, a multi-objective optimization algorithm based onartificial bee colony algorithm is proposed, in which NSGA-II is taken as the main frameworkof two targets evolutionary algorithm and evolutionary operation is implemented by ABC.Concrete improvement measures in the proposed algorithm include:1、the method ofascertaining elite population is designed to improve the distribution of the optimal solutionsets;2、according to characteristic of two targets optimization problems, new searchingmethod is designed to accelerate the converges speed to the optimal Pareto front.Experimental results on ZDT show that, the proposed algorithm can get Pareto optimalsolutions effectively with good distribution performance, all of its performance indexes arebetter than or at least comparable to several existing state-of-the-art MOEAs.
     Fourthly, in order to improve the performance of many objective evolutionary algorithms,a many objective evolutionary algorithm based on artificial bee colony algorithm is proposedin this paper. Concrete improvement measures in the proposed algorithm include:1、many objective optimization problem is transformed to single objective optimization problem toincrease the power of convergence;2、 according to characteristic of many objectiveoptimization problems, new searching method is designed to form an improved ABC, andevolutionary operation is implemented by an improved ABC;3、a new diversity maintenancemethod is established to improve distributivity performance. Experimental results show that,the proposed algorithm can get Pareto optimal solutions effectively with good distribution andconvergence performance and with a wide coverage area.
     Fifthly, considering that the performance of constrained multi-objective evolutionaryalgorithms, a constrained multi-objective optimization algorithm based on ABC is proposedin this paper. Concrete improvement measures in the proposed algorithm include:firstly,external populations are constructed to store feasible solutions and infeasible solutionsrespectively to handle constraint conditions, the update method of feasible solution set isimproved to distribution of solution set effectively. Secondly, ABC is utilized as theevolutionary strategy, new searching strategy is proposed, in which the excellent feasible andinfeasible solutions are utilized to improve exploration ability. Experimental results on CTPtest functions demonstrate that the proposed algorithm can achieve better diversity of Paretosolutions and convergence performance than or at least comparable to several existingstate-of-the-art CMOEAs.
     Sixthly, in order to solve coverage-all targets for wireless directional sensor networksbased on three-dimensional perception model, a universal coverage-all targets algorithm isproposed. On the one hand, the present three-dimensional perception model is improved, andthe calculation formula of the optimal elevation angle is derivate by deep mathematicalanalysis, which is solved by an improved ABC. On the other hand, the mathematical model ofallocation scheme of deviation angle is established to reduce the complexity, and which issolved by an improved ABC. Experimental results show that this algorithm can solvecoverage-all targets efficiently.
引文
[1] Rainer Storn, Kenneth Price and Jouni Lampinen.Differential Evolution: A PracticalApproach to Global Optimization[M].Berlin: Springer-Verlag,2005
    [2] Rainer Storn, Kenneth Price.Differential Evolution-A simple and efficient heuristic forglobal optimization over continuous spaces[J]. Global Optimization,1997,11(4):341-359P
    [3]武志锋.差异演化算法及其应用研究[D].北京:北京交通大学,2009
    [4]赵光权.基于贪婪策略的微分进化算法及其应用研究[D].哈尔滨:哈尔滨工业大学,2007
    [5]吴亮红.差分进化算法及应用研究[D].长沙:湖南大学,2007
    [6] Rainer Storn. On the usage of differential evolution for function optimization[C].Proceedings of the North Amer. Fuzzy Inf. Process. Soc, NAFIPS, Berkeley, CA,1996:519-523P
    [7]李宏.求解几类复杂优化问题的进化算法及其应用[D].西安:西安电子科技大学,2009
    [8]张铃,张钹.遗传算法机理的研究[J].软件学报,2000,11(7):945-952页
    [9] Ning S, Xiaojing Y, George Z.Automatic segmentation of skin lesion images usingevolutionary strategy [C].2007IEEE International Conference on Image Processing,2007:VI277-VI280P
    [10] Shen L, He J.Evolutionary programming using a mixed strategy with incompleteinformation [C].2010UK Workshop on Computational Intelligence,2010:1-6P
    [11] Suttasupa Y, Rungraungsilp S, Pinyopan S.A comparative study of linear encoding inGenetic Programming [C]. International Conference on ICT and KnowledgeEngineering,2011:13-17P
    [12] Sanjabi M, Jahanian A, Amanollahi S.ParSA: Parallel simulated annealing placementalgorithm for multi-core systems [C].CADS2012-16thCSI International Symposiumon Computer Architecture and Digital Systems,2012:19-24P
    [13] Esmailzadeh A and Rahnamayan S. Enhanced Differential Evolution usingcenter-based sampling [C].2011IEEE Congress of Evolutionary Computation, CEC2011,2011:2641-2648P
    [14] Zhang J and Zhang Z.Improved particle swarm optimization algorithm and itsapplization to global optimization for complex function [J].Advances in intelligent andsoft computing,2012,143:683-690P
    [15] Karaboga D. An idea based on honey bee swarm for numerical optimization[R].Technical Report-TR06, Erciyes. University, Engineering Faculty, CompputerEngineering Department,2005
    [16] Karaboga D and Akay B.A comparative study of Artificial Bee Colony algorithm[J].Applied Mathematics and Computation,2009,8(1):108-132P
    [17] Karaboga D and Basturk B.On the performance of artificial bee colony (ABC)algorithm [J].Applied Soft Computing,2008,8(1):687-697P
    [18] Karaboga N.A new design method based on artificial bee colony algorithm for digitalIIR filters [J].Journal of the Franklin Institute,2009,5(1):328-348P
    [19] Szeto W and Jiang Y.Hybrid artificial bee colony algorithm for transit network design[J].Transportation Research Record,2012,1(1):47-56P
    [20] Pradhan P M.Design of cognitive radio engine using artificial bee colony algorithm[C].2011International Conference on Energy, Automation and Signal, ICEAS-2011,2011:399-402P
    [21] Chen L, Zhang L and Guo Y.Blind image separation method based on artificial beecolony algorithm [J].Advanced Materials Research,2012:468-471P
    [22] Fan H Y, J. Lampinen. A trigonometric mutation operation to differential evolution [J].Global Optimization,2003,27(1):105-129P
    [23] Zhang W J, Xie X F. DEPSO: Hybrid particle swarm with differential evolutionoperator[C]. IEEE International Conference on Systems, Man and Cybernetics,2003,4:3816-3821P
    [24] Das S, Abraham A. Differential evolution using a neighborhood-based mutationoperator [J]. IEEE Trans Evol Comput,2009,13(3):526-553P
    [25]于歆杰,王赞基.自适应调整峰半径的适应值共享遗传算法[J].自动化学报,2002,28(5):816-820页
    [26]于歆杰,王赞基.适应值共享拥挤遗传算法[J].控制与决策,2001,16(6):926-929页
    [27] Petrowski A. A clearing procedure as a niching method for geneticalgorithms[A]. Proceedings of the IEEE Conference on EvolutionaryComputation[C].Piscataway,NJ,USA:IEEE,1996:798-803P
    [28]张梅凤,邵诚.多峰函数优化的生境人工鱼群算法[J].控制理论与应用,2008,25(2):773-776页
    [29]彭利兵,黄辉先,阮挺等.多峰函数优化的自适应小生境克隆选择算法[J].计算机工程与应用,2011,47(9):48-53页
    [30]滕泓虬,李春华.小生境人工免疫算法用于多峰函数优化[J].计算机仿真,2009,26(12):148-150页
    [31]杨诗琴,须文波,孙俊.用于多峰函数优化的改进小生境微粒群算法[J].计算机应用,2007,27(5):1191-1193页
    [32]贾盼龙,田学民等.基于自适应小生境的改进入侵性杂草优化算法[J].上海电机学院学报,2011,32(2):223-227页
    [33]薛文涛,吴晓蓓,徐志良.用于多峰函数优化的免疫粒子群网络算法[J].系统工程与电子技术,2009,31(3):705-709页
    [34]邓涛,姚宏,杜军.多峰函数优化的改进人工鱼群混合算法[J].计算机应用,2012,32(10):2904-2906页
    [35]薛文涛,吴晓蓓,单梁.多峰函数优化的免疫混沌网络算法[J].系统仿真学报,2010,22(4):915-920页
    [36]罗辞勇,陈民铀,张聪誉.采用循环拥挤排序策略的改进NSGA-II算法[J].控制与决策,2010,25(2):227-231页
    [37] Li C H, Zhu X J, and Hu W Q et.al.A Novel Multi-objective Optimization AlgorithmBased on Artificial Immune System[C].2009Fifth International Conference onNatural Computation,2009:569-574P
    [38] Li Z Y, Ransikarn N, and Esraa M et.al.A Novel Diversity Guide Particle SwarmMulti-objective Optimization Algorithm[J].International Journal of Digital ContentTechnology and its Applications,2011,5(1):269-279P
    [39] Kundu Debarati, Suresh Kaushik, and Ghosh Sayan et.al.Multi-objective optimizationwith artificial weed colonies[J].Information Sciences,2011,181(12):2441-2454P
    [40] Wang Ling, Zhong Xiang, Liu Min. A Novel group search optimizer formulti-objective optimization[J]. Expert Systerms with Applications,2012,39(3):2939-2946P
    [41] Zou Wenping, Zhu Yunlong, and Chen Hanning et.al.A novel multi-objectiveoptimization algorithm based on artificial bee colony[C].Genetic and EvolutionaryComputation Conference,2011:103-104P
    [42] Hassanzadeh Hamid Reza, Rouhani Modjtaba.A multi-objective gravitational searchalgorithm[C].Proceedings-2nd International Conference on Computational Intelligence,Communication Systems and Networks,2012:7-12P
    [43]毕晓君,肖婧.基于自适应差分进化的多目标进化算法[J].计算机集成制造系统,2011,17(12):2660-2665页
    [44] Montano A A, Coello C A, Mezura-Montes E.MODE-LD+SS:A Novel DifferentialEvolution Algorithm Incorporating Local Dominance and Scalar SelectionMechanisms for Multi-Objective Optimization[C].The2010IEEE Congress onEvolutionary Computation,2010:217-225P
    [45]李密青,郑金华,伍军.一种新的分布性保持方法[J].控制理论与应用,2009,26(8):834-849页
    [46]吴亮红,王耀南,袁小芳等.多目标优化问题的差分进化算法研究[J].湖南大学学报,2009,36(2):53-58页
    [47] Chen C M, Chen Y P, and Zhang Q F.Enhancing MOED/D with Guided Mutation andPriority Update for Multi-objective Optimization[C].The2009IEEE Congress onEvolutionary Computation,2009:209-216P
    [48] Huang V L, Zhao S, and Suganthan P N. Multi-objective optimization usingself-adaptive differential evolution algorithm[C]. The2009IEEE Congress onEvolutionary Computation,2009:1108-1115P
    [49] Chen C M, Chen Y P, and Zhang Q F.Enhancing MOEA/D with Guided Mutation andPriority Update for Multi-objective Optimization[C].The2009IEEE Congress onEvolutionary Computation,2009:209-216P
    [50] Kachroudi S and Mathieu G.Average rank domination relation for NSGAII andSMPSO algorithms for many-objective optimization[C].The proceedings of20102ndWorld Congress on Nature and Biologically Inspired Computing,2010:19-24P
    [51] Singh H K, Isaacs A, and Ray T.A Pareto corner search evolutionary algorithm anddimensionality reduction in many-objective optimization problems[J]. IEEEtransaction on Evolutionary Computation,2011,15(4):539-556P
    [52] Thiago S, Takahashi R H C and Moreira G J.P.A CMA stochastic differential equationapproach for many-objective optimization[C].2012IEEE Congress on EvolutionaryComputation,2012
    [53] Ankur S, Dhish K S, and Kalyanmoy D et.al.Using objective reduction and interactiveprocedure to handle many-objective optimization problems[J]. Applied SoftComputing,2013,13:415-427P
    [54] Xiufen Zou, Yu Chen, Minzhong Liu, et al.A new evolutionary algorithm for solvingmany-objective optimization problems[J].IEEE transactions on systems, MAN, andcybernetics—part B: cybernetics,2008,38(5):1402-1412P
    [55]杨咚咚,焦李成,公茂果等.求解偏好多目标优化的克隆选择算法[J].软件学报,2010,21(1):14-33页
    [56] Mostaghim S, Teich J.Strategies for finding good local guides in multi-objectiveparticle swarm optimization (MOPSO)[C]. Swarm Intelligence Symp2003,2003:26-33P
    [57]尚荣华,焦李成,胡朝旭等.修正免疫克隆约束多目标优化算法[J].软件学报,2012,7:1773-1785页
    [58] Deb K, Saxena D K.Searching for Pareto-optimal Solutions Through DimensionalityReduction for Certain Large-dimensional Multi-objective OptimizationProblems[J].IEEE Congress on Evolutionary Computation,2006:3353-3360P
    [59] Jimenez F, Gomez-Skarmeta A.F, Sanchez G. An evolutionary algorithm forconstrained multi-objective optimization[J]. Evolutionary Computation,2002:1133-1138P
    [60] Takahama T, Sakai S.Constrained optimization by applying the alpha constrainedmethod to the nonlinear simplex method with mutations[J].IEEE Transactions onEvolutionary Computation,2005,9(5):437–451P
    [61]凌海风,周献中,江勋林.改进的约束多目标粒子群算法[J].计算机应用,2012,32(5):1320-1324页
    [62]冯建周,孔令富,李俐等.一种新的约束多目标优化方法[J].计算机集成制造系统,2011,17(7):1466-1471页
    [63]孟红云,张小华,刘三阳.用于约束多目标优化问题的双群体差分进化算法[J].计算机学报,2008,31(2):228-235页
    [64]张勇,巩敦卫,任永强等.用于约束优化的简洁多目标微粒群优化算法[J].电子学报,2011,39(6):1436-1440页
    [65]杨晨光,陈杰,涂序彦.基于方向概率和改进蜂群算法的地面防空武器组网系统优化布阵[J].兵工学报,2008,2:
    [66]肖永豪.蜂群算法及其在图像处理中的应用研究[D].广州:华南理工大学,2011
    [67] Karaboga D, Okdem S and Ozturk C.Cluster based wireless sensor network routingusing artificial bee colony algorithm[J].Wireless Networks,2012,18(7):847-860P
    [68] Automatic threshold selection based on artificial bee colony algorithm[C].20113rdInternational Workshop on Intelligent Systems and Applications,2011:1-4P
    [69] Shi-Ming C, Ali S and Yun-Feng D.Simulated annealing based artificial bee colonyalgorithm for global numerical optimization [J]. Applied Mathematics andComputation,2012,219:3575-3589P
    [70] Zhao H Y, Pei Z L and Jiang J Q.A hybrid swarm intelligent method based on geneticalgorithm and artificial bee colony algorithm[C].1stInternational Conference onAdvances in Swarm Intelligence, ICSI2010,2010:558-565P
    [71]何宗耀,王翔.蜂群--蚁群自适应优化算法[J].计算机应用研究,2012,29(1):130-134页
    [72] Gao Hongyuan, Han Xiaodong.Direction finding of signal subspace fitting based oncultural bee colony algorithms[C].Proceedings2010IEEE5thInternational Conferenceon Bio-Inspired Computing: Theories and Applications,2010:966-970P
    [73] Wenping Z, Yunlong Z, Hanning Chen and Zhu Zhu.Cooperative Approaches toArtificial Bee Colony Algorithm[C].20120International Conference on ComputerApplication and System Modeling(ICCASM2010),2010:V9-44:V9-48P
    [74] Mohammed El-Abd. A hybrid ABC-SPSO Algorithm for Continuous FunctionOptimization [C].Symposium Series on Computational Intelligence, IEEE SSCI2011-2011IEEE Symposium on Swarm Intelligence, SIS2011,2011:96-101P
    [75]吴斌,崔志勇,倪卫红.具有混合群智能行为的萤火虫群优化算法研究[J].计算机科学,2012,39(5):198-200页
    [76] Yiwen Z, Juan L, Jing N.Hybrid Artificial Bee Colony Algorithm with ChemotaxisBehavior of Bacterial Foraging Optimization Algorithm[C].2011Seventh InternationalConference on Natural Computation,2011:1171-1174P
    [77] Zhifeng G.A Hybrid Optimization Algorithm Based on Artificial Bee Colony andGravitational Search Algorithm [J]. International Journal of Digital ContentTechnology and its Applications(JDCTA),2012,6(17):620-626P
    [78]贾瑞民,何登旭,石绍堂.学习猴群爬过程的人工蜂群优化算法[J].计算机工程与应用,2012,48(27):53-57页
    [79] Bilal A.Chaotic bee colony algorithms for global numerical optimization[J].ExpertSystems with Spplications,2010,37(1):5682-5687P
    [80] Fei K, Junjie L, and Haojin L et.al. An Improved Artificial Bee ColonyAlgorithm[C].2ndInternational Workshop on Intelligent Systems and Applizations,ISA2010,2010:1-5P
    [81] Wei-feng G, San-yang L and Ling-ling H.A Novel Artificial Bee Colony Algorithmbased on Modified Search Equation and Orthogonal Learning [J].IEEE transactions onsystems, man, and cybernetics--Part B: CYBERNETICS,2012:1-14P
    [82] Bin W, Cunhua Q, and Weihong N et.al.Hybrid harmony search and artificial beecolony algorithm for global optimization problems[J].Computers and Mathematicswith Applications,2012,64(1):2621-2634P
    [83] Mohammed El-Abd.. A cooperative approach to the artificial bee colonyalgorithm[C].20106thIEEE World Congress on Computational Intelligence, WCCI2010-2010IEEE Congress on Evolutionary Computation, CEC2010,2010:1-5P
    [84] Mojtaba Meftahi and Saeed H J.A New Hybrid Algorithm of Pattern Search and ABCfor Optimization[C].The16thCSI International Symposium on Srtificial Intelligenceand Signal Processing(AISP2012),2012:403-406P
    [85] Weifeng G and Sanyang L.Improved artificial bee colony algorithm for globaloptimization[J].Information Processing Letters,2011,111(1):871-882P
    [86] Xiangyu K, Sanyang L, and Zhen W et.al.Hybrid Artificial Bee Colony Algorithm forGlobal Numerical Optimization[J].Journal of Computational Information Systerms,2012,6(8):2367-2374P
    [87] Guopu Z and Sam K.Gbest-guided artificial bee colony algorithm for numericalfunction optimization[J]. Applied Mathematics and Computation,2010,217:3166-3173P
    [88] Guo P, Cheng W and Liang J.Global Artificial Bee Colony Search Algorithm forNumerical Function Optimization[C].2011Seventh International Conference onNatural Computation,2011:1280-1283P
    [89] He D X and Jia R M.Cloud model-based Artificial Bee Colony Algorithm’sApplication in The Logistics Location Problem[C].2012International Conference onInformation Management, Innovation Management and Industrial Engineering,2012:256-259P
    [90] Learndro S C and Piergiorgio A.Gaussian Artificial Bee Colony Algorithm ApproachApplied to Loney’s Solenoid Benchmark Problem[J]. IEEE transactions on magnetics,2011,47(5):1326-1329P
    [91] Anguluri R and Ajith A.Levy Mutated Artificial Bee Colony Algorithm for GlobalOptimization[C].2011IEEE International Conference on Systems, Man, andCybernetics, SMC2011,2011:655-662P
    [92] Anguluri R and Millie P.Cauchy Movements for Artificial Bees for Finding BetterFood Sources[C].2011Third World Congress on Natyre and Biogically InspiredComputing,2011:279-284P
    [93] Tarun K S and Millie P.Artificial Bee Colony with Mean Mutation Operator for BetterExploitation[C].WCCI2012IEEE World Congress on Computational Intelligence,2012:1-7P
    [94] Iztok F, Iztok J and Janez B. Memetic Artificiaal Bee Colony Algorithm forLarge-Scale Global Optimization[C]. WCCI2012IEEE World Congress onComputational Intelligence,2012
    [95] Bilal B and Resul O.A modified artificial bee colony algorithm for numerical functionoptimization[C].The Proceedings of2012IEEE Symposium on Computers andCommunications,2012:245-249P
    [96]林小军,叶东毅.云变异人工蜂群算法[J].计算机应用,2012,32(9):2538-2541页
    [97]杨琳,孔峰,贺师超.基于自适应选择策略的人工蜂群算法[J].广西工学院学报,2012,23(3):39-44页
    [98]丁海军,冯庆娴.基于boltzmann选择策略的人工蜂群算法[J].计算机工程与应用,2009,45(31):53-55页
    [99]暴励,曾建潮.自适应搜索空间的混沌蜂群算法[J].计算机应用研究,2010,27(4):1330-1334页
    [100]代殿鑫,张伟,李智彪.人工蜂群算法中选择机制的研究[J].科技探索,2012,383:206页
    [101]徐卫滨.无选择策略的改进蜜蜂群算法[J].太原科技大学学报,2011,32(5):343-346页
    [102] Weifeng G and Sanyang L.A modified artificial bee colony algorithm[J].Computers&Operations Research,2012,39:687-697P
    [103] Harikrishna Narasimhan.Parallel Artificial Bee Colony(PABC) Algorithm[C].20009World Congress on Nature&Biologically Inspired Computing,2009:306-311P
    [104] Mohammed El-Abd. A Cooperative Approach to The Artificial Bee ColonyAlgorithm[C].2010IEEE Congress on Computational Intelligence,2010:1-6P
    [105] Pei-Wei T, Jeng-Shyang P and Bin-Yin Liao et.al.Enhanced Atificial Bee ColonyOptimization[J].International Journal of Innovative Computing, Information andControl,2009,5:1-12P
    [106] Karaboga D and Gorkemli B.A Quick Artificial Bee Colony qABC Algorithm forOptimization Problems[C].INISTA2012International Symposium on Innovations inIntelligent Systems and Applications,2012:1-5P
    [107]李志勇,李玲玲,王翔等.基于Memetic框架的混沌人工蜂群算法[J].计算机应用研究,2012,29(11):4045-4049页
    [108] Zhang D L Guan X P, and Tang Y G et.al.An Artificial Bee Colony OptimizationAlgorithm based on Multi-exchange Neighborhood[C].2012Fourth InternationalConference on Computional and Information Sciences,2012:211-214P
    [109]易正俊,何容花,候坤.量子位Bloch坐标的量子人工蜂群优化算法[J].2012,32(7):1935-1938页
    [110] Anan B, Tiranee A and Booncharoen S.The best-so-far selection in Artificial BeeColony algorithm[J].Applied Soft Computing,2011,11(1):2888-2901P
    [111] Mohammad S A and Md.Monirul I. Artificial Bee Colony Algorithm withSelf-Adaptive Mutation: A Novel Approsch for Numeric Optimization[C].TENCON2011,2011:49-53P
    [112]王辉.一种带共享因子的人工蜂群算法[J].计算机工程,2011,37(22):139-142页
    [113] Zhang Hao, Zhu Yunlong, Zou Wenping. A hybrid multi-objective artificial bee colonyalgorithm for burdening optimization of copper strip production[J]. AppliedMathematical Modelling,2012,36(6):2578-2591P
    [114] Karaboga D.Neural netwoks training by artificial bee colony algorithm on patternclassification[J].Neural Network World,2009,19(3):279-292P
    [115] Karaboga Nurhan, Latifoglu, Fatma. Apdaptive filter noisy transcranial Doppler signalby using artificial bee colony algorithm[J]. Engineering Applications of ArtificialIntelligence,2012,26(2):677-684P
    [116] Ye Zhiwei, Hu Zhengbing, Lai Xudong. Image segmentation using thresholding andswarm intelligence[J]. Journal of Software.2012,7(5):1074-1082P
    [117] Li Xin-Bin, Liu Lei, Ma Kai. Cognitive radio spectrum allocation based on discreteartificial bee colony algorithm[J]. Systems Engineering and Electronics,2012,34(10):2136-2142P
    [118] Zhang Zhicheng, Li Jun, Shi Yaowu. Application of Artificial Bee Colony Algorithmto Maximum Likelihood DOA Estimation[J]. Journal of Bionic Engineering,2013,10(1):100-109P
    [119] Hussain Israfil, Kumar Roy Anjan. Optimization distributed generation allocation indistribution systems employing modified artificial bee colony algorithm to reducelosses and improve voltage profile[C]. IEEE-International Conference on Advances inEngineering, Science and Management, ICAESM-2012,2012:565-570P
    [120] Chen Rung-Ching, Chang Wei-Lung, Shieh Chia-Fen. Using hybrid artificial beecolony algorithm to extend wireless sensor network lifetime[C]. Proceedings-3rdInternational Conference on Innovations in Bio-Inspired Computing and Applications,2012:156-161P
    [121] Karaboga Dervis, Okdem Selcuk, Ozturk Celal. Cluster based wirless sensor networkrouting using artificial bee colony algorithm[J]. Wireless Networks,2012,18(7):847-860P
    [122] Bahamish Hesham Awadh A, Abdullah Rosni. Prediction of C-peptide structure usingArtificial Bee Colony algorithm[C]. Proceedings2010International Symposium onInformation Technology-Engineering Technology,2010:754-759P
    [123] Hanbay Kazim, Talu M.Fatih, Karci Ali. Segmentation of color texture images withartificial bee colony algorithm and wavelet transform[C].201220thSignal Processingand Communications Applications Conference,2012,4
    [124] Karaboga Nurhan, Kockanat Serdar, Dogan Hulya. The parameter extraction of thethermally annealed Schottky barrier diode using the modified artificial bee colony[J].Applied Intelligence,2012:1-10P
    [125] Ma Miao, Liang Jianhui, Guo Min. SAR image segmentation based on artificial beecolony algorithm[J].Applied Soft Computing Journal,2011,11(8):5205-5214P
    [126] Lin Cheng-Jian, Su Shih-Chieh. Using an efficient artificial bee colony algorithm forprotein structure prediction on lattice models[J].International Journal of InnovativeComputing, Information and Control,2012,8(3):2049-2064P
    [127] Chen Lei, Zhang Liyi, Guo Yanju. Blind image separation method based on artificialbee colony algorithm[J]. Advanced Materials Research,2012:583-586P
    [128] Zhang Chaozhu, Pang Yucai. Sequential blind signal extraction adopting an improvedartificial bee colony algorithm[J]. Journal of Information and Computational Science,2012,9(18):5551-5559P
    [129] Karaboga Nurhan, Latifoglu Fatma. Adaptive filtering noisy transcranial Dopplersignal by artificial bee colony algorithm[J]. Engineering Applications of ArtificialIntelligence,2013,26(2):677-684P
    [130] Li Haojin, Li Junjie, Kang Fei. Artificial bee colony algorithm for reliability analysisof engineering structures[J]. Advanced Materials Research,2011,163(1):3103-3109P
    [131] Li Haojin, Li Junjie, Kang Fei. Risk analysis of dam based on artificial bee colonyalgorithm with c-means clustering[J]. Canadian Journal of Civil Engineering,2011,38(5):483-492P
    [132] Zhong Wen-Qi, Zhang Yuan-Biao. Hole machining path planning optimization basedon dynamic tabu artificial bee colony algorithm[J]. Reaearch Journal of AppliedSciences, Engineering and Technology,2013,5(4):1454-1460P
    [133] Wang Xiuli, Xie Xingzi. A modified artificial bee colony algorithm for orderacceptance in two-machine flow shops[J]. International Journal of ProductionEconomics,2013,141(1):14-23P
    [134] He Dong-Xu, Jia Rui-Min. Cloud model-based Artificial Bee Colony Algorithm’sapplication in the logistics location problem[C]. Proceeding of2012InternationalConference on International Management, Innovation Management and IndustrialEngineering,2012:256-259P
    [135] Optimization of solar air collector using genetic algorithm and artificial bee colonyalgorithm[J]. Heat and Mass Transfer/Waerme-und Stoffuebertragung,2012,48(11):1921-1928P
    [136] Su Yen-Ning, Hsu Chia-Cheng, Chen Hsin-Chin. A learning concentration detectionsystem by using an artificial bee colony algorithm[J]. Applied Mechanics andMaterials,2012,284:1991-1995P
    [137] Rajasekhar Anguluri, Das Swagatam, Suganthan P N. Design of fractional ordercontroller for a servohydraulic positioning system with micro artificial bee colonyalgorithm[C].2012IEEE Congress on Evolutionary Computation on EvolutionaryComputation,2012
    [138] Yu Xiaoguang, Zhan Dechen, Nie Lanshun. An artificial bee colony algorithm forresource-constrained project scheduling problem with spatial resources[J]. Journal ofComputational Information Systems,2012,8(16):6723-6732P
    [139] Yeh Wei-Chang, Hsieh Tsung-Jung. Solving reliability redundancy allocationproblems using an artificial bee colony algorithm[J]. Computers and OperationsResearch,2011,38(11):1465-1473P
    [140] Yu Xiaoguang, Zhan Dechen, Nie Lanshun. An artificial bee colony algorithm forresource-constrained project scheduling problem with spatial resources[J]. Journal ofComputational Information Systems,2012,8(16):6723-6732P
    [141] Shen Zhong-Jie, Zhang Yun-Biao, Qi Han. Research on the production scheduling ofprinting enterprises based on artificial bee colony algorithm[J]. Advanced inInformation Sciences and Service Sciences,2012,4(12):256-265P
    [142] Liao Xiang, Zhou Jianzhong,Zhang Rui. An adaptive artificial bee colony algorithmfor long-term economic dispatch in cascaded hydropower systems[J]. InternationalJournal of Electrical Power and Energy Systems,2012,43(1):1340-1345P
    [143] Shen Zhong-Jie, Zhang Yuan-Biao, Qi Han. Research on the production scheduling ofprinting enterprises based on artificial bee colony algorithm[J]. Advances inInformation Sciences and Service Sciences,2012,4(12):256-265P
    [144] Liao Xiang, Zhou Jianzhong, Zhang Rui. An adaptive artificial bee colony algorithmfor long-term economic dispatch in cascaded hydropower systems[J]. InternationalJournal of Electrical Power and Energy Systems,2012,43(1):1340-1345P
    [145] Penev K, Littlefair G.Free Search—a comparative analysis[J]. Information Sciences,2005,172(1):173-193P
    [146] Rahnamayan S, Tizhoosh H R and Salama M M A.Opposition versus randomness insoft computing techniques[J].Applied Soft Computing,2008,8(2):906-918P
    [147] Tizhoosh H. Opposition-based learning: a new scheme for machineintelligence[C].Proceedings-International Conference on Computational Intelligencefor Modelling, Control and Automation,2005:695-701P
    [148]曲良东,何登旭.一种混沌人工鱼群优化算法[J].计算机工程与应用,2010,46(22):40-42页
    [149] Mahamed G H O, Andries P E, Ayed S.Self-Adaptive Barebones DifferentialEvolution[C].2007IEEE Congress on Evolutionary Computation,2007:2858-2865P
    [150] Hao Z F, Guo G H, Huang H.A particle swarm optimization algorithm withdifferential evolution[C]. Proceedings of the sixth International Conference onMachine Learning and Cybernetics.2007:1031-1035P
    [151]王斌,施朝健.多边形近似曲线的机遇排序选择的拆分合并算法[J].计算机辅助设计与图形学学报,2006,18(8):1149-1153页
    [152]田东平.改进的AGA及其在约束函数优化中的应用[J].计算机工程与应用,2010,46(17):30-32页
    [153]薛富强,葛临东.用于调制信号特征选择的改进遗传算法[J].计算机工程,2008,34(3):213-214页
    [154]李敏强,寇纪淞.多模态函数优化的协同多群体遗传算法[J].自动化学报,2002,28(4):497-504页
    [155]刘洪杰,王秀峰.多峰搜索的自适应遗传算法[J].控制理论与应用,2004,21(2):302-310页
    [156] Lu Q, Liang C Y, Zhang E Q.A Dynamic Sharing Scheme-based Multimodal NicheGenetic Algorithm[C].Proc of t he7thWorld Congress on Intelligent Control andAutomation,2008:5333-5338P
    [157]孟红云.多目标进化算法及其应用研究[D].南京:南京理工大学,2008
    [158] H. J. Sun, C. H. Peng, J. F. Guo.Non-dominated Sorting Differential EvolutionAlgorithm for Multi-objective Optimal Integrated Generation Bidding and Scheduling
    [C].2009:372-376P
    [159] K. Deb, L. Thiele, M. Laumanns et al.Scalable Test Problems for EvolutionaryMultiobjective Optimization [J].Evolutionary Multiobjective Optimization. London,2005,105-145P
    [160] Deb K, Pratap A, Agarwal S, et al.A fast and elitist multi-objective genetic algorithm:NSGA-II [J].IEEE Trans on Evolutionary Computation,2002,6(2):182-197
    [161] Corne D W,Jerram N R, Knowles J D, et al.PESA-II Region-based selection inevolutionary multi-objective optimization [C].Proc of the Genetic and EvolutionaryComputing Conf,2001:283-290P
    [162] Coello C A, Pulido G T,Lechuga M S.Handling multiple objectives with particleoptimization [J].IEEE Trans on Evolutionary Computation,2004,8(3):256-279
    [163] Mostaghim S, Teich J.Strategies for finding good local guides in multi-objectiveparticle swarm optimization (MOPSO)[C]. Swarm Intelligence Symp2003,2003:26-33P
    [164] Tripathi P K, Bandyopadhyay S.Adaptive multi-objective particle swarm optimizationalgorithm [C].Proc of IEEE Congress on Evolutionary Computation. Singapore,2007:2281-2288P
    [165] Ruhai Lei, Yuhu Cheng. A Pareto-Based Differential Evolution Algorithm forMulti-objective Optimization Problems [C].2010Chinese Control and DecisionConference.2010:1608-1613P
    [166] Chen Xiao-qing, Hou Zhang-xi,Liu Jian-Xia. Multi-objective Optimization withModified Pareto Differential Evolution [C].2008International Conference onIntelligent Computation Technology and Automation.2008:90-95P
    [167] Salem F. Adra, Tony J.Dodd, Ian A. Griffin, et al.Convergence acceleration operatorfor multiobjective optimization [J].IEEE transactions on evolutionary computation,2009,13(4):825-847P
    [168] Kukkonen S, Deb K.Improved pruning of non-dominated solutions based on crowdingdistance for bi-objective optimization problems [C].IEEE Trans. on EvolutionaryComputations,2006:1179-1186P
    [169]莫志勋.约束多目标改进粒子群优化算法研究及应用[D].长沙:中南大学,2010
    [170] REZA A, RAMIN H, KOORUSH Z, etl.A multi-objective artificial bee colonyalgorithm[J].Swarm and evolutionary computation
    [171]尚荣华,焦李成,马文萍等.用于约束多目标优化的免疫记忆克隆算法[J].电子学报,2009,37(6):1289-1294页
    [172]李建中,高宏.无线传感器网络的研究进展[J].计算机研究与发展,2008,45(1):1-15页
    [173]任彦,张思东,张宏科.无线传感器网络中覆盖控制理论与算法[J].软件学报,2006,17(3):422-433页
    [174]马华东,陶丹,刘亮.基于虚拟势场的有向传感器网络覆盖增强算法[J].软件学报,2007,18(5):1152-1163页
    [175] Ma Huadong, Zhang Xi, Ming Anlong.A Coverage-enhancing method for3Ddirectional sensor network[C].Proceedings of INFOCON2009,2009:2791-2795P
    [176]吴帅,孙丽娟,肖甫等.面向三维的无线传感器网络覆盖增强算法[J].计算机研究与发展.2011,48:106-110页

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

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

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