搜索资源列表
PSO-algorithm
- 关于车间调度问题的粒子群算法,该算法能很好的实现优化。-realize PSO algorithm
improvedPSO.rar
- ------名称:带交叉因子的改进PSO算法 ------功能:求解多维无约束优化问题 ------特点:收敛性强,还可以加入变异算子,------ Name: with cross-factor function to improve the PSO algorithm ------: Solving multi-dimensional unconstrained optimization problem ------ characteristics: strong converge
PSO
- 很实用的群优化智能算法,计算粒子群算法的源代码,所需优化的目标函数命名为fitness即可。-a partical swarm algorithm
pso
- 基础的PSO算法程序,可以方便的解决优化问题,也可以在此基础上方便的进行改进-Based on PSO algorithm program, you can easily solve the optimization problem, on this basis can also be easily be improved
pso
- 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最优。-pso
pso
- 高级人工智能算法中的粒子群算法,VC++开发环境实现-PSO Algorithm developed in the Visual c++
pso
- PSO算法的基本matlab代码,可供初学者学习,代码简单,易学易懂-PSO algorithm is the basic matlab code, for beginners to learn the code simple, easy to understand
pso
- this is a implementation for PSO Algorithm!
05363793
- An Improved PSO Algorithm to Optimize BP Neural Network Abstract This paper presents a new BP neural network algorithm which is based on an improved particle swarm optimization (PSO) algorithm. The improved PSO (which is called IPSO) algori
Gray-entropy-two-threshold--pso
- 双阈值的灰度熵方法,结合pso算法,分割效果较好,速度较快。-Gray entropy of the dual-threshold method, combined with the pso algorithm split better and faster.
PSO-code
- 给出了一个问题优化问题中经常用到的PSO算法代码-PSO algorithm code frequently used in a problem of optimization problems
MINI-PSO
- 粒子群算法演示,对标准的粒子群算法进行了实例演示,让读者能快速理解并运用-Descr iption for PSO algorithm
pso-cod2-for-economil-load-dispatch
- Economic load dispatch problem using PSO algorithm
PSO
- 采用PSO算法对线阵低副瓣方向图综合进行仿真。自已编写的程序,里面注释比较清楚,对初学PSO算法的同学很有帮助的。-PSO algorithm integrated simulation of the linear array low sidelobe pattern. Write by myself , which notes more clearly, helpful to beginners PSO algorithm classmates.
pso
- matlab实现粒子群算法,matlab实现粒子群算法。 -PSO algorithm matlab implementation
PSO
- 粒子群算法的实现用了,是一个经典的算法编程-PSO algorithm used is a classical algorithm programming
Self-PSO-algorithm-matlab-program--
- 自编matlab遗传算法程序,自编matlab遗传算法程序-Self PSO algorithm matlab program, can be downloaded directly use
PSO+2
- 基于模拟退火的PSO算法;用一个算列来说明该方法;同步变化学习因子PSO算法,也用一个算例来说明;本人运行测试通过(PSO algorithm based on simulated annealing; a column is used to illustrate the method; I run the test.)
sa-pso
- 利用模拟退火算法来接受不好的结果来改善粒子群算法,跳出局部最优陷阱。(The simulated annealing algorithm is adopted to accept the bad results to improve the PSO algorithm and jump out of the local optimal trap.)
改进PSO算法及其测试函数
- 为了更好地改善多目标粒子群优化算法的收敛性和多样性的pso 算法(In order to improve the convergence and diversity of multi-objective particle swarm optimization algorithm, PSO algorithm is proposed)