搜索资源列表
-
0下载:
车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
-
-
0下载:
遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
-
-
0下载:
车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
-
-
0下载:
利用遗传算法解决作业调度问题,评价函数,算法高效.-The use of genetic algorithm to solve job-scheduling problem, the evaluation function, algorithm efficiency.
-
-
0下载:
Job shop scheduling problem using genetic algorithm must use g++ complier
-
-
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 最优方案
-
-
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
-
-
0下载:
matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general
-
-
1下载:
车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
-
-
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下载:
单件车间调度问题的改进型病毒进化遗传算法Job-shop scheduling problem improved virus evolutionary genetic algorithm-Job-shop scheduling problem improved virus evolutionary genetic algorithm
-
-
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
-
-
1下载:
基于混合遗传算法问题车间调度优化(论文+源码),哈工大本科学生毕业论文,内有源码以及遗传算法和模拟遗传算法相关论文-Shop Scheduling with Genetic Algorithm
-
-
0下载:
这是一个有关车间调度的遗传算法,车间调度主要是job-shop调度有关的matlab算法。-genetic algorithm,
-
-
0下载:
genetic algorithm for job shop scheduling problem
-