-
G_P
说明: g-p算法,分形理论。。。。。。。。。。。。。。。。。。(gp algorithm, fractal theory. . . . . . . . . . . . . . . . . .)
- 2010-04-06 14:52:13下载
- 积分:1
-
mat1234151616
关于matlab的两篇很有用的文章,学习matlab的必备啊!(on Matlab two very useful article, the essential learning Matlab ah!)
- 2007-05-30 09:45:44下载
- 积分:1
-
DMC
初学者学习预测控制的简单的DMC的MATLAB编程(MATLAB Programming for beginners to learn the DMC predictive control)
- 2012-08-02 15:40:03下载
- 积分:1
-
pub-mb_4367
MOBILE ROBOT PREDICTIVE TRAJECTORY TRACKING
- 2015-01-06 04:21:38下载
- 积分:1
-
fuuzy
程序是模糊MPPT控制,包括三个模块,光伏电池模块
模拟boost电路模块
(mppt MPPT control program is vague. Consists of three modules, photovoltaic module analog boost circuit module)
- 2021-04-08 21:59:00下载
- 积分:1
-
Source
fruit recognise use matlab
- 2013-07-25 00:46:05下载
- 积分:1
-
Using-DFT-(-FFT-)
用DFT(FFT)对时域离散信号进行频谱分析(Time-domain discrete signal spectrum analysis using the DFT (FFT))
- 2012-05-22 09:17:13下载
- 积分:1
-
BLDC_Control
BLDC SIMULATION FOR DOWNLOAD TO GET DETAIL
- 2020-07-03 03:40:02下载
- 积分:1
-
MATLAB1
matlab codes for ant colony optimization
- 2009-12-11 15:16:31下载
- 积分:1
-
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