-
Shop-scheduling-genetic-algorithm
说明: 遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图
Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图
Y3p 最优方案中,各工件各工序使用的机器编号
Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵
LC1 收敛曲线1,各代最优个体适应值的记录
LC2 收敛曲线2,各代群体平均适应值的记录
最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)(Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict)
- 2021-01-27 13:58:35下载
- 积分:1
-
OFDM_simulation
OFDM详细的MATAB仿真,包括了每一个详细的步诌(Detailed OFDM simulation MATAB)
- 2009-09-26 15:09:57下载
- 积分:1
-
floyd1
我用matlab编写的Floyd算法,可以求任意两点的最短路问题(I use matlab prepared Floyd algorithm to find the shortest path problem between any two points)
- 2010-11-12 20:55:04下载
- 积分:1
-
medicalimagesegmentation
关于医学图像处理的matlab实现的代码和报告,包括几种常用的matlab分割方法(Medical Image Processing on the realization of the matlab code and reports, including several commonly used segmentation matlab)
- 2009-05-23 23:50:58下载
- 积分:1
-
yy
说明: 用matlab提取语音信号,并进行处理,提取语音信号的特征参数(programed by matlab ,a very good thing)
- 2013-01-09 17:54:04下载
- 积分:1
-
ray_qam16
raylian fading for qam 16
- 2010-05-29 14:38:01下载
- 积分:1
-
kmeansf
kmean clustering algorithm.
this code will take the training data set (with out class lebel) as input and return the no of optimum centre used in rbfn by using eucleadian distance.
- 2012-05-28 22:59:49下载
- 积分:1
-
LP12
利用模式理论,对给定几何尺寸以及折射率分布的光纤进行模式求解与绘图,该程序给出LP12模的求解与绘图。(the LP01 mode of the fiber)
- 2013-09-24 21:22:26下载
- 积分:1
-
kriging toolbox
说明: 一个进行克里金插值的工具,功能齐全,非常好用(A tool for Kriging interpolation)
- 2019-11-14 14:23:22下载
- 积分:1
-
bisection
This program solves the following equation using bi-section method.
- 2012-02-15 16:51:45下载
- 积分:1