搜索资源列表
flow-shop
- 基于粒子群的生产调度源代码,简介,易懂,能很少的理解PSO的基本思路-PSO-based production scheduling source code
job-shop
- 基于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
flow_shop
- 流水作业调度问题,算法设计中最经典也是最重要的问题,希望对学习算法的有所帮助-Flow Shop scheduling problem, the most classical algorithm is the most important problems in the hope of learning algorithms help
flowshop
- 实现作业调度机制,用动态规划解决流水作业调度问题-Implement job scheduling mechanism, flow-shop scheduling with dynamic programming to solve the problem
Two-processor_flow-shop_scheduling
- 两处理机流水作业调度实现两处理机间流水作业调度问题-To achieve the two processor flow-shop scheduling flow shop scheduling problem between the two processors
NEH_ForTFT
- 排序问题的NEH算法,用于解决最小总完工时间的无等待流水调度问题,是最有名的启发式算法-NEH algorithm is the best algorithm for serching the minimum total flow time of no wait flow-shop porblem
FSSP-of-GA
- Flow Shop调度问题的遗传算法通用MATLAB源码。 本源码由GreenSim团队原创,-Flow Shop Scheduling Problem General Genetic Algorithm MATLAB source code. The original source code from the GreenSim team,
4.tar
- 依据Johnson原则,应用贪心算法解决两处理机流水作业调度问题。注释详实,可读性好。-Johnson based on the principle of application of the greedy algorithm to solve the two processor flow-shop scheduling problem. Comments detailed, readable.
Flow-shop-scheduling
- 流水作业调度问题要求确定这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
aco
- 对蚁群算法进行了改进用于解决零空闲流水线调度问题。-Improved ant colony algorithm for solving zero-idle flow shop problem.
thms
- 差异作业批调度的流水车间问题及近似算法Differences in job batch scheduling of flow shop problems and approximation algorithms-Differences in job batch scheduling of flow shop problems and approximation algorithms
matlab-for-Flow-Shop-Scheduling
- 将matlab用来求解流水车间调度源程序-Flow Shop Scheduling source will be used to solve matlab
GA-for-flow-shop
- GA for flow shop,include GA and SMGA,need ga toolbox-GA and SMGA
scheduling-in-flow-shop
- 本文将局部优化与模拟退火算法结合解决了置换流水车间的订单接收和调度问题。本文给出了数学模型,局部优化策略,邻域搜索的3个操作(Swap, Insert, Reverse),并给出了相应的调度和计算收益的程序。 -Permutation flow shop scheduling with order acceptance and weighted tardiness.
Flow-shop-scheduling-problem
- 代码实现的是流水作业调度问题的解决,流水作业调度问题是经典的算法问题。-Code is to solve the flow-shop scheduling problems, flow-shop scheduling problem is a classical algorithm for the problem.
Flow-shop-scheduling-java-code
- 实现流水作业的调度,能够获得时间上的较优解,从而提高工作效率-Realization of flow shop scheduling, time can get better solution, which can improve the work efficiency
flow-shop-scheduling
- flow shop 的文档 简单易懂 容易上手很实用-flow shop
flow-shop
- FLOW SHOP USING MAY METAHEURISTIC
GA-of-reentrant-hybrid-flow-shop
- 可重入混合流水车间的调度问题,遗传算法MATLAB源程序-Reentrant hybrid flow shop scheduling problem, the genetic algorithm MATLAB
Johnson
- 计算Flow Shop调度问题及最优结果所用时间(Compute the Flow Shop scheduling problem and the time taken for the optimal results)