CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 遗传算法GA

搜索资源列表

  1. 遗传算法GA解决TSP问题

    0下载:
  2. 基本遗传算法GA解决TSP问题 完美运行
  3. 所属分类:其它

    • 发布日期:2011-06-13
    • 文件大小:3011
    • 提供者:wsluoqi37
  1. GA

    0下载:
  2. 带详细注释的遗传算法源代码 用C++编写的/.-Notes with detailed genetic algorithm source code with C++ Prepared /.
  3. 所属分类:Windows Develop

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

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. ga

    0下载:
  2. 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:726
    • 提供者:qinming
  1. GA

    8下载:
  2. 本程序是用遗传算法实现的目标火力分配问题,绝对能运行处你想要的结果-This procedure is used to achieve the goal of genetic algorithm the distribution of power, absolutely you want to run the Department the results of
  3. 所属分类:Windows Develop

    • 发布日期:2014-08-30
    • 文件大小:329194
    • 提供者:limeicui
  1. ga

    0下载:
  2. 遗传算法源程序 C++语言编写 复制就可以用-ga
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:2552
    • 提供者:ping bo
  1. tsp-GA-UI

    0下载:
  2. 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:419091
    • 提供者:xnhcx
  1. GAsuanfa

    0下载:
  2. 此程序通过遗传算法(GA)实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,也称码串、染色体。将实际问题的目标函数转变为染色体的适应函数,然后在随机产生的一批初始染色体的基础上,根据各染色体的适应函数值进行繁殖、交叉、变异等遗传操作产生下一代染色体。 -This procedure of genetic algorithm (GA) to achieve gray scale image segmentation, genetic process of the algor
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4167627
    • 提供者:马超
  1. 改进遗传算法11

    0下载:
  2. 是一个很好的程序,基于MATLAB对遗传算法进行的改进(Is a good program, based on MATLAB genetic algorithm improvements)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:108544
    • 提供者:haha秋天
  1. GA遗传算法

    0下载:
  2. 应用遗传算法求函数最优解,采用c++编程,包括三个文件。建议迭代次数大于等于100(Application of genetic algorithm to optimal solution of function)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:nglnc
  1. 遗传算法(精英选择)-matlab

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

    • 发布日期:2017-12-24
    • 文件大小:197632
    • 提供者:```hollyshee9
  1. GA

    0下载:
  2. GA拟合多元函数,实现函函数的拟合。遗传算法在拟合复杂函数具有很好的效果。残差小。(GA fitting multivariate functions, the realization of the function of the fitting. The genetic algorithm has a good effect in fitting complex functions. Small residual.)
  3. 所属分类:其他

    • 发布日期:2017-12-13
    • 文件大小:1066
    • 提供者:keykang1001
  1. 刘星算法

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。遗传算法广泛应用在生物信息学、系统发生学、计算科学、
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:韬文
  1. ga+TSP

    1下载:
  2. 由遗传算法开发的整数规划,车辆调度问题(Integer programming developed by genetic algorithm and vehicle scheduling problem)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:huang_sir
  1. 一种宋词自动生成的遗传算法及其机器实现

    0下载:
  2. 一种宋词自动生成的遗传算法及其机器实现。一篇关于遗传算法的有趣应用(a novel paper about the application of Genetic Algorithm, generate SONGCI by GA)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:302080
    • 提供者:快乐小神仙
  1. MATLAB AND GA

    0下载:
  2. 基于MATLAB的遗传算法编程工具箱,适用于遗传算法的初级使用者(A genetic algorithm programming toolbox based on MATLAB, suitable for primary users of genetic algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:9695232
    • 提供者:lyhing
  1. GA

    0下载:
  2. 遗传算法,实现物竞天择,是进化理论的一方面。遗传算法是解决搜索问题的一种通用算法,对于各种通用问题都可以使用。搜索算法的共同特征为: ① 首先组成一组候选解 ② 依据某些适应性条件测算这些候选解的适应度 ③ 根据适应度保留某些候选解,放弃其他候选解 ④ 对保留的候选解进行某些操作,生成新的候选解。(Genetic algorithm, to realize natural selection, is one aspect of evolutionary theory.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:DragonFZJ
  1. GA-work

    0下载:
  2. 利用遗传算法求解目标函数值的matlab程序(Matlab program for solving objective function value by genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:小强2018
  1. GA遗传算法

    0下载:
  2. 这是一个GA遗传算法的实现,很好可以使用(This is an implementation of a GA genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:pengq
  1. lqz_ga

    2下载:
  2. 上述两个文件分别是遗传算法和包括侧倾的三自由度车辆模型,遗传算法(GA)主要用于辨识三自由度车辆模型参数,主要辨识的参数有前后轴等效侧偏刚度、整车绕X轴和Z轴的转动惯量、质心位置、悬架侧倾刚度和阻尼等关系参数。(The above two files are respectively a genetic algorithm and a three-degree-of-freedom vehicle model including a roll. The genetic algorithm (GA
  3. 所属分类:Windows编程

    • 发布日期:2018-11-29
    • 文件大小:2048
    • 提供者:暗影牧沙
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com