CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - job scheduling matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - job scheduling matlab - List
[
Other
]
aibook
DL : 0
主要介绍遗传算法的应用,其中包括作业调度工作原理啊及相关资料,可以下来看看啊-Mainly introduce the application of genetic algorithms, including the working principle ah job scheduling and related information can be under来看看啊
Update
: 2025-02-17
Size
: 2.44mb
Publisher
:
xuyc
[
Data structs
]
CPUSchedule
DL : 0
3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S and other important indicators.
Update
: 2025-02-17
Size
: 19kb
Publisher
:
tennic
[
matlab
]
jobshopingmatlab
DL : 0
车间调度(matlab).rar 1、初始化参数: 族群 60,循环500次,交叉0。8 变异 0。6 代沟0。9 2、初始化群:按调度优先级编码,比如 3个零件,每个零件3个工序,就初始化: 1、3、4、5、6、7、8、9、2 2、1、3、4、5、6、7、8、9 等等 -Shop scheduling (matlab). Rar 1, initialization parameters: group 60, the cycle 500 times, cross 0.8 Variation 0.6 generation gap 0.9 2, initialization group: by scheduling priority encoding, for example, three parts , three processes for each part, on the initialization: 1,3,4,5,6,7,8,9,2 2,1,3,4,5,6,7,8,9, etc.
Update
: 2025-02-17
Size
: 50kb
Publisher
:
李劲
[
AI-NN-PR
]
JSPGA
DL : 1
车间作业调度问题遗传算法Matlab源码 -Job-shop scheduling problem genetic algorithm source Matlab
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hj
[
matlab
]
che
DL : 0
车间作业调度问题Matlab源码,用于完成车间作业的最优化调度-Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization
Update
: 2025-02-17
Size
: 2kb
Publisher
:
lucas
[
matlab
]
JobShopSchedulingProblemMatlabGeneticAlgorithm
DL : 0
车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sxb
[
Software Engineering
]
job-shop
DL : 1
基于PSO的job-shop调度源代码,上面已经上传了一个基于flow-shop调度问题,可以讲二者对比看-PSO-based job-shop scheduling of the source code has been uploaded above based on the flow-shop scheduling problem, you can talk about comparing the two to see
Update
: 2025-02-17
Size
: 16kb
Publisher
:
杨维
[
matlab
]
ga_jsp_matlab
DL : 0
车间作业调度问题遗传算法通用Matlab程序,很好用的的哦-the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
Update
: 2025-02-17
Size
: 50kb
Publisher
:
朱磊
[
matlab
]
matlab_tabu_job_scheduling
DL : 0
求解单机成组作业,基于TOC理论,多目标优化-To solve job scheduling on single machine
Update
: 2025-02-17
Size
: 93kb
Publisher
:
zll5816@126.com
[
AI-NN-PR
]
JSP
DL : 0
利用遗传算法解决作业调度问题,评价函数,算法高效.-The use of genetic algorithm to solve job-scheduling problem, the evaluation function, algorithm efficiency.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Tiny
[
Other
]
Genetic
DL : 0
车间作业调度问题遗传算法Matlab源码-Genetic Algorithm for Job Shop Scheduling Problem Matlab source code
Update
: 2025-02-17
Size
: 5kb
Publisher
:
曾行
[
Software Engineering
]
b
DL : 0
一种求解Job-Shop调度问题的 混合自适应变异粒子群算法 -Solving Job-Shop scheduling problem by hybrid particle swarm optimization with adaptive mutation
Update
: 2025-02-17
Size
: 130kb
Publisher
:
sunhua
[
matlab
]
job-shop3
DL : 1
Matlab 车间动态调度 PSO微粒群算法程序(优化目标为MakeSpan时间)-Matlab Workshop Particle Swarm Optimization PSO dynamic scheduling procedures (optimization target MakeSpan time)
Update
: 2025-02-17
Size
: 5kb
Publisher
:
zmw
[
matlab
]
Jobshopschedulingsimulatedannealinggeneticalgorith
DL : 1
车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
Update
: 2025-02-17
Size
: 17kb
Publisher
:
赵欣
[
matlab
]
zydu-matlab
DL : 0
用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wllx
[
matlab
]
Shop-scheduling-genetic-algorithm
DL : 0
遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 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
Update
: 2025-02-17
Size
: 2kb
Publisher
:
王龙隐
[
AI-NN-PR
]
Job-shop-MATLAB
DL : 0
用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
Update
: 2025-02-17
Size
: 100kb
Publisher
:
小刚
[
AI-NN-PR
]
matlab-GA-JSP
DL : 0
matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general
Update
: 2025-02-17
Size
: 20kb
Publisher
:
lychee
[
matlab
]
GA- job shop scheduling
DL : 0
genetic algorithm for job shop scheduling problem
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Songkran
[
matlab
]
GA-Job shop Scheduling
DL : 0
job shop scheduling using GA optimization method
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Songkran
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.