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

搜索资源列表

  1. gabags

    0下载:
  2. 网站上关于遗传算法开发可谓工具箱满天飞。可工具箱超级难用。鉴于此,本人自己完全用matlab实现遗传算法解决多背包问题并留了qq。-Web site development on the genetic algorithm toolbox is all over the place. Toolbox can be super hard to use. In view of this, I am not at all with the realization of genetic algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1504
    • 提供者:李斌
  1. liulina.doc

    0下载:
  2. 河南理工大学遗传算法开题报告,是关于Holland提出的LCS理论 -Henan Polytechnic University, genetic algorithm problem that the report is on the LCS theory proposed by Holland
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6826
    • 提供者:刘月霞
  1. yichuansuanfaqiujielvxingshang

    0下载:
  2. 利用遗传算法求解旅行商问题,其中附有程序实现的源代码-The use of genetic algorithm to solve traveling salesman problem, of which attached to the source code program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4080
    • 提供者:张驰
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599431
    • 提供者:
  1. SGA3

    0下载:
  2. 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:314300
    • 提供者:张一
  1. GAFO.ZIP

    0下载:
  2. 在matlab中利用遗传算法实现函数优化-In the use of matlab genetic algorithm function optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:109092
    • 提供者:周大卫
  1. gaMATLAB

    1下载:
  2. 遗传算法优化装配生产线任务,MATLAB源码,优化出生产线最佳装配路径-Genetic algorithm to optimize the assembly line, optimizing task MATLAB source, the best assembly line
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-26
    • 文件大小:1900
    • 提供者:ronnie
  1. 6

    0下载:
  2. 继续上次传的简单遗传算法,本次加入啦测试部分。-Continue to the last mass of the simple genetic algorithm, to join you in this part of the test.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:小光
  1. ga-PID

    8下载:
  2. 利用遗传算法优化pid控制器三个参数的matlab程序-The use of genetic algorithm to optimize the three parameters of pid controller matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-26
    • 文件大小:2504
    • 提供者:王建
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the solution process and the fina
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:624126
    • 提供者:郑益夫
  1. zydp

    0下载:
  2. 文件中包含一些资源调配相关的论文,其中涵盖了资源掉配模型的研究,并采用蚁群算法、遗传算法来实现。-Document contains a number of papers related to the allocation of resources, which covers the allocation of resources out of the research model and the use of ant colony algorithm, genetic algorithm to
  3. 所属分类:Project Design

    • 发布日期:2017-06-22
    • 文件大小:41699861
    • 提供者:sino
  1. 11

    0下载:
  2. 利用遗传算法求解函数极值。真的可以啊,确实啊-Use genetic algorithm function extremum.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:45239
    • 提供者:qht
  1. GAbp

    3下载:
  2. 遗传算法程序包,包括用GA直接训练BP网络的权重算法,用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法,以及纯BP算法-Genetic Algorithm package, including direct training GA weight of BP network algorithm, first used GA for the weight of BP network, and then trained BP net BP mixed directly GA-BP
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3939
    • 提供者:yanhaifeixue
  1. GA

    0下载:
  2. 描述遗传算法的由来及基本原理,并阐述了其具体实现的步骤的例子。对于新学GA算法的人来说是一本不错的书籍!-Descr iption of the origin of genetic algorithms and the basic principles, and described the steps to achieve their specific example. GA learning algorithm for the new person is a good book!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3486585
    • 提供者:王列
  1. gadelphi

    0下载:
  2. 遗传算法解决调度问题,用于毕业设计,经运行没有问题!-Genetic algorithm is used to solve scheduling problem, the graduation design, the operation no problem!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:44878
    • 提供者:ronnie
  1. daima

    0下载:
  2. 遗传算法程序: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Procedure genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3450
    • 提供者:
  1. MATLAB

    0下载:
  2. MATLAB遗传算法工具箱函数应用 有需要学习和了解遗传算法工具箱函数的 -MATLAB genetic algorithm toolbox function application
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:4624
    • 提供者:
  1. genetic

    0下载:
  2. 《Matlab遗传算法工具箱及应用》Sheffield大学gatbs工具箱所有算例下载及调试说明-" Matlab toolbox and application of genetic algorithms" Sheffield University, all gatbs toolbox download and debug an example that
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:764246
    • 提供者:liuzhe
  1. chuyunpeng

    0下载:
  2. 遗传算法,毕业设计.让我们一起共同学习探讨吧!-Genetic algorithm, graduation design. Let us explore together to learn it!
  3. 所属分类:Document

    • 发布日期:2017-06-10
    • 文件大小:17403161
    • 提供者:chuyunpeng
  1. SGALAB1003beta5005

    0下载:
  2. 这是一个经典的遗传算法标准源程序,可以在此基础上进行改进和提高-This is a classic source of standard genetic algorithm can be carried out on this basis to improve and enhance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:14708195
    • 提供者:zhizhou
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com