搜索资源列表
-
8下载:
车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
-
-
0下载:
车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
-
-
0下载:
有关流水车间生产调度matlab源程序:流水线型车间作业调度问题遗传算法Matlab源码 -job-shop scheduling
-
-
3下载:
该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。-The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.
-
-
0下载:
车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
-
-
0下载:
车间作业调度问题Matlab源码,用于完成车间作业的最优化调度-Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization
-
-
0下载:
按自然法则计算的一个新分支:确定性退火技术
解决Job Shop调度问题的模拟退火算法改进-Calculated in accordance with the laws of nature a new branch: deterministic annealing to solve the Job Shop scheduling problem to improve the simulated annealing algorithm
-
-
3下载:
蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
-
-
0下载:
Job shop scheduling problem using genetic algorithm must use g++ complier
-
-
0下载:
Flow job shop scheduling using BB method
-
-
7下载:
车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用
-Job shop scheduling simulated annealing genetic algorithm
-
-
1下载:
遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案
-
-
0下载:
用遗传算法解决作业车间调度问题。作业车间调度可描述为集合{J,M,Op,T}(其中:J代表工件,M代表机器,Op代表工序,T代表工件的加工时间),即如何将工件的工序按照合理的顺序分配到机器上,以达到目标函数的要求。-Using Genetic Algorithm for Job Shop Scheduling Problems. Job shop scheduling can be described as a set {J, M, Op, T} (where: J on behalf of t
-
-
2下载:
用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
-
-
1下载:
流水作业调度问题要求确定这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 the last job on the machine p
-
-
0下载:
差异作业批调度的流水车间问题及近似算法Differences in job batch scheduling of flow shop problems and approximation algorithms-Differences in job batch scheduling of flow shop problems and approximation algorithms
-
-
0下载:
matlab 求解job shop scheduling problem 遗传算法 整数编码 双点交叉 溢出位修复-job shop scheduling problem genetic algorithm for integer encoding two-point cross-overflow bit repair
-
-
0下载:
genetic algorithm for job shop scheduling problem
-
-
1下载:
job shop scheduling using GA optimization method
-
-
0下载:
Job Shop Scheduling done by Vignesh Venkat
-