-
-
PSO.rar
PSO算法的matlab实现,在6.5版本测试过,其他版本不保证能够马上用
-
pso.zip
Matlab 的PSO程序。
to apply this to different equations do the following
generate initial particles in a search ... no of iterations, no of particles, learning rates
for a truly generic PSO do the following
increase the number of particles , increase the ...
-
pso.rar
粒子群PSO算法 c和matlab 对学习PSO很有帮助
-
pso.rar
二进制粒子群优化算法pso,主程序:swarmpso.m 它包括以下子程序:
1. 初始化:swarminit.m
2. 适应值计算函数:swarmeval.m;
-
pso.rar
PSO算法的改进以及应用,算法需要进行适当修改,可以进行适当的调整
-
PSO-evolutionarycomputation.rar
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究
PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机 ... 解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍
同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化, ...
-
PSO.rar
两个PSO优化算法的程序,经过验证,在VC。net2003下可以运行,很有帮助
-
-
PSO.rar
1、pso算法介绍
2、遗传算法与PSO
3、神经网络与PSO
4、PSO的参数设置
-
PSO.rar
在电力系统中,用matlab源代码编写的基于pso算法优化程序
-