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

遗传算法程序

于 2020-06-07 发布
0 223
下载积分: 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 个回复

  • Algorithm.Collections.for.Digital.Signal
    Algorithm Collections for Digital Signal Processing Applications Using Matlab.
    2009-12-14 04:53:28下载
    积分:1
  • Solution-of-linear-equations
    其中的相应程序为实现解决线性方程组的相应的方法,程序测试正确。(Corresponding procedures for the realization of the appropriate method to solve linear equations, the correct program testing.)
    2012-03-28 17:46:51下载
    积分:1
  • Matlab有限元结构动力学分析与工应用(源序)
    Matlab有限元结构动力学分析与工程应用-徐斌 源代码(Matlab finite element structural dynamics analysis and engineering applications - Xu Binyuan code)
    2021-02-04 21:29:57下载
    积分:1
  • fenge
    利用MATLAB编写的实现纹理图像的分割,但其只是针对部分图像可以达到很好的效果,不具有普遍适应性。(Prepared using MATLAB implementation of texture image segmentation, but only for the portion of the image can be achieved very good results, do not have universal adaptability.)
    2009-12-30 15:26:23下载
    积分:1
  • CH4
    This is a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox options.(This is a GUI based system. The GUI is invoked from the command line by typing " ui_start" . The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is " runsim.m" . In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox options.)
    2011-05-04 09:21:11下载
    积分:1
  • SARAlg
    2篇比较经典的FMCW雷达合成孔径成像的文章(Two classic article FMCW radar synthetic aperture imaging)
    2013-02-05 16:21:32下载
    积分:1
  • MeanShift
    Mean shift sementation. matlab
    2009-02-25 10:48:15下载
    积分:1
  • ofdm_gito
    CMMB标准中OFDM matlab 仿真,学习OFDM入门经典(CMMB OFDM Matlab simulation ,is a typical introduction of OFDM)
    2010-08-11 17:10:01下载
    积分:1
  • 0-annc_slotine
    book number one in control system (automatique)
    2014-08-23 17:59:56下载
    积分:1
  • spatial-error
    I have provided the code for watermarking code in spatial domain and check difference between original and corrupted image.
    2015-02-17 00:30:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载