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

搜索资源列表

  1. JohnsonAlgorithm

    0下载:
  2. 车间调度的JohnsonAlgorithm算法产生甘特图的MATLAB源代码。-JohnsonAlgorithm shop scheduling algorithm to generate a Gantt chart of the MATLAB source code.
  3. 所属分类:Other systems

    • 发布日期:2017-01-11
    • 文件大小:4096
    • 提供者:李广
  1. JSP

    0下载:
  2. 有关经典车间调度的算法,车间作业调度问题(JSP)的遗传算法通用MATLAB源代码,-The classical job shop scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:25848
    • 提供者:ikkyu
  1. GA

    0下载:
  2. Genetic algorithm to solve job shop scheduling ,,using matlab environment and scheduling job ,machine,tasks and the like ,,because of Genetic Algorithm can give optimal solution ,we use it and initialize it with a population and generation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2157
    • 提供者:wajdy
  1. GA.MATLAB

    0下载:
  2. 遗传算法用在车间调度问题上,扩大了其适用范围,本书可以使初学者快速入门-Genetic algorithm used in the shop scheduling problem, expanded its scope, this book allows beginners Getting Started
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4928276
    • 提供者:walter
  1. GA

    1下载:
  2. Flow Shop调度问题的遗传算法通用MATLAB源码-Flow Shop Scheduling Problem Genetic Algorithm MATLAB source common
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:王帅
  1. 02MATLAB

    0下载:
  2. 流水线车间生产调度的遗传算法MATLAB源代码 n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小-Line workshop production scheduling genetic algorithm M
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:19126
    • 提供者:樊奕
  1. animated-archer-master

    0下载:
  2. job shop scheduling algorithm written in matlab it sis the most combinatorial problem searched in the las decades
  3. 所属分类:transportation applications

    • 发布日期:2017-04-30
    • 文件大小:415580
    • 提供者:Mandar El Mehdi
  1. MATLAB

    0下载:
  2. 基于遗传算法的车间调度,用matlab实现- Job shop scheduling based on genetic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5239
    • 提供者:杨迪
  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. JSPGA

    0下载:
  2. 采用遗传算法解决车间调度问题,算法采用matlab实现。-Shop scheduling using genetic algorithms to solve the problem, algorithm matlab implementation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:2461
    • 提供者:shui123
  1. 遗传算法的相关知识代码

    1下载:
  2. 遗传算法与其他算法结合的matlab相关编程,以及在车间调度问题上的应用(Combining genetic algorithm and other algorithms of matlab programming, as well as the application in the workshop scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:13312
    • 提供者:nb123
  1. bbo

    2下载:
  2. 用matlab实现生物地理学优化算法,生物地理学优化算法是一种很好地演化计算的方法,可用于车间调度等诸多问题(Using MATLAB to achieve biogeography optimization algorithm, biogeography optimization algorithm is a good method of evolutionary computation, which can be used in many problems such as workshop
  3. 所属分类:matlab例程

    • 发布日期:2017-10-25
    • 文件大小:30720
    • 提供者:Coward
  1. nrtps_schedule

    5下载:
  2. 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Impleme
  3. 所属分类:matlab例程

  1. 比例公平调度算法

    1下载:
  2. 比例公平调度算法的matlab算法,可能有不完善的地方,仅供参考(Proportional fair scheduling algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:antochan
  1. Ch7_Johnson

    1下载:
  2. N项作业的双机排序问题,已经有非常成熟的理论求解方法,即Johnson算法,可以找到最优解。(There is a very mature method of solving the double machine scheduling problem in N item, that is, Johnson algorithm, and the optimal solution can be found.)
  3. 所属分类:matlab例程

  1. Ch8_GA_JSP

    2下载:
  2. 用遗传算法解决简单的JSP问题,即作业车间调度问题,并可绘制流程图。(The genetic algorithm is used to solve the simple JSP problem, that is, the job shop scheduling problem, and can draw the flow chart.)
  3. 所属分类:matlab例程

  1. 比例公平调度matlab源程序

    3下载:
  2. 信息传输 资源调度 比例公平算法 无线 比例公平(Resource scheduling proportional fairness algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:yueweimian
  1. Untitled6

    0下载:
  2. 对车间调度用遗传算法求解,使用matlab软件进行分析(Genetic algorithm for job shop scheduling)
  3. 所属分类:其他

  1. SlideWindow

    1下载:
  2. 滑动窗算法,可用于实现动态排序,可应用于航班排序(Sliding window algorithm can be used to achieve dynamic sequencing and can be applied to flight scheduling.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-10
    • 文件大小:1024
    • 提供者:小人物wp
  1. 生产调度

    5下载:
  2. 多工序多设备的生产车间调度问题,采用的是精英保留策略的遗传算法(A genetic algorithm based on elite reservation strategy is adopted for multi-process and multi-equipment job shop scheduling problem.)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-17
    • 文件大小:17408
    • 提供者:chengxuxxcv
« 1 2 3 45 6 »
搜珍网 www.dssz.com