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

搜索资源列表

  1. 遗传算法MATLAB代码(完整)

    3下载:
  2. 遗传算法MATLAB代码(完整),Matlab程序(Genetic algorithm MATLAB code (complete), Matlab program)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-11
    • 文件大小:1024
    • 提供者:力景
  1. 遗传算法

    1下载:
  2. 理解遗传算法的入门程序,这里面每一个程序的代码都有标注。便于理解生成种群、遗传和变异过程,附带了一个算例,可以参考。(Understand the entry procedure of genetic algorithm, in which every program's code is marked. It is easy to understand the process of population, heredity and mutation. A numerical example is
  3. 所属分类:matlab例程

    • 发布日期:2019-11-07
    • 文件大小:3072
    • 提供者:恰若烟雨
  1. 遗传算法及其在电力系统中的应用

    1下载:
  2. 学习遗传算法及其在电力系统中的应用,实例第一手资料(Learning genetic algorithm and its application in power system.)
  3. 所属分类:文章/文档

    • 发布日期:2020-07-25
    • 文件大小:6971392
    • 提供者:Flyter
  1. _基于神经网络和遗传算法的金融数据分析方法研究

    2下载:
  2. 基于智能算法的股票分析,采用遗传算法优化神经网络(Based on the stock analysis of intelligent algorithm, the neural network is optimized by genetic algorithm)
  3. 所属分类:金融证券系统

    • 发布日期:2020-06-26
    • 文件大小:1843200
    • 提供者:米拉山下
  1. TSP问题——遗传算法matlab实现

    2下载:
  2. 遗传算法解决TSP问题,MATLAB实现,可直接运行,备注详细(Genetic algorithm to solve the TSP problem, MATLAB implementation, can be run directly, detailed remarks)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-11
    • 文件大小:6144
    • 提供者:wang720
  1. 遗传算法求解TSP

    1下载:
  2. 基于遗传算法的TSP算法,对初学遗传算法的,有帮助(TSP algorithm based on genetic algorithm which is helpful for beginners in learning genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-18
    • 文件大小:433152
    • 提供者:jbdick
  1. 遗传算法 车间调度 甘特图 代码

    4下载:
  2. 修改了网上不对的程序,可以用遗传算法求解。并画出甘特图(Modified the wrong program on the Internet, which can be solved by genetic algorithm. And draw Gantt chart.)
  3. 所属分类:其他

    • 发布日期:2019-03-17
    • 文件大小:75776
    • 提供者:有根
  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
  1. 遗传算法案例分析及源代码

    16下载:
  2. 基于遗传算法的选址MATLAB代码,案例分析(Location based MATLAB code based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-12-20
    • 文件大小:25600
    • 提供者:simia11
  1. 基于遗传算法的汽车动力传动系参数多目标优化

    1下载:
  2. 利用遗传算法对汽车的动力传动系进行优化,以实现汽车发动机和传动系统的最佳匹配,达到充分发挥汽车性能的目的。(The genetic algorithm is used to optimize the driveline of the automobile, so as to achieve the best match between the engine and the driveline and give full play to the performance of the automob
  3. 所属分类:数值算法/人工智能

  1. 遗传算法解决车辆路径问题

    3下载:
  2. 采用遗传算法针对汽车的路径规划进行优化(Genetic algorithm is used to optimize the path planning of automobiles)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-10
    • 文件大小:27648
    • 提供者:zzc111
  1. 遗传算法求解FSP问题,并用甘特图表示(matlab)

    4下载:
  2. 遗传算法求解FSP问题,并用甘特图表示(matlab),亲测可用(Genetic algorithm is used to solve the FSP problem and use Gantt chart to represent (matlab).)
  3. 所属分类:其他

    • 发布日期:2019-12-21
    • 文件大小:7168
    • 提供者:GreenMMMary
  1. 遗传算法 选址分配 matlab

    10下载:
  2. 针对多对多选址分配模型的物流网络算法求解,采用遗传算法+matlab进行计算。
  3. 所属分类:matlab例程

  1. 遗传算法PID

    0下载:
  2. 利用遗传算法优化PID参数,自动搜索最有 的PID参数(Using genetic algorithm to optimize PID parameters and automatically search the most PID parameters)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-07
    • 文件大小:11264
    • 提供者:路明非SSS
  1. 基于遗传算法优化BP神经网络的非线性预测

    1下载:
  2. 针对BP神经网络的初始权值和阈值是随机选取的弊端,采用遗传算法寻优BP的初始权值和阈值,然后进行BP训练和测试。遗传算法包括编码 选择 交叉 和变异等操作(Aiming at the disadvantage that the initial weights and thresholds of BP neural network are randomly selected, genetic algorithm is used to optimize the initial weights and
  3. 所属分类:其他

    • 发布日期:2019-03-28
    • 文件大小:53248
    • 提供者:kasino
  1. 遗传算法优化BP网络(用于电力负荷预测预测)

    3下载:
  2. 遗传算法改进的bp神经网络精准预测符合数据(Precision prediction coincidence data of BP neural network improved by genetic algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-13
    • 文件大小:7168
    • 提供者:帅一起来
  1. 遗传算法

    0下载:
  2. 遗传算法学习的一些入门和终极书籍,理论和代码部分都有介绍,是初学者的好帮手,望对各位有用。
  3. 所属分类:文档资料

  1. 遗传算法PPT和案例分析及源程序实现

    1下载:
  2. 如何使用遗传算法,里面有ppt教程与案例分析,遗传算法与优化问题(How to Use Genetic Algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-21
    • 文件大小:410624
    • 提供者:berseker
  1. gui遗传算法

    3下载:
  2. 实现了遗传算法的gui。 可实现图形化指定障碍物位置,然后用遗传算法实现最短路径规划。(GUI of genetic algorithm. It can specify the location of obstacles graphically, and then use genetic algorithm to realize the shortest path planning.)
  3. 所属分类:其他

    • 发布日期:2021-01-20
    • 文件大小:15360
    • 提供者:散打撒所多
  1. 遗传算法路径规划

    7下载:
  2. 遗传算法路径规划MATLAB仿真,基于栅格图环境建模,以遗传算法优化路径。(Genetic Algorithms for Optimal Path Planning)
  3. 所属分类:文章/文档

    • 发布日期:2020-03-14
    • 文件大小:3072
    • 提供者:孔孔孔大人
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com