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

搜索资源列表

  1. C8051F021portableECGMonitor

    0下载:
  2. C8051F021的便携式心电监视仪。本文介绍了一种单片机控制系统。用液晶显示模块显示结果,用Flash存储记录,USB接口进行大量数据上传,并设计了一套心电识别算法,对心电信号异变实行检测和报警。-C8051F021 portable ECG Monitor. In this paper, a single-chip microcomputer control system. LCD display module display the results recorded using Flash
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:468335
    • 提供者:张利
  1. xujinpeng3.14

    1下载:
  2. 用遗传算法求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点:简单的单点交叉、基本位变异、赌轮盘选择、随机产生初始种群中的个体,求的最好解是24.689。注:本算法基于matlab7.0,是我自己编写的,每个步骤都有详细的说明。适用于遗传算法初学者。-Using genetic algorithms for function f = x+10* sin (5* x)+7* cos (4* x) the maximum points: a simple single-point
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4346
    • 提供者:竹子的信仰
  1. mat_dir

    0下载:
  2. 遗传算法matlab实现,很好的资源!模拟遗传算法的过程-mutation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2486
    • 提供者:lison
  1. adjswapMutation.

    0下载:
  2. Adjswap mutation performs a swap of two adjacent genes in a permutation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:930
    • 提供者:Aron
  1. binaryMutation

    0下载:
  2. Binary mutation changes each of the bits of the parent based on the probability of mutation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:Aron
  1. MK

    0下载:
  2. fortran的突变检测源码,适合科研开发人员使用.-fortran source of mutation detection, suitable for use in research and development.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1558
    • 提供者:小杨
  1. threeswapMutation

    0下载:
  2. Three swap mutation performs a three way swap of three randomly chosen genes in a permutation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:912
    • 提供者:Aron
  1. swapMutation

    0下载:
  2. Swap mutation exchanges the positions of two randomly chosen genes in a permutation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:980
    • 提供者:Aron
  1. shiftMutation

    0下载:
  2. Shift mutation performs displaces one random gene in a permutation to another position.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:975
    • 提供者:Aron
  1. chafen

    0下载:
  2. 应用帧间差分的方法进行固定场景下的运动物体检测,避免背景突变带来的影响-Application of the method of inter-frame difference under the fixed-scene detection of moving objects to avoid the impact of the background mutation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1625774
    • 提供者:lihui
  1. pso_vcpp

    0下载:
  2. 粒子群算法 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有 Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类 似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优 值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在 解空间追随最优的粒子进行搜索。-pso 粒子群优化算法(PSO)是一种进化计算技术(evolutionary
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1696
    • 提供者:刘丽
  1. GA_TSP

    0下载:
  2. 用遗传算法解TSP问题 编码方式:次序编码 选择算子:轮盘赌 杂交:单点 变异:均匀变异-Genetic Algorithm for TSP with the issue of encoding: coding sequence selection operator: roulette hybridization: a single point mutation: uniform mutation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:110488
    • 提供者:CuipingSu
  1. thesis2002_zhangyifei

    0下载:
  2. 张一飞论文 人们认识事物的过程中,开始只是看到了各个事物的现象。这就是认识的感性阶段。在这个阶段中,还不能作出合乎逻辑的结论。  随着研究的深入,这些感觉和印象的东西反复了多次,于是在人们的脑子里生起了一个认识过程中的突变,最后产生出合乎逻辑的结论。这就是认识的理性阶段。-Zhang Yi-fei paper learn about the things people in the process of the beginning of all things just to see
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:93144
    • 提供者:天雨
  1. GoodsAllocatingProblemwithMultiAimsbasedonTheHybri

    4下载:
  2. 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard p
  3. 所属分类:Communication

    • 发布日期:2016-08-29
    • 文件大小:6466
    • 提供者:廖志
  1. GA

    0下载:
  2. 详细介绍GA的PPT,编码,解码,选择,交叉,变异,都是很好的指导性材料-GA details of the PPT, encoding, decoding, selection, crossover and mutation, are very good guidance material
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:350872
    • 提供者:周晓阳
  1. 3dtrans

    0下载:
  2. 3D Space Coordinate Transformations This folder contains 3 files (m-functions) : - t2x.m Transformation Matrix to Generalized Position Vector. - x2t.m Generalized Position Vector to Transformation Matrix. - m2m.m Mass/Inertia Tensor
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:6391
    • 提供者:kiyoung
  1. include

    0下载:
  2. 用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3495
    • 提供者:yuxin
  1. DetectionAbruptChanges

    0下载:
  2. 突变信号检测,经典书籍,介绍常用的算法和公式-Mutation signal detection, classic books, algorithms and formulas commonly used in
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2824617
    • 提供者:康泰峰
  1. gatb

    0下载:
  2. 程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数-Program demonstrates that the simple genetic algorithm with a random population, then according to the crossover rate, mutation rate, calculating the maximum number of generations where the fitness o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1826871
    • 提供者:yonghuazhu
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:104732
    • 提供者:陈雷
« 1 2 3 4 5 6 78 9 10 11 12 ... 41 »
搜珍网 www.dssz.com