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

遗传算法程序

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

  • openpiv_Matlab_24Sep2009
    很好的粒子图像测速(PIV)Matlab代码,在Matlab R2010a 下测试通过(Good particle image velocimetry (PIV) Matlab code, tested under Matlab R2010a)
    2010-05-07 16:22:55下载
    积分:1
  • replenishment-strategy
    利用matlab编程,从现有5种补货策略选取最优的策略,并对策略进一步优化。文件中包含问题的描述及优化过程。(The use of matlab programming, from the existing five kinds of replenishment strategy for selecting the optimal strategy, and strategy was further optimized. File contains a description of the problem and the optimization process.)
    2010-01-20 22:38:46下载
    积分:1
  • M.File
    IEC Flickermeter Simulation
    2014-02-13 02:49:28下载
    积分:1
  • 0800229_Nitish(1)
    Help ful for those programmers doing project
    2011-04-20 12:50:39下载
    积分:1
  • TVL1
    这是一个关于全变分的盲复原算法,该算法在实际应用了取得了很好的效果,希望对大家有好处。(This is a variation on the whole of blind image restoration algorithm in the practical application of the good results obtained, we hope to benefit.)
    2011-05-09 21:00:22下载
    积分:1
  • shiyufenxi
    连续时间信号与系统的复频域分析,包含拉普拉斯变换;求解传递函数零点、极点;时域响应等。(Complex frequency domain continuous-time signals and systems analysis, including Laplace transform solving transfer function zeros, poles such as time-domain response.)
    2014-08-18 23:20:40下载
    积分:1
  • pxc387675
    fuzzy logic implementation in matlab with the help of membership functions and fuzzy rules.
    2010-11-15 05:27:29下载
    积分:1
  • Jakes_fast
    说明:  实现Jakes模型的快衰落仿真,希望对大家的学习有很好的帮助,看过之后给些意见(Jakes model to achieve fast fading simulation, we hope to learn a very good help, give some advice after reading )
    2011-03-24 21:43:52下载
    积分:1
  • BootstrapFilter2
    ASIR algorithm in particle filter
    2010-06-02 03:42:24下载
    积分:1
  • Ultrawideband
    超宽带(UWB)的多频带OFDM与定点transmitterreceiver物理层建模 UWB的分析 超宽带的BPSK分析 第五阶导数的BPSK超宽带 超宽带信道模型 超宽带链接分析 超宽带单环 超宽带单脉冲 超宽带多旋回(Ultra-wideband (UWB) multiband OFDM physical layer with fixed-point transmitterreceiver modeling analysis of UWB UWB BPSK Fifth Order Derivative analysis of BPSK UWB UWB UWB channel model for UWB link analysis of UWB single-loop single-pulse ultra-wideband polycyclic)
    2010-08-10 09:22:17下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载