搜索资源列表
pso_pid
- 这是个利用粒子群算法(PSO)优化PID控制器参数的matlab程序,其中选取的性能指标为ITAE。-this is the use of particle swarm algorithm (PSO) PID controller optimized parameters of Matlab procedures, these performance indicators selected for ITAE.
PSO.rar
- 浙江大学宁波理工学院计算机系设计的粒群优化算法研究程序,Swarm Optimization procedure designed by Zhejiang University, Ningbo Institute of Technology Department of Computer Science tablets .
PSO
- 粒子群算法的Matlab程序,用于多目标优化极值的计算-Particle swarm optimization Matlab program for calculation of extreme multi-objective optimization
pso-bp
- 这是一个采用粒子群算法优化bp神经网络权值的MATLAB程序-This is a particle swarm optimization using neural network weights bp MATLAB program
pso-svm
- 一个PSO优化SVM参数的MATLAB程序及其举例。不过此程序必须在安装SVM工具箱的前提下才可运行。-A PSO optimized SVM parameters and their example MATLAB program. But this process must be installed under the premise of SVM toolbox in order to run.
PSO
- 利用粒子群算法,计算函数的最优化问题。 本程序有很强的适用性。在理论与实际问题的优化上有一定的推广价值-The use of particle swarm optimization, the calculation function of the optimization problem. This procedure has a strong application. Theory and practical problems in the optimization of the prom
Basic-PSO
- 上一届传下来的粒子群算法,需要进行优化的可以用这个程序-Particle Swarm Optimization
PSO-lssvm
- 用于优化最小二乘支持向量机的Matlab程序代码,可直接实用。-Used to optimize the least squares support vector machine in Matlab code can be directly useful.
pso-pid
- 用粒子群算法对目标函数进行优化的matlab程序。-Using particle swarm algorithm optimize the objective function of the matlab program.
PSO
- 粒子群优化反演的matlab程序,在matlab2012上可以执行。-Particle swarm optimization inversion matlab program, in matlab2012 can be executed.
PSO
- 基于粒子群的优化算法的MATLAB程序,需自定义一个优化函数,然后调用此程序即可,适用于很多函数的优化-Particle swarm optimization algorithm based on MATLAB program, you need to customize an optimization function, then you can call this program for optimizing a lot of functions
PSO
- 基于PSO的网络优化的MATLAB程序,编程习惯良好-Network parameter optimization based on PSO,a good simple
PSO-Sphere
- 粒子群优化算法pso的matlab程序,测试函数为Sphere函数,可以直接使用,其他函数可以自己更改-PSO pso matlab program, test the function of Sphere function, can be used directly, other functions can own change
pso-bp.tar
- 基于粒子群算法优化BP神经网络参数的matlab程序,极大地提高了预测精度。-Based on particle swarm optimization BP neural network parameters matlab program, which greatly improved the prediction accuracy.
PSO
- 里面有各个类型的粒子群优化算法的matlab程序,都有注释。-There are various types of particle swarm optimization algorithm matlab procedures have comments.
PSO
- pso优化算法,matlab程序,用于优化最小二乘的建模方法(Modeling method for optimizing least squares)
partical swarm matlab
- 粒子群优化算法基本程序,基本算法代码,最优化方法的Matlab实现(Particle Swarm optimization)
Matlab程序PSO-RBF-wonderful
- 经过优化的粒子群算法的MATLAB程序,下载即可使用(After the optimization of the particle swarm optimization algorithm, the MATLAB program can be downloaded and used.)
程序
- 粒子群算法优化的BP神经网络与传统BP神经网络对比(Comparison between BP neural network optimized by particle swarm optimization and traditional BP neural network)
fcmpso
- 使用pso结合fcm,对fcm进行优化的matlab程序,可以可以用用于学习。粒子群改进fcm,里边有一个适应函数文件和一个psofcm文件