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

搜索资源列表

  1. GAandCBR.rar

    1下载:
  2. 遗传算法和案例推理的C#代码,大家参考一下。,GA and Case-based Reasoning
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:16131
    • 提供者:lqinggui
  1. TSP

    0下载:
  2. 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2465
    • 提供者:卓越
  1. Cprocess

    0下载:
  2. c代码,用遗传算法求函数最大值f(x)=x^2 x 从0到30,希望有用-c code, using genetic algorithms function max f (x) = x ^ 2 x from 0 to 30, hope helpful
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:22858
    • 提供者:lijuan3623
  1. Cprocess

    0下载:
  2. C代码:遗传算法求函数最大值f(x)=x^2 x 从0到30,希望有用-C code: genetic algorithms function max f (x) = x ^ 2 x from 0 to 30 seek to help
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:12123
    • 提供者:lijuan3623
  1. gatool

    0下载:
  2. 遗传算法的GADS中的源码gatool函数代码-Genetic GADS in source gatool function code
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1816
    • 提供者:骆琰妍
  1. gafitness

    0下载:
  2. 遗传算法GADS的gafitness函数的代码-GA GADS of gafitness function code
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1759
    • 提供者:骆琰妍
  1. fitscalingshiftlinear

    0下载:
  2. 遗传算法GADS的fitscalingshiftlinear函数代码-GA GADS of fitscalingshiftlinear function code
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1338
    • 提供者:骆琰妍
  1. poll

    0下载:
  2. 遗传算法GADS的private函数中的poll函数代码-GA GADS the private function in the poll function code
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2021
    • 提供者:骆琰妍
  1. GA

    0下载:
  2. 遗传算法的C++程序源代码,此部分为功能描述的部分关键代码!-it is about GA! if you need it, download and check it! thanks
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:9212
    • 提供者:钱赛
  1. 1

    0下载:
  2. c++遗传算法非常有用的代码希望大家下载 多说无益快去下载吧-c++ code for genetic algorithm is very useful to say a futile hope to download Go to download it
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:2162
    • 提供者:王凯
  1. Improved-Genetic-Algorithm

    1下载:
  2. 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
  3. 所属分类:CSharp

    • 发布日期:2015-11-01
    • 文件大小:174080
    • 提供者:廖伟
  1. C-multi-objective

    0下载:
  2. 用遗传算法求解多目标非线性规划问题的C程序代码-The C++ code for genetic algorithm solving multi-objective nonlinear programming problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:2018
    • 提供者:Lemuria
  1. ga1

    0下载:
  2. 遗传算法的C#代码,界面很清晰,功能较齐全-source for GA
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:153599
    • 提供者:feng
  1. genetic

    0下载:
  2. 遗传算法解决8皇后问题:代码示例。在visualC++上可以运行。-The genetic algorithm to solve the eight queens problem: code example. Can run in visualC++.
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1542
    • 提供者:李海波
  1. full-variability-genetic-

    0下载:
  2. VCVC类遗传算法(完全变异法),对于解决多序列联配问题有一定的作用,由于完全变异法有两个随机数的,所以结果波动幅度较大,最佳遗传代数为200代,多序列联配的补空方案请自行调节。代码简单,方便。-Genetic algorithm VCVC class (full variability Law), to solve the multiple sequence alignment problem to a certain extent, there are two random numbers
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:1542
    • 提供者:彭卫城
  1. AI-Life

    0下载:
  2. C#遗传算法和人工神经算法实例代码,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。-C# genetic algorithms and artificial neural algorithm example code, the example of a simple artificial neural networks and genetic algorithms, interface langu
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:614828
    • 提供者:hpudn99
  1. Genetic-Algorithms-CPP

    0下载:
  2. 非常好的采用C++编写的遗传算法,相比其他代码,这个代码比较详尽-Very good using prepared by the C++, genetic algorithm, compared to other code, this code is more detailed
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:6023
    • 提供者:huang
  1. 遗传算法的基本算法,最优化算法

    0下载:
  2. 遗传算法的基本算法,最优化算法,以及单点交叉等有关遗传算法的代码
  3. 所属分类:C#编程

  1. ga

    0下载:
  2. 遗传算法程序代码,包括函数最优化,基本算法,分层遗传改进算法等-Genetic algorithm code, including function optimization, the basic algorithm, hierarchical genetic algorithm to improve
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1842508
    • 提供者:zazaza
  1. Genetic

    0下载:
  2. 一个比较简单易懂的关于GA遗传算法的C语言程序代码-A relatively straightforward on GA GA C language code
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4785
    • 提供者:陈复明
« 12 »
搜珍网 www.dssz.com