搜索资源列表
[matlab]altificialbeecolonyalgorithm
- 人工蜂群算法的matlab源代码,共有两个版本,原作者版和改进版。 -Artificial Bee Colony (ABC)algorithm matlab source code, there are two versions, the original author version and an improved version. Artificial Bee Colony (ABC) is one of the most recently defined algorithms
mifengqunsuanfazaiTSPwentishangdeyingyongjicanshug
- 分析蜜蜂猜谜原理和蜂群算法模型的基础上,本文提出了一种适于组合优化问题应用的改进米粉算法,将其用在TSP问题的求解。-Analysis of principles and quiz bee colony algorithm based on the model, this paper presents a problem for the application of combinatorial optimization algorithms to improve rice, will be us
DE
- DE算法的改进及其在系统辨识中的应用,de算法 也是蜂群算法-DE algorithm and its application in system identification, de bees algorithm algorithm is also
ABC0317modified
- 改进版蜂群算法-modified ABC
artificial-bee-colony-algorithm-
- 人工蜂群算法改进版,非常典型,非常适合用于寻优-Artificial bee colony algorithm is an improved version, very typical, very suitable for optimization
rengongfengqungaijin
- 人工蜂群算法改进源程序,它不同于一般的蜂群算法,收敛更快-Artificial bee colony algorithm to improve the source code, which is different the general colony algorithm converges faster
basicABC
- 基本人工蜂群算法,带中文注释 可以用来求解优化问题,也可在此基础上改进(Basic Artificial Bee Colony Algorithm with Chinese Notes Can be used to solve the optimization problem can also be improved on this basis)
改进人工蜂群算法优化ELM分类模型_赵虎
- 经典的粗糙算法集代码,内有实例。主要用来数据约减,数据分类,优化(Classic rough sets of code, there are examples)
人工蜂群算法
- 人工蜂群算法(Artificial Bee Colony, ABC)是由Karaboga于2005年提出的一种新颖的基于群智能的全局优化算法,其直观背景来源于蜂群的采蜜行为,蜜蜂根据各自的分工进行不同的活动,并实现蜂群信息的共享和交流,从而找到问题的最优解。人工蜂群算法属于群智能算法的一种。(Artificial bee colony algorithm is a novel optimization algorithm based on swarm intelligence is propos
altificial+bee+colony+algorithm
- 蜂群算法改进和基本算法两种,帮助用户理解算法的核心要点。(Bee swarm algorithm improvement and basic algorithm two, help users understand the core of the algorithm.)
人工蜂群算法(改进版)
- 介绍了一种新的人工蜂群算法,此算法可以用来解决任何多维函数优化问题。算法收敛性比较好!(This paper introduces a new artificial swarm algorithm which can be used to solve any multidimensional function optimization problems.Algorithm convergence is good!)
人工蜂群
- 人工蜂群算法,可用于各领域优化,也可进行算法研究,对算法进行改进(artificial bee colony algorithm that can be used for optimization)
人工蜂群算法改进版
- 改进版人工蜂群算法,实现复杂函数的有效求解!!(The improved artificial bee colony algorithm realizes the effective solution of complex functions!!)
改进版蜂群算法
- 改进版蜂群算法,用于求解大规模复杂优化问题(An improved bee colony algorithm for solving large-scale complex optimization problems)
改进人工蜂群算法
- 基于人工蜂群算法的鲁棒通信定位算法与实现(Robust communication location algorithm and Implementation Based on artificial bee colony algorithm)
人工蜂群算法
- 人工蜂群算法的改进,基于混沌的人工蜂群算法,可求解优化问题(The improvement of artificial colony algorithm, based on chaos artificial colony algorithm, can solve the optimization problem)
ABC算法
- matlab语言的人工蜂群算法,包括最初版本和改进版两版(Matlab language artificial bee colony algorithm, including the initial version and the improved version)
ABC-K-means
- 基于改进人工蜂群算法的K均值聚类算法-喻金平-郑杰-梅宏标,matlab(K-means clustering algorithm based on improved artificial bee colony algorithm-Yu Jinping-Zheng Jie-Mei Hongbiao, matlab)
IABC_KMC_test_on_Iris_wine_glass
- 改进的人工蜂群算法K均值聚类算法寻找全局最优解(Improved artificial bee colony algorithm K-means clustering algorithm to find the global optimal solution)
蜂群算法
- 程序分为两部分,一是基础的蜂群算法,且代码有解释,二是改进蜂群算法,增加了贪婪选择的过程,希望有帮助。