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

搜索资源列表

  1. GA遗传算法——理论、应用与软件实现中的源代码

    0下载:
  2. GA遗传算法——理论、应用与软件实现中的源代码-GA GA -- Theory, Application and Implementation of the software source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:635411
    • 提供者:原野
  1. GA遗传算法2005

    0下载:
  2. 遗传算法的C代码。如需使用可根据实际问题进行修改。-genetic algorithm C code. For use in accordance with practical problems amended.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6116
    • 提供者:
  1. GA----GeneticAlgorithms

    0下载:
  2. 遗传算法vb实现代码,快去看看吧。也许你会用到的-genetic algorithm to achieve vb code, a matter of priority, let's see it. You may use the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7527
    • 提供者:doudou
  1. ANN+GA

    0下载:
  2. 使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7854
    • 提供者:chenming
  1. GA

    0下载:
  2. C的遗传算法的源代码。是遗传算法原理及应用(王小平)的源代码,包含基本的遗传算法和一些遗传算法的举例-C genetic algorithm source code. Is the principle and application of genetic algorithms (Wang Xiaoping) source code, including the basic genetic algorithm and a number of genetic algorithm, for examp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:731433
    • 提供者:han
  1. GA

    0下载:
  2. 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1154407
    • 提供者:周钟
  1. ga

    0下载:
  2. 基于VB开发的遗传算法源程序,基于VB开发的遗传算法源程序-Based on the VB source code developed by genetic algorithm, based on the VB source code developed by Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:166106
    • 提供者:xiake
  1. ga

    0下载:
  2. 遗传算法,何不错的代码哦,欢迎下载了,不要登陆的-Genetic algorithm, how well the code Oh, welcome to download, and not landing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:7861
    • 提供者:xiechen
  1. GA

    0下载:
  2. 遗传算法的Visual C++源代码,自己修改用吧。-Genetic Algorithm Visual C source code, modify their use of it.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:483659
    • 提供者:唐新星
  1. GA

    0下载:
  2. 该源码是神经网络中常用的遗传算法的代码。遗传算法是最优化常用的解法之一。-The source code is generated gabor operator of the source image characteristics, such as image segmentation can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2412
    • 提供者:xiao
  1. ga

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

    • 发布日期:2015-09-29
    • 文件大小:104273
    • 提供者:周武静
  1. ga

    0下载:
  2. A Genetic algorithm code
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 遗传算法的资料大全,包括ppt,编程源码,几乎涵盖了学习遗传算法的所有内容。 强烈推荐-Sourcebook of genetic algorithms, including ppt, programming source code, covering almost all the contents of learning genetic algorithm. Strongly recommended
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:8893847
    • 提供者:chensd
  1. GA

    0下载:
  2. 基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 这是一本关于遗传算法的经典书籍《遗传算法原理及应用》,内容通俗易懂,适合初学者,后用附有GA的源代码。-This is a classic book on genetic algorithms, " Genetic Algorithms and Applications" , the content easy to understand for beginners, post the source code to use with GA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3486586
    • 提供者:Nancy
  1. GA

    0下载:
  2. 遗传算法程序源代码,很好的一个源代码。很有借鉴价值-Genetic algorithm source code, a good source. Great reference value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:6810
    • 提供者:
  1. GA

    0下载:
  2. 基于VB的遗传算法源程序,特别适合于初学者。-VB-based genetic algorithm source code available! Particularly suited to beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-30
    • 文件大小:145408
    • 提供者:gh11
  1. GA-code-for-VRP-in-C

    0下载:
  2. 用遗传算法解决VRP问题的C语言源代码,欢迎交流-VRP with a genetic algorithm to solve the problem of the C language source code, welcomed the exchange
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:7417
    • 提供者:MGC
  1. vrp-basedon-GA

    0下载:
  2. 基于C++的遗传算法代码,用于解决VRP问题,十分便于初学者学习-Based on genetic algorithm in C++ code for solving VRP problems, very easy for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5251
    • 提供者:yulun
  1. GA-BP汇总大全(含详细教程代码和论文)

    2下载:
  2. 文中包含利用遗传算法进行优化的梯度下降神经网络的代码和教程,内容非常丰富,包含可以直接运行的代码和相关重要参考文献论文,可帮助理解,属于很综合的优秀资料,个人现分享出来供大家学习,谢谢!(This article contains the code and tutorial of gradient descent neural network optimized by genetic algorithm. The content is very rich, including the code
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-03-18
    • 文件大小:6288384
    • 提供者:一叶知东
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com