搜索资源列表
-
0下载:
这是一个数据结构课程设计,进行的是基数的排序问题-This is a data structure, curriculum design, of the scheduling problem is the base
-
-
2下载:
针对带有交货期窗口硬约束,并对提前/拖期零件进行惩罚的一类作业车间调度问题,设计了一种改进型遗传算法EGA。交货期窗口硬约束是指每个零件均有交货期和deadline,零件可以在交货期后完工,但绝不能超出deadline。EGA采用“逆向后推”和“顺向前拉”相结合的两阶段求解策略。针对部分染色体在解码过程中违反交货期窗口硬约束而产生非法解的问题,采用基于关键路径的染色体修复方法来调整染色体基因序列,以期实现在满足交货期窗口硬约束的同时降低零件拖期成本;在保持第一调度阶段拖期成本不变的基础上,采用基
-
-
1下载:
代码简介
典型JOB SHOP调度问题(FT10) :工序编码的遗传算法。
在上面典型JOB SHOP调度问题中,每个工件加工的时候可以选择多台机器加工。 使用工序编码的遗传算法。-a typical code Introduction JOB SHOP scheduling problem (FT10): process-coded genetic algorithm. In the above typical JOB SHOP scheduling problem, when eac
-
-
2下载:
车间流水作业调度问题,遗传算法,m个任务n道工序-Assembly-line shop scheduling problem, genetic algorithms, m n processes tasks
-
-
0下载:
在C++平台上实现Cplex,用来求解批处理问题,使任务的总完成时间最短-a program using Cplex on C++ platform to minimize the total flowtime of a batch scheduling problem.
-
-
0下载:
job shop scheduling algorithm written in matlab
it sis the most combinatorial problem searched in the las decades
-