-
GAbp
遗传算法优化神经网络的通用的matlab程序,希望对大家有帮助(Genetic algorithm optimization neural network)
- 2009-10-27 13:43:41下载
- 积分: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
-
MATLAB codes used in Mathematical Methods for Diff
说明: 本程序为利用matlab求解微分方程的源程序及相关例子(the procedures for the use of Matlab to solve the differential equation of the source and relevant examples)
- 2005-09-02 22:12:54下载
- 积分:1
-
BP
说明: 测试网络的容错性,并且对实际含噪声的字母进行识别,以实现BP网络的识别功能。(Test network fault tolerance, and the actual identification of letters with noise, to achieve the BP network, recognition.)
- 2010-05-11 12:14:05下载
- 积分:1
-
MATLAB-commonly-used-algorithm
MATLAB常用算法程序集,功能比较齐全。(MATLAB commonly used algorithm for assembly, function relatively complete.)
- 2013-10-20 16:54:11下载
- 积分:1
-
newton
最优化方面的牛顿法算法,方便入门同学学习(Newton' s method algorithm optimized with respect to the most convenient entry students learning)
- 2013-04-17 02:11:11下载
- 积分:1
-
NormalModeSummation
利用模态叠加法实现对四自由度系统的共振频率与前四阶主振型的求解(The method of modal superposition is used to solve the resonance frequency and the first four main vibration modes of the four degree of freedom system.)
- 2018-04-07 14:40:50下载
- 积分:1
-
PDToolbox_matlab-master
Game theory toolbox for matlab
- 2018-01-31 20:02:08下载
- 积分:1
-
AAM_2D_example
statistical shape model AAM 2D example
- 2012-07-02 16:30:29下载
- 积分:1
-
Particle-Group-Toolbox
Matlab粒子群工具箱,实现优化计算中的粒子群算法功能(The Matlab Particle Swarm toolbox, particle swarm optimization calculation algorithm function)
- 2013-02-28 09:54:08下载
- 积分:1