期刊文献+
共找到5,787篇文章
< 1 2 250 >
每页显示 20 50 100
An Algorithm for Cloud-based Web Service Combination Optimization Through Plant Growth Simulation
1
作者 Li Qiang Qin Huawei +1 位作者 Qiao Bingqin Wu Ruifang 《系统仿真学报》 北大核心 2025年第2期462-473,共12页
In order to improve the efficiency of cloud-based web services,an improved plant growth simulation algorithm scheduling model.This model first used mathematical methods to describe the relationships between cloud-base... In order to improve the efficiency of cloud-based web services,an improved plant growth simulation algorithm scheduling model.This model first used mathematical methods to describe the relationships between cloud-based web services and the constraints of system resources.Then,a light-induced plant growth simulation algorithm was established.The performance of the algorithm was compared through several plant types,and the best plant model was selected as the setting for the system.Experimental results show that when the number of test cloud-based web services reaches 2048,the model being 2.14 times faster than PSO,2.8 times faster than the ant colony algorithm,2.9 times faster than the bee colony algorithm,and a remarkable 8.38 times faster than the genetic algorithm. 展开更多
关键词 cloud-based service scheduling algorithm resource constraint load optimization cloud computing plant growth simulation algorithm
在线阅读 下载PDF
Schedule algorithm for mitigating inter-cell interference based on orthogonal complement space
2
作者 付少忠 葛建华 《Journal of Central South University》 SCIE EI CAS 2011年第2期499-503,共5页
In order to avoid severe performance degradation led by the inter-cell interference (ICI) in orthogonal frequency division multiple access (OFDMA) systems with a frequency reused factor (FRF) of 1,distributed schedule... In order to avoid severe performance degradation led by the inter-cell interference (ICI) in orthogonal frequency division multiple access (OFDMA) systems with a frequency reused factor (FRF) of 1,distributed schedule algorithm (DS-OCS) and distributed proportional fairness schedule algorithm (DPFS-OCS) based on orthogonal complement space (OCS) were proposed. The first right and left singular vectors of the channel that the user experienced were selected as the transmitting and receiving beamforming vectors. An interference space was spanned by the left singular vectors of the entire interference users in the same channel. The most suitable user lay in the OCS of the interference space was scheduled to avoid suffering interference from neighboring cells based on the criterion of system capacity maximizing and proportional fairness. The simulation results show that the average system capacity can be improved by 2%-4% compared with the DS-OCS algorithm with the Max C/I algorithm,by 6%-10% compared with the DPFS-OCS algorithm with the PF algorithm. 展开更多
关键词 long term evolution interference avoidance schedule algorithm orthogonal complement space FAIRNESS
在线阅读 下载PDF
A Hybrid Algorithm for Satellite Data Transmission Schedule Based on Genetic Algorithm
3
作者 李云峰 武小悦 《Defence Technology(防务技术)》 SCIE EI CAS 2008年第3期203-208,共6页
A hybrid scheduling algorithm based on genetic algorithm is proposed in this paper for reconnaissance satellite data transmission.At first,based on description of satellite data transmission request,satellite data tra... A hybrid scheduling algorithm based on genetic algorithm is proposed in this paper for reconnaissance satellite data transmission.At first,based on description of satellite data transmission request,satellite data transmission task model and satellite data transmission scheduling problem model are established.Secondly,the conflicts in scheduling are discussed.According to the meaning of possible conflict,the method to divide possible conflict task set is given.Thirdly,a hybrid algorithm which consists of genetic algorithm and heuristic information is presented.The heuristic information comes from two concepts,conflict degree and conflict number.Finally,an example shows the algorithm's feasibility and performance better than other traditional 展开更多
关键词 航天系统 人工智能理论 勘测技术 遗传算法
在线阅读 下载PDF
基于改进K-means算法的室内可见光通信O-OFDM系统信道均衡技术 被引量:1
4
作者 贾科军 连江龙 +1 位作者 张常瑞 蔺莹 《电讯技术》 北大核心 2025年第1期96-102,共7页
在室内可见光通信中符号间干扰和噪声会严重影响系统性能,K均值(K-means)均衡方法可以抑制光无线信道的影响,但其复杂度较高,且在聚类边界处易出现误判。提出了改进聚类中心点的K-means(Improved Center K-means,IC-Kmeans)算法,通过随... 在室内可见光通信中符号间干扰和噪声会严重影响系统性能,K均值(K-means)均衡方法可以抑制光无线信道的影响,但其复杂度较高,且在聚类边界处易出现误判。提出了改进聚类中心点的K-means(Improved Center K-means,IC-Kmeans)算法,通过随机生成足够长的训练序列,然后将训练序列每一簇的均值作为K-means聚类中心,避免了传统K-means反复迭代寻找聚类中心。进一步,提出了基于神经网络的IC-Kmeans(Neural Network Based IC-Kmeans,NNIC-Kmeans)算法,使用反向传播神经网络将接收端二维数据映射至三维空间,以增加不同簇之间混合数据的距离,提高了分类准确性。蒙特卡罗误码率仿真表明,IC-Kmeans均衡和传统K-means算法的误码率性能相当,但可以显著降低复杂度,特别是在信噪比较小时。同时,在室内多径信道模型下,与IC-Kmeans和传统Kmeans均衡相比,NNIC-Kmeans均衡的光正交频分复用系统误码率性能最好。 展开更多
关键词 可见光通信 光正交频分复用 多径信道 信道均衡 K-means算法 反向传播神经网络
在线阅读 下载PDF
基于ARIMA与GGACO算法的ETL任务调度机制研究
5
作者 周金治 刘艺涵 吴斌 《控制工程》 北大核心 2025年第2期208-215,共8页
随着抽取-转换-加载(extraction-transformation-loading,ETL)系统的ETL任务量增多,任务复杂度和波动性也随之提升,现有的ETL任务调度机制难以满足调度需求,如时间片轮转法受限于弹性调度能力弱、效率低下等缺点。为研究如何提升ETL任... 随着抽取-转换-加载(extraction-transformation-loading,ETL)系统的ETL任务量增多,任务复杂度和波动性也随之提升,现有的ETL任务调度机制难以满足调度需求,如时间片轮转法受限于弹性调度能力弱、效率低下等缺点。为研究如何提升ETL任务调度机制的弹性调度能力以及执行效率,提出了一种基于整合移动平均自回归(autoregressive integrated moving average,ARIMA)模型与贪心-遗传-蚁群优化(greedy-genetic-ant colony optimization,GGACO)算法的ETL任务调度机制。初期,建立ARIMA模型并弹性地结合贪心算法计算初始解;中期,利用遗传算法的全局快收敛的特性结合初始解圈定最优解的大致范围;最后,利用蚁群优化算法的局部快速收敛性进行最优解搜索。实验结果表明:该调度机制能够弹性地指导任务调度尽可能地找到最优解,减少任务的执行时间,以及尽可能实现更高效的负载均衡。 展开更多
关键词 弹性调度 ARIMA 贪心算法 遗传算法 蚁群优化算法
在线阅读 下载PDF
基于PSO-OBL算法的平面移动类立体车库车辆调度优化模型 被引量:1
6
作者 曾超 杨子涵 +1 位作者 崔子豪 于立 《科学技术与工程》 北大核心 2025年第2期816-824,共9页
针对平面移动类立体车库在车辆存取效率方面的瓶颈问题,提出了一种基于PSO-OBL算法的存取车辆调度优化模型。该模型旨在通过精确调控车辆存取策略和时间管理,缩短车辆存取运行时间及用户平均等待时间。为提升传统粒子群算法的寻优效能... 针对平面移动类立体车库在车辆存取效率方面的瓶颈问题,提出了一种基于PSO-OBL算法的存取车辆调度优化模型。该模型旨在通过精确调控车辆存取策略和时间管理,缩短车辆存取运行时间及用户平均等待时间。为提升传统粒子群算法的寻优效能和收敛速率,将粒子间相互协作与信息交流机制融入算法框架,并结合反向学习机制以实现问题的高效求解。实验数据表明,与传统粒子群算法相比,PSO-OBL算法在顾客平均等待时间、平均服务时间、平均等待队长以及平均运行能耗等方面均实现了显著提升,研究结果将为平面移动类立体车库的存取效率提供优化理论支持和实践参考。 展开更多
关键词 停车规划与管理 机械式立体车库 平面移动类立体车库 存取调度优化 PSo-oBL算法
在线阅读 下载PDF
结合FISCO BCOS与拓扑优化一致性算法的配电网多目标经济调度
7
作者 王桂兰 张成 周国亮 《计算机工程》 北大核心 2025年第7期348-361,共14页
随着分布式能源的高比例渗透、大量储能单元以及柔性负荷的加入,主动配电网的优化调度变得更加具有挑战性。现有经济调度较少考虑柔性负荷和储能单元的接入,收敛速度较慢。结合国家“双碳”目标,提出FISCO BCOS平台下结合通信拓扑优化... 随着分布式能源的高比例渗透、大量储能单元以及柔性负荷的加入,主动配电网的优化调度变得更加具有挑战性。现有经济调度较少考虑柔性负荷和储能单元的接入,收敛速度较慢。结合国家“双碳”目标,提出FISCO BCOS平台下结合通信拓扑优化一致性算法的配电网多目标经济调度策略。该策略综合考虑发电机发电成本、污染气体排放、储能成本和柔性负荷用电效益,利用通信拓扑优化的一致性算法提高系统收敛速度,结合FISCO BCOS联盟链的存储和精简实用拜占庭容错(rPBFT)共识机制优化节点间的信息共享,降低领导节点的中心性,防止部分节点作恶,实现配电网多目标最优功率分配。仿真结果表明,提出的配电网多目标调度经济调度策略收敛速度快,在领导节点切换、不同阶段节点退出与加入及功率交换指令变化、收敛系数变动场景下仍能较快收敛,具有良好的鲁棒性和稳定性,且收敛速度优于快速一致性算法,若目标权重系数选取恰当,经济与环境结果均优于多目标NSGA-II算法。 展开更多
关键词 主动配电网 区块链 FISCo BCoS平台 多目标调度 通信拓扑优化 一致性算法
在线阅读 下载PDF
Rolling optimization algorithm based on collision window for single machine scheduling problem 被引量:4
8
作者 Wang Changjun Xi Yugeng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2005年第4期816-822,共7页
Focusing on the single machine scheduling problem which minimizes the total completion time in the presence of dynamic job arrivals, a rolling optimization scheduling algorithm is proposed based on the analysis of the... Focusing on the single machine scheduling problem which minimizes the total completion time in the presence of dynamic job arrivals, a rolling optimization scheduling algorithm is proposed based on the analysis of the character and structure of scheduling. An optimal scheduling strategy in collision window is presented. Performance evaluation of this algorithm is given. Simulation indicates that the proposed algorithm is better than other common heuristic algorithms on both the total performance and stability. 展开更多
关键词 single machine scheduling rolling scheduling performance analysis heuristic algorithm.
在线阅读 下载PDF
Utility function based fair data scheduling algorithm for OFDM wireless network 被引量:3
9
作者 Guo Kunqi Sun Lixin Jia Shilou 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第4期731-738,共8页
A system model is formulated as the maximization of a total utility function to achieve fair downlink data scheduling in multiuser orthogonal frequency division multiplexing (OFDM) wireless networks. A dynamic subca... A system model is formulated as the maximization of a total utility function to achieve fair downlink data scheduling in multiuser orthogonal frequency division multiplexing (OFDM) wireless networks. A dynamic subcarrier allocation algorithm (DSAA) is proposed, to optimize the system model. The subcarrier allocation decision is made by the proposed DSAA according to the maximum value of total utility function with respect to the queue mean waiting time. Simulation results demonstrate that compared to the conventional algorithms, the proposed algorithm has better delay performance and can provide fairness under different loads by using different utility functions. 展开更多
关键词 oFDM schedulING algorithm utility function.
在线阅读 下载PDF
Improved differential evolution algorithm for resource-constrained project scheduling problem 被引量:4
10
作者 Lianghong Wu Yaonan Wang Shaowu Zhou 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第5期798-805,共8页
An improved differential evolution(IDE)algorithm that adopts a novel mutation strategy to speed up the convergence rate is introduced to solve the resource-constrained project scheduling problem(RCPSP)with the obj... An improved differential evolution(IDE)algorithm that adopts a novel mutation strategy to speed up the convergence rate is introduced to solve the resource-constrained project scheduling problem(RCPSP)with the objective of minimizing project duration Activities priorities for scheduling are represented by individual vectors and a senal scheme is utilized to transform the individual-represented priorities to a feasible schedule according to the precedence and resource constraints so as to be evaluated.To investigate the performance of the IDE-based approach for the RCPSP,it is compared against the meta-heuristic methods of hybrid genetic algorithm(HGA),particle swarm optimization(PSO) and several well selected heuristics.The results show that the proposed scheduling method is better than general heuristic rules and is able to obtain the same optimal result as the HGA and PSO approaches but more efficient than the two algorithms. 展开更多
关键词 differential evolution algorithm project soheduling resource constraint priority-based scheduling.
在线阅读 下载PDF
Hybrid heuristic algorithm for multi-objective scheduling problem 被引量:3
11
作者 PENG Jian'gang LIU Mingzhou +1 位作者 ZHANG Xi LING Lin 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2019年第2期327-342,共16页
This research provides academic and practical contributions. From a theoretical standpoint, a hybrid harmony search(HS)algorithm, namely the oppositional global-based HS(OGHS), is proposed for solving the multi-object... This research provides academic and practical contributions. From a theoretical standpoint, a hybrid harmony search(HS)algorithm, namely the oppositional global-based HS(OGHS), is proposed for solving the multi-objective flexible job-shop scheduling problems(MOFJSPs) to minimize makespan, total machine workload and critical machine workload. An initialization program embedded in opposition-based learning(OBL) is developed for enabling the individuals to scatter in a well-distributed manner in the initial harmony memory(HM). In addition, the recursive halving technique based on opposite number is employed for shrinking the neighbourhood space in the searching phase of the OGHS. From a practice-related standpoint, a type of dual vector code technique is introduced for allowing the OGHS algorithm to adapt the discrete nature of the MOFJSP. Two practical techniques, namely Pareto optimality and technique for order preference by similarity to an ideal solution(TOPSIS), are implemented for solving the MOFJSP.Furthermore, the algorithm performance is tested by using different strategies, including OBL and recursive halving, and the OGHS is compared with existing algorithms in the latest studies.Experimental results on representative examples validate the performance of the proposed algorithm for solving the MOFJSP. 展开更多
关键词 flexible JoB-SHoP scheduling HARMoNY SEARCH (HS) algorithm PARETo oPTIMALITY opposition-based learning
在线阅读 下载PDF
Solving flexible job shop scheduling problem by a multi-swarm collaborative genetic algorithm 被引量:11
12
作者 WANG Cuiyu LI Yang LI Xinyu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2021年第2期261-271,共11页
The flexible job shop scheduling problem(FJSP),which is NP-hard,widely exists in many manufacturing industries.It is very hard to be solved.A multi-swarm collaborative genetic algorithm(MSCGA)based on the collaborativ... The flexible job shop scheduling problem(FJSP),which is NP-hard,widely exists in many manufacturing industries.It is very hard to be solved.A multi-swarm collaborative genetic algorithm(MSCGA)based on the collaborative optimization algorithm is proposed for the FJSP.Multi-population structure is used to independently evolve two sub-problems of the FJSP in the MSCGA.Good operators are adopted and designed to ensure this algorithm to achieve a good performance.Some famous FJSP benchmarks are chosen to evaluate the effectiveness of the MSCGA.The adaptability and superiority of the proposed method are demonstrated by comparing with other reported algorithms. 展开更多
关键词 flexible job shop scheduling problem(FJSP) collaborative genetic algorithm co-evolutionary algorithm
在线阅读 下载PDF
Job shop scheduling problem with alternative machines using genetic algorithms 被引量:10
13
作者 I.A.Chaudhry 《Journal of Central South University》 SCIE EI CAS 2012年第5期1322-1333,共12页
The classical job shop scheduling problem(JSP) is the most popular machine scheduling model in practice and is known as NP-hard.The formulation of the JSP is based on the assumption that for each part type or job ther... The classical job shop scheduling problem(JSP) is the most popular machine scheduling model in practice and is known as NP-hard.The formulation of the JSP is based on the assumption that for each part type or job there is only one process plan that prescribes the sequence of operations and the machine on which each operation has to be performed.However,JSP with alternative machines for various operations is an extension of the classical JSP,which allows an operation to be processed by any machine from a given set of machines.Since this problem requires an additional decision of machine allocation during scheduling,it is much more complex than JSP.We present a domain independent genetic algorithm(GA) approach for the job shop scheduling problem with alternative machines.The GA is implemented in a spreadsheet environment.The performance of the proposed GA is analyzed by comparing with various problem instances taken from the literatures.The result shows that the proposed GA is competitive with the existing approaches.A simplified approach that would be beneficial to both practitioners and researchers is presented for solving scheduling problems with alternative machines. 展开更多
关键词 alternative machine genetic algorithm (GA) job shop scheduling SPREADSHEET
在线阅读 下载PDF
Scheduling algorithm of dual-armed cluster tools with residency time and reentrant constraints 被引量:6
14
作者 周炳海 高忠顺 陈佳 《Journal of Central South University》 SCIE EI CAS 2014年第1期160-166,共7页
To solve the scheduling problem of dual-armed cluster tools for wafer fabrications with residency time and reentrant constraints,a heuristic scheduling algorithm was developed.Firstly,on the basis of formulating sched... To solve the scheduling problem of dual-armed cluster tools for wafer fabrications with residency time and reentrant constraints,a heuristic scheduling algorithm was developed.Firstly,on the basis of formulating scheduling problems domain of dual-armed cluster tools,a non-integer programming model was set up with a minimizing objective function of the makespan.Combining characteristics of residency time and reentrant constraints,a scheduling algorithm of searching the optimal operation path of dual-armed transport module was presented under many kinds of robotic scheduling paths for dual-armed cluster tools.Finally,the experiments were designed to evaluate the proposed algorithm.The results show that the proposed algorithm is feasible and efficient for obtaining an optimal scheduling solution of dual-armed cluster tools with residency time and reentrant constraints. 展开更多
关键词 dual-armed cluster tools scheduling residency time constraints reentrancy heuristic algorithm
在线阅读 下载PDF
A bi-population immune algorithm for weapon transportation support scheduling problem with pickup and delivery on aircraft carrier deck 被引量:7
15
作者 Fang Guo Wei Han +2 位作者 Xi-chao Su Yu-jie Liu Rong-wei Cui 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2023年第4期119-134,共16页
The weapon transportation support scheduling problem on aircraft carrier deck is the key to restricting the sortie rate and combat capability of carrier-based aircraft.This paper studies the problem and presents a nov... The weapon transportation support scheduling problem on aircraft carrier deck is the key to restricting the sortie rate and combat capability of carrier-based aircraft.This paper studies the problem and presents a novel solution architecture.Taking the interference of the carrier-based aircraft deck layout on the weapon transportation route and precedence constraint into consideration,a mixed integer formulation is established to minimize the total objective,which is constituted of makespan,load variance and accumulative transfer time of support unit.Solution approach is developed for the model.Firstly,based on modeling the carrier aircraft parked on deck as convex obstacles,the path library of weapon transportation is constructed through visibility graph and Warshall-Floyd methods.We then propose a bi-population immune algorithm in which a population-based forward/backward scheduling technique,local search schemes and a chaotic catastrophe operator are embedded.Besides,the randomkey solution representation and serial scheduling generation scheme are adopted to conveniently obtain a better solution.The Taguchi method is additionally employed to determine key parameters of the algorithm.Finally,on a set of generated realistic instances,we demonstrate that the proposed algorithm outperforms all compared algorithms designed for similar optimization problems and can significantly improve the efficiency,and that the established model and the bi-population immune algorithm can effectively respond to the weapon support requirements of carrier-based aircraft under different sortie missions. 展开更多
关键词 Carrier-based aircraft Weapon transportation support scheduling Pickup and delivery Bi-population immune algorithm
在线阅读 下载PDF
IIoT环境下基于聚类的工作流多雾协同调度算法 被引量:1
16
作者 吴宏伟 江凌云 陈海峰 《计算机工程与设计》 北大核心 2025年第1期52-59,共8页
为解决在IIoT(industrial internet of things)环境下,现有的调度算法调度工作流中通信频繁、数据传输量大的任务所带来的完工时间上升、成本增加等影响的问题,提出一种基于聚类的工作流多雾协同调度算法。通过二分K均值算法对工作流中... 为解决在IIoT(industrial internet of things)环境下,现有的调度算法调度工作流中通信频繁、数据传输量大的任务所带来的完工时间上升、成本增加等影响的问题,提出一种基于聚类的工作流多雾协同调度算法。通过二分K均值算法对工作流中的任务进行聚类,基于聚类结果,在多个雾服务器之间使用改进的免疫粒子群优化算法进行任务调度。实验结果表明,该算法相比其它一些传统的调度算法在完工时间、成本、负载均衡方面都有一定提升。 展开更多
关键词 工业物联网 聚类 工作流 二分K均值算法 多雾 免疫粒子群优化算法 调度算法
在线阅读 下载PDF
A dual population multi-operator genetic algorithm for flight deck operations scheduling problem 被引量:7
17
作者 CUI Rongwei HAN Wei +2 位作者 SU Xichao LIANG Hongyu LI Zhengyang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2021年第2期331-346,共16页
It is of great significance to carry out effective scheduling for the carrier-based aircraft flight deck operations.In this paper,the precedence constraints and resource constraints in flight deck operations are analy... It is of great significance to carry out effective scheduling for the carrier-based aircraft flight deck operations.In this paper,the precedence constraints and resource constraints in flight deck operations are analyzed,then the model of the multi-aircraft integrated scheduling problem with transfer times(MAISPTT)is established.A dual population multi-operator genetic algorithm(DPMOGA)is proposed for solving the problem.In the algorithm,the dual population structure and random-key encoding modified by starting/ending time of operations are adopted,and multiple genetic operators are self-adaptively used to obtain better encodings.In order to conduct the mapping from encodings to feasible schedules,serial and parallel scheduling generation scheme-based decoding operators,each of which adopts different justified mechanisms in two separated populations,are introduced.The superiority of the DPMOGA is verified by simulation experiments. 展开更多
关键词 genetic algorithm project scheduling flight deck operation transfer times of resources
在线阅读 下载PDF
Multi-objective optimization of rolling schedule based on cost function for tandem cold mill 被引量:4
18
作者 陈树宗 张欣 +3 位作者 彭良贵 张殿华 孙杰 刘印忠 《Journal of Central South University》 SCIE EI CAS 2014年第5期1733-1740,共8页
In terms of tandem cold mill productivity and product quality, a multi-objective optimization model of rolling schedule based on cost fimction was proposed to determine the stand reductions, inter-stand tensions and r... In terms of tandem cold mill productivity and product quality, a multi-objective optimization model of rolling schedule based on cost fimction was proposed to determine the stand reductions, inter-stand tensions and rolling speeds for a specified product. The proposed schedule optimization model consists of several single cost fi.mctions, which take rolling force, motor power, inter-stand tension and stand reduction into consideration. The cost function, which can evaluate how far the rolling parameters are from the ideal values, was minimized using the Nelder-Mead simplex method. The proposed rolling schedule optimization method has been applied successfully to the 5-stand tandem cold mill in Tangsteel, and the results from a case study show that the proposed method is superior to those based on empirical formulae. 展开更多
关键词 tandem cold mill multi-object optimization rolling schedule cost function simplex algorithm
在线阅读 下载PDF
Try and error-based scheduling algorithm for cluster tools of wafer fabrications with residency time constraints 被引量:4
19
作者 ZHOU Bing-hai LI Xin 《Journal of Central South University》 SCIE EI CAS 2012年第1期187-192,共6页
To improve the productivity of cluster tools in semiconductor fabrications,on the basis of stating scheduling problems,a try and error-based scheduling algorithm was proposed with residency time constraints and an obj... To improve the productivity of cluster tools in semiconductor fabrications,on the basis of stating scheduling problems,a try and error-based scheduling algorithm was proposed with residency time constraints and an objective of minimizing Makespan for the wafer jobs in cluster tools.Firstly,mathematical formulations of scheduling problems were presented by using assumptions and definitions of a scheduling domain.Resource conflicts were analyzed in the built scheduling model,and policies to solve resource conflicts were built.A scheduling algorithm was developed.Finally,the performances of the proposed algorithm were evaluated and compared with those of other methods by simulations.Experiment results indicate that the proposed algorithm is effective and practical in solving the scheduling problem of the cluster tools. 展开更多
关键词 cluster tools residency constraints scheduling model algorithm simulation experiments
在线阅读 下载PDF
Simultaneous scheduling of machines and automated guided vehicles in flexible manufacturing systems using genetic algorithms 被引量:5
20
作者 I.A.Chaudhry S.Mahmood M.Shami 《Journal of Central South University》 SCIE EI CAS 2011年第5期1473-1486,共14页
The problem of simultaneous scheduling of machines and vehicles in flexible manufacturing system (FMS) was addressed.A spreadsheet based genetic algorithm (GA) approach was presented to solve the problem.A domain inde... The problem of simultaneous scheduling of machines and vehicles in flexible manufacturing system (FMS) was addressed.A spreadsheet based genetic algorithm (GA) approach was presented to solve the problem.A domain independent general purpose GA was used,which was an add-in to the spreadsheet software.An adaptation of the propritary GA software was demonstrated to the problem of minimizing the total completion time or makespan for simultaneous scheduling of machines and vehicles in flexible manufacturing systems.Computational results are presented for a benchmark with 82 test problems,which have been constructed by other researchers.The achieved results are comparable to the previous approaches.The proposed approach can be also applied to other problems or objective functions without changing the GA routine or the spreadsheet model. 展开更多
关键词 automated guided vehicles (AGVs) schedulING JoB-SHoP genetic algorithms flexible manufacturing system (FMS) SPREADSHEET
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部