搜索资源列表
pso.rar
- pso(粒子群算法)的matlab源码,可以用于寻找解空间的最优数值解,pso (PSO) of matlab source, can be used to find the optimal solution space numerical solution
pso
- 这是一个粒子群算法求解车辆路径的源码,用matlab仿真实现。-This is a particle swarm algorithm for vehicle routing the source, using matlab simulation.
pso-multiobjective
- 多目标优化的例证,用粒子群算法做的。调试过,没问题,能用。-multi-objective ,PSO
PSO-BP(MATLAB)
- PSO优化BP的源程序,加上作者的注释.-BP PSO optimization of the source, together with the author' s comments.
MATLAB
- 编写的粒子群(PSO)算法优化Kmeans聚类的MATLAB代码,MATLAB6.5/7.1测试通过,其它版本没测试。-(PSO)Kmeans MATLAB6.5/7.1
pso
- 带有测试函数的PSO算法源代码,用matlab开发-Test function with the source code of the PSO algorithm, developed using matlab
3D-construct_-point-cloud-in-Matlab
- 此程序主要是用Matlab进行点云数据的三维建模,对用Matlab进行三维重建有实用价值。-The procedure is to use Matlab for modeling three-dimensional point cloud data on the three-dimensional reconstruction with Matlab has practical value.
pso-matlab
- 标准微粒群算法,采用matlab编程实例。-Standard particle swarm optimization using matlab programming examples.
pso
- %--- 基本粒子群优化算法(Particle Swarm Optimization)--- ----- %--- 名称:基本粒子群优化算法(PSO) %------作用:求解优化问题 %------说明:全局性,并行性,高效的群体智能算法 ---- Elementary particle swarm optimization algorithm (Particle Swarm Optimization)----------- Name: Elementary Particle
PSO
- PSO的基本程序和3种经典的改进程序,包括GPSO,ARPSO和HPSO,文件包中没有附这三种改进PSO的源论文,请自行下载-PSO
PSO
- 基本的群智能算法MatLab范例程式,对刚接触PSO的新手来说,可以有初步的认知-Basic particle swarm optimization source code
PSO(matlab)
- 在matlab7.0下沒問題,有性趣的人可以拿回去參考參考。-Matlab7.0 no problem in the next, there are interested people can go back and refer to the reference holding.
hybrid-PSO
- 这是一个混合的粒子群算法编程实现,希望对大家有帮助-hybrid PSO code in matlab
pso
- 粒子群算法解决二进制问题,通过matlab语言进行编程-Binary particle swarm algorithm to solve the problem, through the matlab programming language
based-PSO
- PSO源程序,可以任意优化两维数据点和多维数据点,在优化多维数据时,要将初始矩阵变成多维矩阵-PSO source code, you can optimize an arbitrary two-dimensional data point and multi-dimensional data points, in the optimization of multi-dimensional data, to the initial matrix into a multi-dimensional
pso
- 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
pso.matlab
- 带交叉因子的粒子群优化算法matlab源程序-pso.matlab
pso
- 粒子群算法入门程序,对一个示例函数求极大值,程序含有详细注释。-PSO entry procedures to request a sample function of maximum value, the program contains the detailed comments.
PSO
- 粒子群算法(PSO)解决旅行商问题(TSP)的matlab程序。-Particle swarm optimization (PSO) to solve the traveling salesman problem (TSP) in the matlab program.
ACO-PSO
- 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code