-
ga
说明: 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] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
exp2
MIT归一化算法,为了克服MIT自适应律的缺陷需要对其做些修正,使得自适应增益与输入信号幅值无关(MIT normalization algorithm, MIT adaptive law in order to overcome its shortcomings need to do to fix such adaptive gain is independent of the input signal amplitude)
- 2013-12-17 10:59:53下载
- 积分:1
-
Exercise05
5th exercise of computer graphics course
- 2014-11-22 23:55:14下载
- 积分:1
-
56628
Topic is the optimization of municipal domestic waste collection and transportation routes, the problem is: there are number of different load of garbage trucks set out the station experienced 32 garbage collection garbage and then returned to the station. Waste matrix of distances between poin...
- 2015-02-11 23:13:23下载
- 积分:1
-
voice-filtering-process
matlab应用实例-语音滤波程序,使对matlab编程的简单应用跟熟悉(matlab examples- voice filtering process, so that a simple application of matlab with the familiar programming)
- 2011-06-06 16:41:06下载
- 积分:1
-
matlab-from-entry-to-the-master
matlab从入门到精通,让你更加快速掌握matlab(matlab from entry to the master)
- 2013-08-05 11:42:30下载
- 积分:1
-
clc
一个MUSIC算法的MATLAB实例,大家可以在此基础上进行适应性修改(MUSIC algorithm MATLAB instance, we can adapt based on)
- 2013-03-31 23:50:14下载
- 积分:1
-
test5
matlab图像转换,本人开发的用于路径规划算法(matlab image conversion)
- 2010-12-25 23:54:12下载
- 积分:1
-
digital-signal-source
《深入浅出数字信号处理》这本书中的源程序,matlab语言编写。(The " layman digital signal processing" book source)
- 2012-11-06 19:31:59下载
- 积分:1
-
comone
matlab小程序,希望大家喜欢,谢谢你的爱(matlab small program, hope you like, thank you for your love)
- 2010-08-30 16:02:25下载
- 积分:1