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

搜索资源列表

  1. SGA

    0下载:
  2. 遗传算法的好代码,值得研究! 遗传算法的好代码,值得研究!-Genetic algorithm, genetic algorithm!
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:4459
    • 提供者:和子
  1. 001

    0下载:
  2. 一个人工智能的课设,是遗传算法求最值,主要代码在kernel.h中!-Set up a course in artificial intelligence, genetic algorithms are seeking the most value in the main code at kernel.h!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7164953
    • 提供者:lele
  1. Sources

    0下载:
  2. MATLAB遗传代码的源码 具体如何使用?希望能受到指点-MATLAB specific genetic code of the source how to use? Want to be pointing
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3884483
    • 提供者:张华
  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. matlabforVRP

    2下载:
  2. 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-20
    • 文件大小:6693
    • 提供者:ly
  1. yichuan

    0下载:
  2. 遗传算法matlab代码,是最实用的算法之一-Genetic algorithm matlab code, is one of the most practical method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:10534
    • 提供者:098iop
  1. A_very_simple_genetic_algorithm_source_code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:4281
    • 提供者:Kaavield
  1. nsga2-gnuplot-v1.1

    0下载:
  2. nsga2具体算法代码,用来多目标遗传算法的学习和研究-the code of nsga2
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:24350
    • 提供者:小刘
  1. matlab

    0下载:
  2. 自适应遗传算法的MATLAB代码-Adaptive Genetic Algorithm MATLAB code ~~~~~~~~~~~~~~
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:797
    • 提供者:尤佳
  1. yichuanSGAjava

    0下载:
  2. java 的一个基于遗传算法的代码说明 应用- an application of java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9285
    • 提供者:sunxiudi
  1. tsp

    0下载:
  2. 遗传算法求解tsp问题的matlab代码-Genetic algorithm matlab code issues tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2959
    • 提供者:吴立锋
  1. mobanGA

    0下载:
  2. 这是一个很基本的遗传算法代码,目的是给初学者提供一个相对较好的模板。希望对大家有用。-This is a very basic genetic algorithm code, the purpose is to provide a relatively good beginner' s template. Useful for all of us hope.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2094
    • 提供者:Harry
  1. Adaptivegeneticalgorithmmatlabcode

    0下载:
  2. 自适应遗传算法matlab代码,用MATLAB语言编写,可以直接运行。-Adaptive genetic algorithm matlab code, used MATLAB language, you can directly run.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:745
    • 提供者:钱前
  1. improvedGA

    0下载:
  2. 改进遗传算法(GA)部分代码,仅供学习者参考-Improved genetic algorithm (GA) part of code, for learner reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1629
    • 提供者:zangtianlei
  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-29
    • 文件大小:419091
    • 提供者:xnhcx
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1719
    • 提供者:田文杰
  1. GAcode

    0下载:
  2. 一个很有用的动态遗传算法代码,可以运行,结果良好-Dynamic genetic algorithm code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1400
    • 提供者:weiming
  1. Multithreading

    0下载:
  2. 一个关于Java多线程的技术文档,简单介绍了线程的概念,线程的创建,线程的调度,线程的优先级等基本概念,并配有相应的代码讲解。-Java multi-threaded on a technical documentation, briefly introduced the concept of threads, thread creation, thread scheduling, thread priority, the basic concepts and explain with a co
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:793102
    • 提供者:吴贵洪
  1. GA_fitting

    0下载:
  2. 此代码是本人写的用遗传算法拟合MIMO系统TF模型参数,通过例子说明算法的有效性。-This code is written, I fit MIMO systems using genetic algorithms TF model parameters, through the examples of the algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2661
    • 提供者:Liu Hongbin
  1. GA1

    0下载:
  2. 遗传算法代码,用于函数优化等,也可以改进,实现其他功能。-genetic algorithm is very useful for university student.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:7883
    • 提供者:王一
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com