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

搜索资源列表

  1. tsp_ga

    0下载:
  2. 旅行商的遗传算法 包括次序交叉和部分映射交叉,插入变异和交换变异-Genetic algorithms include traveling salesman and part of the order of cross-mapped crossover, mutation and exchange mutation into the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:3897
    • 提供者:
  1. GAprog

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4689
    • 提供者:qinjian
  1. 1

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

    • 发布日期:2017-04-14
    • 文件大小:3458
    • 提供者:杨轩
  1. 2

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

    • 发布日期:2017-04-11
    • 文件大小:1240
    • 提供者:杨轩
  1. 3

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

    • 发布日期:2017-04-11
    • 文件大小:1431
    • 提供者:杨轩
  1. hippocampal-segmentation

    0下载:
  2. 阿尔茨海默病目前在临床上的诊断标准就是判断是否发生了海马体积上变异,该病的程度与海马体积的萎缩量有着密切的关系。 分水岭算法最大的缺陷是过分割问题比较严重,利用分水线处能量值最小的理论,可以调整分水岭算法获得的轮廓,限制过分割。 -Alzheimer' s disease currently in clinical diagnostic criteria is to determine whether the mutation occurred on hippocampal vo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1858776
    • 提供者:fuky
  1. matlab_GA_7.0

    0下载:
  2. 基于MATLAB7.0,求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点,简单的单点交叉,基本位变异,赌轮盘选择.-Based on MATLAB7.0, find the function f = x+10* sin (5* x)+7* cos (4* x) the maximum point, a simple single-point crossover, the basic bit mutation, gambling roulette wheel.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3004
    • 提供者:YJN
  1. wersf

    0下载:
  2. 智能视频监控是利用计算机视觉技术对摄像机采集的视频数据进 行分析、理解,并以此为基础对视频监控系统进行控制。由于单个摄 像机都视野域有限,监控大范围场景时需要使用多摄像机系统。智能 视频跟踪系统中多个摄像机的使用有利于解决遮挡问题,场景混乱、 环境光照突变情况下的运动目标跟踪等问题。 而且基于多摄像机的视 频跟踪在高级人机交互、视频会议、医疗诊断以及基于内容的存储与 检索等方面有广泛的应用前景和潜在的经济价值-Intelligent video surveillance
  3. 所属分类:Video Capture

    • 发布日期:2017-03-26
    • 文件大小:666740
    • 提供者:sqd
  1. g

    2下载:
  2. 利用遗传算法,交叉变异等,解决装配线平衡1型问题-Using genetic algorithm, crossover and mutation, to solve assembly line balancing problem of type 1
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-20
    • 文件大小:4096
    • 提供者:杨琳
  1. homework

    0下载:
  2. 实现图像分割处理。基于遗传算法的图像分割处理,包括彩色图像和灰度图像,其中遗传算法的种群规模、交叉概率和突变概率可变。-Achieve image segmentation. Based on genetic algorithm for image segmentation, including color and grayscale images, where the genetic algorithm population size, crossover probability and mu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1943823
    • 提供者:陈妍冰
  1. pikaiaf90

    0下载:
  2. genetic optimizer : Genetic algorithms are heuristic search techniques that incorporate in a computational setting, the biological notion of evolution by means of natural selection. This subroutine implements the three basic operations of
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:353308
    • 提供者:frank wang
  1. pos-algorithm-with-cross-factor

    0下载:
  2. 带交叉因子的改进PSO算法,功能:求解多维无约束优化问题,特点:收敛性强,还可以加入变异算子-With cross-factor improved PSO algorithm, function: solving multi-dimensional unconstrained optimization problems, characterized by: strong convergence, mutation operator can also add
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1837
    • 提供者:五毛
  1. yichuansuanfa_02

    0下载:
  2. 更加复杂的遗传算法,多节点变异,运算更加流畅。使用C#实现,可根据需求自行修改-More complex genetic algorithms, multi-node mutation, smoother operation. Use C# to achieve, can modify according to needs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:784143
    • 提供者:sunting
  1. HANSHUJIZHI

    0下载:
  2. 最基本的pso算法解决函数极值问题,如果是一些大型的问题,需要对速度、惯性常数、和自适应变异做进一步优化-Pso algorithm to solve the basic problem of the function extreme value, if it is some large-scale problems, the need for speed, inertia constant, and further optimization of adaptive mutation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1098
    • 提供者:李阳
  1. yichuansuanfa_chengxu

    0下载:
  2. 完整的遗传算法,包括编码,解码,选择复制,交叉,变异,调试通过,效果还不错!-Complete genetic algorithm, including encoding, decoding, select Copy, crossover and mutation, debugging, results were pretty good!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7578
    • 提供者:嘟嘟
  1. matlabyichuan(new)

    0下载:
  2. 基于matlab的遗传算法,包括交叉、变异等!-Matlab genetic algorithm-based, including crossover, mutation, etc.!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:7857
    • 提供者:嘟嘟
  1. MKtubian

    0下载:
  2. Mann kendall 突变检验,主要应用于水文和气象的长时间序列变化检验-Mann kendall mutation test, mainly used in long time series of hydrological and meteorological changes in test
  3. 所属分类:Energy industry

    • 发布日期:2017-03-29
    • 文件大小:1172
    • 提供者:maggie613
  1. GA

    0下载:
  2. 基本的遗传算法,实现了基本遗传算法的选择交叉变异等操作,对于初学遗传算法有一定的参考价值-Basic genetic algorithm, the choice of the basic genetic algorithm crossover and mutation operations, the genetic algorithm for the beginner has some reference value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:10170
    • 提供者:小朱
  1. Rectangle

    0下载:
  2. 矩形件优化排样是一个NPC问题,在工业界有着广泛的应用.针对该问题,提出一种自适应模拟退火遗传算法.采用一种基于环形交叉算子和环形变异算子的自适应遗传算法来自动调整交叉和变异概率;同时引入模拟退火算法对个体适应度大于平均适应度的个体进行退火处理.自适应模拟退火遗传算法充分发挥了自适应遗传算法与模拟退火算法各自的全局搜索能力与局部搜索能力.对比实验表明,该算法结合改进的最左最下布局算法解决矩形件优化排样问题更加有效.-Optimal layout is rectangular pieces of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:470786
    • 提供者:木易
  1. matlab-GA

    1下载:
  2. matlab实现的遗传算法,包括编码,解码,选择,交叉,变异,每个过程都有独立的m文件,外加上一个PDF说明-matlab implementation of the genetic algorithm, including encoding, decoding, selection, crossover and mutation, each process has its own m-files, plus a PDF descr iption
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:233274
    • 提供者:heizi
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 41 »
搜珍网 www.dssz.com