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

搜索资源列表

  1. GA

    2下载:
  2. 十进制、二进制遗传算法以及混合遗传算法matlab源代码(Matlab Code for Genetic Algorithm in Bin and Dec format and Mix Genetic Algorithm with an example. 17 files include functions for mutation, hybird, fitness and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:8192
    • 提供者:T_Y
  1. GA-BP

    0下载:
  2. 算法基本要素: 1.染色体编码方法 2.适应度函数 3.遗传操作—-(选择、交叉、变异) 4.运行参数—(参数:群体大小M、遗传代数G、交叉概率Pc和变异概率Pm)(Basic elements of algorithm: 1. chromosome coding method 2. fitness function 3. - the genetic operation (selection, crossover and mutation) 4. operating pa
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:Guoshanchuan
  1. gatbx1.3

    0下载:
  2. matlab的遗传算法工具箱,包含选择、交叉、变异等算子(Matlab genetic algorithm toolbox.Operators such as selection, crossover and mutation are included.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:219136
    • 提供者:youthyzz
  1. EvolutionaryNutrition

    0下载:
  2. Genetic code for modelling evolution and nutrition
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:freaktopus
  1. 遗传算法程序 matlab

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

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:时章漫
  1. liziqun

    0下载:
  2. 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:1425408
    • 提供者:Soferia
  1. GA

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

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:masterpawn
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。(Genetic algorithm is a search algorithm used to solve the optimization in computational mathematics. It is one of the evolutionary algorithms. Evolu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:秋时红枫
  1. Mann-Kendall突变检测

    0下载:
  2. matlab,Mann-Kendall突变检测 ,数据序列(MK mutation detection)
  3. 所属分类:matlab例程

  1. GA

    0下载:
  2. In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate h
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:reyhooon
  1. 人工免疫算法源程序

    0下载:
  2. 人工免疫算法通过复制、交叉、变异主要完成对象的建模、优化和预测。(The artificial immune algorithm completes the modeling, optimization and prediction of the object by replicating, crossover and mutation.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:小丑鱼glw
  1. MMK

    0下载:
  2. M-K突变检验,进行趋势分析和突变点检验(M-K mutation test, trend analysis and mutation point test)
  3. 所属分类:通讯编程文档

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:从此250
  1. MK趋势与突变检验

    0下载:
  2. 这是Man-kandell趋势突变检验,可用于时间序列的趋势与突变点的检测(man-kandell trend test and mutation plot)
  3. 所属分类:绘图程序

  1. ACATSP

    1下载:
  2. 改进的人工蚁群算法引入遗传变异算子的MATLAB实现(MATLAB implementation of improved artificial ant colony algorithm introducing genetic mutation operator)
  3. 所属分类:数值算法/人工智能

  1. pso

    0下载:
  2. 用于优化参数,粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等[1] 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:小苹果6688
  1. Untitled

    0下载:
  2. 用于数据处理,检测数据的变化趋势和突变点(Used for data processing, changing trends and mutation points of data)
  3. 所属分类:中间件编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:梁小犇
  1. Genetic1

    0下载:
  2. 遗传算法,改进了交叉过程,初始过程以及变异过程,使结果更加精确(Genetic Algorithm, the process of cross-process, initial process and mutation is improved to make the result more accurate.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:everyheart
  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13312
    • 提供者:胡萝卜须
  1. c1遗传算法

    0下载:
  2. 根据遗传变异的生物规律改变出的遗传变异算法(Genetic mutation algorithm based on biological laws of genetic variation)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:leng1026
  1. S-C-M

    0下载:
  2. 此文件包含了遗传算法的选择 selection,交叉 cross 和变异mutation 三个文件(this file consists of three programs which are selection. cross and mutation of the genetic algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:李宁227
« 1 2 ... 33 34 35 36 37 3839 40 41 »
搜珍网 www.dssz.com