搜索资源列表
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.
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
gamatlab
- 使用遗传算法的自动排产,2个曲线图1个甘特图,希望对大家有所帮助;-Using genetic algorithms automatic scheduling, two graphs a Gantt chart, we want to help
jobshop-sa-jsp
- 模拟退火算法解决作业车间调度jobshop问题,以FT06问题为例说明,可产生甘特图,JSPmain是主函数。-Simulated annealing algorithm to solve the job shop scheduling jobshop problem to FT06 problem as an example, can produce a Gantt chart, JSPmain is the main function.
gantt_chart_demo
- 一个用于生成甘特图的matlab代码的demo版本-using matlab to generate gantt plant
PSO solve JSP
- 用粒子群算法求解车间调度问题,包含甘特图的制作程序(Particle swarm optimization algorithm for job shop scheduling problem, including Gantt chart)