搜索资源列表
车间作业调度问题遗传算法通用Matlab程序
- 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
jobshop.rar
- job shop 很有用的遗传算法算法,望认真看,在修改,job shop
Scheduling.rar
- 经典的Job Shop问题调度算法,用Visual C++语言实现。 ,Job Shop Scheduling Problem
sdasd
- 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
Job-shop-scheduling
- 有关流水车间生产调度matlab源程序:流水线型车间作业调度问题遗传算法Matlab源码 -job-shop scheduling
xiaofei_jsp
- 该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。-The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.
JobShopSchedulingProblemMatlabGeneticAlgorithm
- 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
2008-0577
- 文章-----基于SPEA2的柔性工作车间多目标调度优化研究 ------ SPEA2 article based on the Flexible Job-Shop Scheduling multi-objective optimization study
che
- 车间作业调度问题Matlab源码,用于完成车间作业的最优化调度-Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization
SurveyPresent
- A survey to describe some Job Shop Scheduling problem using Genetic Algorithm problems to solve some NP-hardness problem!
shengtai432
- 按自然法则计算的一个新分支:确定性退火技术 解决Job Shop调度问题的模拟退火算法改进-Calculated in accordance with the laws of nature a new branch: deterministic annealing to solve the Job Shop scheduling problem to improve the simulated annealing algorithm
Project
- Job shop schduling program under java
bottleneckidetification
- c program for identifying bottleneck machines in a job shop (used in the scheduling of the shop floor)
JOBSHOP
- 由 P. Brucker, B. Jurisch, and B. Sievers提出的job shop scheduling解法程序,包含多种标准问题。-job shop scheduling method proposed by P. Brucker, B. Jurisch, and B. Sievers.
ACAJSP
- 蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
Job-shop-MATLAB
- 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
job-shop-GA
- 利用实数编码,实现车间调度的遗传算法代码-Job-shop GA
GA- job shop scheduling
- genetic algorithm for job shop scheduling problem
GA-Job shop Scheduling
- job shop scheduling using GA optimization method