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

搜索资源列表

  1. Genetic-Algorithm

    0下载:
  2. 遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:14835
    • 提供者:张广乐
  1. FlowShop

    0下载:
  2. 用c++实现的批处理作业调度问题·优先队列式分支限界法·回溯法,包括Flowshop和make两个类,含有测试用的数据data-With c++ Realized the issue of batch job scheduling priority queue-style backtracking branch and bound method, including Flowshop and make the two categories, containing the test data us
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:7218
    • 提供者:刘斌
  1. flowshop

    1下载:
  2. 实现作业调度机制,用动态规划解决流水作业调度问题-Implement job scheduling mechanism, flow-shop scheduling with dynamic programming to solve the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:582
    • 提供者:赵莉
  1. Sexual_GA

    0下载:
  2. 只是一个解决Job Shop调度问题的遗传算法 初学者 不足的地方请见谅-Job Shop Scheduling is a solution to the problem of lack of genetic algorithms where beginners please forgive me
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:37699
    • 提供者:张同学
  1. yichuan

    0下载:
  2. Matlab源码(关于车间作业调度问题的遗传算法)有中文解释-Matlab source code (on the job shop scheduling problem of the genetic algorithm) with Chinese explanations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1639
    • 提供者:fo
  1. JSP

    3下载:
  2. 车间调度问题用遗传算法生成问题c语言源码-job shop scheduling c source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-30
    • 文件大小:3839
    • 提供者:lotus
  1. VB-and-Matlab-integration-for

    0下载:
  2. VB与Matlab集成求解车间调度优化问题,详细的论文解说。-VB and Matlab integration for solving job shop scheduling problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:141111
    • 提供者:非常那女
  1. Genetic-algorithm-problem

    1下载:
  2. 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1555
    • 提供者:卢永鹏
  1. jobshop-scheduling

    1下载:
  2. 这是另外一个基于工序的柔性作业车间调度的程序,简单易行-This is another process based on the flexible job-shop scheduling procedures, simple
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:92582
    • 提供者:
  1. job-shop-with-changed-matrix

    1下载:
  2. 一个车间调度的程序,其独特之处在于可以任意输入测试矩阵进行测试。-A shop scheduling program, its unique in the input test matrix can be arbitrary test.
  3. 所属分类:matlab

    • 发布日期:2017-01-11
    • 文件大小:14336
    • 提供者:
  1. d4ef13.ZIP

    0下载:
  2. 单件车间调度问题的改进型病毒进化遗传算法Job-shop scheduling problem improved virus evolutionary genetic algorithm-Job-shop scheduling problem improved virus evolutionary genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:1009513
    • 提供者:di2012
  1. JSP--E-T--GA

    2下载:
  2. 针对带有交货期窗口硬约束,并对提前/拖期零件进行惩罚的一类作业车间调度问题,设计了一种改进型遗传算法EGA。交货期窗口硬约束是指每个零件均有交货期和deadline,零件可以在交货期后完工,但绝不能超出deadline。EGA采用“逆向后推”和“顺向前拉”相结合的两阶段求解策略。针对部分染色体在解码过程中违反交货期窗口硬约束而产生非法解的问题,采用基于关键路径的染色体修复方法来调整染色体基因序列,以期实现在满足交货期窗口硬约束的同时降低零件拖期成本;在保持第一调度阶段拖期成本不变的基础上,采用基
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-01-11
    • 文件大小:25600
    • 提供者:孙启峰
  1. ACO-on-JSSP

    0下载:
  2. Dynamic job shop scheduling problem is one form of a job shop scheduling problem with varying arrival time job or not concurrent. This problem can be represented in graph form, which is to seek the shortest path from start point to destination point.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:56294
    • 提供者:Bharath
  1. genetic-algorithm

    0下载:
  2. 车间作业调度问题是一种NP完全问题,下面的源码是车间作业调度问题的源码-Job shop scheduling problem is an NP-complete problem, the source of the following is the source of the Job Shop Scheduling Problem
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1525
    • 提供者:快月
  1. jsgas

    0下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法,各工件各工序的结束时刻,可根据它绘出甘特图,各代群体平均适应值的记录.-The genetic algorithm shop scheduling, job shop scheduling problems with genetic algorithms, each moment of the end of the process of the workpiece, it plotted the Gantt chart, the average fit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:51385
    • 提供者:陈湖
  1. jssp

    0下载:
  2. JSSP (Job shop scheduling problem) random solution generator with schedule fixing. Produces good results considering the time tradeof.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:4153
    • 提供者:hmpich
  1. gagagagaaaaaaaaa

    0下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦-the matlab implementation of job-shop scheduling problem solution based on the GA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:50700
    • 提供者:林上智
  1. encode-and-decode-of-shop-job

    1下载:
  2. 用于车间调度的编码和解码。 encode函数用于生成M*N的编码数组。M为机器数,N为工件数。 Jm数组的行,表示对应工件在不同机器上的加工顺序。数组内容为机器号。 T数组为加工时间数组。第M行第N列,表示第N号工件在第M号机器上的加工时间。 程序采用先判断对应机器上是否有空间满足插空标准,处理后,再判断是否产生新的空间。 decode解码函数最终需要求得,在M个机器中,所用的最长时间,也就是最大完成时间,作为解码的结果。-For shop scheduling encodi
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-04-15
    • 文件大小:2048
    • 提供者:郑世杰
  1. JSPGA

    0下载:
  2. 车间作业调度问题遗传算法 用MATLAB来实现-Job Shop Scheduling Problem genetic algorithm using MATLAB
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-26
    • 文件大小:1514
    • 提供者:
  1. GA_Flow-Shop

    0下载:
  2. 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工-Pipelined job shop scheduling problem can be described as follows: n tasks for the m-th stage processing on the assembly lin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-07-04
    • 文件大小:3072
    • 提供者:chaoshuai
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com