搜索资源列表
TSP-PSO.rar
- 用混合粒子群算法求解TSP问题,自带GUI界面,共有9中算法,可解决各种TSP问题,效果不错。,Using hybrid particle swarm algorithm to solve TSP problems, bring their own GUI interface, a total of 9 in the algorithm, to resolve the various TSP problems, good results.
pso
- 这是一个粒子群算法求解车辆路径的源码,用matlab仿真实现。-This is a particle swarm algorithm for vehicle routing the source, using matlab simulation.
quickparticleswarm
- 改进粒子群算法。较好的全局收敛性。较快的速度。-Improvement of Particle Swarm Optimization. Better global convergence. Faster speed.
SimuA_pso
- 基于模拟退火的粒子群算法。适合初学者对模拟退火和粒子群的理解。(Particle swarm optimization algorithm based on simulated annealing. For beginners, the understanding of simulated annealing and particle swarm.)
粒子群算法-非线性函数极值寻优
- 根据粒子群算法原理,在MATLAB上完成非线性函数的极值寻优。(According to the principle of particle swarm optimization algorithm, the extremum of nonlinear function is optimized on MATLAB.)
粒子群算法程序
- 粒子群算法的程序,主要是针对基本粒子群和改进粒子群算法。(Particle swarm optimization procedures, mainly for the basic particle swarm optimization and improved particle swarm algorithm.)
基本粒子群算法的matlab源程序
- 基础的粒子群云源代码,是应用粒子群算法的基础。(Cloud source code based on Particle Swarm)
动态粒子群
- 基于动态粒子群算法的动态环境寻优问题,粒子群算法在复杂环境下的编程实例。(Dynamic environment optimization problem based on dynamic particle swarm optimization algorithm, particle swarm optimization programming examples in complex environment.)
粒子群算法实例 (2)
- 本文主要利用粒子群算法解决连续函数的最小值问题,粒子群优化是一种新兴的基于群体智能的启发式全局 搜索算法,粒子群优化算法通过粒子间的竞争和协作以实现在复杂搜索空间中寻找全局最优点。它具有易理解、易实现、全局搜索能力强等特点,倍受科学与工程领域的广泛关注,已经成为发展最快的智能优化算法之一。(Good particle swarm optimization and source program)
psoSVM
- 粒子群算法入门必备,超详细。 在全局版的标准粒子群算法中,每个粒子的速度的更新是根据两个因素来变化的,这两个因素是:1. 粒子自己历史最优值pi。2. 粒子群体的全局最优值pg。如果改变粒子速度更新公式,让每个粒子的速度的更新根据以下两个因素更新,A. 粒子自己历史最优值pi。B. 粒子邻域内粒子的最优值pnk。其余保持跟全局版的标准粒子群算法一样,这个算法就变为局部版的粒子群算法。(The introduction of particle swarm algorithm is essent
粒子群算法
- 粒子群算法求解最短旅行距离问题,从而寻求最优化。(Particle swarm optimization is used to solve the shortest travel distance problem, so as to search for optimization.)
粒子群算法
- 用改进的粒子群算法对基于非对角MAC矩阵元素均值最小目标函数为目标函数,以简支梁前三阶模态振型为原始数据对简支梁进行传感器优化布置。(The objective function based on the average minimum objective function of the non-diagonal MAC matrix elements is studied by the improved particle swarm algorithm.)
粒子群
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操
粒子群算法的matlab实现
- MATLAB实现的一种简单粒子群优化算法。(Matlab implementation of a simple particle swarm optimization algorithm.)
MATLAB智能算法30个案例分析代码
- 压缩包内是关于BeiHang出版的matlab智能算法30个案例的代码,对于学习理解智能算法的原理和编程有一定的帮助。如遗传算法、粒子群算法、免疫优化算法、模拟退火算法、BP算法等。(there are 30 matlab codes, which match a book about intelligence algorithms,such as genetic algorithms, PSO, ACO,BPO,etc. WISH that will be help for you.)
量子粒子群
- 一种用量子理论改进的粒子群算法,量子粒子群算法。(An improved particle swarm optimization (pso) algorithm based on quantum theory.)
基于粒子群优化算法的特征选择SVM分类
- 针对“BreastCancer”数据集,作为对比,第一次对特征集直接进行SVM分类,第二次使用粒子群算法进行特征选择后再进行SVM分类。并且对比和分析了两次分类的结果。(For "BreastCancer" data set, as a comparison, the first time the feature set is directly classified by SVM, and the second time the feature set is selected
PSO算法
- 粒子群算法求解标准VRP问题,带有十个小型算例,可运行,适合新手学习。(Particle swarm optimization (PSO) is used to solve the standard VRP Problem, with ten small examples, which can be run, and is suitable for novice learning.)
粒子群算法综合线阵低副瓣方向图
- 利用粒子群算法综合微带天线阵列方向图,可以自适应调节副瓣电平和波瓣宽度。(By using particle swarm optimization (PSO) to synthesize the pattern of microstrip antenna array, the sidelobe level and lobe width can be adjusted adaptively.)
粒子群算法
- 粒子群例程。二维粒子群算法。生动形象,有详细的注释,一看就懂的那种