登录
首页 » matlab » ga

ga

于 2012-04-28 发布 文件大小:2KB
0 212
下载积分: 1 下载次数: 1

代码说明:

说明:  GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.m 产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.m 产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)

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

发表评论

0 个回复

  • Learn-Matlab-7.0
    说明:  这是一部关于学习Matlab7.0版的编程书籍,比其他版本更详细(This is a version of the program on learning Matlab7.0 books, more than any other version)
    2011-02-26 13:46:37下载
    积分:1
  • Matlab
    说明:  图象边缘检测及定位,开发环境是MATLAB,可直接编译使用。(Image edge detection and localization, and development environment is MATLAB, can be directly compiled with.)
    2010-04-02 15:57:50下载
    积分:1
  • harris
    Harris角点检测算法,程序亲自验证,可以使用(harris appendimages match)
    2013-01-14 20:13:08下载
    积分:1
  • filtcheb
    this code is about Band pass filter.
    2014-09-22 17:52:53下载
    积分:1
  • EMD
    该 程序是将经验模态函数分解为特征模态函数的一种有效方法(emd is emperical module decomposition it can decompose the signal into characteristic signals and it is an effective method.)
    2009-03-05 13:04:04下载
    积分:1
  • gaussian_mixture_model
    基于高斯混合分布的假设,利用EM算法对数据进行分类(classification based on the Gaussian Mixtrue Models using EM algorithms)
    2010-01-06 16:02:31下载
    积分:1
  • MUSIC
    利用空间平滑技术的多重信号分类MUSIC算法,在matlab环境下实现(The use of spatial smoothing technique multiple signal classification MUSIC algorithm in matlab environment to achieve)
    2013-11-26 10:17:47下载
    积分:1
  • lms
    自适应算法滤波器--lms,以《现代信号处理》(张贤达)书上所讲过程所写(Adaptive algorithm filters- lms, to the "Modern Signal Processing" (Zhang XD) book written by the process of speaking)
    2013-12-15 14:08:34下载
    积分:1
  • smithchart-program-ya
    smithchart program ya
    2015-01-21 16:05:35下载
    积分:1
  • KAM
    采用M语言对一正弦信号实现基于卡尔曼滤波器的PID控制(PID control based on kalman filter)
    2009-02-07 09:51:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载