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

搜索资源列表

  1. sga-c

    0下载:
  2. 利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:33539
    • 提供者:eric
  1. SGA

    0下载:
  2. 遗传算法的好代码,值得研究! 遗传算法的好代码,值得研究!-Genetic algorithm, genetic algorithm!
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:4459
    • 提供者:和子
  1. zhangbingGA

    0下载:
  2. 用简单遗传算法SGA实现的关于控制图的程序,使用实数编码。-With a simple genetic algorithm SGA about control chart of the implementation procedures, the use of real-coded.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:17726
    • 提供者:
  1. sgaMethod

    0下载:
  2. 利用标准遗传算法求解函数f(x)=(x-5)*(x-5)的最小值,其中x属于区间[-255,255],算法的参数自己设定。-SGA method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:59283
    • 提供者:ycf
  1. SGA

    0下载:
  2. 简单遗传算法代码 遗传算法是基于达尔文进化论的一种智能优化算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。-single generation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2706
    • 提供者:wangtao
  1. SGA

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5829
    • 提供者:苏迎春
  1. SGA

    0下载:
  2. 学习遗传算法的标准入门程序,这是我当初入门的时候用的。-Perfect code to learn genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2643
    • 提供者:code
  1. 6A_5016

    0下载:
  2. 一种基于双变异算子的遗传算法本文针对简单遗传算法(SGA)所存在的缺点和不足,提出了一种新的改进遗传算法-双变异算子GA。该想法通过将所有产生的子代个体与父代个体混合作为下一代种群,在种群选择前对适应度值较低的个体进行一次变异,然后通过选择,交叉,再一次变异产生新种群,再利用自适应算法改变交叉和变异率及最优保存策略保护历代最优个体, 经Visual C++ 软件编程计算,得到了较好的优化结果. -A mutation operator based on dual genetic algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:18844
    • 提供者:bai
  1. spectraMatch

    2下载:
  2. 该程序包包含了高光谱匹配中所用到的多种光谱匹配方法:光谱角度匹配,光谱相关匹配,相关角度匹配,梯度角度匹配,离散信息匹配,离散信息角度匹配等-The package includes several matching methods commonly used in high spectra remote Sensing。These are spectral angle matching(SAM),spectral correlation matching(SCM),spectral corre
  3. 所属分类:Graph program

    • 发布日期:2015-06-19
    • 文件大小:1507
    • 提供者:齐琪
  1. SGA

    0下载:
  2. This a GA implementation using binary and real coded variables. There is a sample input file (input) which can be used to run this code. Default values are suggested in the input file.-This is a GA implementation using binary and real coded v
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:14181
    • 提供者:shamsul
  1. sga-c

    0下载:
  2. GENETIC ALGORITHM BOOKS
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:62765
    • 提供者:shamsul
  1. sga

    0下载:
  2. 关于遗传算法的小软件,解决一般的遗传算法问题-关于遗传算法的小软件
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2727
    • 提供者:bkp
  1. SGA

    0下载:
  2. GA.CPP VERY usefule file
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:4990
    • 提供者:climsi
  1. SGA

    0下载:
  2. 实现基本遗传算法对Rosenbrock函数的全局最大值的计算,可以通过改变遗传算子和染色体的编码解码来实现基本遗传算法通用性。-Genetic algorithm to achieve the basic function of Rosenbrock calculation of the overall maximum value, you can by changing the genetic operator and chromosome codec to achieve universal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:10022
    • 提供者:liuzhaodong
  1. SGA

    0下载:
  2. 一个简单的遗传算法,适用于求解函数优化问题,Visual C++编写。-A simple genetic algorithm for solving function optimization problems, Visual C++ to prepare.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:203126
    • 提供者:liwangyi
  1. ga

    1下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:104273
    • 提供者:周武静
  1. SGA

    0下载:
  2. 在实数域上编码的遗传算法C++源代码,可以直接运行-GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2913
    • 提供者:guohaili
  1. SGA

    0下载:
  2. 具有广泛应用的遗传算符,在最优化理论中有着广泛的应用-With extensive use of genetic operators, the optimization theory in a wide range of applications
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:501138
    • 提供者:叶飞
  1. sGA

    0下载:
  2. This is C++ for Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4367
    • 提供者:John
  1. SGA

    0下载:
  2. 代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。 -Code without any graphics, or even no screen output, mainly to ensure a high portability
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3480
    • 提供者:李志峰
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com