CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 基本 遗传算法

搜索资源列表

  1. chapter15

    0下载:
  2. 基于SVM的数据分类预测—一种最基本遗传算法和粒子群算法对的支持向量机的参数的优化,再此基础上可以对算法进行改进-Data classification based on SVM prediction- one of the most basic genetic algorithm and particle swarm optimization (pso) algorithm, the optimization of the parameters of the support vector ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11046
    • 提供者:裘德新
  1. GA

    0下载:
  2. 应用遗传算法解决旅行商(TSP)问题,算法中的染色体交叉过程改进了基本遗传算法的交叉办法。改程序可以求解30个城市的旅行商问题,也可以稍作修改继续扩展为更多城市的旅行商问题。-Applying the genetic algorithm to solve the traveling salesman (TSP) problem, the algorithm improves the process of chromosomal crossover compared to traditional
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1454734
    • 提供者:马骏
  1. Improved-job-shop-scheduling-method

    1下载:
  2. 为了解决考虑生产总成本的车间调度问题,对引入加工成本、库存管理成本和拖期惩罚成 本的车间调度问题进行了研究,提出了一种改进的遗传算法求解该问题。论述了改进遗传算法的 编码、初始化、选择、交叉和变异操作,通过与基本遗传算法的仿真比较,验证了该算法在收敛速度 和最优解值上的优越性。 -In order to solve the job shop scheduling problem considering the total production cost, the process
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:475716
    • 提供者:袁杰
  1. NormFitGA

    0下载:
  2. 适值函数标定的遗传算法,克服基本遗传算法中适应度函数差别较小的情况-Fitness function calibration algorithm, to overcome the basic genetic algorithm fitness function difference is small
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1050
    • 提供者:周立栋
  1. 2016-SGA-algorithm-Daquan

    0下载:
  2. 基本遗传算法 算法大全 遗传算法用于解决各种实际问题-SGA algorithm Daquan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5247235
    • 提供者:李雄
  1. ga_main

    0下载:
  2. 遗传算法C语言实例,包含基本遗传算法操作函数,且带有注释-Genetic Algorithm C language instance, contains the basic genetic algorithm manipulation functions, and with comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3215
    • 提供者:hugh
  1. hanshuxunyou

    1下载:
  2. 根据遗传算法理论,在MATLAB软件中编程实现基本遗传算法寻找该函数最优解。遗传算法参数设置为:种群规模100,进化次数30,交叉概率为0.6,变异概率为0.1,并给出了基本遗传算法优化过程中各代平均函数值和最有个体函数值之间的变化图,希望对大家有帮助,-According to the theory of genetic algorithms in MATLAB software programming function of the genetic algorithm to find the
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4625
    • 提供者:wangxin
  1. immunity_genetic

    0下载:
  2. 将免疫理论(ImmuneAlgorithm,IA)和基本遗传算法(SimpleGeneticAlgorithm,SGA)各自的优点结合起来的一个多学科相互交叉、渗透的优化算法-Immune theory (ImmuneAlgorithm, IA) and genetic algorithm (SimpleGeneticAlgorithm, SGA) the respective advantages of combining a multidisciplinary cross-cutting,
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:190013
    • 提供者:王哥
  1. yiqun

    0下载:
  2. 蚁群聚类算法及其改进算法,基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Ant colony clustering algorithm and its improved algorithm, based on genetic algorithm to improve the basic genetic algorithm based on the addition of the mutation factor, resulting in variati
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:340005
    • 提供者:zhchwl
  1. jibenyiqunjulei

    0下载:
  2. 该算法,解决了不收敛的问题,聚类效果非常好。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-The algorithm solves the problem of convergence, and the clustering effect is very good. The improved ant colony algorithm is based on the improvement of genetic algorithm. O
  3. 所属分类:Data Mining

    • 发布日期:2017-12-14
    • 文件大小:266099
    • 提供者:肖文
  1. pso

    0下载:
  2. 粒子群优化算法的一个应用,有基本的注释,需要一定水平才能看明白(an example of pso algorithom)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:石岩1323
  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. dbywyg

    0下载:
  2. c语言实现,遗传算法求解TSP问题,基本遗传算法,未经过优化()
  3. 所属分类:大数据

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:mblecie
  1. 160132

    0下载:
  2. c语言源码——基本遗传学习分类系统 基本遗传算法的源码()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:538624
    • 提供者:TL%25252453745
  1. 07739627

    0下载:
  2. 一个典型的遗传算法源程序,属于基本遗传算法()
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:5120
    • 提供者:qriggern
  1. database

    0下载:
  2. 基于基本遗传算法的函数最优化 同济大学计算机系 王小平 2000年5月()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:jefluekce
  1. minzmum

    0下载:
  2. 基本遗传学习分类系统,编写了基本遗传算法程序()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:7168
    • 提供者:Maaupcb
  1. subqet

    0下载:
  2. 基本遗传算法,又称为SGA算法,其中包括了详尽的注释,执行效果还不错!()
  3. 所属分类:数据结构

  1. seqyential_pseudo

    0下载:
  2. 用C语言编写的基本遗传算法,读者可以根据需要进行相应参数的设定,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:579584
    • 提供者:Ddsrdre
  1. memlevslayerbridge

    0下载:
  2. 本文基十遗传算法(CA)理论,对基本遗传算法作了一些改进和补充,并 在给定技术指标的前提下,利用改进的遗传算法直接设计FIR()
  3. 所属分类:USB编程

    • 发布日期:2018-04-19
    • 文件大小:1559552
    • 提供者:Athiqm
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 27 »
搜珍网 www.dssz.com