登录
首页 » matlab » 遗传算法程序

遗传算法程序

于 2020-06-07 发布
0 192
下载积分: 1 下载次数: 6

代码说明:

说明:  遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群。(Genetic algorithm (GA) is a search algorithm used to solve optimization in computational mathematics. It is one of evolutionary algorithms. Evolutionary algorithms were originally developed by borrowing phenomena in evolutionary biology, such as heredity, mutation, natural selection and hybridization. Genetic algorithms are usually implemented as a computer simulation. For an optimization problem, an abstract representation of a certain number of candidate solutions (called individuals) (called chromosomes) evolves towards a better solution. Traditionally, solutions are represented in binary (that is, strings of zeros and ones), but other representations are possible. Evolution begins with a population of completely random individuals, and it happens from generation to generation.)

文件列表:

遗传算法程序, 0 , 2018-07-14
遗传算法程序\0-遗传算法代码-最大值, 0 , 2018-07-14
遗传算法程序\0-遗传算法代码-最大值\crossover.m, 563 , 2009-07-22
遗传算法程序\0-遗传算法代码-最大值\decode.m, 372 , 2009-07-12
遗传算法程序\0-遗传算法代码-最大值\ga_main.m, 2435 , 2009-10-06
遗传算法程序\0-遗传算法代码-最大值\init_population.m, 120 , 2009-07-12
遗传算法程序\0-遗传算法代码-最大值\roulette.m, 381 , 2009-07-12
遗传算法程序\0-遗传算法代码-最大值\主程序.docx, 14392 , 2017-07-06
遗传算法程序\0-遗传算法代码-最大值\使用说明.txt, 47 , 2009-10-06
遗传算法程序\0-遗传算法代码-最大值\问题.ppt, 16384 , 2006-07-18
遗传算法程序\1--遗传算法代码-最小值, 0 , 2018-07-14
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值.docx, 46126 , 2016-07-10
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码, 0 , 2018-07-14
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码\crossover.m, 527 , 2016-07-10
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码\decode.m, 335 , 2016-07-10
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码\init_population.m, 95 , 2016-07-10
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码\pathdef.m, 38425 , 2016-07-10
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码\roulette.m, 332 , 2016-07-10
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码\yichuan1.m, 3030 , 2016-07-10
遗传算法程序\1--遗传算法代码-最小值\遗传算法求函数极小值代码\使用说明.txt, 50 , 2016-07-09

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

发表评论

0 个回复

  • FDTD_1D
    计算一维光子晶体的带隙计算,用MATLAB编程,时域有限差分法(photonic crystal 1_D)
    2010-06-06 23:44:19下载
    积分:1
  • lsvmk
    分类和拟合,支持向量新算法。最小二乘,但只能用于二维数据(Classification and fitting a new support vector algorithm. Least squares, but only for two-dimensional data)
    2008-05-12 22:29:14下载
    积分:1
  • 球形译码的详细步骤MSDSD
    主要讲述球形译码的详细步骤,包括信道仿真,球状译码的实现,还有在仿真图形的对比(Mainly about the the sphere decoding steps, including channel simulation spherical decoding implementation, as well as in the comparison of the simulation graphics)
    2020-07-06 14:58:58下载
    积分:1
  • IGMM
    说明:  基于Dirichlet过程的基因信号处理方法的研究(Dirichlet process based on the genetic signal processing method)
    2010-04-22 14:19:23下载
    积分:1
  • MATLAB-7
    帮你在最短的时间内精通MATLAB7,内含详细讲解!(Help you proficient in the shortest possible time MATLAB7, containing detailed explanation!)
    2011-04-26 09:16:24下载
    积分:1
  • Brushless-DC-motor-
    无刷直流电机 伺服控制系统仿真 精华,对转向器等方面有用(The brushless DC motor servo control system simulation the essence of the steering gear and other useful)
    2012-06-23 12:53:51下载
    积分:1
  • tf
    说明:  一本国外网站下载的时频分析的权威资料。我看过了,写得挺有深度的,总结得很好(A foreign Web site to download the time-frequency analysis of authoritative information. I have read, write, did well depth, summed it up well)
    2008-04-21 15:10:14下载
    积分:1
  • pinyu
    频域波束形成仿真图,可以自行修改包括采样频率,阵元数等数据(Frequency domain beamforming simulation map, can make its own decisions including the sampling frequency, the number of data element)
    2009-06-11 19:35:36下载
    积分:1
  • differential-equation-modeling
    This example is based on the integration of interactive simulation environment simulink to do, mainly based on simulink modeling equations, gives the spring mass damper system. We hope to learn about simulink help.
    2014-11-07 21:55:29下载
    积分:1
  • mssa-g
    多频道奇异谱分析,即奇异谱分析的升级版,广泛应用于气象变化,股市波动,降噪等领域。(Multi-channel singular spectrum analysis, that singular spectrum analysis of an upgraded version of the widely used weather changes, stock market volatility, noise reduction and other areas.)
    2014-01-26 21:22:38下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载