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

搜索资源列表

  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. 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. jbGA

    0下载:
  2. 基本遗传算法C语言程序,可移植性高,算法完备可靠-The basic genetic algorithm C language program, portability high, complete and reliable algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1475
    • 提供者:梅雨
  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. GA

    1下载:
  2. 遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1934
    • 提供者:whutedn009
  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. TSP

    0下载:
  2. 旅行商问题遗传算法C代码,完全可以运行,有不足请指出-Traveling salesman problem genetic algorithm C code can run, there is insufficient please indicate
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3646
    • 提供者:舒婷
  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. tiddlywinks

    0下载:
  2. A Genetic Algorithm C++ code to determine the largest possible circle between a number of randomly scatered variable radius circles
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:993837
    • 提供者:Mido7
  1. sga-c

    0下载:
  2. Simple Genetic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:66078
    • 提供者:Jack
  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. NSGAP2p28Origp29CPP

    0下载:
  2. 多目标遗传算法的应用实例,用的是c语言实现,希望给需要的人参考-Multi-objective genetic algorithm c language
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:35580
    • 提供者:山雨
  1. yichuansuanfa

    0下载:
  2. 初学者学遗传算法的一个详细c源程序的txt文件,对于学习算法有一定的帮助-Beginners learn a detailed genetic algorithm c source txt file, for learning algorithm has some help
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:2954
    • 提供者:刘宝刚
  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. C-language-source

    0下载:
  2. 二进制编码的简单遗传算法源程序(c语言)-Simple binary coded genetic algorithm source code (c language)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:118160
    • 提供者:wayne
  1. improved-fuzzy-c-means-clustering

    1下载:
  2. 该算法引入遗传算法对模糊c均值算法进行改进,并在iris数据集中进行实验验证,得到很高的正确率。-The algorithm genetic algorithm fuzzy c-means algorithm is improved, and focus on experiments in the iris data to obtain a high accuracy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6557
    • 提供者:杨鹏
  1. yi-chuan-saun-fa-

    0下载:
  2. 用c语言实现的遗传算法 供大家参考借鉴 -Genetic algorithm c language reference thank you for your reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:3908
    • 提供者:刘涛
  1. GAlgorithm

    0下载:
  2. 利用遗传算法对单浮点数进行编码,C++语言编写,仿真效果不错。(Use C primer primer language to code the float numbers with genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:4096
    • 提供者:栀子花开ct
  1. 遗传算法应用于模糊C均值聚类

    0下载:
  2. 将遗传算法应用于模糊C均值聚类,可以取得不错的效果(The application of genetic algorithm to fuzzy C mean clustering can achieve good results.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:195584
    • 提供者:赵亮
  1. PDPTW-GGA

    0下载:
  2. 用组群遗传算法实现的PDPTW问题解决程序。(PDPTW problem solving program based on group genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2020-07-10
    • 文件大小:2538496
    • 提供者:annak
« 12 3 »
搜珍网 www.dssz.com