Welcome![Sign In][Sign Up]
Location:
Search - SimuAPSO

Search list

[Mathimatics-Numerical algorithmsSimuAPSO

Description: 有基于模拟退火的粒子群算法优化求解无约束优化问题-Simulated annealing based on particle swarm optimization algorithm for solving unconstrained optimization problems
Platform: | Size: 1024 | Author: 王国 | Hits:

[AI-NN-PRSimuAPSO

Description: 基于模拟退火的粒子群算法,解决无约束优化问题-Based on simulated annealing particle swarm algorithm to solve unconstrained optimization problems
Platform: | Size: 1024 | Author: | Hits:

[AI-NN-PRSimuAPSO

Description: 模拟退火发与粒子群算法的结合,程序可用,收敛的很快-Simulated Annealing and Particle Swarm made the combination of procedures available, fast convergence
Platform: | Size: 1024 | Author: 宋明 | Hits:

[Mathimatics-Numerical algorithmssimuapso

Description: 一种新的智能优化算法,将粒子群算法与模拟退火算法结合-A new intelligent optimization algorithms, particle swarm algorithm and simulated annealing algorithm
Platform: | Size: 1024 | Author: 李振 | Hits:

[matlabSimuAPSO

Description: 基于模拟退火的粒子群算法matlab编程-Based on simulated annealing particle swarm algorithm matlab programming
Platform: | Size: 1024 | Author: xbb | Hits:

[OS programsimuapso-best

Description: 高维的基于模拟粒子群算法 论文源码 试验过可以用-Based on high-dimensional simulation of particle swarm paper source
Platform: | Size: 6144 | Author: 李正茂 | Hits:

[AI-NN-PRPSO

Description: 各种粒子群或改进型粒子群算法 1)粒子群优化算法(求解无约束优化问题) 1>PSO(基本粒子群算法) 2>YSPSO(待压缩因子的粒子群算法) 3>LinWPSO(线性递减权重粒子群优化算法) 4>SAPSO(自适应权重粒子群优化算法) 5>RandWSPO(随机权重粒子群优化算法) 6>LnCPSO(同步变化的学习因子) 7>AsyLnCPSO(异步变化的学习因子)(算法还有bug) 8>SecPSO(用二阶粒子群优化算法求解无约束优化问题) 9>SecVibratPSO(用二阶振荡粒子群优化算法求解五约束优化问题) 10>CLSPSO(用混沌群粒子优化算法求解无约束优化问题) 11>SelPSO(基于选择的粒子群优化算法) 12>BreedPSO(基于交叉遗传的粒子群优化算法) 13>SimuAPSO(基于模拟退火的粒子群优化算法) -Various PSO or improved particle swarm algorithm 1) Particle Swarm Optimization (unconstrained optimization problems) 1> PSO (PSO) 2> YSPSO (PSO algorithm to be compression factor) 3> LinWPSO (linearly decreasing weight particle swarm optimization) 4> SAPSO (adaptive weight particle swarm optimization) 5> RandWSPO (random weight particle swarm optimization) 6> LnCPSO (synchronous changes in learning factor) 7> AsyLnCPSO (asynchronous learning factor changes) (algorithm also bug) 8> SecPSO (particle swarm optimization algorithm with a second-order problem solving unconstrained optimization) 9> SecVibratPSO (with a second-order oscillating particle swarm optimization algorithm for solving constrained optimization problems five) 10> CLSPSO (chaotic particle swarm optimization algorithm for solving unconstrained optimization problems) 11> SelPSO (selection-based particle swarm optimization) 12> BreedPSO (genetic optimization algorithm based
Platform: | Size: 9216 | Author: wyf | Hits:

[OtherSimuAPSO

Description: 模拟退火改进的粒子群算法,分享出来,希望对大家有用!-Improved particle swarm algorithm of simulated annealing, sharing, the hope that useful to everybody!
Platform: | Size: 1024 | Author: liu | Hits:

[AI-NN-PRSimuAPSO

Description: 基于模拟退火的粒子群优化算法。基本粒子群优化算法中,虽然粒子速度作了限制,不会变化太大,但位置更新时未作限制,就有可能新的位置会变得很坏,引起收敛速度缓慢,所以对更新的位置也要作限制-Particle swarm optimization algorithm based on simulated annealing
Platform: | Size: 1024 | Author: 张小米 | Hits:

[AI-NN-PRSimuAPSO

Description: 用基于模拟退火的粒子群优化算法求解无约束优化问题-With optimization algorithm based on simulated annealing Particle Swarm unconstrained optimization problems
Platform: | Size: 1024 | Author: 易文轩 | Hits:

[matlabPSOs

Description: 13种粒子群优化算法 PSO,AsyLnCPSO,BreedPSO,CLSPSO,LinWPSO,LnCPSO,RandWPSO,SAPSO,SecPSO,SecVibratPSO,SelPSO,SimuAPSO,YSPSO-13 kind of particle swarm optimization algorithm
Platform: | Size: 9216 | Author: hml | Hits:

[OtherSimuAPSO

Description: 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO 改进PSO -improve PSO
Platform: | Size: 1024 | Author: mi | Hits:

[matlabSimuAPSO

Description: 模拟退火法在搜索过程中具有概率突跳的能力,能够在有效地避免搜索过程陷入局部极小值解,模拟退火算法在退火过程中不但接受好的解,而且还以一定的概率接受差的解,同时这种概率受到温度参数的控制,其大小随着温度的下降而减小。-Simulated annealing method has the ability of probability jumping in the search process, and can effectively avoid the search process into the local minimum solution. The simulated annealing algorithm not only accepts the good solution in the annealing process, but also receives the poor with a certain probability And the probability is controlled by the temperature parameter, and its size decreases with the decrease of the temperature.
Platform: | Size: 1024 | Author: wangqiang | Hits:

[matlab13种PSO算法以及课件

Description: 各算法对应的问题如下:   PSO 用基本粒子群算法求解无约束优化问题   YSPSO 用带压缩因子的粒子群算法求解无约束优化问题   LinWPSO 用线性递减权重粒子群优化算法求解无约束优化问题   SAPSO 用自适应权重粒子群优化算法求解无约束优化问题   RandWPSO 用随机权重粒子群优化算法求解无约束优化问题   LnCPSO 用学习因子同步变化的粒子群优化算法求解无约束优化问题   AsyLnCPSO 用学习因子异步变化的粒子群优化算法求解无约束优化问题   SecPSO 用二阶粒子群优化算法求解无约束优化问题   SecVibratPSO 用二阶振荡粒子群优化算法求解无约束优化问题   CLSPSO 用混沌粒子群优化算法求解无约束优化问题   SelPSO 用基于选择的粒子群优化算法求解无约束优化问   BreedPSO 用基于交叉遗传的粒子群优化算法求解无约束优化问   SimuAPSO 用基于模拟退火的粒子群优化算法求解无约束优化问题(13 PSO algorithms and coursewares)
Platform: | Size: 7247872 | Author: linlin1992 | Hits:

[matlabSimuAPSO

Description: 模拟退火粒子群优化算法的matlab源程序 ,可直接调用(Simulated annealing particle swarm optimization algorithm matlab source, can be directly called)
Platform: | Size: 1024 | Author: 淑女协会会长 | Hits:

CodeBus www.codebus.net