SWARM

共 108 篇文章
SWARM 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 108 篇文章,持续更新中。

非常好的优化算法的书

非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly kn

set for Swarm2.1是圣菲研究院的开发人员对Swarm的特性及其使用描述的最为完备的指南性文档。从这里可以获得最细致的平台说明。

set for Swarm2.1是圣菲研究院的开发人员对Swarm的特性及其使用描述的最为完备的指南性文档。从这里可以获得最细致的平台说明。

this is a zip file for showing how particle swarm optimization find g_best with matlab.

this is a zip file for showing how particle swarm optimization find g_best with matlab.

jheatbugs是基于目前使用最广泛的负责系统建模平台Swarm的最经典的范例程序

jheatbugs是基于目前使用最广泛的负责系统建模平台Swarm的最经典的范例程序

连续型粒子群算法的java实现

连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。

主要是介绍人工模拟股票市场的

主要是介绍人工模拟股票市场的,主要用基于SWARM平台的。

Swarm intelligence is an innovative computational way to solving hard problems. This discipline is

Swarm intelligence is an innovative computational way to solving hard problems. This discipline is inspired by the behavior of social insects such as fish schools and bird flocks and colonies of ant

国外名著《Swarm Intelligence》一书的配套代码

国外名著《Swarm Intelligence》一书的配套代码,C语言编写。

A hybrid Particle Swarm Optimization algorithm for functions in the real space.

A hybrid Particle Swarm Optimization algorithm for functions in the real space.

PSO粒子群寻优算法。 Particle swarm optimization With linkage operator

PSO粒子群寻优算法。 Particle swarm optimization With linkage operator

Swarm based energy efficient paper

Swarm based energy efficient paper

Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is

Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is a stochastic search and optimization tool. Changes in the PSO parameters, namely the inertia weigh

智能控制中的新热点问题

智能控制中的新热点问题,swarm现象的模拟仿真实现,可以自由调整种群数目大小

particle swarm optimisation document pdf

particle swarm optimisation document pdf

PSO(Particle Swarm Optimization 粒子群优化算法),是课程的一个小项目,实现了单机调度排序

PSO(Particle Swarm Optimization 粒子群优化算法),是课程的一个小项目,实现了单机调度排序

swarm 平台学习程序

swarm 平台学习程序,这个java2d,详情查看swarm的教程

用JAVA语言编写

用JAVA语言编写,包括PSO(Particle swarm optimization, 中文译名为粒子群优化或微粒群算法), DE (Differential evolution, 中文译名为差分进化或差异演化)等算法,有一些不带约束和带约束的算例(如Michelawicz的几个问题)。使用说明见usage.txt、RUNExample.bat和程序中的注释。

协同粒子群的原始文章

协同粒子群的原始文章,南非人所写。a cooperative approach to particel swarm optimization

A mini tutorial about Particle swarm optimization

A mini tutorial about Particle swarm optimization

文件来自swarm.org

文件来自swarm.org,供swarm爱好者学习参考