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

遗传算法程序

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

  • bianjielianma
    MATLAB 特征提取 边界链码(图像处理)(MATLAB boundary chain code feature extraction (image processing))
    2009-05-19 10:11:19下载
    积分:1
  • baozhuang
    AB公司的ContolLogix 5000软件控制系统编程实例!(AB ContolLogix 5000 software control system programming examples!)
    2011-02-15 09:30:06下载
    积分:1
  • signal_processing
    信号前处理,不包含数字滤波及其相关功能。(signal processing,Do not include digital filter and its related functions )
    2012-05-03 13:58:28下载
    积分:1
  • Matlab-testing-instrument-control
    Matlab控制测量仪器产生所需的测试信号详细文档,对于特定开发或者不想购买仪器license的人,很有用(Matlab control test intrument like tek or agilent generating signals)
    2013-10-10 11:13:04下载
    积分:1
  • ExtractGLCM
    说明:  灰度共生矩阵方法用来提供一幅图像的灰度共生矩阵值,然后送到分类器中进行分类(gray level co-occurrence matrix,a very important method of extracting features)
    2011-03-05 21:46:08下载
    积分:1
  • 1
    说明:  电力系统潮流计算程序用MATLAB程序编写的(Newton Raphson power flow calculation program written in MATLAB)
    2010-05-16 14:48:46下载
    积分:1
  • An-Introduction-to-Programming-and-Numerical-Meth
    This text provide good training for general use of Matlab and numerical programing application of Matlab
    2012-05-09 23:15:25下载
    积分:1
  • acsman
    controller design using matlab
    2009-11-08 23:21:18下载
    积分:1
  • yj12
    基于遗传算法的多目标优化的例子,是工具箱中的的例子(based on genetic algorithms multi-objective optimization example, the toolkit is an example)
    2006-05-18 18:05:23下载
    积分:1
  • cs229-notes12
    这是 Andrew Ng 机器学习讲义《Reinforcement Learning and Control》,包含了离散和连续MDP的内容,比官网的课件全。(官网的缺乏连续MDP部分)(This is Andrew Ng Machine Learning Materials " Reinforcement Learning and Control" , contains a discrete and continuous MDP content than the official website of the courseware whole. (Official website of the lack of continuous MDP section))
    2013-07-22 14:42:52下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载