搜索资源列表
-
0下载:
车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
-
-
0下载:
Flow Job Shop problem using genetic algorithm use g++ compiler
-
-
7下载:
车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用
-Job shop scheduling simulated annealing genetic algorithm
-
-
0下载:
用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
-
-
1下载:
遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案
-
-
1下载:
用遗传算法解决一个np极难问题,即车间调度中的job shop问题。-With genetic algorithm is very difficult to solve a np problem, that is, the workshop dispatch of the job shop problem.
-
-
0下载:
matlab 求解job shop scheduling problem 遗传算法 整数编码 双点交叉 溢出位修复-job shop scheduling problem genetic algorithm for integer encoding two-point cross-overflow bit repair
-
-
0下载:
车间作业调度问题是一种NP完全问题,下面的源码是车间作业调度问题的源码-Job shop scheduling problem is an NP-complete problem, the source of the following is the source of the Job Shop Scheduling Problem
-
-
0下载:
用遗传算法解决车间调度问题
aberrance.m 760 24-07-07|09:42
across.m 2144 26-07-07|16:35
cal.m 1133 20-05-08|08:37
calP.m 742 15-05-08|20:16
caltime.m 1986 25-07-07|10:52
JSP.m 4006 22-05-08|19:52
plotRec.m 487 14-07-07|14:48
车间调度遗传算法的研究.doc 8755
-
-
0下载:
这是一个有关车间调度的遗传算法,车间调度主要是job-shop调度有关的matlab算法。-genetic algorithm,
-
-
0下载:
使用遗传算法来来解决求解车间调度问题的matlab代码-matlab code for solving job shop problem to use genetic algorithm
-
-
0下载:
Genetic algorithm to solve job shop scheduling ,,using matlab environment and scheduling job ,machine,tasks and the like ,,because of Genetic Algorithm can give optimal solution ,we use it and initialize it with a population and generation
-
-
0下载:
genetic algorithm for job shop scheduling problem
-
-
0下载:
改进的遗传算法,主要用于求解柔性作业车间调度问题(The improved genetic algorithm is mainly used to solve the flexible job shop scheduling problem)
-
-
0下载:
车间布局优化是将加工设备、物料输送设备、工作单元和通道走廊等布置物体合理地放置在一个有限的生产车间内的过程。车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。(Workshop layout optimization is the process of processing equipment, material conveying equipment, work unit and corridor and so on, and arranging the o
-
-
2下载:
flexible job shop
使用基因演算法解柔性作業車間調度問題(flexible job shop
Using genetic algorithm to solve flexible job shop scheduling problem)
-
-
2下载:
用遗传算法解决简单的JSP问题,即作业车间调度问题,并可绘制流程图。(The genetic algorithm is used to solve the simple JSP problem, that is, the job shop scheduling problem, and can draw the flow chart.)
-
-
0下载:
基于多层编码遗传算法的车间调度算法(matlab实现)(Job shop scheduling algorithm based on multi-layer coded genetic algorithm)
-
-
1下载:
基于遗传算法的车间调度的MATLAB实现,很好改进,实用(MATLAB implementation of job shop scheduling based on genetic algorithm is very good and practical.)
-
-
2下载:
遗传算法解决车间调度问题,可以直接运行出结果,没有问题(Solving job shop scheduling problem by genetic algorithm)
-