搜索资源列表
PSO_constrian.rar
- PSO算法求解带约束优化问题,包含所有源程序和运算图片。写论文是编的。,PSO algorithm for solving constrained optimization problems, including all source code and the computing picture. Writing papers is made of.
Constrained_PSO_operator
- 带约束算子的粒子群算法,希望对大家的学习研究有所帮助。-Constrained PSO operator, we want to study and research help.
crosspso
- 带交叉因子的粒子群MATLAB算法程序,可实现带约束变量的微粒群算法-With cross-factor PSO algorithm MATLAB procedures, can be constrained variable particle swarm optimization
modified_PSO
- this modified PSO algorithm can solve for constrained optimization problem
tspdaima
- 设计特定的进化操作或约束修正因子。文献[ 28 ]采用罚函数法,利用非固定多段映射罚函数对约束优化问题进行转化,再利用PSO求解转化后的问题,仿真结果显示PSO相对进化策略和遗传算法有优越性,但其罚函数的设计过于复杂,不利于求解-Operation or design of the evolution of specific binding correction factor. Literature [28] The penalty function method, using non-stat
pso
- 粒子群算法解决约束优化问题,作为参考,具体情况加以改进-Constrained particle swarm optimization
PSO
- 各种粒子群或改进型粒子群算法 1)粒子群优化算法(求解无约束优化问题) 1>PSO(基本粒子群算法) 2>YSPSO(待压缩因子的粒子群算法) 3>LinWPSO(线性递减权重粒子群优化算法) 4>SAPSO(自适应权重粒子群优化算法) 5>RandWSPO(随机权重粒子群优化算法) 6>LnCPSO(同步变化的学习因子) 7>AsyLnCPSO(异步变化的学习因子)(算法还有bug) 8>SecPSO(用二阶粒
PSO-noncon
- 粒子群算法,可以计算含非线性不等式约束和等式约束的优化问题。-PSO algorithm can be calculated with nonlinear inequality constrained optimization problems and equality constraints.
PSO-GA
- 粒子群算法求解多维约束函数极值,并与遗传算法比较。结果发现,粒子群有很好的精度。-A particle swarm optimization algorithm for solving the extreme value of multi dimensional constrained function, and compared with genetic algorithm. The results show that the particle swarm has a good accurac
PSO
- 多目标约束优化程序 基于PSO算法 解决rosenbanana极小值问题-Multi objective constrained optimization program based on PSO algorithm to solve the rosenbanana minimum problem
pso-constrained
- particle swarm optimization constrained
NSGA-II
- 带约束处理,图形的PSO粒子群算法,功能强大,支持非线性约束条件(Constrained processing)
PSO_约束
- 在典型的pso粒子群算法应用中,解决有约束的问题的pso算法(In the application of typical PSO particle swarm optimization, the PSO algorithm for solving constrained problems is presented)
PSO
- 标准的粒子群算法程序代码,相对简洁,求解二维的带约束优化问题(Newton method for solving linear constrained problems)
improve PSO
- 近年来,一些学者将PSO算法推广到约束优化问题,其关键在于如何处理好约束,即解的可行性。如果约束处理的不好,其优化的结果往往会出现不能够收敛和结果是空集的状况。(In recent years, some scholars have extended the PSO algorithm to the constrained optimization problem, and the key is how to deal with the constraints, that is, the fea
PSO GUI
- Constrained PSO by MUHAMMAD NABAB ALAM
pso
- PSO求解约束非线性规划问题,适合刚入门的学习启发式算法(PSO for the constrained-NLP problem)
PSO-有约束优化
- 该资源使用matlab编写的有约束条件的粒子群算法,其中的代码对于解决一些约束问题可能会有很大的帮助,也可以为一些人提供一些想法与思路(This resource uses a constrained particle swarm algorithm written in matlab. The code in it may be very helpful for solving some constraint problems, and it can also provide some peo
PSO_yueshu
- 带有不等式/等式约束的加速粒子群算法(apso),主要通过罚函数来进行约束,速度较快,可处理带约束问题(Accelerated particle swarm optimization (APSO) with inequality / equality constraints, which is mainly constrained by penalty function, is fast and can deal with constrained problems)
PSO_byself.m
- 粒子群算法求解约束多目标优化万能matlab代码。本代码是基于有约束条件的寻优问题,采用APSO可以加快寻优的速度,修改参数比较简单,目标函数和上下限根据自身的需要进行改动,,可以实现目标函数的寻优(Particle swarm algorithm for solving constrained multi-objective optimization universal matlab code. This code is based on the optimization problem wi