搜索资源列表
用于一维搜索的PSO算法
- 实现最速下降法当中的一维搜索时候的最佳步长的确定。-achieve steepest decline among law of one-dimensional search the best time to step determination.
C++pso
- PSO 算法的源代码,有很好的注释,希望给编程爱好者有一点帮助。
pso
- pso程序的源代码 pso程序的源代码-粒子群优化算法源程序 作者:FashionXu 一个pso程序的源代码。在vc.net2003下面通过。 建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。
PSO-DE
- 进化计算中的PSO算法,用c++仿真实现-Evolutionary Computation in the PSO algorithm, using c++ Simulation
Python-for-PSO-algorithm
- Python实现的粒子群优化算法源代码,需要引用到Numpy,需要对自定义问题进行优化只需要更改f6函数即可,智能算法本身的参数亦可以自行设定。-Python implementation of the PSO algorithm source code, you need to refer to Numpy, Custom issues need to be optimized to only need to change the f6 function, the smart algorith
pso_expriment
- 基本种群规模改进与数值实验的PSO算法源程序,可自动保存实验数值,附有画图源代码。-Basic population size and numerical experiments to improve the PSO algorithm source code can be automatically saves numerical experiment with drawing the source code.
pso
- 微粒群优化算法,可以应用在不同的领域,这是一个核心代码,可根据不同的应用领域进行扩展。-Particle swarm optimization algorithm, can be applied in different fields, this is a core of code, according to different application areas expand.
pso
- 程序说明: jblzq.m为基本粒子群程序求函数的最大值 lzq2.m是惯性权重法求函数的最大值 lzq3.m是惯性权重法求函数最小值。当然也可以用lzq2.m实现,在函数前加个负号 lzq4.m是收敛因子法求函数最小值 lzq5.m是带变异的惯性权重法求最大值,变异条件比较简单,变异次数多。还有一种变异是利用各粒的最优位置与全局最优位置的差的平方和,再开根号的值小于某一值最为收敛条件,将在我的报告中叙述 lzq6.m是分层粒子群优化算法,即利用两个粒子群同时进行搜索,一
pso
- 粒子群算法,通用版,大家拿去根据自己的问题进行适当的修改即可。-pso
PSO
- 基于模拟退火的粒子群算法,模拟退火算法在搜索过程中具有该概率突跳的能力,能够有效地避免搜索过程陷入局部极小解。-Based on simulated annealing particle swarm optimization, simulated annealing algorithm in the search process has a sudden jump in the probability of the capacity, which can effectively avoid th
pso
- 标准pso算法,能够解很多非线性方程,效果不错,不过很容易陷入局部循环-Standard pso algorithm, can solve many nonlinear equations, the effect is good, but very easy to fall into the local loop
PSO
- 自己编写的,粒子群算法的fortran程序-I have written, particle swarm algorithm fortran program
PSO-Himmelblau
- 基于VBA在Excel下利用PSO算法调试的Himmelblau测试函数。-VBA in Excel based on the use of PSO algorithm under test debug Himmelblau function.
PSO-CODEQ-function1
- 利用PSO算法用Excel下的VBA程序调试的一个带多个约束条件的VBA代码。-PSO algorithm in Excel using VBA program under a debugger with multiple constraints VBA code.
tunning-PID-by-PSO
- 用PSO算法调PID参数,保证可以运行。需要MATLAB2014a及更高版本。-PID control based on the PID algorithm. Make sure your matlabe version is 2014a or higher.
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)
MATLAB粒子群优化算法
- 粒子群优化算法的代码,可以用来自己修改成需要的子函数。(Particle swarm optimization algorithm code can be used to modify their own needs of the sub-function.)
PSO算法求解非线性方程组
- 使用pso粒子群算法求解非线性方程组,用c语言实现(PSO Particle Swarm Optimization (PSO) is used to solve nonlinear equations and is implemented in C language)
PSO
- 此程序为标准粒子群算法优化一个10维函数的算例,可以运行(Standard particle swarm optimization optimization 10 - dimensional function)