搜索资源列表
粒子群优化算法
- 几种常见的智能算法代码示例,如clsPSO算法的MATLAB代码(PSO algorithm in intelligent algorithms MATLAB code)
精通MATLAB智能算法(2015代码)
- 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
粒子群算法
- C/C++语言粒子群代码,求最大最小值问题(C/C++ language code of particle swarm optimization, for maximum and minimum problems)
整数规划粒子群算法
- 用于求解整数规划的粒子群算法C++代码。(C++ code of particle swarm algorithm for Solving integer programming)
PSO
- 应用粒子群算法实现目标函数的寻优,最基础的粒子群算法。算法可以直接运行,(Optimization of objective function using PSO Algorithm)
粒子群算法
- 自己整理的史上最好用的粒子群算法,代码准确,可读性高(The best used particle swarm optimization algorithm in history)
CPSO
- 用粒子群算法处理带约束问题,处理约束条件使用的是罚函数法,代码中附有中文注释,txstA.txt文件是约束函数的系数组成的矩阵(Particle swarm algorithm is applied to deal with the constrained problem. The penalty function is applied to deal with the constraint condition. The code is accompanied by Chinese annota
粒子群
- 粒子群寻优代码,可以获得水环境、气象等数值模型的最优值(The optimal value of the numerical model of water environment and meteorology can be obtained by the particle swarm optimization code.)
PSO
- 很好的粒子群算法代码,希望对大家有用,下载看看吧,各位捧个场(a good Particle swarm optimization algorithm)
23876123psoSVM
- 在全局版的标准粒子群算法中,每个粒子的速度的更新是根据两个因素来变化的,这两个因素是:1. 粒子自己历史最优值pi。2. 粒子群体的全局最优值pg。如果改变粒子速度更新公式,让每个粒子的速度的更新根据以下两个因素更新,A. 粒子自己历史最优值pi。B. 粒子邻域内粒子的最优值pnk。其余保持跟全局版的标准粒子群算法一样,这个算法就变为局部版的粒子群算法。(The introduction of particle swarm algorithm is essential, super detai
粒子群算法优化PID参数实例1
- 粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
基于粒子群算法的多目标搜索算法
- 基于粒子群算法的多目标搜索算法(含详细代码)(Multi target search algorithm based on particle swarm optimization (including detailed code))
粒子群优化算法代码
- 粒子群算法matlab源程序,换个函数,更改相应的参数就可以在matlab上运行啦(Particle swarm algorithm Matlab source program, change a function, change the corresponding parameters can run on Matlab)
GA_PSO
- 遗传粒子群算法的程序代码,希望能帮助到你!(Genetic particle swarm optimization algorithm code, I hope to help you!)
matlab代码
- 该代码是基于粒子群算法优化的支持向量机,适用于分类问题(The code is based on particle swarm optimization support vector machine, suitable for classification problem.)
配电网粒子群算法
- 基于粒子群算法,直流潮流计算实现配电网网架结构重构(Reconfiguration of distribution network structure)
粒子群算法PSO
- 粒子群算法全代码MATLAB程序源代码,全网最全(Particle swarm algorithm full code MATLAB program source code, the whole network is the most complete)
粒子群优化算法以及改进的PSO算法代码matlab
- 一些关于粒子群优化算法的matlab程序实现,里面有各种的PSO改进算法(Some matlab programs about particle swarm optimization algorithm are implemented. There are various PSO improved algorithms in them.)
粒子群算法的寻优算法
- 一个关于粒子群算法的非线性函数极值寻优代码(A Nonlinear Function Extremum Code for Particle Swarm Optimization)
粒子群算法
- 粒子群算法是比较实用易实现的高效进化算法,压缩包中给了详细的算法代码以及相应的例子。(PSO is a good and effective algorithm)