搜索资源列表
randpso
- 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是随机粒子群算法源代码,可以直接运行,针对不同的问题,只要稍加修改就可以马上使用,希望能对大家有点帮助。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algori
standpso
- 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是标准粒子群算法源代码,可以直接运行,针对不同的问题, 只要稍加修改,既可。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algorithm, the pro
YQSFDYSCX
- 蚁群算法的演示程序,很形象的说明的蚁群群体合作的智能性,很好的诠释了蚁群算法的精髓
智能蚁群算法及应用
- 作为群体智能的一种典型实现,蚁群算法正在受到学术界的广泛关注。这是一种基于种群寻优的启发式搜索算法,由M.Dorigo等人于1991年首先提出。本书从基本结构、算法特点、改进方法、突破途径、实现模式及应用模式等方面做了一些系统的研究工作,观点新颖,内容全面,具有一定的学术价值和研究意义
DIJSTR
- 传统算法求解基于交通流量的最短路径问题,可以用于和群体智能算法进行比较试验。-The traditional algorithm for the shortest path based on traffic flow issues, and swarm intelligence algorithms can be used to compare the test.
pso-aco-paper
- 融合粒子群与蚁群算法优化XML群体智能搜索,不错的论文-Integration of particle swarm optimization and ant colony algorithm for searching XML swarm intelligence, a good paper! ! !
matlab-code-of-POS
- 基本粒子群优化算法(Particle Swarm Optimization,PSO)功能:求解优化问题的全局性,并行性,高效的群体智能算法-Particle swarm optimization (Particle Swarm Optimization, PSO) function: solving global optimization problems, parallelism, and efficient swarm intelligence algorithm
GSOandqunti
- 几篇关于群搜索优化(Group Search Optimizer, GSO)算法在的高质量论文:包括群体智能搜索,改进群搜索以及快速群搜索算法。-3 articles on the Group Search Optimizer, GSO algorithm in high-quality papers include: swarm intelligence search, group search, and fast group improved search algorithm.
SwarmIntelligence_Trial_V2.0-(1)
- 群智能工具箱,整合了八种群体智能算法: PPNGA , SFLA , MSFLA , AF-SFLA , PSO , ABC , DEr1 , DEb2 -Swarm Intelligence Alogrihtm" Matlab Toolbox
MyPsoClerc
- 本粒子群优化算法(Particle Swarm Optimization)名称:基本粒子群优化算法(PSO) 作用:求解优化问题 说明:全局性,并行性,高效的群体智能算法 -The particle swarm optimization algorithm (Particle of Swarm Optimization) name: Particle Swarm Optimization algorithm (PSO) Role: solving optimization pro
swarm-intelligence
- 粒子群算法创始人J. Kennedy写的关于群体智能的书,非常好-the book of swarm intelligece which is writen by J. kennedy
PID-parameters-optimization
- 压缩文件中的内容是采用群体智能算法PSO对控制系统的参数进行优化设计。-The contents of the compressed file is the use of swarm intelligence algorithm PSO to optimize the design parameters of the control system.
swarm-intelligence-algorithm
- 压缩文件内是一本有关群体智能算法的中文专著,文中详细介绍了粒子群优化算法的原理,并用案例对其进行了详细讲解。-The compressed file is a monograph on swarm intelligence algorithms Chinese paper describes in detail the principle of the particle swarm optimization algorithm, and a case be explained in detail
PSOTool
- 求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强
Intelligent-optimization-algorithm
- 讨论四种群体智能优化算法,对其算法的原理、发展及应用进行了综述,提出了群体智能优化算法统一框架模式。 -Four groups to discuss intelligent optimization algorithms, were reviewed its principle, the development and application of algorithms, swarm intelligence optimization algorithm is proposed uni
OPSearchingmice
- Qt编写的一个小程序,基于PSO群体智能算法的一群小老鼠在一定范围内搜索奶酪。 假定的情况是奶酪在空间内气味分布为以自己为中心的二维正态分布,小老鼠们凭气味浓度搜索奶酪。-Qt to write a small program, swarm intelligence algorithm based on PSO group of small rodents in a certain range search cheese. Assumption is that the smell of ch
2
- 人工蜂群算法是一种较优秀的群体智能算法.尽管产生时间较晚,算法的很多方面(如引导信息素、信息素扩散机制、最优种群大小等)尚需进一步研究,但其性能仍可与现有许多群体智能算法相媲美,如蚁群算法、粒子群算法等.人工蜂群算法现已成为人工智能领域的一个研究热点问题.随着各项研究的不断深入,人工蜂群算法一定能够更多的解决更多实际问题.-Artificial bee colony algorithm Matlab procedures to achieve
基于人工鱼群算法的一元非线性函数寻优
- 人工鱼群算法是受鱼群行为的启发,由李晓磊等人于2002年提出的一种基于动物行为的群体智能优化算法。在一片水域中,鱼往往能自行或尾随其它鱼,找到营养物质最多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最丰富的地方。人工鱼群算法根据这一特点,通过构造人工鱼来模仿鱼群的觅食、聚群、追尾、随机行为,从而实现寻优。本代码是基于人工鱼群算法的一元非线性函数寻优。
DE
- 群体智能算法中,DE算法的MATLAB代码(MATLAB code of DE algorithm, intelligent algorithm)
麻雀搜索算法
- 麻雀搜索算法:一种受麻雀群体行为启发提出的智能优化算法(sparrow search algorithm)