登录
首页 » Matlab » GA(genetic algorithm)遗传算法源代码

GA(genetic algorithm)遗传算法源代码

于 2022-03-30 发布 文件大小:2.95 kB
0 84
下载积分: 2 下载次数: 1

代码说明:

区别于传统算法,遗传算法以初始种群中每个个体为“染色体”开始搜索,这些染色体经过一系列的后期迭代不断进化,每一代都以“适应度”衡量其好坏,生成的下一代称为“后代”,后代由前代经过交叉、变异产生。染色体被选中的概率和其适应度高低相关,最后,算法收敛于最好的染色体。一般的遗传算法基本步骤如下:1.确定编码方案,随机生成初始种群;2.确定适应度函数,计算每个个体的适应度,判断是否符合相应准则,如果符合,则输出最优解,若不符合,则进入第3步;3.根据适应度选择再生个体,适应度越高,被选中的概率越高,适应度越低,被淘汰的可能性越大;4.交叉以产生新个体;5.变异以产生新个体6.根据第4步和第5步生成新种群,返回第2步,直到符合相应准则并输出最优个体与代表的最优解。 

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

发表评论

0 个回复

  • k-means(matlab)
    关于k-means聚类算法的MATLAB实现(On the k-means clustering algorithm of MATLAB realize)
    2007-09-03 19:50:45下载
    积分:1
  • HSOGA
    《求解全局优化问题的混合自适应正交遗传算法》一文的源码,见软件学报2010年第6期的文章。该代码中的自适应正交叉遗传算子有极强的搜索能力,特别适合高维工程函数模型的优化,如机器人多自由度的数学模型优化。虽然本人虽已不从事什么学术上的研究,但若你借鉴了其中的代码或者思想,请把该文献加入到你的参考文件中,谢谢。(" Global Optimization Problem with adaptive orthogonal genetic algorithm," a source text, see the software section 6 of the 2010 article. The code is cross-adaptive genetic operators have strong search capabilities, especially for high-dimensional model of the optimization of engineering functions, such as robots and more degrees of freedom mathematical model optimization. While engaged in what I though no academic research, but if you borrowed the code or ideas, please send the document to your reference file, thank you.)
    2010-07-22 17:45:37下载
    积分:1
  • backstep1901
    backstepping Controller application
    2014-11-23 00:40:02下载
    积分:1
  • fenyei
    仿真图是速度、距离、幅度三维图像,虚拟力的无线传感网络覆盖,数学方法是部分子空间法。( FIG simulation speed, distance, amplitude three-dimensional image, Virtual power wireless sensor network coverage, Mathematics is part of the subspace.)
    2017-02-23 16:27:20下载
    积分:1
  • RobotDiferencial
    Code for program a robot diferencial
    2015-03-05 00:12:00下载
    积分:1
  • pca降维算法
    pca降维算法,试验已经成功,将39维数据降到12维(PCA dimensionality reduction algorithm, the test has been successful, the 39 dimensional data down to 12 dimensions)
    2020-09-17 16:07:55下载
    积分:1
  • matlab1
    余成波《数字图像处理及Matlab实现》.pdf(YU Cheng-bo " digital image processing and Matlab to achieve" . Pdf)
    2009-12-11 17:09:32下载
    积分:1
  • UWB-BPSK-Analysis
    采用BPSK调制的UWB信号,matlab源代码(UWB BPSK signal generation)
    2011-05-19 16:57:38下载
    积分:1
  • 全面的常用数字信号调制测试例程
    采用的是脉冲对消法,Matlab实现界面友好,利用贝叶斯原理估计混合logit模型的参数,包括压缩比、运行时间和计算复原图像的峰值信噪比,能量熵的计算,窗函数法设计一个数字带通FIR滤波器。
    2023-07-29 02:00:03下载
    积分:1
  • zhongzhilvbo4b3(4)
    说明:  采用中值滤波法背景建模,图像处理,对连续图像进行目标跟踪和数据关联。(Median filtering method using background modeling, image processing, continuous image of the target tracking and data association.)
    2008-09-16 11:33:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载