搜索资源列表

  1. flow-shop

    3下载:
  2. 基于粒子群的生产调度源代码,简介,易懂,能很少的理解PSO的基本思路-PSO-based production scheduling source code
  3. 所属分类:软件工程

    • 发布日期:2024-05-07
    • 文件大小:27648
    • 提供者:杨维
  1. job-shop

    1下载:
  2. 基于PSO的job-shop调度源代码,上面已经上传了一个基于flow-shop调度问题,可以讲二者对比看-PSO-based job-shop scheduling of the source code has been uploaded above based on the flow-shop scheduling problem, you can talk about comparing the two to see
  3. 所属分类:软件工程

    • 发布日期:2024-05-07
    • 文件大小:16384
    • 提供者:杨维
  1. flow_shop

    1下载:
  2. 流水作业调度问题,算法设计中最经典也是最重要的问题,希望对学习算法的有所帮助-Flow Shop scheduling problem, the most classical algorithm is the most important problems in the hope of learning algorithms help
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:张飞
  1. flowshop

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:赵莉
  1. Two-processor_flow-shop_scheduling

    0下载:
  2. 两处理机流水作业调度实现两处理机间流水作业调度问题-To achieve the two processor flow-shop scheduling flow shop scheduling problem between the two processors
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:赵莉
  1. NEH_ForTFT

    0下载:
  2. 排序问题的NEH算法,用于解决最小总完工时间的无等待流水调度问题,是最有名的启发式算法-NEH algorithm is the best algorithm for serching the minimum total flow time of no wait flow-shop porblem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:knight
  1. FSSP-of-GA

    0下载:
  2. Flow Shop调度问题的遗传算法通用MATLAB源码。 本源码由GreenSim团队原创,-Flow Shop Scheduling Problem General Genetic Algorithm MATLAB source code. The original source code from the GreenSim team,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:lzf
  1. 4.tar

    1下载:
  2. 依据Johnson原则,应用贪心算法解决两处理机流水作业调度问题。注释详实,可读性好。-Johnson based on the principle of application of the greedy algorithm to solve the two processor flow-shop scheduling problem. Comments detailed, readable.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-07
    • 文件大小:229376
    • 提供者:ryyrzzl
  1. Flow-shop-scheduling

    0下载:
  2. 流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-07
    • 文件大小:236544
    • 提供者:阿四
  1. aco

    1下载:
  2. 对蚁群算法进行了改进用于解决零空闲流水线调度问题。-Improved ant colony algorithm for solving zero-idle flow shop problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:zhangfengrong
  1. thms

    0下载:
  2. 差异作业批调度的流水车间问题及近似算法Differences in job batch scheduling of flow shop problems and approximation algorithms-Differences in job batch scheduling of flow shop problems and approximation algorithms
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-07
    • 文件大小:564224
    • 提供者:tao
  1. matlab-for-Flow-Shop-Scheduling

    0下载:
  2. 将matlab用来求解流水车间调度源程序-Flow Shop Scheduling source will be used to solve matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:james
  1. GA-for-flow-shop

    1下载:
  2. GA for flow shop,include GA and SMGA,need ga toolbox-GA and SMGA
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:9216
    • 提供者:limin
  1. scheduling-in-flow-shop

    0下载:
  2. 本文将局部优化与模拟退火算法结合解决了置换流水车间的订单接收和调度问题。本文给出了数学模型,局部优化策略,邻域搜索的3个操作(Swap, Insert, Reverse),并给出了相应的调度和计算收益的程序。 -Permutation flow shop scheduling with order acceptance and weighted tardiness.
  3. 所属分类:软件工程

    • 发布日期:2024-05-07
    • 文件大小:655360
    • 提供者:郑凡
  1. Flow-shop-scheduling-problem

    0下载:
  2. 代码实现的是流水作业调度问题的解决,流水作业调度问题是经典的算法问题。-Code is to solve the flow-shop scheduling problems, flow-shop scheduling problem is a classical algorithm for the problem.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:9216
    • 提供者:
  1. Flow-shop-scheduling-java-code

    0下载:
  2. 实现流水作业的调度,能够获得时间上的较优解,从而提高工作效率-Realization of flow shop scheduling, time can get better solution, which can improve the work efficiency
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:small rain
  1. flow-shop-scheduling

    1下载:
  2. flow shop 的文档 简单易懂 容易上手很实用-flow shop
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:14336
    • 提供者:caihongjm
  1. flow-shop

    0下载:
  2. FLOW SHOP USING MAY METAHEURISTIC
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:nourchen moumni
  1. GA-of-reentrant-hybrid-flow-shop

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

    • 发布日期:2024-05-07
    • 文件大小:16384
    • 提供者:罗书敏
  1. Johnson

    1下载:
  2. 计算Flow Shop调度问题及最优结果所用时间(Compute the Flow Shop scheduling problem and the time taken for the optimal results)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:327680
    • 提供者:luis1994
« 12 3 4 5 »

源码中国 www.ymcn.org