搜索资源列表
AssemblylineScheduling
- 使用动态规划方法解决多个生产线上的调度问题,进而解决生产线调度的最小时间问题-use dynamic programming solution to a number of production line scheduling problem, thereby solving production line scheduling the minimum time
GAJSP
- 车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
jsp_ga_Matlab
- 车间调度问题的遗传算法matlab源程序,供大家参考-shop scheduling GA Matlab source for reference
jobshop
- 车间调度问题主程序,需要进行自主参数设计
rates
- 基于CPLEX半连续变量求解发电机组单时段经济调度问题,给定负荷需求,求每台发电机输出P=0或Pmin<=P<=Pmax,使发电成本最小。-Semi-continuous variable based on CPLEX to solve a single period of economic generator scheduling problem, given the load demand, seeking each generator output P = 0 or Pmin
TaskOrder
- 用VBA在Excel中实现的数据生成与分析程序 问题类别:任务调度 问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务 功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
math_modeling
- 06年全国研究生数学建模竞赛之邮车调度问题的答案程序。可能根据题目给出的地图,综合多种因素进行邮车的调度,并给出调度的相应运营时间成本。- maths modeling,mail_cart attemper
GaBin
- 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
bankman
- 银行家算法,用于解决系统进程之间的调度问题-bank
greedyjs
- 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
DP
- 运用动态规划推求水库的调度问题,单库问题-Using the dynamic programming scheduling problem deduced reservoir
Beefor3LVRP
- 尝试使用蜜蜂算法来求解带三维装载的车辆调度问题,算法具有一定的新颖性。-Try to use the bees algorithm to solve with a three-dimensional loading vehicle routing problem, the algorithm has a certain novelty.
PF
- 采用Matlab编程的直角坐标转换算法,在工程问题上具有一定的应用。本算法为了提高执行效率,做了一定的改进-Cartesian coordinates using Matlab programming conversion algorithm, the engineering problems with some applications. In order to improve the efficiency of the algorithm to do a certain amount of
CDS
- CDS(Campbell-Dudek-Simth):是Johnson算法的扩展,被认为是好的具有鲁棒性的启发式算法。用于求解n-job,m-machine的流水作业调度问题;即n项作业都需要顺序进行m个工序,m个工序中,每道工序仅有一台机器,如何安排n项作业的加工先后关系。-CDS (Campbell-Dudek-Simth): an extension of the Johnson algorithm is considered robust heuristic algorithm is go
LINGO
- LINGO语言编程解决一个经典的工作时间调度问题-an example of solving a work-time problem with LINGO
scheduling-problem
- 独立任务最有调度问题的方法,主要是通过巧妙的方法可以用较少的时间得到最优答案。-Independent task scheduling problem, mainly through the clever way you can spend less time to get the optimal answer.
The-assembly-line-scheduling-problem
- 御用动态规划思想和策略,解决装配线调度问题。-Queen dynamic programming ideas and strategies to address the assembly line scheduling problem.
ACO_on_JSSP
- 该程序是用matlab实现蚁群优化算法求解车间调度问题-The program is ACO algorithm for the jobshop scheduling problem
DYNELD
- 动态电力经济调度问题代码,目标函数为成本最小。运行test1可以得到最小的调度成本以及机组出力分配结果。
poa
- 采用poa算法,用于解决水库发电优化调度问题。(The POA algorithm is used to solve the optimal dispatching problem of the reservoir power generation.)