搜索资源列表
Matlab(1)
- 用matlab编写的程序,建立经典模型,解决车间调度通用问题,
车间作业调度问题遗传算法通用Matlab程序
- 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
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.
chejiandiaodu
- 本算法是用标准遗传算法来优化车间调度,具有很好的实时性。-This algorithm is a standard genetic algorithm to optimize shop scheduling with a good real-time.
JSPGAMATLAB
- 车间调度(JSP)程序,对于应用者可以经过简单调试就可以使用-Shop scheduling (JSP) process, for the application can be able to use after a simple debugging
GA_Intelligent
- 只能制造技术车间调度程序,采用遗传算法对工序进行安排和寻优。-Scheduler can only manufacturing plant, a genetic algorithm optimization process for the arrangements and.
Jobshopschedulingsimulatedannealinggeneticalgorith
- 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
zydu-matlab
- 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
GAforjobshopschedulingproblemMatlab
- 遗传算法基于遗传算法的工作车间调度MATLAB程序-GAforjobshopschedulingproblemMatlab
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
VB-and-Matlab-integration-for
- VB与Matlab集成求解车间调度优化问题,详细的论文解说。-VB and Matlab integration for solving job shop scheduling problem
job-shop-matlab
- 带有恶化时间的作业车间调度问题matlab 程序-Job shop scheduling problem with time to progression matlab program
MATLAB
- 遗传算法源代码,主要用于车间调度的优化算法-Genetic algorithm source code, mainly for shop scheduling optimization algorithm
GUI
- 任务车间调度MATLAB,GUI界面,墙纸排序生产问题-Task shop scheduling MATLAB, GUI interface, wallpaper sort of production problems
基于多层编码遗传算法的车间调度算法
- 基于多层编码遗传算法的车间调度算法(matlab实现)(Job shop scheduling algorithm based on multi-layer coded genetic algorithm)
生产调度matlab
- 基于遗传算法的车间调度的MATLAB实现,很好改进,实用(MATLAB implementation of job shop scheduling based on genetic algorithm is very good and practical.)
matlab_gatt
- matlab甘特图生产车间调度问题流水线问题并行机调度问题等(MATLAB for gatt)
生产调度
- 多工序多设备的生产车间调度问题,采用的是精英保留策略的遗传算法(A genetic algorithm based on elite reservation strategy is adopted for multi-process and multi-equipment job shop scheduling problem.)
NSGA2车间调度算法
- 该算法是一般NSGA2在车间调度问题上的应用(This algorithm is the application of general NSGA2 in job shop scheduling problem)
流水作业车间调度代码
- 流水作业车间调度代码,采用MATLAB编程,亲测可运行!