搜索资源列表
psoJAVACVB
- 粒子群算法源码,java,c,vb,粒子群优化PSO程序包(Java,C,VB) -PSO source, java, c, vb, PSO PSO Pack (Java, C, VB)
DPSO
- 粒子群算法源码,java,c,vb,粒子群优化PSO程序包(Java,C,VB) -PSO source, java, c, vb, PSO PSO Pack (Java, C, VB)
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.
standedpso
- 粒子群算法讲解及matlab优化算法源码 说明详细 运行方便-Particle Swarm Optimization Algorithm on the matlab source code and detailed operation of the convenience that
VRP
- 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
psomatlab
- 一个粒子群算法源码,用matlab实现,很适合粒子群算法的初学者。-A particle swarm algorithm source code, using matlab to achieve, it is suitable for beginners Particle Swarm.
PSORegistration
- 基于互信息的图像配准源码,优化算法使用粒子群算法-Based on Mutual Information Image Registration code, optimizing the use of particle swarm optimization algorithm
lizhiqunshuanfajava
- 粒子群算法java源码 -Particle swarm optimization algorithm java source code
PSOmatlabscource
- 详细讲解粒子群算法并附带有粒子群算法源码程序!相信对你一定有用!-Explained in detail along with the PSO PSO source programs! I believe you must be useful!
pso优化算法
- 粒子群算法源码 可顺利运行 得出最优化结果
pso1
- 粒子群(pso)算法源码,希望对您有用.工具:matlab(Particle swarm optimization (PSO) algorithm source code, in the hope that useful to you. Tools: MATLAB)
mopso-better
- 代码实现多目标粒子群算法,多目标粒子群算法是基于parato原则进行的目标优化实现的算法。而此文件就是多此算法的代码MATLAB的一种实现(Multiobjective particle swarm optimization (PSO) algorithm)
[8370301]量子优化算法源码打包
- 量子粒子群算法合集,送给有需要的人,相互合作,共同进步(Quantum particle swarm optimization algorithm, to the people in need, cooperation and progress together)
粒子群算法优化RBF网络
- 粒子群算法优化RBF网络,有相关解释,matlab源码!可以跑通(Particle swarm optimization RBF network, there are relevant explanations, matlab source code! You can run through.)
遗传粒子群优化算法-GAPSO
- 遗传算法改进粒子群算法及混沌粒子群算法的源码(Improved genetic algorithm for particle swarm optimization and chaotic particle swarm optimization)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part
粒子群算法原理及各种改进的PSO的matlab源码
- 各类改进粒子群算法,模拟退火,混合,随即权重,粒子群算法(All kinds of improved particle swarm optimization, simulated annealing, hybrid, random weight, particle swarm optimization)
粒子群算法优化pid源码 matlab仿真
- 粒子群算法(PSO)整定pid控制参数,比传统Z-N整定方法要好,内附matlab程序与simulink模型(Particle swarm optimization (PSO) is better than traditional Z-N tuning method in tuning PID control parameters. It includes matlab program and Simulink model.)
粒子群算法源码
- 粒子群算法(PSO)属于群智能算法的一种,是通过模拟鸟群捕食行为设计的。假设区域里就只有一块食物(即通常优化问题中所讲的最优解),鸟群的任务是找到这个食物源。鸟群在整个搜寻的过程中,通过相互传递各自的信息,让其他的鸟知道自己的位置,通过这样的协作,来判断自己找到的是不是最优解,同时也将最优解的信息传递给整个鸟群,最终,整个鸟群都能聚集在食物源周围,即我们所说的找到了最优解,即问题收敛。