CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm c

搜索资源列表

  1. PaiKe

    0下载:
  2. c#编写的排课系统,基于遗传算法的,很有研究价值-c# Timetable prepared systems, based on genetic algorithm, it is the research value of
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:135736
    • 提供者:yaofeng
  1. Stochastic-Programming-1

    0下载:
  2. 用遗传算法求解随机模型的C++实现,绝对能够运行成功的-Genetic algorithm with stochastic models of the C++ to achieve, definitely be able to run successful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:32788
    • 提供者:希瑞
  1. ipr.iso

    0下载:
  2. 《图像模式识别--VC++技术实现》/ 杨淑莹编著 配套cd 夲书介绍图像模式识别的各种算法及其编程实现。内容包括:模式识别的基夲槪念,模板匹配分类器,几何分类器,聚类分析,遗传算法聚类分析等。-" Image pattern recognition- VC++ technology to achieve" /杨淑莹edited夲book cd package introduced a variety of image pattern recognition algori
  3. 所属分类:Graph Recognize

    • 发布日期:2016-08-29
    • 文件大小:16743021
    • 提供者:stl
  1. GA-VC

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-24
    • 文件大小:16697
    • 提供者:常明
  1. Genetic

    0下载:
  2. 基于遗传算法的研究的代码,利用的是C语言描述-Research based on genetic algorithm code, using the C language to describe
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9093101
    • 提供者:张扬
  1. P07164538[1].pdf

    0下载:
  2. An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications.the formula is pdf.-An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications.the formula is pdf.
  3. 所属分类:Editor

    • 发布日期:2017-03-26
    • 文件大小:355223
    • 提供者:lisea
  1. P07195031[1].pdf

    0下载:
  2. An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications-An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications
  3. 所属分类:Editor

    • 发布日期:2017-04-25
    • 文件大小:224521
    • 提供者:lisea
  1. NSGA

    1下载:
  2. nsga2非支配排序遗传算法,c++源码实现-nsga2 non-dominated sorting genetic algorithm, c++ source code to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3970
    • 提供者:李彦彪
  1. IslandGA_src

    0下载:
  2. illustrate Genetic Algorithm with Island model, written in C#.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:249901
    • 提供者:xxx
  1. 8queen

    0下载:
  2. 通过遗传算法求解N皇后问题,用c++编写-Through the Genetic Algorithm for N queens problem, using c++ write
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1071059
    • 提供者:Bill Gates
  1. tspGeneticAlgorithm

    0下载:
  2. 一个遗传算法求解TSP问题的具体实现,采用C++实现,可以采用网上提供的城市节点数据测试-A genetic algorithm for TSP on the specific implementation, using C++ implementation, available online the city can use the node data test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:149588
    • 提供者:wangrenbiao
  1. gaMatlab

    0下载:
  2. 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。-Fuzzy C-means algorithm converges to local minimum points easily, in order to overcome the shortcomings of genetic algorithm is applied to fuzzy C-means al
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1478
    • 提供者:zsy
  1. GARR0

    2下载:
  2. 利用遗传算法解决机器人路径规划问题,较好的一个例程,在VC++平台下开发-Using the genetic algorithm to solve robot path planning problem, the better a routine in VC++ platform development
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3875121
    • 提供者:李志远
  1. backpack

    0下载:
  2. 用C#来实现遗传算法中的背包问题。其中只有变异过程。-Using C# to implement the genetic algorithm knapsack problem. Only mutation process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:82645
    • 提供者:李洁
  1. Csharp-Genetic-Algorithm--

    0下载:
  2. 一个简单的遗传算法在c#。它将不会多线程,也有异国情调的操作人员和收敛标准(例如一种情形发现许多解决方法是非常相似的)。它只是证明遗传算法在托管代码,利用的一些特点。net的运行时间。 -A simple genetic algorithm in c#. It will not be multi-threaded, there are also exotic operators and convergence criteria (for example, found that many so
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:39577
    • 提供者:zsepy
  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. Genetic-Algorithms

    0下载:
  2. 遗传算法的c++代码,供大家参考与修改和学习-Genetic algorithm c++ code, for reference and revision
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:4234
    • 提供者:wangziming
  1. ECGA_1_1

    0下载:
  2. This is an Extended Compact Genetic Algorithm in C-This is an Extended Compact Genetic Algorithm in C++
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:25996
    • 提供者:ttd
  1. Genetic-Algorithm

    0下载:
  2. 使用Visual c++实现电梯调度的遗传算法-Using Visual c++ genetic algorithm to achieve the elevator scheduling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2401619
    • 提供者:张恒
  1. genetic-algorithm

    0下载:
  2. 遗传算法源代码,用c语言编写!亲自调试可以使用!-genetic algorithm!
  3. 所属分类:DNA

    • 发布日期:2017-04-06
    • 文件大小:300840
    • 提供者:huang
« 1 2 3 45 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com