Description: 车间调度问题主程序,需要进行自主参数设计-Shop scheduling problem the main program, the need for self-Parameter Design Platform: |
Size: 1024 |
Author:jack |
Hits:
Description: 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop Platform: |
Size: 2048 |
Author:sxb |
Hits:
Description: A survey to describe some Job Shop Scheduling problem using Genetic Algorithm problems to solve some NP-hardness problem! Platform: |
Size: 267264 |
Author:eric |
Hits:
Description: matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general Platform: |
Size: 20480 |
Author:lychee |
Hits:
Description: 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
Platform: |
Size: 2048 |
Author:卢永鹏 |
Hits:
Description: 针对带有交货期窗口硬约束,并对提前/拖期零件进行惩罚的一类作业车间调度问题,设计了一种改进型遗传算法EGA。交货期窗口硬约束是指每个零件均有交货期和deadline,零件可以在交货期后完工,但绝不能超出deadline。EGA采用“逆向后推”和“顺向前拉”相结合的两阶段求解策略。针对部分染色体在解码过程中违反交货期窗口硬约束而产生非法解的问题,采用基于关键路径的染色体修复方法来调整染色体基因序列,以期实现在满足交货期窗口硬约束的同时降低零件拖期成本;在保持第一调度阶段拖期成本不变的基础上,采用基于逆向重调度的目标值修订方法来延迟零件开工时间,以减小成品提前库存成本。-This paper deals with the job shop scheduling problem with due window to minimize the sum of weighted earliness and weighted tardiness of jobs. This due window is a time duration between the due date and the latest acceptable completion date, namely dealine, of a job. Penalties are incurred if jobs are completed within the due window and the illegal schedule will occur if one job is finished after its deadline. A new Enhanced Genetic Algorithm (EGA), based on a two phase schedule mechanism was introduced. To avoid the violations of due window constraint and simultaneously reduce tardiness costs, a chromosome repair method based on critical paths was designed to adjust chromogene sequence. Then, on keeping tardiness costs unchanged, an objective value revision method based on reverse rescheduling was put forward to delay job release date for reducing earliness costs introduced by each job. Platform: |
Size: 25600 |
Author:孙启峰 |
Hits:
Description: 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完全的源码,本人将其补充完成已成功运行,转载请注明GreenSim团队原创作品。-Pipelined job-shop scheduling problem can be described as follows: n tasks on the assembly line m processing stages, each stage has at least one machine and at least one stage there are multiple machines, and the same processing performance of each machine on the same stage , at every stage to complete each task are a process, each process of each task can be processed on any machine on the corresponding stage of the processing time of each process known tasks, all tasks required to determine the sort and every Distribution of the machine on a stage, making scheduling index (typically seek Makespan) Min. The following code is a Genetic Algorithm for Job Shop Scheduling Problem pipelined general MATLAB source code, original works belong GreenSim team, the blog post is incomplete source code, I will supplement has been successfully completed its operation, please indicate the original team GreenSim works. Platform: |
Size: 3072 |
Author:yyl |
Hits: