搜索资源列表
遗传算法解决车间调度问题
- 遗传算法解决车间调度问题,应用matlab
matlab遗传算法_车间调度
- 在Matlab环境下使用遗传算法解决车间调度问题的优化。
GATest
- 求VC++基于遗传算法的流水线车间调度问题-Seeking VC++ Lines based on genetic algorithm-Shop Scheduling Problem
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
ACAJSP
- 蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
GAencoding
- 以MATLAB为工具的实现车间调度问题的源码-MATLAB as a tool to achieve shop scheduling problem source
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.
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
matlab-GA-JSP
- matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general
基于多层编码遗传算法的车间调度算法
- 基于多层编码遗传算法的车间调度算法(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.)
matlab代码-遗传算法流水车间调度
- 用遗传算法解决流水车间问题,里面是matlab代码(The genetic algorithm is used to solve the flow shop problem, which contains matlab code.)
NSGA2车间调度算法
- 该算法是一般NSGA2在车间调度问题上的应用(This algorithm is the application of general NSGA2 in job shop scheduling problem)
流水作业车间调度代码
- 流水作业车间调度代码,采用MATLAB编程,亲测可运行!