搜索资源列表
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
PSOtoolbox.rar
- MATLAB实现粒子群算法的toolbox工具。,MATLAB realization of Particle Swarm toolbox tools.
particles
- 用matlab工具实现粒子群算法,并解决TSP问题-Particle swarm optimization with matlab implementation
pso
- 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
pso
- 用于实现粒子群算法的matlab工具包,带有一些测试函数-particle swarm optimization toolbox for matlab
Classification_toolbox
- matlab 的最新工具包,包括遗传算法,粒子群算法,总之 与现代优化算法一书中较为匹配-MATLAB tool box
pso1
- 粒子群(pso)算法源码,希望对您有用.工具:matlab(Particle swarm optimization (PSO) algorithm source code, in the hope that useful to you. Tools: MATLAB)
PSOPT
- matlab粒子群算法工具包,能够导入matlab使用(Matlab particle swarm optimization Toolkit)