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

搜索资源列表

  1. PSOtoolbox.rar

    1下载:
  2. 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:884241
    • 提供者:wzy
  1. TSP.rar

    1下载:
  2. 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。,Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:56538
    • 提供者:zhangbing
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:505301
    • 提供者:徐进澎
  1. ga-RBF.rar

    9下载:
  2. 基于遗传算法对rbf神经网络的径向基宽度进行优化的matlab程序,Based on genetic algorithm rbf radial basis neural network to optimize the width of the matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3796
    • 提供者:王建
  1. Deb_NSGA-II.rar

    0下载:
  2. 基于MATLAB平台的Deb多目标遗传算法之NSGA-II,包含帮助文件,Deb based on MATLAB platform of multi-objective genetic algorithm NSGA-II, contains the Help files
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:171725
    • 提供者:zangtianlei
  1. ycsf_zdlj.rar

    0下载:
  2. 基于遗传算法的最短路径计算 程序简洁 速度很快 界面不是很完善,Based on genetic algorithms calculate the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:239959
    • 提供者:mingming
  1. GA.rar

    2下载:
  2. 遗传算法初学者教程:包括GA的基本步骤,流程及应用中的一些基本问题 ,Genetic algorithm tutorial for beginners: the basic steps, including GA, process and application of some basic issues
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:538640
    • 提供者:Allen
  1. NSGAII.rar

    1下载:
  2. 实现遗传算法(GA)的多目标优化算法:NSGA-II的MATLAB程序,The realization of genetic algorithms (GA) of the multi-objective optimization algorithm: NSGA-II of the MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:7569
    • 提供者:宋庆席
  1. cellga.rar

    1下载:
  2. 多种群的链式智能体遗传算法,代码及其用于优化的实验结果都在里面。大家用了最好给点评价,建议只作为研究用。我有相关的论文,需要索取的话,请与我联系,Multi-population of chain-agent genetic algorithm, the code and to optimize the experimental results are inside. We use the best rating to the point, it is recommended only for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7134723
    • 提供者:李明
  1. GAPSO.rar

    5下载:
  2. 遗传粒子群的最新改进算法,随着维度增加效果更好,Genetic Particle Swarm latest improved algorithm, with the increasing dimensions better
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-11
    • 文件大小:1399
    • 提供者:huangchao
  1. QGAforfun.rar

    2下载:
  2. 量子遗传算法对标准函数的优化,在matlab下的源程序,Quantum genetic algorithm optimization of the standard function in matlab source code under the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:12464
    • 提供者:李晓东
  1. BPN-GA.rar

    0下载:
  2. 用于神经网络训练的混合遗传算法,与快速BP算法结合。,For neural network training, hybrid genetic algorithm, combined with the rapid BP algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:958221
    • 提供者:王天
  1. TSPMATLAB.rar

    0下载:
  2. 遗传算法求解TSP问题的MATLAB实现。这是一篇非常有新意的论文,对于学习遗传算法非常有用,This paper has resolved the traveling salesman problem(TSP) by virtue of geneitc algorithms(GA)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:156826
    • 提供者:王斌
  1. GAToolbox.rar

    0下载:
  2. MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。,MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:233570
    • 提供者:Anlaen Liang
  1. GQA.rar

    2下载:
  2. 遗传量子算法求解背包问题Matlab源码,Quantum Genetic Algorithm for Knapsack Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11655
    • 提供者:林剑祥
  1. GP-MATLAB

    5下载:
  2. 一个遗传规划的源程序,matlab语言编程-A source of genetic programming, matlab language programming
  3. 所属分类:matlab

    • 发布日期:2014-10-27
    • 文件大小:30391
    • 提供者:杨俊
  1. GA

    1下载:
  2. matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1502
    • 提供者:夏雨泽
  1. GA2

    1下载:
  2. 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categories with the domain images, on
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:464762
    • 提供者:宁国富
  1. QGA_image_segmentation

    1下载:
  2. 量子遗传算法最大熵法图像多阈值分割程序下载。阈值的个数直接指定即可。-image segmentation based on quantum-inspired genetic algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:15282
    • 提供者:付晓薇
  1. sga

    0下载:
  2. 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4685
    • 提供者:闫安心
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com