搜索资源列表
粒子群算法
- 粒子群算法标准程序
Constrained_PSO_operator
- 带约束算子的粒子群算法,希望对大家的学习研究有所帮助。-Constrained PSO operator, we want to study and research help.
psomatlab
- 包括粒子群算法的MATLAB工具箱和PDF文档的使用说明-PSO TOOLBOX IN MATLAB
PSORosenbrock
- 这个是粒子群算法的函数优化,matlab的-very nice
LinWPSO
- 权重改进的粒子群算法,来自于《精通MATLAB最优化计算》-pso with improved weighted factor
LnCPSO
- 变学习因子粒子群算法,来自于《精通MATLAB最优化计算》-pso with variant learning factor
Adaptive_particle_swarm_algorithm
- 自适应粒子群算法,自适应粒子群算法,在普通的粒子群算法里面加入了熵和平均粒距的概念,收敛速度大大提高,而且不容易陷入局部最优,能更有效的解决复杂问题。-Adaptive particle swarm algorithm, adaptive particle swarm optimization, in which ordinary PSO joined the entropy and the concept of average distance, speed up the convergenc
sample1
- 基础粒子群算法,输出迭代次数与适应度值关系图(The relation between the number of output iterations and the fitness value of the basic particle swarm optimization algorithm)
粒子群算法的寻优算法-非线性函数极值寻优
- 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
sample2-Rastrgrin
- 粒子群优化算法,通过运用粒子群算法优化函数。(Particle swarm optimization algorithm, through the use of particle swarm optimization function)
第17章粒子群算法
- MATLAB & Excel定量预测与决策[张建林][matlab程序源代码]第17张,粒子群算法(MATLAB & Excel quantitative prediction and decision [Zhang Jianlin][matlab program source code] seventeenth, particle swarm optimization algorithm)
新建文件夹
- 提出了一种以目标函数变化量作为评价函数的改进禁忌搜索算法,并进行了理论分析,然后将其与有效禁忌搜索算法作了性能比较。通过比较三个公共测试数据集的计算结果,验证了本文提出的禁忌搜索算法的可行性和有效性。(Proposed a change in the objective function as the evaluation function of the improved tabu search algorithm, and has carried on the theoretical anal
main
- 采用多目标粒子群算法求解多目标背包问题 问题:假设存在五类物品,每类物品又包含四种具体物品,要求从五类物品中分别选择一种放入背包,使得背包总价值最大,总体积最小,总质量不超过92kg(The problem is solved by multi objective particle swarm optimization algorithm, multi-objective knapsack problem: suppose there are five categories of goods,
二维粒子群算法的matlab源程序
- 基于基础的粒子群算法,实现粒子群算法的二维求解。(The realization of two-dimensional particle swarm algorithm.)
pso_Trelea_vectorized
- 粒子群算法MATLAB程序,求解优化问题。(Particle swarm optimization (PSO) MATLAB program)
粒子群优化算法
- 粒子群算法优化程序,包含多种不同优化设置(Particle swarm optimization program, including a variety of settings.)
DCPSO
- 标准粒子群算法介绍,目标函数求极值仿真,同时改进型的粒子群算法,避免陷入局部收敛(Improved particle swarm algorithm to avoid falling into local convergence.)
SSA
- 最新的群智能优化算法,比粒子群算法好很多,方便在基础上进行修改,并且还有文档可以查看原理,略经修改,可以用在任何优化问题上,很好的算法,实在难得(The latest swarm intelligence optimization algorithm is much better than particle swarm optimization algorithm. It is convenient to modify on the basis of it. There are also doc
pso-vmd
- 提供 基于粒子群算法优化的变分模态分解算法,适应度函数选择的是模糊熵(This paper presents a variational mode decomposition algorithm based on particle swarm optimization, and the selection of fitness function is fuzzy entropy)
PSO粒子群算法
- PSO粒子群详细算法,无人机航迹规划,二维航迹规划。