搜索资源列表
Discrete_PSO_TSP_C
- 离散粒子群算法(Discrete PSO)C语言源代码。 附带有利用D-PSO解决旅行商问题(TSP)的代码可作为使用时的Demo参考-discrete particle swarm algorithm (Discrete PSO) C language source code. Incidental use of a D-PSO solve the traveling salesman problem (TSP) code can be used as a reference when t
离散粒子群实例
- 离散粒子群算法解决网络重构问题
DPSO.离散二进制粒子群算法
- 离散二进制粒子群算法 DPSO ,DPSO
binary_pso_c
- 离散版粒子群算法,MATLAB环境中的,对求解离散优化问题很有帮助.-Discrete version of PSO, MATLAB environment to solve the problem of discrete optimization helpful.
psotsp
- 用粒子群算法解决tsp问题,其粒子群算法为离散粒子群算法。-Using particle swarm algorithm to solve the problem tsp its discrete particle swarm PSO.
Particle-Swarm
- 粒子群算法在离散问题中的应用。这里主要是在TSP问题中的应用。-Discrete Particle Swarm Optimization Problems. Here the main problem in the application of TSP.
pso_binary
- 离散粒子群算法,在VC++使用时,需改变设置 project->setting->link: 在category里选择output,在stack的Reserve里输入0x10000000(也就是10M) 原因: 局部变量申请得太多,默认stack只有1M,声明的局部变量超过这个限制就会overflow-binary pso algorithm
ParticleFilter
- 有关离散粒子群PSO算法的实现,很经典的。使用vs2000实现的-The discrete particle swarm PSO algorithm, very classic. Achieved using vs2000
lisanPSO
- 关于离散粒子群算法的程序,仿真效果好,精度高-Program on the discrete particle swarm algorithm, the simulation results, high precision
Constrained-Engineering-Optimization
- 将离散约束优化问题转化为非负整数约束规划问题,开发求解该问题的离散差分进化算法。该算法采用基于混沌映射 的种群初始化、双版本变异和带随机扰动项的取整运算等新策略。针对非线性约束条件,给出惩罚基数的计算方法和连续映 射基函数的表达式,在此基础上设计处理非线性约束的自适应惩罚因子。提出一种刻画种群多样性的新测度——种群二次平 均基因距离及基于新测度的依概率混沌移民算子。将自适应罚函数法、依概率混沌移民操作与离散差分进化算法有机融合, 构造面向工程约束优化的混合离散差分进化算法
ls_PSO
- 求解背包问题的离散粒子群算法程序,采用0-1二进制编码,可以直接运行!-Discrete particle swarm algorithm for knapsack problem using 0-1 binary coding, and can be run directly!
DPSO
- 粒子群算法用于解决离散问题,主程序是离散粒子群算法解决旅行商问题-Discrete particle swarm algorithm is used to solve the problem, the main program is a discrete particle swarm algorithm to solve the traveling salesman problem
discrete-particle-swarm-optimization
- 改进后的离散粒子群算法,支持多种寻优解决方案-The improved discrete particle swarm optimization (pso), support for multiple optimal solutions
interruptible-load-calculation
- 本MATLAB程序是基于离散粒子群算法的可中断负荷的优化计算-The MATLAB program is a discrete particle swarm optimization algorithm based on interruptible load calculation
DPSO
- 离散粒子群算法。粒子群算法原来只能处理连续变量,算法进行了改进,可以处理离散变量-Discrete particle swarm optimization algorithm, particle swarm optimization algorithm can only deal with continuous variables, the algorithm is improved, can handle discrete variables
TSP-pso
- 自适应离散粒子群算法求解TSP问题,包含有三个基本实例,其中含扰动变量可防止陷入局部最优-Adaptive particle swarm optimization for TSP, contains three basic example, which prevents the disturbance variable containing local optimum
BPSO
- 变邻域,含变惯性权重策略的自适应离散粒子群算法,完美运行,适应函数是多式联运路径优化实例计算-Variable Neighborhood, Adaptive Discrete Particle Swarm Variable inertia weight strategy perfectly, fitness function is multimodal path optimization calculation examples
PSO_mppt
- 应用于多峰值MPPT问题,采用PSO寻找最大功率点,具体实现在S-function中,仿真时建议找一个内存大的电脑用连续仿真,离散在这种仿真时容易出问题。自行读程序只需输入光伏电压电流即可实现,仿真多峰值问题时光伏板注意反并联二极管,输出为占空比,boost、隔离boost都可以使用(For multi-peak MPPT problem, PSO is used to find the maximum power point, which is realized in S-function.
71348358pso
- 离散粒子群算法,改进的二值粒子群算法,可以正常运行(Discrete particle swarm optimization algorithm, improved binary particle swarm optimization algorithm)