搜索资源列表
-
2下载:
这是一个柔性加工车间的优化调度的遗传算法,算法应用矩阵编码的方式,实现优化求解,欢迎与作者联系其他算法linxk333@yahoo.com.cn-This is a flexible processing workshops optimal scheduling of the genetic algorithm, the algorithm application matrix coding modes to achieve optimization, and welcome other aut
-
-
0下载:
这是算法分析当中的一个经典问题,可以利用贪心算法来实现两台机器的调度问题,通过程序可以使两台工作的机器的调度达到最优-This is the algorithm analysis includes a classic problem, greedy algorithm can be used to achieve the two-machine scheduling problem adoption of procedures to enable the two machines to achi
-
-
3下载:
求解梯级水库群优化调度,考虑了三个梯级水库,约束条件包括水量平衡、出力限制、流量限制等。,Solving cascade reservoir optimal scheduling, taking three steps reservoirs, restrictive conditions, including water balance, output restrictions, traffic restrictions.
-
-
1下载:
水库单库优化调度程序,用于求解长系列大规模水库优化调度问题,能有效提高求解精度-Single-base reservoir optimal scheduling procedure for solving a long series of large-scale reservoir optimal scheduling problem can effectively improve the solution accuracy
-
-
0下载:
求解梯级水库群优化调度,采用禁忌搜索算法,考虑水库数为2个。-Solving steps-reservoir optimal scheduling using tabu search algorithm, considering the number of reservoir 2.
-
-
0下载:
(1) 用一个4*20的二维数组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来自bi), 第4行存放0或1(0代表作业序号未进入最优调度方案;1代表作业序号已进入最优调度方案)
(2) 排序完后,按课本所述方法求一种最优调度方案,存放在S中。
-(1) with a 4* 20 two-dimensional array M, the first a line to deposit a small to l
-
-
0下载:
页面调度OPT算法:基于C++的关于模拟页面调度的算法、代码。OPT:最佳页面调度算法。仅供参考。-OPT paging algorithm: C++ based on the simulation of paging algorithms, code. OPT: optimal scheduling algorithm for page
-
-
3下载:
基于改进粒子群算法的节能调度下多目标负荷最优分配 -Particle swarm optimization based on improved energy-saving scheduling optimal allocation under the multi-objective particle swarm optimization based on improved energy-efficient multi-objective scheduling optimal allocation
-
-
0下载:
算法导论课程实验,使用回溯算法实现最佳调度-Introduction to Algorithms course experiment, using the backtracking algorithm for optimal scheduling
-
-
1下载:
遗传算法车间调度,车间作业调度问题遗传算法
--------------------------------------------------------------------------
输入参数列表
M 遗传进化迭代次数
N 种群规模(取偶数)
Pm 变异概率
T m×n的矩阵,存储m个工件n个工序的加工时间
P 1×n的向量,n个工序中,每一个工序所具有的机床数目
输出参数列表
Zp 最优的Makespan值
Y1p 最优方案
-
-
0下载:
对于给定的2台处理机A和B处理n个作业,找出一个最优调度方案,使2台机器处理完这n个作业的时间最短。-Optimal scheduling independent tasks.
-
-
1下载:
流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to the last job on the machine p
-
-
0下载:
遗传算法的计算,分类和最佳调度问题的求解,资料全面细致-Genetic algorithm calculation, classification and optimal scheduling problem solving, a comprehensive and detailed information
-
-
1下载:
水库优化调度遗传算法源程序,有效解决水库调度中维数灾问题-Reservoir optimal scheduling genetic algorithm source code, an effective solution to reservoir operation in the curse of dimensionality problem ...
-
-
0下载:
本文通过介绍新的聚类算法到传感器节点调度算法中,从而实现网络覆盖的最优化-This paper describes a new clustering algorithm to the sensor node scheduling algorithm in order to achieve optimal network coverage
-
-
0下载:
用人工鱼群算法求解梯级水库优化调度,只需要修改相应的约束条件就可以进行优化计算了-Using artificial fish algorithm cascade reservoirs optimal scheduling, only need to modify the corresponding constraint conditions can were optimized
-
-
0下载:
算法分析,潜水比赛问题。找出最优调度方案。-Algorithm analysis, the diving competition issues. Find the optimal scheduling solution.
-
-
1下载:
漫湾水电站优化调度,运用算法为动态规划方法,内含文档说明。-Manwan Hydropower Optimal Scheduling
-
-
0下载:
最佳调度,算法分析中很重要的一种处理方法,通过比较最终数值大小,得出结果-Best scheduling algorithm analysis an approach by comparing the final value of the size, the results
-
-
0下载:
本作业分为两个子问题:第一个子问题是通过简化原来制造系统通过分步的思想来制定最优的调度计划;第二个子问题是通过简化工业4.0制造系统中通过整合的思想来制定最优的调度计划和设备维护计划。(The assignment is divided into two sub-problems: The first sub-problem is to develop an optimal scheduling plan by simplifying the original manufacturing sys
-