搜索资源列表
pso-svm.rar
- 粒子群算法与支持向量机的结合,用粒子群算法快速寻找支持向量机的最优参数。,Particle swarm optimization with support vector machines with particle swarm optimization with support vector machines quickly find the optimal parameters.
psoprogress.rar
- %程序名称:求解约束优化问题的改进粒子群优化算法 %程序功能:求解带各种约束条件的优化问题 %输入条件:各种初始条件,以及设定参数 %输出数值:最优解位置以及函数极小值 , Program name: for solving constrained optimization problems to improve particle swarm optimization algorithm program features: solving with a variety of constr
mopso
- 粒子群求解多目标,里面包含帕累托最优。适合于发文章。和搞科研-pso solve mutiobjective
PSO_C++
- 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
C_PSO
- 粒子群算法,用于寻求最优,分为全局寻优,和局部寻优-C_PSO.rar
liziqun_tanli
- 在粒子群算法运行中,容易出现局部最优,为此设粒子本身有弹力,在聚集的同时散开,避免早熟现象的出现.-Particle swarm optimization in operation, prone to local optimum, for which established itself elastic particles, dispersed in the gathering at the same time to avoid the emergence of the phenomenon o
GAPSO
- 这个算法是遗传算法和粒子群优化算法相互结合的matlab程序,优化效率提高很多,不会陷入局部最优-This algorithm is a genetic algorithm and particle swarm optimization algorithm combined with each other matlab program, optimizing the efficiency a lot and will not fall into local optimum
PS0-SVR
- :针对发酵过程中生物参数难以实时在线测量的问题,建立了用于生物参数状态预估的 支持向量机软测量模型。考虑到该支持向量回归(SVR)模型的复杂性和冷化特征取决于其三 个参数 ,c, 能否取到最优值,采用粒子群优化(PSO)算法实现对参数 ,c, 的同时寻优。在 此基础上,以饲料用 .甘露聚糖酶为对象,建立了基于PSO—SVR的发酵过程产物浓度状态预估 模型。发酵罐控制结果表明:该模型具有很好的学习精度和泛化能力,可实现对 .甘露聚糖酶 产物浓度的实时在线预估。-In
QPSO
- 量子粒子群优化算法,采用matlab编程,可实现快速优化多维函数,不易陷入局部最优值-Quantum particle swarm optimization algorithm, using matlab programming, multi-dimensional functions can be optimized for fast, easy to fall into local optimal value
matlabpathplanning1
- 粒子群最优算法栅格法处理移动机器人最短路径-Grid Particle Swarm Optimization Algorithm for Mobile Robot shortest path Treatment
IPSO
- 结合LPSO和GPSO的优点,该MATLAB程序实现一种时变参数的改进粒子群优化(IPSO) 算法。在IPSO中,粒子在向全局最优和局部最优粒子学习的同时,还向种群中最优粒子学习,因此具有较强的全局寻优能力。-Combined with the advantages of LPSO and GPSO, the MATLAB program implements a modified particle swarm optimization (IPSO) algorithm with time-va
GAaPSO
- 遗传-粒子群算法 PSO-GA算法 解决多目标优化算法问题,针对最优解求解可得到更好的解,接近最优的目标值。(Genetic algorithm (PSO) PSO-GA algorithm is used to solve the multi-objective optimization problem, and the better solution is obtained for the optimal solution, and the near optimal target valu
goplotpso4demo
- 粒子群算法 神经网络算法 很好的算法,不错的算法,优于bp神经网络,全局最优。(Particle Swarm Optimization)
DemoPSOBehavior
- 很好的算法,不错的算法,全局最优,收敛速度快。(Particle Swarm Optimization)
蚁群算法_最优路径(二维)
- 应用粒子群算法实现路径规划,可以实现仿真(Application of particle swarm optimization algorithm to achieve path planning, simulation can be achieved)
liziqun
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"
qpso
- 量子粒子群算法:因为粒子的位置和速度在量子空间中不能一起确定,所以用波函数表示粒子位置,通过蒙特卡罗方法求出粒子位置。gbest求解通过平均最好位置mbest得到。mbest是所有个体平均最优,通过它来求解粒子出现在相对点的位置,用L表示。而粒子的势表示位置的最终值,与L直接相关。(Quantum particle swarm optimization (QPSO): because the position and velocity of the particle can not be det
Particle Swarm Optimization
- 优化算法的一种,粒子群寻优算法。它的基本核心是利用群体中的个体对信息的共享从而使得整个群体的运动在问题求解空间中产生从无序到有序的演化过程,从而获得问题的最优解。(a kind smart mathema algorithm____Particle Swarm Optimization)
Untitled6
- 利用粒子群算法对储能的容量配置进行最优寻优(Energy storage capacity optimization)
粒子群算法
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"