CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 改进的遗传算法

搜索资源列表

  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:黄善理
  1. 遗传算法的三个算子

    2下载:
  2. 改进的遗传算法的三个操作算子,包括选择、交叉和变异。-Improved three arithmetic operator in genetic algorithm including select,crossover and mutuation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2153
    • 提供者:胡玉霞
  1. Matlab遗传算法改进程序

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

  1. quantumgeneticalgorithm.rar

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

    • 发布日期:2016-01-14
    • 文件大小:12864
    • 提供者:李晓东
  1. MyGA

    0下载:
  2. 一个简单的改进的遗传算法,用来求五维函数最大值,算法简单,对初学者有很好的帮助-Improvement of a simple genetic algorithm to seek the maximum five-dimensional function, the algorithm is simple, for beginners there is a very good help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:26366
    • 提供者:刘冰
  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
    • 文件大小:2421411
    • 提供者:李明
  1. improvedGAmain

    0下载:
  2. 改进的遗传算法源程序,采用实数编码,对多个参数的优化起到很好的改良作用!-Improved genetic algorithm source code, using real-coded, and the optimization of multiple parameters of the improved play a good role!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1302
    • 提供者:陈世界
  1. yizhgaijindeyic

    0下载:
  2. 一种改进的遗传算法程序,二进制编码的交叉算子,FloatExample和BinaryExample分别采用浮点编码和二进制编码方法-An improved genetic algorithm process, the binary-coded crossover operator, FloatExample and BinaryExample respectively floating point coding and binary coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13478
    • 提供者:周某某
  1. GA

    0下载:
  2. MATLAB实现改进的遗传算法,体现该算法在MATLAB上实现的效果-MATLAB to achieve improved genetic algorithm, embodied in the algorithm to achieve the effect of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3997
    • 提供者:xie
  1. GA

    0下载:
  2. 该算法为一改进的遗传算法,进行了调试,各参数可以设置,并能用于进行函数优化,效果不错,有说明文档。-The algorithm is an improved genetic algorithm was debugged, the parameters can be set, and can be used for function optimization, good results, there is documentation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:6285
    • 提供者:wangxuyu
  1. yichuansuanfa_jixieshou

    0下载:
  2. 提出一种改进的遗传算法用于求解机械手运动学逆问题. 该算法采用实数编码, 其交叉概率和变异 概率根据解的适应度函数值自适应调整. 计算机仿真结果显示, 该算法较简单遗传算法(SGA) 求解精度高, 收敛速度快且稳定性能好.-An improved genetic algorithm for solving the inverse problem of manipulator kinematics. The algorithm uses real number encoding, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:143065
    • 提供者:杨元龙
  1. improvedgeneticalgor

    0下载:
  2. vb写的改进的遗传算法程序。是一些通用代码-vb improved genetic algorithm written procedures. Some common code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2224
    • 提供者:roy
  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
    • 文件大小:2048
    • 提供者:千千Sama
  1. 改进遗传算法

    2下载:
  2. 改进的遗传算法,求解路径寻优的问题,加快了寻找全局最优解的速度(The improved genetic algorithm solves the problem of path optimization and accelerates the speed of finding the global optimal solution)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:逸凡
  1. 改进的禁忌搜索算法

    4下载:
  2. 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more accurately)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:逸凡
  1. ga

    0下载:
  2. 改进的遗传算法,主要用于求解柔性作业车间调度问题(The improved genetic algorithm is mainly used to solve the flexible job shop scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:一言万年
  1. 人工免疫遗传算法程序--改进的遗传算法

    0下载:
  2. 人工免疫遗传算法的matlab代码实现,实测可以出结果。(artificial immune genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:8192
    • 提供者:小迪要加U
  1. 案例2

    0下载:
  2. 改进的遗传算法,非常好的程序,大家可以借鉴一下(Improved genetic algorithm, very good procedures, we can learn from)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:科研必胜
  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-09
    • 文件大小:51200
    • 提供者:leesinger
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com