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

搜索资源列表

  1. GA_Denis_Cormier

    0下载:
  2. 一个遗传算法的经典代码,供大家参考学习,有什么好的代码一起分享-A classical genetic algorithm code for your reference learning, what good code share
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4276
    • 提供者:qinjian
  1. TSP

    0下载:
  2. 通过C++语言的运用遗传算法解决TSP问题,源码写的比较清楚,详看代码-C++ language by using genetic algorithm to solve TSP problem, the source more clearly written, detailed look at the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3313
    • 提供者:rs
  1. tsp

    0下载:
  2. 本源码是matalb解决数学中经典的tsp问题的代码,算法思想是遗传算法-The source is matalb tsp solve mathematical problems in the classical code, the algorithm idea is that genetic algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2163
    • 提供者:wangyuexing
  1. myGA

    0下载:
  2. 改进的遗传算法,代码完整,经过调试,可成功执行。-GA programme
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:948
    • 提供者:lilihong
  1. FindRouteGUI

    0下载:
  2. 1,已完成功能 (1)距离短时大部分情况下可以选择最短路径进行移动 (2)加入了精英选择优化算法 (3)无论地图大小一定可以得出路径 (4)点击障碍物可以得出路径 3,代码改进 将原来两大类(Widget,Geno)拆分成三个类(Widget,Handle,Geno), Widget:显示界面等可视化元素,获取最短路径并显示移动, Handle:优化路径,得出最短路径,以后会加入通信模块 Geno:计算得出一定数量的可达路径 4,算法描述
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:10699
    • 提供者:chan
  1. AI

    0下载:
  2. 人工智能技术代码块.对遗传算法和神经网络进行结合.量不大.给]AI初学者的一个直观2的认识-A module represents arifical intelligence technique about generic algorithm and nurtual network.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 一本适合初学者的遗传算法好书啊,附有C语言的代码程序,对初学者特别有用。-A good book for beginners genetic algorithm, ah, with the C language code for the program, especially useful for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:3486581
    • 提供者:cc
  1. GA

    0下载:
  2. 这个是个人编写的关于遗传算法的代码实现,并附有实例!-the realization of GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:37528
    • 提供者:zk
  1. 11111

    0下载:
  2. 进化算法用于多元回归分析,遗传算法结合多元回归分析,比较新颖的方法,有详细代码,欢迎大家下载~-Evolutionary algorithm for multiple regression analysis, genetic algorithm combined with multiple regression analysis, a relatively new approach, a detailed code, welcome to download ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2164
    • 提供者:王军
  1. TspGa

    0下载:
  2. 以前做的用遗传算法解决TSP问题的程序,C++的代码-Done before the problem with genetic algorithm to solve TSP program, C++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:538651
    • 提供者:heizi
  1. matlab

    0下载:
  2. 遗传算法案例代码全功能,实用,好用,难得下载的-Genetic algorithm code for a fully functional case, practical, easy to use, rare downloads
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:86751
    • 提供者:gaolu
  1. matlab-GA

    1下载:
  2. 模拟退火遗传算法通用代码,可以自己更改哈!-General simulated annealing genetic algorithm code, you can change yourself Ha!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7206
    • 提供者:ljb
  1. GA-for-C-code

    0下载:
  2. 遗传算法自适应算法的C代码,供大家学习参考-Adaptive algorithm of genetic algorithm C code for everyone to learn information
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:5175
    • 提供者:wang
  1. yichuansuanfa

    0下载:
  2. 人脸识别工程中运用遗传算法的来实现的有关代码。-Face recognition project using genetic algorithms to achieve the relevant code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:208167
    • 提供者:pingkai
  1. jgap

    0下载:
  2. 遗传算法的开发包jagp,官网给出了很多例子,但是对于初学者来说读懂有点困难,在这里自己写了一个简单的代码,随机取数求和,得到最佳和值,开发完全按照jgag流程,希望对初学者有帮助!-Genetic Algorithm Development Kit jagp, the official website gives many examples, but a bit difficult for beginners to read, write here a simple code, take th
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2316
    • 提供者:刘兴龙
  1. 0584510

    0下载:
  2. 该代码是遗传算法的优化计算(输入自变量降维)。其中gaot文件夹为GAOT遗传算法工具箱,该工具箱安装步骤安装步骤:File→Set Path→Add with Subfolders→Save。-The code is a genetic algorithm optimization(the input argument dimension reduction). gaot folder is GAOT genetic algorithm toolbox, the installation st
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:295000
    • 提供者:徐新玲
  1. matlab1

    0下载:
  2. 神经网络遗传算法函数极值寻优--非线性函数极值代码,内附有详细代码,详细请参考matlab在数学建模中的应用。-Neural network genetic algorithm function optimization extreme- extreme nonlinear function code, containing a detailed code, matlab details please refer to the application of mathematical modeli
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:101958
    • 提供者:陈虹志
  1. DE_CPP

    0下载:
  2. 实现差分进化算法 的C++ 代码。差分进化算法是基于种群的遗传进化算法,应用于参数优化等问题。-DE with VC++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:12913
    • 提供者:陈普
  1. ga-argithm

    0下载:
  2. 遗传算法的运用,及改进,可以直接使用,是matlab的算法,不过对不同用途自己要改动代码。-The use of genetic algorithms, and improved
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:6210
    • 提供者:zubin
  1. genetic-algorithm

    0下载:
  2. 采用遗传算法解决八数码问题。分六个子程序,有代码说明和测试结果。-Using genetic algorithm to solve the problem eight digital. Divided into six routines, there are code descr iptions and test results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:16630
    • 提供者:苏柏良
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com