搜索资源列表
ant
- 蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问
tsppso
- 用PSO(粒子群算法)求解TSP问题的程序
psobird
- 微粒群算法的程序,只需输入调整参数就可以运算-pso
PSOt
- 粒子群算法pso的工具箱,里面包括PSO的主程序和一些函数的程序-pso tool box
PSORosenbrock
- 这个是粒子群算法的函数优化,matlab的-very nice
antcolonyalgorithm
- 段海滨的《蚁群算法原理及其应用》中的蚁群算法的c语言源代码-Hai-Bin Duan' s " Principles and Applications of Ant Colony Algorithm" in the ant colony algorithm c language source code
aco
- mop算法,蚁群算法,多目标优化,基于c-mop
pso
- 粒子群算法,基于粒子群算法的简单程序,主要是粒子群算法-Particle Swarm Optimizer
ANT
- 蚁群算法 解决车辆路径问题应用软件 VC-ant colony algorithm[VC++]
yqsf
- 蚁群算法在基于matlab平台下进行运算,这里是蚁群算法的源代码,供参考使用-Ant colony algorithm based on matlab platform computing, ant colony algorithm source code, for reference use
pso
- 基本粒子群算法的简单应用实例,能仿真出结果的-pso application
matlab
- 优化算法,蚁群算法,有助于将实现过程理解,用matlab实现-It can help you study
PSO
- 应用粒子群算法,进行全局寻优,实现了标准全局版粒子群算法的单步更新-Particle swarm optimization, global optimization, single-step update of the standard global version of the particle swarm algorithm
NSGA-II
- 运行数据是吸纳粒子群算法的精华,是先多目标优化。-Run data to absorb the essence of the particle swarm algorithm is the first multi-objective optimization.
Antcolony-algorithm
- 蚁群算法是一种新型模拟进化算法,次程序是 解决旅行商问题,matlab程序,很实用-Ant colony algorithm is a new type of simulated evolutionary algorithm, program is To solve traveling salesman problem, matlab, very practical
work
- 基于混合粒子群算法的TSP搜索算法,遗传初始化-Genetic algorithms of the the TSP search algorithm based on hybrid particle swarm of the igonr matab the math you off dosmin
二维粒子群算法的matlab源程序
- 基于基础的粒子群算法,实现粒子群算法的二维求解。(The realization of two-dimensional particle swarm algorithm.)
DCPSO
- 标准粒子群算法介绍,目标函数求极值仿真,同时改进型的粒子群算法,避免陷入局部收敛(Improved particle swarm algorithm to avoid falling into local convergence.)
pso-vmd
- 提供 基于粒子群算法优化的变分模态分解算法,适应度函数选择的是模糊熵(This paper presents a variational mode decomposition algorithm based on particle swarm optimization, and the selection of fitness function is fuzzy entropy)
蚁群算法
- 基本蚁群的MATLAB源程序,内部可以运用,包括迭代过程