登录
首页 » matlab » Hybrid-PSO-GSA-Code

Hybrid-PSO-GSA-Code

于 2015-06-06 发布 文件大小:4KB
0 221
下载积分: 1 下载次数: 17

代码说明:

  Hybrid PSO and GA algorithm codes for Global optimization problems with a sample and cost function.

文件列表:

Hybrid PSO-GSA Code
...................\benchmark_functions.m,4047,2012-03-30
...................\benchmark_functions_details.m,2128,2012-03-30
...................\Main.m,845,2012-03-30
...................\PSOGSA.m,5228,2012-03-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab5.0study
    关于matlab软件学习的电子书,包括怎样在matalab软件中实现统计计算和画图等。(Matlab software to learn about e-books, including how to matalab software to achieve statistical calculations and drawing and so on.)
    2010-02-26 11:16:28下载
    积分:1
  • Adaptiveconstrainedparticleswarm
    针对粒子群优化算法应用于约束优化问题时易陷入局部极小值的问题, 提出了一种改进的粒子群优化算 法. 该算法综合了约束优化问题的目标函数值和约束函数的违反度值作为粒子群优化算法的双适应度值, 采用了 双适应值动态判断粒子群优化算法中粒子的优劣. 违反度值的计算引入了自适应加权系数, 相应地提出了调整各 权系数的自适应策略, 并改进了粒子群优化算法的粒子竞争选择策略, 拓展了粒子群优化算法的单适应值的应用 范围.应用约束自适应粒子群优化算法实现了城市水厂的节能优化调度. 结果表明, 该算法收敛速度快且结果可 靠. 粒子群优化算法为解决工程约束优化问题提供了一条可行途径(Considering that theparticleswarmoptimization( PSO) algorithmcanbeeasily trappedinto the local minimal valueinconstrainedoptimizationproblems, amodifiedconstrainedparticleswarmoptimiza tionalgorithmwasproposed. Theobjective functionvalue andthe violationvalue of constraint functions wereeffectively combinedto formtwofitnesses, andthefitnesseswereadoptedto estimate if theparticle wassuperior or not ina dynamicway. Theadaptiveweight functionwasadoptedinthe calculationof the violationvalue. The strategy of keeping anadaptive relationof weight coefficientswasproposed, andthe strategyof swarmtournament selectionwasimproved. Theapplicationlocalizationsof thesinglefitnessof PSOwerewidenedaswell. ThemodifiedconstrainedPSOalgorithmwasappliedtosolveenergyoptimiza tionproblemsof theurbanwater supplyprocess, whichshowedthat theconvergent speedof thealgorithm isfast andthe result isvalid. Afeasibleapproachto solvetheindustrial constraint optimizationproblems withPSOwasprovided.)
    2012-04-27 20:26:28下载
    积分:1
  • Normalized--matching
    本文主要是利用归一化的模板匹配方法,来定位出LED显示模块上的每个灯。(This paper is the use of normalized template matching method to locate the LED lights on each display module.)
    2011-10-29 10:48:10下载
    积分:1
  • Butterworth
    说明:  在matlab上实现通过巴特沃斯滤波器来设计数字滤波器。(In matlab to achieve through the Butterworth filter to design digital filters.)
    2008-11-10 13:34:00下载
    积分:1
  • synchronous-identification
    synchronous identification technique
    2013-01-15 05:37:13下载
    积分:1
  • DesignProjection
    该程序实现了压缩感知理论中采用矩阵的优化。在压缩感知理论中,要求采样矩阵与稀疏矩阵的相关性越低越好。该代码采用一种交替投影的方法实现采用矩阵的优化,有效降低其相关性。(The program to achieve the optimization of the use of matrix theory compressed sensing. Requirements of the sample matrix and sparse matrix theory of compressed sensing, the lower the better. The code uses an alternating projection method to achieve the optimization of the use of matrix to effectively reduce the correlation.)
    2020-11-21 13:39:35下载
    积分:1
  • 88
    说明:  UWB的仿真代码,还算是比较详细的,希望对您有所帮助(UWB simulation code, fairly detailed, and I hope for your help)
    2012-12-29 11:08:04下载
    积分:1
  • computerwork_2
    2. 设 是窄带信号,定义 是在 区间上均匀分布的随机相位。 是寬带信号,它是一个零均值、方差为1的白噪音信号e(n)激励一个线性滤波器而产生,其差分方程为 。 1) 计算 和 各自的自相关函数,并画出其函数图形。根据此选择合适的延时,以实现谱线增强。 2) 产生一个 序列。选择合适的 值。让 通过谱线增强器。画出输出信号 和误差信号e(n)的波形,并分别与 和 比较。 (Computer Experiments: 1. Consider an AR process x(n) defined by the difference equation where v(n) is an additive white noise of zero mean and variance .The AR parameters and are both real valued: a) Calculate the noise variance such that the AR process x(n) has unit variance .Hence , generate different realization of the process x (n). b) Given the input x (n), an LMS filter of length M = 2 is used to estimate the unknown AR parameters and . The step size is assigned the value 0.05. Compute and plot the ensemble average curve of and by averaging the value of parameters and over an ensemble of 100 different realization of the filter. Calculate the time constant according to the experiment results and compare with the corresponded theoretical value. c) For one realization of the LMS filter, compute the prediction error And the two tap-weight errors and Using power spectral plots of , show that)
    2020-06-28 19:40:01下载
    积分:1
  • matlab
    锁相环和微分方法的介绍和matlab仿真步骤(Phase-locked loop and an introduction to the differential method and the matlab simulation steps)
    2013-11-18 21:03:15下载
    积分:1
  • 常规波束形成器DOA估计算法-allmethod
    常规波束形成器DOA估计算法 , Capon最小方差估计方法 , 多重信号分类(MUSIC)算法 的比较(' Conventional beamformer DOA estimation algorithm' , ' Capon minimum variance estimation methods' , ' multiple signal classification (MUSIC) algorithm' comparison)
    2020-07-01 11:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载