CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - basic ga

搜索资源列表

  1. vb-GA

    1下载:
  2. 用VISUAL BASIC写的遗传算法模板,可以实现一元高次方程的最大值或最小值的求解-with VISUAL BASIC to write the genetic algorithm template, one yuan can achieve high equation maximum or minimum Solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5923
    • 提供者:严伟
  1. GA-VC++

    0下载:
  2. 二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:84501
    • 提供者:Stone
  1. GA-wangxp

    0下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \\GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4516410
    • 提供者:zhuli
  1. GA.rar

    2下载:
  2. 遗传算法初学者教程:包括GA的基本步骤,流程及应用中的一些基本问题 ,Genetic algorithm tutorial for beginners: the basic steps, including GA, process and application of some basic issues
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:538640
    • 提供者:Allen
  1. ga

    0下载:
  2. 基本遗传算法,求函数最值问题。全用C编写,使用VC6.0完全可以编译通过。-The basic genetic algorithm, the most value for the issue of function. Prepared by C-wide, using VC6.0 can be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3111
    • 提供者:高超
  1. GA

    0下载:
  2. C的遗传算法的源代码。是遗传算法原理及应用(王小平)的源代码,包含基本的遗传算法和一些遗传算法的举例-C genetic algorithm source code. Is the principle and application of genetic algorithms (Wang Xiaoping) source code, including the basic genetic algorithm and a number of genetic algorithm, for examp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:731433
    • 提供者:han
  1. GA

    0下载:
  2. 遗传算法的基本实现代码,对于初学者会有一定的帮助的-The basic realization of genetic algorithm code for beginners will help the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5215
    • 提供者:
  1. GA

    0下载:
  2. 描述遗传算法的由来及基本原理,并阐述了其具体实现的步骤的例子。对于新学GA算法的人来说是一本不错的书籍!-Descr iption of the origin of genetic algorithms and the basic principles, and described the steps to achieve their specific example. GA learning algorithm for the new person is a good book!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3486585
    • 提供者:王列
  1. GaPlaygroundCode

    0下载:
  2. Java实现的遗传算法工具集:GA Playground -The GA Playground is a general purpose genetic algorithm toolkit where the user can define and run his own optimization problems. The toolkit is implemented in the Java language, and requires (when used as an application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:574300
    • 提供者:LaoGuan
  1. GA

    0下载:
  2. 关于遗传算法GA的,基本算法的C程序代码。-On the genetic algorithm GA, the basic algorithm of C code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5401
    • 提供者:孙蕾
  1. GA

    0下载:
  2. 基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:13433
    • 提供者:jchh
  1. GA

    0下载:
  2. 用遗传算法求解函数的最大值,适用于初学遗传算法的人-basic GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2107
    • 提供者:wuliang
  1. ga-base

    0下载:
  2. 基本遗传算法的MATLAB编程,未利用MATLAB工具箱,但更能帮助理解遗传算法的基本思想及其核心。-The basic genetic algorithm MATLAB programming, without the use of MATLAB toolbox, but the more help you understand the basic idea of genetic algorithms and its core.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2854
    • 提供者:jyll
  1. ga

    0下载:
  2. 遗传算法是弥补了EM算法的缺点,是现在比较流行的一种利用迭代计算全局最优值的一种算法。遗传算法是借鉴了自然遗传学,因此它们的基本思想是想通的。-Genetic algorithm is made up for the shortcomings of EM algorithm, is now more popular means of a global optimum value of iterative calculation algorithm. Genetic algorithm is bo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1379
    • 提供者:赵晓霞
  1. GA

    0下载:
  2. 对genetic alogrithm进行描述-Depicts the basic flow of Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:18364
    • 提供者:my
  1. GA1

    0下载:
  2. 遗传算法--遗传算法基本算法。遗传算法所有改进算法的基础。最基础的GA。-Genetic algorithms- the basic algorithm of genetic algorithm. Improved genetic algorithm for all algorithms. The most basic GA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:240438
    • 提供者:张瑞
  1. ga

    0下载:
  2. 遗传算法实现函数优化主程序,实现基本的遗传算法历程。-Main genetic algorithm function optimization, genetic algorithm to achieve the basic course.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1469
    • 提供者:
  1. GA

    0下载:
  2. 遗传算法一种全局优化算法,能够很好的解决优化问题,本例是一些基本的遗传算法操作M文件,供初学者学习-basic GA learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3562
    • 提供者:sunny
  1. GA优化BP权阈值

    0下载:
  2. 遗传算法优化BP权值,这是关于基本GA算法和改进GA算法的程序,包括循序选择GA,大变异GA,自适应GA等(Genetic algorithm optimization BP weights, which is about the basic GA algorithm and improved GA algorithm procedures, including sequential selection of GA, big variation GA, adaptive GA and so on
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:34816
    • 提供者:李胖子
  1. GA

    2下载:
  2. 使用python实现遗传算法的基本功能,包括变异,交叉,选择(Using Python to achieve the basic functions of genetic algorithms, including mutation, crossover, selection)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:masterpawn
« 12 3 »
搜珍网 www.dssz.com