CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - genetic algorithm of matlab

搜索资源列表

  1. vrp.rar

    5下载:
  2. 编写的基于遗传算法解决VRP问题的源代码,Prepared VRP based on genetic algorithm to solve the problem of source code
  3. 所属分类:Other systems

    • 发布日期:2016-12-28
    • 文件大小:4186
    • 提供者:张凯
  1. genetic_cr

    0下载:
  2. 基因算法在认知无线电中的应用,希望对各位研究同仁有所用处。-Genetic algorithm in the application of cognitive radio, in the hope that some useful research Tongren.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:549530
    • 提供者:luojuan
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. Artificial_neural_networks_combined_with_genetic_a

    0下载:
  2. 一篇关于人工神经网络与遗传算法的结合书籍,里面的详细说明了如何搭建模型-An article on artificial neural networks and genetic algorithm combination of books, which detailed descr iption of how to build model
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1050083
    • 提供者:andy
  1. chap5_5

    0下载:
  2. 基于自适应在线遗传算法整定的pid控制(先进PID控制matlab仿真)第二版第五章-Genetic algorithm based on adaptive online tuning of pid control (advanced PID control simulation matlab) Chapter V of the second edition
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1584
    • 提供者:pony
  1. Matlab-GA

    0下载:
  2. 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
  3. 所属分类:其他小程序

    • 发布日期:2013-04-05
    • 文件大小:6164
    • 提供者:周晓阳
  1. NSGA2

    0下载:
  2. 包含多目标遗传算法于深入了解NSGA及NAGA2算法有一定帮助-Includes multi-objective genetic algorithm NSGA and NAGA2 in-depth understanding of a certain algorithm to help
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:203173
    • 提供者:standy17
  1. genetic-algorithm-of-matlab

    0下载:
  2. 遗传算法的matlab实现的多个实例介绍及实现-The introduction and implementation of multiple instances of matlab implementation of the genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:21400
    • 提供者:刘娇月
  1. Genetic-algorithm-program

    0下载:
  2. 遗传算法的程序,用的是Matlab编的,希望对大家有一定的帮助-Procedures of genetic algorithm, using Matlab series, we want to help
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:4096
    • 提供者:梁国兴
  1. MATLAB-genetic-algorithm

    0下载:
  2. MATLAB遗传算法程序,主要用来求函数的极大值,可以修改后做其他的遗传算法方面的仿真-MATLAB genetic algorithm, the main function is to seek maximum value, after the simulation can be modified to do other aspects of genetic algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3765
    • 提供者:tom
  1. genetic-algorithm

    0下载:
  2. 双层规划模型的遗传算法求解的Matlab源码-Bi-level programming model of genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5041
    • 提供者:wangyanhong
  1. Matlab

    0下载:
  2. 非线性整数规划的遗传算法Matlab程序 通常,非线性整数规划是一个具有指数复杂度的NP问题,如果约束较为复杂,Matlab优化工具箱和一些优化软件比如lingo等,常常无法应用,即使能应用也不能给出一个较为令人满意的解。这时就需要针对问题设计专门的优化算法。下面举一个遗传算法应用于非线性整数规划的编程实例,供大家参考!-Matlab genetic algorithm of nonlinear integer programming Usually, the nonlin
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:61885
    • 提供者:樊奕
  1. GA-BP-matlab-socure-code

    0下载:
  2. matlab写的神经网络代码,其中含有遗传算法对神经网络的权值和阈值优化模块,解释比较详细,师兄的毕业设计部分代码-Written in Matlab neural network code, which contains the genetic algorithm of neural network weights and threshold optimization module, a more detailed explanation, senior graduation design p
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1440
    • 提供者:wen32322
  1. 《Matlab遗传算法工具箱及应用》源码

    1下载:
  2. 《Matlab遗传算法工具箱及应用》源码,雷俊杰版,适用于基础薄弱的学者(genetic algorithm toolbox and application Matlab source, Lei Junjie version, suitable for the weak foundation of the scholars)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1395712
    • 提供者:牛娃
  1. matlab程序

    1下载:
  2. 通过遗传算法实现宽带天线的匹配网络优化,提高整个频带内的传输效率、(The genetic algorithm is used to optimize the matching network of broadband antenna and improve the transmission efficiency in the whole frequency band,)
  3. 所属分类:其他

  1. 关于用遗传算法改进BP神经网络的MATLAB实现

    0下载:
  2. 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:CAUCHY-G
  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-06
    • 文件大小:4096
    • 提供者:reyhooon
  1. matlab基于遗传算法的最大熵值法的双阈值图像分割

    0下载:
  2. 基于遗传算法实现灰度图像二阈值分割,使图像分割的更合理(Two threshold segmentation of gray image based on genetic algorithm, which makes the image segmentation more reasonable)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:110592
    • 提供者:sunxiaonao
  1. matlab编写的量子遗传算法

    2下载:
  2. matlab编写的量子遗传算法 :量子遗传算法是量子计算与遗传算法相结合的产物。目前,这一领域的研究主要集中在两类模型上:一类是基于量子多宇宙特征的多宇宙量子衍生遗传算法(Matlab quantum genetic algorithm: quantum genetic algorithm is the combination of quantum computing and genetic algorithm.At present, the research in this field mai
  3. 所属分类:其他

    • 发布日期:2019-03-28
    • 文件大小:7168
    • 提供者:aingioa
« 12 3 4 5 »
搜珍网 www.dssz.com