搜索资源列表
车间作业调度问题遗传算法通用Matlab程序
- 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
DP_DK
- 水库单库优化调度程序,用于求解长系列大规模水库优化调度问题,能有效提高求解精度-Single-base reservoir optimal scheduling procedure for solving a long series of large-scale reservoir optimal scheduling problem can effectively improve the solution accuracy
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
che
- 车间作业调度问题Matlab源码,用于完成车间作业的最优化调度-Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization
JSPMATLABsourcecode
- 车间作业调度问题遗传算法通用MATLAB源程序-the source code is for the workshop schedule program with matlab
MATLABGA
- 遗传算法程序,包括基因的遗传变异过程,适合做调度问题-genetic algorithm
GAMatlab
- 通过以用遗传算法原理对生成车间调度问题进行研究,并给出源码。-Through the principle of using genetic algorithms to generate shop scheduling problem is studied and the source code.
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
simulated annealing algorithm
- 模拟退火算法的应用很广泛,可以较高的效率求解最大截问题(Max Cut Problem)、0-1背包问题(Zero One Knapsack Problem)、图着色问题(Graph Colouring Problem)、调度问题(Scheduling Problem)等等。(Simulated annealing algorithm is widely used, can be more efficient to solve the maximum Problem Cut (Max), 0-1
PSO solve JSP
- 用粒子群算法求解车间调度问题,包含甘特图的制作程序(Particle swarm optimization algorithm for job shop scheduling problem, including Gantt chart)
遗传算法求解VRP问题的技术报告
- 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
用pso算法解决了6X6的车间调度问题
- 采用粒子群优化算法解决6*6车间调度问题(Solving job shop scheduling with PSO)
Ch8_GA_JSP
- 用遗传算法解决简单的JSP问题,即作业车间调度问题,并可绘制流程图。(The genetic algorithm is used to solve the simple JSP problem, that is, the job shop scheduling problem, and can draw the flow chart.)
AntColonyOptimization-TSP
- 蚁群算法作为新发展的一种模拟蚂蚁群体智能行为的仿生优化算法,它具有较强的鲁棒性、优良的分布式计算机制、易于与其他方法相结合等优点,本算法用来解决最短路径问题,并在TSP旅行商问题上取得较好的成效。同时也可以在他领域如图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类进行参考。(Ant colony algorithm is a newly developed bionic optimization algorithm that simulates the ant colony intel
代码-多层编码遗传算法的车间调度算法
- 智能算法中的遗传算法,解决多层编码车间调度问题(The genetic algorithm in intelligent algorithm solves the problem of multilayer coding shop scheduling.)
Optimal dispatching of microgrid_Cplex
- Matlab+YALMIP+CPLEX解决带储能的微电网优化调度问题,以微电网运行成本最小为目标函数,约束条件包含蓄电池SOC约束、交换功率约束、功率平衡等约束,本程序已在Matlab 2015b平台,yalmip version:20171121 CPLEX version:12.8教育版 验证成功(Matlab+YALMIP+CPLEX solves the optimization scheduling problem of microgrid with storage energy, t
遗传算法 车间调度 甘特图 代码
- 遗传算法解决车间调度问题,可以直接运行出结果,没有问题(Solving job shop scheduling problem by genetic algorithm)
带时间窗车辆调度问题的蚁群算法.pdf
- VRP车辆调度问题解决思路,带有时间窗口(VRP with time windows)
人工鱼群算法求解VRP问题
- 使用matlab语言实现人工鱼群算法求解车辆调度问题(Using MATLAB language to implement artificial fish swarm algorithm to solve vehicle scheduling problem)