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

搜索资源列表

  1. fga

    0下载:
  2. 遗传算法程序: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! -Genetic algorithm procedure: Descr iption: fga.m main program for the genetic algorithm using binary Gray encoding, roulette based on the law of non-linear ranking
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3387
    • 提供者:王力
  1. UsingCatastropheTheorytoDeriveTreesfromImages

    0下载:
  2. 著名专家Kuijper写的关于突变理论在图像中的应用方面的一篇文章,比较经典-Kuijper Writing a well-known experts on the mutation theory in the application of images in an article to compare the classical
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3145954
    • 提供者:政治课
  1. GA_Patternsearch

    0下载:
  2. 简单的遗传算法与模式搜索算法结合,算法的步骤为选择,交叉,变异,模式搜索。-Simple genetic algorithm combined with pattern search algorithm, the algorithm steps for the selection, crossover and mutation, pattern search.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:585665
    • 提供者:吴烨
  1. GA

    0下载:
  2. 该系统使用比率选择、精华模型、单点杂交和均匀变异。-The system uses the ratio of selection, the best model, a single point of hybridization and uniform mutation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4239
    • 提供者:bo
  1. abfilterandKalmanfilter

    1下载:
  2. 本程序给出了ab滤波算法和Kalman滤波算法。 程序以叠加噪声的二维CV运动为例(包含轨迹突变情况),分别运用了ab滤波算法和Kalman滤波算法 对运动轨迹进行了跟踪,并比较了滤波性能。-This program give the Kalman filter algorithm and ab filter algorithm. Program uses the two-dimensional noise superimposed exercise as an example C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2881
    • 提供者:Jane
  1. MK

    0下载:
  2. Mann-Kendall突变检验方法,有点事不需要样本遵从一定的分布,也不受少量异常值的干扰,文件包内附例子。-Mann-Kendall mutation testing methods, some must do Do not need to comply with the distribution of samples, are not subject to interference from a small number of outliers, documents containing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1498
    • 提供者:lihongqi
  1. GA

    1下载:
  2. 遗传算法,包含选择,交叉,变异等操作,可求出Y=sin(x)在0-2π的最大值和最小值-Genetic algorithm, including selection, crossover and mutation operation, etc., can be obtained Y = sin (x) at the 0-2π Maximum and minimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:539404
    • 提供者:frank
  1. GeneticAlgorithmImagCutingUp

    0下载:
  2. 遗传算法MATLB图像分割程序及例子,希望对大家有用-GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4500
    • 提供者:sanmu
  1. 5

    0下载:
  2. 继续上次传的简单遗传算法,本次加入啦变异部分。-Continue to the last mass of the simple genetic algorithm, mutation of this part of you to join.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2232
    • 提供者:小光
  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. GA

    0下载:
  2. 遗传算法的代码,可以仿照这个学习一下,希望有所帮助-GA is improved genetic algorithms and procedures, and providing a variety of cross-operator, mutation operator,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7151
    • 提供者:曹伟
  1. genetic_algorithm_matlab

    0下载:
  2. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6432
    • 提供者:赵彦
  1. yichuansuanfachengxu

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子-GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4487
    • 提供者:姚春玲
  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. matlab-SGACODE

    0下载:
  2. maltab遗传算法源程序,此程序为一个一个的小程序分开的,很完整。包括编码,设定初始种群,交叉,变异,及结束条件等-maltab genetic algorithm source code, this procedure a small as a separate process, it is complete. Including encoding, set the initial population, crossover and mutation, and the end conditi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:6727
    • 提供者:joean
  1. qq

    0下载:
  2. 遗产算法的完整计算,包括交叉,变异,以及适应函数的计算-Heritage integrity of the computing algorithm, including the crossover and mutation, as well as the calculation of fitness function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1075
    • 提供者:maomao
  1. yichaunsuanfa

    0下载:
  2. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operati
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:17795
    • 提供者:张生
  1. DataminingBasedonGeneticAlgorithms

    0下载:
  2. 本文提出了基于遗传算法的关联规则的提取方法,并从编码方法、适应度函数的构造、交叉算子和变异算子的设计等方面进行了详细都讨论和分析,并结合我校的智能型学生测评系统,给出了用遗传算法进行关联规则挖掘的实例。-This paper brings forward the algorithms based on the genetic algorithms of association rules,discusses and analyses the genetic algorithms in detai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3673270
    • 提供者:yunzhang
  1. vddbsga

    0下载:
  2. 基本遗传算法程序,使用的是单点交叉,基本位变异算子可以求出函数的最优解,。-Basic genetic algorithm, the use of a single-point crossover, the basic bit mutation operator function can be obtained optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:223812
    • 提供者:张彩
  1. BinPacking

    0下载:
  2. 十一个不同的算法解决一个NP-Hard问题。 包括遗传算法GA, 爬山算法HC。 名称:K背包问题-10 Pop,Single Ally-Gene Mutation EA 10 Pop,2 Ally-Gene Mutation EA 10 Pop,10 Ally-Gene Mutation EA 10 Pop,20 Ally-Gene Mutation 10 Pop,100 Ally-Gene Mutation 100 Pop,Single Ally-Ge
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:35460
    • 提供者:mark
« 1 2 3 4 5 67 8 9 10 11 ... 41 »
搜珍网 www.dssz.com