搜索资源列表
粒子群算法工具箱
- MATLAB粒子群算法工具箱,用法详见程序说明.
粒子群算法matlab源代码
- 标准粒子群优化算法,matlab源代码,压缩文件打包,使用请解压,谢谢!
PSO粒子群优化
- 耗散粒子群程序!!
粒子群算法
- 用matlab语言仿真的粒子群算法
粒子群matlab算法实例
- 粒子群matlab算法实例
qpso量子粒子群
- qpso量子粒子群
粒子群算法计算最短路径
- 优化问题是工业设计中经常遇到的问题,许多问题最后都可以归结为优化问题. 为了解决各种各样的优化问题,人们提出了许多优化算法,比较著名的有爬山法、遗传算法等.优化问题有两个主要问题:一是要求寻找全局最小点,二是要求有较高的收敛速度. 爬山法精度较高,但是易于陷入局部极小. 遗传算法属于进化算法( Evolutionary Algorithms) 的一种,它通过模仿自然界的选择与遗传的机理来寻找最优解. 遗传算法有三个基本算子:选择、交叉和变异. 但是遗传算法的编程实现比较复杂,首先需要对问题进行编
粒子群算法求解机器人路径规划
- 粒子群算法求解机器人路径规划的MATLAB算法-the pathline of robot
粒子群算法
- 用c++的方法编写单目标粒子群算法,包含4个测试函数,结果还不错
自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助
- 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
粒子群优化算法2
- 三种常见的粒子群优化算法,如linWPSO,LnCPSO,PSO(Three common particle swarm optimization algorithms, such as linWPSO, LnCPSO, and PSO)
粒子群
- 粒子群算法优化SVR参数,包括核函数和惩罚函数的优化。(Particle swarm optimization algorithm to optimize the SVR parameters, including kernel function and penalty function optimization.)
粒子群算法
- 三维粒子群算例,在x,y,v三个变量情况下,求解适应函数最小指,惯性因子取为0.8,加速因子分别取2(Example of three dimensional particle swarm optimization)
粒子群算法的寻优算法-非线性函数极值寻优
- 通过粒子群算法对非线性函数的极值进行求解(The extremum of the nonlinear function is solved by particle swarm optimization)
粒子群算法-非线性函数极值寻优
- 根据粒子群算法原理,在MATLAB上完成非线性函数的极值寻优。(According to the principle of particle swarm optimization algorithm, the extremum of nonlinear function is optimized on MATLAB.)
粒子群算法的寻优算法-非线性函数极值寻优
- 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
粒子群优化算法
- 粒子群优化算法子程序,包括单目标,多目标程序,可以直接用(This file mainly committed to the Particle swarm optimization method, which including single target, multi-objective program and can be used directly.)
[智能] 粒子群优化算法演示(PSO)-PSO_Wael
- 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
原始的粒子群算法
- 文章为最原始的粒子群多目标算法,已经调通,供大家学习和研究。(The article is the original particle swarm multi-objective algorithm, it has been transferred for everyone to learn an d study.)
粒子群算法程序
- 粒子群算法的程序,主要是针对基本粒子群和改进粒子群算法。(Particle swarm optimization procedures, mainly for the basic particle swarm optimization and improved particle swarm algorithm.)