搜索资源列表
-
1下载:
规划算法--matlab编写的车间调度遗传算法源程序-planning algorithm -- Matlab prepared by the shop scheduling genetic algorithm source code
-
-
2下载:
遗传算法用于解决多目标排课的优化问题,是一个好算法-genetic algorithm is used to solve the multi-objective optimization problem Course Scheduling is a good algorithm
-
-
3下载:
遗传算法例程:通过MATLAB,以航班调度排序为例,实现遗传算法。,Genetic algorithm routines: the adoption of MATLAB, in order to sort Flight Scheduling as an example, the realization of genetic algorithm.
-
-
0下载:
车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
-
-
0下载:
本算法是用标准遗传算法来优化车间调度,具有很好的实时性。-This algorithm is a standard genetic algorithm to optimize shop scheduling with a good real-time.
-
-
0下载:
multi processor scheduling with genetic algorithm
-
-
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下载:
process scheduling using 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
-
-
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下载:
流水生产调度问题是指生产系统任一机器一旦开始加工工件,就应连续不断加工直到完成所有的工件,同一机器上连续加工的两个工件之间不能有间断。这里是调度问题的遗传算法matlab程序。-Scheduling problem genetic algorithm
-
-
0下载:
根据多层编码遗传算法原理,在matlab中编程实现基于多层编码遗传算法的车间调度算法-According to the principle of multi-coded genetic algorithm in matlab programming shop scheduling algorithm based on multi-coding genetic algorithm
-
-
0下载:
使用遗传算法来来解决解决生产调度优化问题-using genetic algorithm to solve production scheduling problem
-
-
2下载:
基于遗传算法的公交排班系统分析,很好的运用在公交排班上-Analysis of bus scheduling system based on genetic algorithm
-
-
0下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法可以解决多种优化问题,如:TSP问题、生产调度问题、轨道优化问题等,在现代优化算法中占据了重要的地位,本例使用遗传算法求解最优解。-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian natural selection and genetic mec
-
-
0下载:
this research paper is based on Load scheduling in power system by genetic algorithm
-
-
0下载:
genetic algorithm for job shop scheduling problem
-