CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 改进 遗传算法 matlab

搜索资源列表

  1. Matlab遗传算法改进程序

    3下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
  3. 所属分类:人工智能/神经网络/遗传算法

  1. GABP.利用改进遗传优化算法解决BP神经网络中局部最小问题

    2下载:
  2. matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
  3. 所属分类:matlab例程

    • 发布日期:2015-11-24
    • 文件大小:8.86kb
    • 提供者:magic
  1. quantumgeneticalgorithm.rar

    1下载:
  2. 一种带量子门的改进的遗传算法matlab源程序。,A quantum gate with improved genetic algorithm matlab source.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-14
    • 文件大小:12.56kb
    • 提供者:李晓东
  1. GAToolbox.rar

    0下载:
  2. MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。,MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:228.1kb
    • 提供者:Anlaen Liang
  1. GA

    2下载:
  2. 自适应遗传算法 [matlab] 对遗传算法的改进 效果不错-Adaptive genetic algorithm [matlab] of genetic algorithms to improve the effectiveness of good
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:36.91kb
    • 提供者:mingming
  1. cellga_optimization_results

    1下载:
  2. 一种改进的遗传算法及用于数值优化的结果分析-An improved genetic algorithms and numerical optimization for the results of analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:2.31mb
    • 提供者:李明
  1. program

    1下载:
  2. 本程序用于对工件图像的预处理,边缘提取等。将改进遗传算法和Hausdorff距离结合用于工件识别。采用canny边缘为匹配特征,将修正的Hausdorff距离作为相似性度量准则,并应用遗传算法进行最佳匹配的快速搜索,成功实现了目标物体的匹配识别-This procedure used for the workpiece image preprocessing, edge extraction and so on. Will improve the genetic algorithm and Ha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:32.82kb
    • 提供者:南飞燕
  1. GAyuanchengxu

    1下载:
  2. 遗传算法及其各种改进算法的MATLAB实现-Genetic algorithm and its improved algorithm of MATLAB implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:102.65kb
    • 提供者:小孩
  1. matlab-Genetic_Algorithm

    0下载:
  2. 实现遗传算法的matlab仿真,并对原始的遗传算法做了改进-Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:46.27kb
    • 提供者:胡鸿明
  1. IGA

    0下载:
  2. 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1.97kb
    • 提供者:碧天
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:zhoulimin
  1. GA

    0下载:
  2. MATLAB实现的改进遗传算法程序,希望对大家有所作用。-MATLAB program to achieve the improved genetic algorithm, we hope to effect.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:3.54kb
    • 提供者:tank
  1. GeneticAlgorith遗传算法

    3下载:
  2. 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
  3. 所属分类:matlab例程

  1. 改进遗传算法求最大值程序

    0下载:
  2. matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:2kb
    • 提供者:千千Sama
  1. 遗传算法(精英选择)-matlab

    6下载:
  2. 描述了带有精英选择策略的遗传算法优化方法,主要有别于以往的轮盘赌选择方法,改进了性能(introduce a select factor into GA algotitm to improve the characteristic of GA itself)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:193kb
    • 提供者:```hollyshee9
  1. 关于用遗传算法改进BP神经网络的MATLAB实现

    0下载:
  2. 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:CAUCHY-G
  1. 遗传算法改进的神经网络程序

    0下载:
  2. 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the network is generally unable to run
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:50kb
    • 提供者:leesinger
  1. 改进遗传算法MATLAB编程

    1下载:
  2. 对传统遗传算法进行了改进,简单易懂可运行(The traditional genetic algorithm is improved, which is simple, easy to understand and run)
  3. 所属分类:进化算法

    • 发布日期:2018-05-01
    • 文件大小:1.23mb
    • 提供者:IBELEVE
  1. IQGA(改进的量子遗传算法)

    1下载:
  2. IQGA(改进的量子遗传算法Matlab程序)(IQGA (Improved Quantum Genetic Algorithms))
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-09-18
    • 文件大小:3kb
    • 提供者:dw dw dw dw
  1. 基于遗传算法matlab优化程序

    1下载:
  2. 改进型的GA,寻优速度快,可用用作电力系统潮流计算等方面。(The improved GA has fast optimization speed and no dimension disaster)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-18
    • 文件大小:11kb
    • 提供者:oldyoung1997
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com