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
    • 文件大小:5.78kb
    • 提供者:严伟
  1. GA(VC)

    0下载:
  2. 是利用VC6.0开发出来的,实现基本的遗传算法,提供给大家一起学习一下。-using VC6.0 developed, and achieving the basic genetic algorithm, for everyone to learn about.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:17.18kb
    • 提供者:谢瑞浩
  1. GA_GPU

    0下载:
  2. about the basic GA in the VC++ using GPU to -about the basic GA in the VC using GPU to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:256.56kb
    • 提供者:姜乔
  1. GA-VC++

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

    • 发布日期:2008-10-13
    • 文件大小:82.52kb
    • 提供者:Stone
  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
    • 文件大小:526.02kb
    • 提供者:Allen
  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
    • 文件大小:714.29kb
    • 提供者:han
  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
    • 文件大小:3.33mb
    • 提供者:王列
  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-03
    • 文件大小:560.84kb
    • 提供者:LaoGuan
  1. GA

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

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

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

    • 发布日期:2017-04-01
    • 文件大小:2.06kb
    • 提供者:wuliang
  1. ga

    0下载:
  2. 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27.08kb
    • 提供者:mayi789
  1. GA

    0下载:
  2. 基本遗传算法代码,根据GA的描述,最基本的遗传算法,二进制编码-basic GA
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:865.56kb
    • 提供者:赵钢筋
  1. ga

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

    • 发布日期:2017-04-01
    • 文件大小:1.43kb
    • 提供者:
  1. GA-and-Improved-GA

    0下载:
  2. 这是关于基本GA算法和改进GA算法的程序,包括循序选择GA,大变异GA,自适应GA等。-This is about the basic GA algorithm and the improved GA algorithm procedures, including sequential selection GA, a large variation of GA, such as adaptive GA.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:7.02kb
    • 提供者:汤奇峰
  1. GA

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

    • 发布日期:2017-04-06
    • 文件大小:3.48kb
    • 提供者: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
    • 文件大小:34kb
    • 提供者:李胖子
  1. GA

    1下载:
  2. 用GA算法求函数最大值,最基础的遗传算法(Using GA algorithm to find the maximum function, the most basic genetic algorithm)
  3. 所属分类:matlab例程

  1. GA

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

    • 发布日期:2018-01-05
    • 文件大小:6kb
    • 提供者:masterpawn
  1. basic GA

    0下载:
  2. GA basic limitation 3dim
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:9kb
    • 提供者:ericxin
  1. GA-ELM

    12下载:
  2. 遗传算法优化的极限学习机模型 采用水仙花基本特征数据集 效果比单纯的ELM模型要好(The effect of using daffodils basic feature data set in the extreme learning machine model optimized by genetic algorithm is better than that of ELM model only.)
  3. 所属分类:matlab例程

    • 发布日期:2022-03-23
    • 文件大小:10.48kb
    • 提供者:cassdlina
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com