CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Genetic Algorithm c

搜索资源列表

  1. GAtsp(C++)

    0下载:
  2. 这是从其他网站下载的C#程序,用以求解旅行商的问题,采用算法为遗传算法-This is downloaded from other websites C# procedure for solving the traveling salesman problem, the algorithm used for the genetic algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3457
    • 提供者:刘艳
  1. 一个遗传算法C++类

    0下载:
  2. 提供一个遗传算法C++类-provide a genetic algorithm C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3734
    • 提供者:吴夏
  1. sorts

    0下载:
  2. Generic sorting algorithms;分类问题的遗传算法,C++ 源程序。-Generic sorting algorithms classification of the genetic algorithm, C++ Source.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2506
    • 提供者:yuxiaojun
  1. Queen

    0下载:
  2. 这是一个解决皇后问题的遗传算法,是用c语言编写的,可以直接运行。-This is a solution to the problem' s genetic algorithm, are prepared using c language, can be directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:54420
    • 提供者:刘振
  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. GECCO1

    0下载:
  2. This the program for the GECCO 2008 contest utilizing the genetic algorithm-This is the program for the GECCO 2008 contest utilizing the genetic algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:206660
    • 提供者:Junseok Kwon
  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. 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-14
    • 文件大小:3875121
    • 提供者:李志远
  1. Simple-genetic-algorithm-source-code

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

    • 发布日期:2017-03-22
    • 文件大小:8642
    • 提供者:李礼
  1. linuxneur

    0下载:
  2. Neural network implementation with a genetic algorithm, easy to use and build big networks
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:590200
    • 提供者:Gábor Orbán
  1. backpack

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

    • 发布日期:2017-03-28
    • 文件大小:82645
    • 提供者:李洁
  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-algorithm

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

    • 发布日期:2017-04-05
    • 文件大小:300840
    • 提供者:huang
  1. genetic-algorithm--for-numerical-

    0下载:
  2. 这个代码是用C语言编写的遗传算法代码,用来求解数值最优解-This code is written in C language, the genetic algorithm code used for numerical optimal solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1912
    • 提供者:王者
  1. Genetic-algorithm-solving

    0下载:
  2. 清华大学Liu的例子,用遗传算法解决3种不同的不确定规划问题,用c++编写的程序-Tsinghua University Liu example, using genetic algorithm to solve three different types of uncertainty in the planning, programs written in c++
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:102259
    • 提供者:hebangle
  1. Genetic-algorithm-C-language

    0下载:
  2. c语言遗传算法,通过对多项式求最小值实现-C language implementation of genetic algorithm, the minimum value of the polynomial
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:刘文
  1. Genetic-algorithm-

    0下载:
  2. 简单的遗传算法实例,求解多个城市的旅行商问题。C++编写。大量注释-Examples of simple genetic algorithm to solve the traveling salesman problem in many cities. C++ write. Extensive comments
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2684892
    • 提供者:zhangxiangfei
  1. genetic algorithm in c#

    0下载:
  2. genetic algorithm in c#
  3. 所属分类:C#编程

    • 发布日期:2014-12-24
    • 文件大小:88019
    • 提供者:maalyawad
  1. Genetic Arithmetic

    0下载:
  2. C++实现的遗传算法(有注释)。写的很一般,但是可以实现。(C ++ genetic algorithm (annotated), write very general, but can be used.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:浅川
  1. C++排课系统

    1下载:
  2. 基于c++的排课系统,包含遗传算法和模拟退火算法,可以课设使用(Course scheduling system based on c++ includes genetic algorithm and simulated annealing algorithm, which can be used in course design.)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-07
    • 文件大小:382976
    • 提供者:therookie
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com