搜索资源列表
PSO11
- pso粒子群算法的matlab程序.实现了第一个函数的优化.其他函数类似.比较简单明了-PSO PSO algorithm Matlab procedures. The first realization of a function optimization. Other similar function . relatively simple to understand
PSOLyapunov
- 用matlab编程实现计算粒子群算法中系统的Lyapunov函数与单个粒子的运行轨迹。
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
PSOtoolbox.rar
- MATLAB实现粒子群算法的toolbox工具。,MATLAB realization of Particle Swarm toolbox tools.
pso
- 最基本的MATLAB实现的粒子群pso算法。-MATLAB realization of the basic particle swarm PSO algorithm.
pso_cpp
- 针对目前粒子群算法(Particle Swarm Optimization)一般是用MATLAB实现的,对PSO算法用C实现的代码-In view of the current PSO (Particle Swarm Optimization) is generally used MATLAB' s implementation of the PSO algorithm implementation using C code
qpso
- 量子粒子群算法的matlab实现,有程序说明-Quantum particle swarm optimization algorithm matlab implementation, there is descr iption of the procedures
PS0-SVR
- :针对发酵过程中生物参数难以实时在线测量的问题,建立了用于生物参数状态预估的 支持向量机软测量模型。考虑到该支持向量回归(SVR)模型的复杂性和冷化特征取决于其三 个参数 ,c, 能否取到最优值,采用粒子群优化(PSO)算法实现对参数 ,c, 的同时寻优。在 此基础上,以饲料用 .甘露聚糖酶为对象,建立了基于PSO—SVR的发酵过程产物浓度状态预估 模型。发酵罐控制结果表明:该模型具有很好的学习精度和泛化能力,可实现对 .甘露聚糖酶 产物浓度的实时在线预估。-In
pso_base
- 本程序基于粒子群算法实现函数的寻优过程,粒子群算法实现简单,程序效率高,在现在智能算法中有广泛的应用。-The program is based on particle swarm optimization process to achieve the function of the particle swarm algorithm is simple, efficient procedures, in the present intelligent algorithm has a wide r
Ackely
- Ackley函数的粒子群优化算法的实现,对初学粒子群算法的有用-Ackley function of the particle swarm optimization algorithm, particle swarm optimization for beginners useful
pso-matlab--source
- 粒子群算法源程序 基本算法 ,简单易懂,可实现的非线性优化,适于求解优化问题-Source of basic particle swarm algorithm, easy to understand, enabling non-linear optimization, for solving optimization problems
liziqun
- 程序是实现基于粒子群算法的多目标寻优的功能,编译环境是matlab-this program is be deigned to solve the problem of searchig for the best positio in PSO,and the tool is matlab
chapter6
- 。《MATLAB智能算法30个案例分析》采用案例形式,以智能算法为主线,讲解了遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现。对广大科研人员有很高的参考价值。-. MATLAB intelligent algorithm 30 case studies, the use of case the main line, the form of an intelligent algorithm to explain the genetic
MATLAB-30-Cases
- 。《MATLAB智能算法30个案例分析》采用案例形式,以智能算法为主线,讲解了遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现。对广大科研人员有很高的参考价值。-. MATLAB intelligent algorithm 30 case studies, the use of case the main line, the form of an intelligent algorithm to explain the genetic
pso2012-04-03
- 粒子群算法的matlab实现,包含主文件pso.m和例子程序psodemo.m和psodemo2.m等,每个文件都有详细的注释说明。-Particle Swarm algorithm matlab realize, contains the the master file pso.m and example program psodemo.m and psodemo2.m etc., each file has detailed notes.
standard-PSO-aulgorithm(matlab)
- 标准粒子群算法的matlab实现,初学此算法的同学可以参考,加深理解-Standard PSO algorithm matlab realize, I hope for your help! ! !
SPSO-matlab
- 压缩文件内是标准粒子群SPSO算法的Matlab实现,供大家学习和借鉴。-Compressed file SPSO of standard particle swarm algorithm Matlab, for everyone to learn from.
liziqun_Matlab
- 粒子群算法的matlab实现,自己写的,对初学者有一定帮助-good for learning
7548955PSO-algorithm
- 粒子群算法的matlab实现方式及具体实例说明,及原理说明(Particle swarm optimization algorithm and specific examples)
09255399
- 一个求解TSP问题的粒子群算法,用matlab仿真实现,()