搜索资源列表
bee
- 实现一个大黄蜂游戏的源码,其中利用了人工智能的知识
Artificial-Bee-Colony
- 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
30983548JAVA
- 人工蜂群算法的JAVA程序,希望对学习该算法的同学有用-artificial bee algorithm
ABC
- 是属于人工蜜蜂群优化算法的源代码,有助于自此基础上进行编写,和更好理解人工群优化算法-Are artificial bee swarm optimization algorithm source code, written on the basis of help since then, and better understanding of artificial swarm optimization
bee
- 用人工生命的方法模拟蜜蜂的采蜜行为,是目前研究甚少的一门技术!-Artificial life simulation of the honey bee behavior, is the study of a little technology!
ABC
- 人工蜂群算法的经典源代码 可以根据自己的需要任意改动 简单易懂-Classic artificial bee colony algorithm source code can be changed according to their needs any straightforward
Artificial-bee-colony
- 人工蜂群算法(简称ABC)是由土耳其埃尔吉耶斯大学的Karaboga在2005年提出的一种基于蜜蜂群智能搜索行为的随机优化算法-Artificially colony algorithm (hereinafter referred to as ABC) is by Turkish elgie yves university in 2005 Karaboga
Intelligent-Optimization-Algorithms
- 一类基于蜜蜂采集模型的智能算法,关于智能优化算法的一些简单的实例和对论文坐了简单的描述-Based on a bee acquisition model of intelligent algorithm about the intelligent optimization algorithm, some simple examples and paper sit a simple descr iption
ReviewBees-Hamdi-et-al
- this a review of bee based clustering algorithm
ABC-algorithm-coded
- Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees.-Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karabo
ABC123
- 国外蜂群算法,自然算法 - 使用蜂群算法解决无解难题-bee
Bee-colony-alogrithms
- 蜂群算法是模仿蜜蜂行为提出的一种优化方法,是集群智能思想的一个具体应用,它的主要特点是不需要了解问题的特殊信息,只需要对问题进行优劣的比较,通过各人工蜂个体的局部寻优行为,最终在群体中使全局最优值突现出来,有着较快的收敛速度。为了解决多变量函数优化问题,Karaboga提出了人工蜂群算法ABC模型(artificial bee colony algorithm)。 -artificial bee colony algorithm
ABC2007
- 蜂群遗传算法,用于工程或其他领域进行参数反演分析研究等。-artifi cial bee colony
BEE
- 人工蜂群算法用于解决TSP问题, 并且可以用来解决数值优化问题-A Combinatiorial Artificial Bee conlony Algorithma for traveling salesman problem
bee-algorithm
- 人工蜂群算法的应用研究-the bee conlony algorithm research
Artificial-bee-colony-algorithm
- 群智能算法可以用来优化多个参数的复杂函数式——人工蜂群算法-Swarm intelligence algorithm can be used to optimize the functional complexity of multiple parameters- Artificial bee colony algorithm
Artificial-bee-colony-algorithm
- 人工蜂群算法是模仿蜜蜂行为提出的一种优化方法,具有较快的收敛速度和寻优精度。-Artificial bee colony algorithm is to mimic the behavior of an optimization method proposed by bees, has a faster convergence rate and optimization accuracy.
bee-colony-algorithm
- 蜂群算法在车辆路径问题中的应用-Application of bee colony algorithm in vehicle routing problem
Bee-colony-algorithm-source-code
- 基本的(Artificial bee colony algorithm ABC)人工蜂群算法源代码,本人亲自测试并通过的,使用C语言编写。-The basic (Artificial bee colony algorithm ABC) artificial bee colony algorithm source code, the use of C language.