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

搜索资源列表

  1. GA-for-antenna-array

    1下载:
  2. 遗传算法稀疏天线阵的MATLAB实现源程序-GA algorithm for sparse antenna array use the matlab language
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2691
    • 提供者:cong wang
  1. CrossLX

    0下载:
  2. 遗传算法的拉普拉斯交叉算子,是一个比较经典的交叉算子,现在给出它源程序-LX operator (Deep and Thakur [22]) is a self-adaptive parent cen-tric crossover operator. It makes use of Laplace distribution whosedistribution function is given by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:672
    • 提供者:linxk
  1. GASVM

    0下载:
  2. 使用遗传算法优化支持向量机源程序,解决支持向量机初始参数优化问题-Optimization support vector machine based on genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1670842
    • 提供者:王国平
  1. Genetic-algorithm-matlab-source

    0下载:
  2. 遗传算法matlab实现源程序,遗传算法求解集运模型。-Genetic algorithm matlab realize the source code, genetic algorithm Cargo models.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:38331
    • 提供者:
  1. fuzzy-C--means-clustering-

    0下载:
  2. 遗传算法改进的C模糊聚类算法源程序.已运行成功,可以作适当修改。-Improved genetic algorithm fuzzy clustering algorithm C source. Has run successfully, you can make appropriate changes.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:12639
    • 提供者:闻多
  1. NSGA-II_20140417

    1下载:
  2. 遗传算法多目标优化的一个版本,内容包括源程序和NSGA-II工程包nsga2code使用手册- A version of the genetic algorithm for multi-objective optimization, including source code and NSGA-II project package nsga2code Manual
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:864682
    • 提供者:chenyanjiao
  1. Genetic-algorithm-optimization-BP

    0下载:
  2. 用遗传算法优化BP神经网络参数的代码,里面有源码,是做项目用到的源程序。-Code optimization BP neural network parameters using genetic algorithms, which has source code, is used to do the project source.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:60826
    • 提供者:李林凯
  1. GA

    0下载:
  2. 遗传算法pid参数优化的源程序代码,可以用该代码优化参数-GA optimization
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1100
    • 提供者:尹军
  1. GA-of-reentrant-hybrid-flow-shop

    2下载:
  2. 可重入混合流水车间的调度问题,遗传算法MATLAB源程序-Reentrant hybrid flow shop scheduling problem, the genetic algorithm MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:16107
    • 提供者:罗书敏
  1. 7

    0下载:
  2. 使用遗传算法和c++虚函数,包含所有源程序。-the use of genetic algorithms and edge detection algorithms, including all matlab program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5653319
    • 提供者:tding
  1. Genetic-algorithm-solution

    0下载:
  2. 遗传算法求解 -源程序 通过遗传算法求解优化问题-Genetic algorithm solution - source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:4164
    • 提供者:连彦超
  1. VRP_algorithm

    8下载:
  2. 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件-5 solving vehicle routing problem (VRP) MATLAB algorithm source and the corresponding data (data is also in the m file), including three kinds of genetic algorithm, SA algorithm and
  3. 所属分类:matlab

    • 发布日期:2016-10-10
    • 文件大小:29696
    • 提供者:涂超
  1. ga

    0下载:
  2. 遗传算法原源程序,注释完整,很适合初学者,可以直接调用。-Genetic algorithm and the original source code, comments complete, very suitable for beginners, can be called directly.
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1419
    • 提供者:迟锐
  1. 2016.11.03DE_SVR

    0下载:
  2. 差分和粒子群遗传算法以及改进的matlab源程序-Differential and particle swarm genetic algorithm and improved matlab source
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:5990
    • 提供者:he
  1. DE

    0下载:
  2. 基于pareto进化的算法的遗传算法,差分进化算法源程序-pareto Differential Evolution Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:650
    • 提供者:xyz
  1. the-genetic-algorithm-program

    0下载:
  2. 利用matlab软件实现遗传算法的源程序,可以容易的改变其参数- use matlab realize the genetic algorithm program
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6840
    • 提供者:
  1. yodwd-goutine

    0下载:
  2. 这是一个c++与matlab进行混合编程利用遗传算法实现tsp的源程序-This is a c++ and matlab mixed programming using genetic algorithm to realize the TSP source program
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:10052
    • 提供者:VYTHndn-48599
  1. m552a

    0下载:
  2. 采用二进制编码方法,利用遗传算法求函数的极小值。给出源程序,并加注释。-Using the binary coding method, the genetic algorithm is used to find the minimum value of the function. Give the source code and add annotations.
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:龚静
  1. oridgedbadlocksoftware

    0下载:
  2. 用遗传算法做的图象融合,这是MATLAB源程序,希望对需要的人提供帮助!-The use of genetic algorithms in image fusion, this is the MATLAB source, hope to provide help to people in need!
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-18
    • 文件大小:149504
    • 提供者:agsxr!854
  1. deoclejgeneticjfusion

    0下载:
  2. 用遗传算法做的图象融合,这是MATLAB源程序,希望对需要的人提供帮助!-The use of genetic algorithms in image fusion, this is the MATLAB source, hope to provide help to people in need!
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-19
    • 文件大小:149504
    • 提供者:nawxral
« 1 2 ... 19 20 21 22 23 2425 26 »
搜珍网 www.dssz.com