搜索资源列表
MPSO
- 多目标粒子群的matlab程序,文中设置了两个目标,f1和f2,采用加权求解的方式-more goals in Matlab PSO procedures, the text set up two goals, f1 and f2. using the weighted solution!
psoC++
- pso程序的源代码-粒子群优化算法源程序
pso
- pso程序的源代码 pso程序的源代码-粒子群优化算法源程序 作者:FashionXu 一个pso程序的源代码。在vc.net2003下面通过。 建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。
pso
- 蚁群算法,用户可以修改程序中的宏定义来设置初值
pso
- 程序说明: jblzq.m为基本粒子群程序求函数的最大值 lzq2.m是惯性权重法求函数的最大值 lzq3.m是惯性权重法求函数最小值。当然也可以用lzq2.m实现,在函数前加个负号 lzq4.m是收敛因子法求函数最小值 lzq5.m是带变异的惯性权重法求最大值,变异条件比较简单,变异次数多。还有一种变异是利用各粒的最优位置与全局最优位置的差的平方和,再开根号的值小于某一值最为收敛条件,将在我的报告中叙述 lzq6.m是分层粒子群优化算法,即利用两个粒子群同时进行搜索,一
PSO
- 自己编写的,粒子群算法的fortran程序-I have written, particle swarm algorithm fortran program
PSO-CODEQ-function1
- 利用PSO算法用Excel下的VBA程序调试的一个带多个约束条件的VBA代码。-PSO algorithm in Excel using VBA program under a debugger with multiple constraints VBA code.
pso_m
- 本程序用matlab编写,采用基本粒子群算法(PSO)来求解IEEE标准40节点电力负荷分配问题-This program iswritten in matlab, the basic particle swarm optimization (PSO) to solve the IEEE standard 40 node power load allocation problem
PSO
- 粒子群算法的matlab程序,建立一个function,写下目标函数就可以使用-a pso for matlab
PSO-lssvm
- 用于优化最小二乘支持向量机的Matlab程序代码,可直接实用。-Used to optimize the least squares support vector machine in Matlab code can be directly useful.
PSO
- 粒子群算法matlab程序代码,自行初始化,2维以下有动态图-Particle swarm optimization matlab program code to initialize itself, the following two-dimensional dynamic map
PSO-C
- 粒子群算法,一个C++的程序,希望能有帮助-Particle swarm optimization
PSO-matlab-general-coding-
- 遗传算法matlab程序,PSO matlab coding for general using-PSO matlab coding for general using
PSO_Standard
- 此程序为最初形式的粒子群优化算法matlab程序,适合于研究粒子群算法的朋友进行下载。-This program is initially in the form of particle swarm optimization algorithm matlab program, suitable for study PSO friend to download.
sample3dafGriewankan
- PSO算法求解griew函数最优值的程序,包括主程序和算子-PSO algorithm for solving the optimal value function griew procedures, including the main program and operator
PSO
- 粒子群算法的程序,经过测试,可以直接使用,供大家参考和学习使用-Particle swarm algorithm procedures, after testing, can be used directly for your reference and learning to use
pso
- 粒子群算法求解非线性函数,包含算法程序、函数等,生成最优适应度解。-Particle swarm algorithm for solving nonlinear functions, including arithmetic procedures, functions, etc., generate optimal fitness solution.
pso
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO。它具有精度高,收敛快等优点,广泛用于系统辨识、函数优化等领域。文件pso.m是粒子群算法辨识程序,在此基础上,需要自行编写目标函数计算程序以实现不同系统的参数辨识。(Particle swarm optimization (PSO), also known as particle swarm optimization algorithm or bird swarm foragi
PSO
- 标准的粒子群算法程序代码,相对简洁,求解二维的带约束优化问题(Newton method for solving linear constrained problems)
PSO
- 此程序为标准粒子群算法优化一个10维函数的算例,可以运行(Standard particle swarm optimization optimization 10 - dimensional function)