登录
首页 » matlab » 实数编码遗传算法

实数编码遗传算法

于 2020-07-02 发布 文件大小:18KB
0 264
下载积分: 1 下载次数: 10

代码说明:

  这是用matlab编写的十进制的实数编码遗传算法程序(This is a coded real coded genetic algorithm written in MATLAB)

文件列表:

(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\arithXover.m, 1348 , 2003-12-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\B2F.M, 589 , 2001-04-20
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\CONTENTS.TXT, 993 , 2002-03-04
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\DELTA.M, 565 , 2001-10-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\exampleFn.m, 1717 , 2003-12-18
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\F2B.M, 588 , 2001-10-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\FloatExample.m, 2832 , 2004-01-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\GA.M, 10042 , 2004-01-06
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\GEN2.M, 17336 , 2004-01-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\initializega.m, 3223 , 2004-01-07
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\maxGenTerm.m, 436 , 2001-10-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\nonUnifMutation.m, 2246 , 2003-12-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\normGeomSelect.m, 1400 , 2001-10-08
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\PARSE.M, 585 , 2001-04-20
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\README.TXT, 1356 , 2002-03-11
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\ROULETTE.M, 861 , 1998-04-14
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法\STARTUP.M, 33 , 2001-10-09
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法\实数编码遗传算法, 0 , 2018-05-22
(用matlab编写的十进制的遗传算法程序)实数编码遗传算法, 0 , 2018-05-22

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

发表评论

0 个回复

  • e
    说明:  电路回溯计算,在MATLAB下实现电路回溯计算。一个本人的课程设计。(Back calculation circuit, the circuit in MATLAB to achieve countback. One of my course design.)
    2010-05-16 16:29:23下载
    积分:1
  • memd
    经验模态分解m源程序,matlab实现,一般用于信号分析处理...(The EMD program,executed in matlab)
    2021-01-26 16:28:36下载
    积分:1
  • numerical_integration_algorithm
    实现复合辛普森公式、隆贝格算法、复合高斯公式求解数值积分,并有案例(Achieve a composite Simpson formula, Long Beige algorithm, Gauss formula for solving complex numerical integration, and there have been cases)
    2013-12-17 23:44:39下载
    积分:1
  • Jacob
    metodos de jacobi by davo
    2010-11-30 06:00:22下载
    积分:1
  • range_compress
    线性调频信号的脉冲压缩,合成孔径雷达(SAR)的第一个作业程序(the compression of chirp signal)
    2013-12-03 15:58:59下载
    积分:1
  • 91315v00_BPU_us
    Relaying and orthogonal frequency division multiple access (OFDMA) are the accepted technologies for emerging wireless communications standards. The activities in many wireless standardization bodies and forums, for example IEEE 802.16 j/m and LTE-Advanced, attest to this fact. The availability or lack thereof of efficient radio resource management (RRM) could make or mar the opportunities in these networks. This paper therefore provides a comprehensive RRM algorithm for OFDMA-based multi-cellular fixed relay networks in a way to ensure fairness among users with minimal impact on the network throughput (in contrast, pure opportunistic RRM techniques always favor users with good channel conditions
    2010-09-03 16:25:39下载
    积分:1
  • Rosen
    Rosen梯度投影法,用于解决非线性规划的线性约束问题,可用于解决matlab程序(Rosen gradient projection method for solving nonlinear programming problem with linear constraints can be used to solve matlab program)
    2013-09-25 08:49:09下载
    积分:1
  • 遗传算法求解VRP问题
    说明:  使用遗传算法解决车辆路径VRP问题,可用于物流,外卖等的路径规划问题(Using genetic algorithm to solve VRP Problem can be used in logistics, takeout and other path planning problems)
    2020-10-16 20:35:46下载
    积分:1
  • fahp
    模糊层次分析法的程序实现,score 三个表是别人的打分表,填进去 然后在matlab直接调用[S1,S2,S3] = Matrix() 然后再调用 C = firstFuzzy( S1, S2, S3 )这个就可以了 出来的就是打分表的所得的权重((1, S2, S3) = Matrix () and then call C = firstFuzzy (S1, S2, S3) This is the same as the other one of the scoring tables. It can be out of the scoring table is the weight of the income)
    2020-12-30 10:48:59下载
    积分:1
  • kalman
    Visual C++编程实现Kalman滤波器(It realize the Kalman filter with visual c++)
    2010-08-11 20:12:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载