Dynamic scheduling with production process reconfiguration for cold rolling line

Size: px
Start display at page:

Download "Dynamic scheduling with production process reconfiguration for cold rolling line"

Transcription

1 Dynamic scheduling with production process reconfiguration for cold rolling line Li Wang, Jun Zhao, Wei Wang, Liqun Cong Research Center of Information and Control, Dalian University of Technology, Dalian , China ( wangli 126.com; Shanghai Baosight Co. Ltd.,Shanghai , China Abstract: The manufacturing process of cold rolling line in steel industry is often complicated due to its long production flow, a large number of product categories and machines. The static production plans usually have to be repeatedly assigned when some unexpected circumstances occur, for example machine malfunction and material delay. In this study, a distributed dynamic scheduling model based on multi-agent is established for solving the rescheduling problem of cold rolling line, in which a dynamic reconfiguration of the production flow is further studied to realize the balance of machine yields ability and load. For solving the established model, an ant colony optimization based on dynamic constraints is proposed. The practical experiments with real data of Shanghai Baosteel Co. Ltd demonstrate that the proposed method is effective to the production rescheduling of cold rolling line. Keywords: Cold Rolling; Planning and Scheduling; Multi-agent; Ant Colony Optimization; Reconfiguration, 1. INTRODUCTION Along with the production process gets more and more complex in steel industries, the reasonable order planning for cold rolling line becomes a key issue to improve the competition ability of cold rolling plants, reduce the production cost and enhance the delivery satisfaction. There are many studies concerning production planning and scheduling for the cold rolling lines. Verdejo (2009) proposed the scheduling method of galvanizing lines with continuous annealing mill. Zhao et al. (2008) constructed the coil-merging optimization and batch planning model for a cold mill. The discrete differential evolution algorithm and a hybrid heuristics were put forward. Liu et al. (2006) formulated a multi-objective order planning model for manufacturing steel sheets and designed a modified particle swarm algorithm. Wang et al. (2009) presented an order scheduling model using a multi-objective programming for the whole cold rolling process and a time-segment ant colony algorithm was proposed. However, most of the achievements was centralized and static scheduling, ignored some practical problems, such as unexpected faults, multiple production flows and so on, and could not satisfy the requirement of parallel, dynamic, distributed and continuous production of cold rolling production. Multi-agent technology had been regarded as a promising approach to resolve the scheduling and optimization problem. Lai et al. (2007) presented a general framework for modeling a distributed scheduling problem and attaining The corresponding author of this paper is Jun Zhao, zhaoj@dlut.edu.cn. the globally beneficial schedule via fuzzy constraint-based agent negotiation mechanism. Xiao et al. (2009) proposed a distributed self-adaptable scheduling algorithm based on Q-learning in an open multi-agent system to resolve a tasks allocation by means of the interaction and decision-making process. In addition, Anosike and Zhang (2009) proposed a multi-agent approach based on an integration decision platform for manufacturing planning and control. A dynamic scheduling system based on the multi-agent for cold rolling production is established in this paper, where the orders are automatically allocated to multiple flows and the process of a part of orders is reconfigured. Then, the dynamic constraint ant colony optimization (DCACO) is put forward. In the algorithm, the restrictive conditions of searching process are variables along with the inventory, unexpected faults, scheduling date and orders priority, etc. The simulation shows that the presented approach is effective to the production scheduling of cold rolling lines. 2. PROBLEM DESCRIPTION Figure 1 depicts the main production flows of a cold rolling plant in BaoSteel. Four production flows corresponding to the products include: 1) from the pickling line to the cold mill; 2) from the pickling line to the skin passing mill or the second cold mill; 3) from the pickling line to 1# tinning line passing; 4) from the pickling line to 2# tinning line. The cold rolling mill is the core of production process in steel industry, after which the production process is divided into multiple parallel flows. The production process of orders is able to be reconfigured between the second Copyright by the International Federation of Automatic Control (IFAC) 12114

2 The architecture of multi-agent system is open, agile and flexible, can be categorized into centralized architectures, distributed architectures and hybrid architectures and mix communication and negotiation mechanism. The multiagent system is more suitable for the distributed scheduling system (Zhang and Xie 2007; Guo and Zhang 2010). This paper proposes a dynamic scheduling system based on multi-agent and Figure 2 depicts the architecture of proposed system, the relationship among modules, the directions of transferring data and the control flows. Fig. 1. Main process flows of cold rolling plant cold mill and skin-passing mill due to the similarity of products, and the same is true between two tinning mills. In the course of planning, many factors should be adequately taken into account such as the diversity of orders, productivity of mills, and limitation of inventory and so on. Moreover, the production process is dynamic due to the change in order priority, processing delay, machine breakdown, and the unavailability of row materials, etc. At present, the major drawbacks of current production scheduling mode reads as follows: 1) The order plan is generally conducted by skilled dispatchers. However, it is very difficult to make the practical order plan because of hardly considering all constraints at the same time. 2) The planning horizon is only for a few days, which is against the demand to forecast a long-term production condition. 3) The flexibility, robustness, applicability and stability of production process are difficult to be guaranteed since the lack of real-time in the manual method. 3. MULTI-AGENT BASED DYNAMIC SCHEDULING FOR COLD ROLLING LINE Along with the transformation of production mode of steel plant, the centralized planning and scheduling method has not fulfilled the requirement of mass customization, parallel production and distributed control. The multi-agent technology meet the request of complexity, heterogeneity and dynamicity of distributed production process (Shen et al. 2006). Cowling et al. (2004) proposed a multi-agent architecture for integrated dynamic scheduling of the hot strip mill and the continuous caster and uses a tabu search algorithm to obtain the scheduling result. Ji and Lu (2009) constructed a hybrid multi-agent scheduling system with extremal optimization, which was used to deal with the integrated scheduling for steel making, continuous cast and hot strip mill. Li et al. (2010) presented an approach to facilitate the integration of planning and scheduling, and an optimization agent was used to manage the interaction and communication between agents. However, the multiple parallel flows and reconfigurable process of cold rolling plant of BaoSteel determines that the mentioned methods cannot be satisfied with the requirement of practical production. 3.1 Architecture of Multi-Agent System Fig. 2. Architecture of MAS dynamic scheduling system According to the realities of the whole cold rolling line, the assumptions are given as follow. Hypothesis 1. Orders in stores are satisfied with constraints and can be yielded. Hypothesis 2. Cost and time of transportation between mills can be ignored. Hypothesis 3. The capacity of production of mills is a constant except machine halt in scheduling day. Three definitions related to the production demand are given below Definition 1. The latest feeding time LMT l and the earliest feeding time EMT l indicate the date at which the hot rolled coils have to be provided and before which raw hot rolled coils are forbidden to be offered to the production line, respectively. The two of terms LMT l and EMT l are used to ensure the continuous producing and prevent over stock. Definition 2. Slack time window is the interval between the latest feeding time in two different flows, which is represented with RP T = LMT l1 LMT l2. where l1 and l2 depict two different productions flows. Definition 3. The latest fabrication time LST ahead of delivery date is at which order has to be put into production, otherwise the delivery date of this order will be exceeded since the process cycle P T is necessary. LST i = LF T i P T i, where LF T i and P T i represent the latest delivery date and the process cycle of order i, respectively. 3.2 Agent Description 1) Planning Agent The planning agent that optimizes the orders assignment in the whole production flow is the core module in the dynamic scheduling system. The scheduling result can be adjusted according to the practical data from other agents. The planning agent is defined as a six tuple S j = sc j, sd j, ac j, reo j, ren j, r j }, where sc j represents the current state of agent j, sd j depicts scheduling objective of agent j, ac j express the action to employ, reo j represents 12115

3 resource to utilize, renj denotes the required and insufficient resource of agent j and r j implies the rules and constraints in the course of orders allocation. S j will be changed in the light of object to communicate with. Notations in objective function as follow: f ca is the objective functional value for scheduling, N is the number of orders, N t is the number of orders allocated at the t day, and T means the scheduling cycle, l = 1,, L is the flow sign and L = 2 because there only are two master flows at present,and m is the identification of mill. W i is the weight of order i, tf i is the make span of order i where tf i = td i + P T i, tdi is the date at which order i put into operation, and EF T i and LF T i represent the earliest delivery date and the latest delivery date respectively. CP lmt is the normal productivity of mill m in the l flow at the t day. α, β and γ depict the compression coefficient of three sub-objectives for unifying the order of magnitude. ω 1, ω 2 and ω 3 denote the significance of three sub-objective, and ω 1 + ω 2 + ω 3 = 1. s lmt expresses the stock in the stuff inventory of mill m in flow l, SL m is the minimum stock level of material of mill m, SH m is the maximum stock level of material of mill m. O lmt represents the output of mill m at t day, and T H t expresses the productivity of cold rolling mill at t day. tp l is the feeding time in l production flow direction. ytm i 1 swith of mill m to order i at t day = x i 1 order i allocated to mill m of l flow at t day lmt = Objective function N f ca = ω 1 α min( max0, tf i LF T i } s.t + N maxef T i tf i, 0}) +ω 2 β min T M N m=1 M l t=1 l=1 m=1 y i tm T L N t +ω 3 γ min( ( W i x i lmt CP lmt ) ) (1) s lmt = s l m(t 1) + O l (m 1)(t 1) O l m(t 1) (2) SL m s lmt SH m (3) L N l W li x i lt T H t (4) l x i = 1 (5) i N EMT l tp l LMT l (6) Equation (1) consists of three parts: the first item is to minimize the earliness and tardiness of orders, the second one is to minimize the number of the shift times of equipments for various products, and the third is to minimize the violation degree of productivity restriction. Equation (2) is the constraint of the change of the material stock of mill m at t day. Formula (3) represents the limitation of material inventory of mill m. Formula (4) is the constraint of capacity of the whole line, i.e. the total quantity of orders of newly entering the production line must be less than the capacity of cold mill. Formula (5) represents order is only selected once. Formula (6) is the feeding time constraint of l production flow direction. Exceed the limitation LMT l, the production process is to halt and ahead of the EMT l, the cost of inventory of work in process is to be increased. 2) Reconfiguration Agent In many conditions, the assigned raw material of mills dissatisfy the their capacity because of various unexpected reasons so that it is difficult to exert full capacity of production flows. For solving the problem, the process of orders in the second cold mill, the skin-passing mill and two tinning mills can be reconfigured just as description in section 2. The reconfiguration agent receives data from the mill agent and the storage agent, then dynamically rearranges the production process of orders, and transmits the result to the planning agent. Notations in the course of reconfiguration: f cr is the objective functional value of reconfiguring order allocation, N r is the number of reconfigured orders, W i represents the weight of order i, m = 1, 2,, M} is the identification of mill, the m denotes the identification of reconfiguration target mill, P m is the maximum capacity of mill m, SH m is the maximum material inventory of mill m, SL m is the minimum inventory of mill m. CP m is the normal capacity of mill m, ip m is the original material orders of mill m. ST m is the material inventory allocated to mill m before reconfiguration. 1 swith of mill due to reconfiguration of order i s i = 1 reallocating order i to mill m x im = Objective function of reconfiguring production process: N r f cr = ω 1 α min( s i ) s.t. +ω 2 β N r M ( W i x im P m ) m=1 +ω 3 γ min Nr ( M N r (CP m W i x im ip m ) m=1 (7) W i x im + ST m ) SH m (8) Nr SL m (ST m W i x im ) (9) Nr W i x im CP m (10) 12116

4 i N r = 1 (11) Equation (7) is the objective function of order reconfiguration, including three parts: the first item is to minimize the number of times of switch owing to reconfiguration for picking reconfigurable order, the second one is to minimize the level of exceeding capacity of mill, and the final one is to minimize the level of waste capacity for the objective of reconfiguration. Equation (8) represents the level of material inventory of mill m has to be less than the maximum stock after receiving reconfiguration orders. Equation (9) indicates the level of remaining material inventory of mill m has to be greater than the minimum stock after delivering reconfiguration orders to target mill m. Equation (10) and (11) represent the constraint of the quantity of reconfiguration orders of signal mill and each order is only selected once, respectively. 3) Task Agent Each order is defined as a task agent, denoted by C i = time i, cons i, weit i }. time i is the process time constraint in different stage and is to be altered along with production process and time i = [est im, lst im ]. est im and lst im represent the earliest process time and the latest process time of order i in mill m, respectively. cons i depicts the specification of order, including width, thickness and hardness, and so on. weit i represents the weight of order i. Task agent can be created, preserve the information of order state and autonomously decide whether to be allocated. It has a life cycle from entering cold rolling line to the achievement of production which makes task agent show different states in different stage. 4) Other Relative Agent Various mill agents and material storage agents are used to monitor the state of mill and the transformation of material stock of mills and to transmit information to the management agents. The estimating result agent is to evaluate the production planning according to the knowledge base comprising the regulations about mill, output and inventory. If don t suffice the capacity of the whole flow, the result of the scheduling will be the initial value for rescheduling. The mill manage agent and the inventory manage agent receive data from mill agents and storage agents, interact with reconfiguration agents, and transmit production and state data. 4. DYNAMIC SCHEDULING METHOD BASED ON ANT COLONY OPTIMIZATION Because ant colony optimization (ACO) searches the optimal solution based on the solution space model, the search direction, the length of candidate solution and the termination conditions are controlled. ACO shows the obviously capability to solve multi-objective combinational optimization and has more advantage to massive optimal scheduling problems (Dorigo et al, 2006; Yagmahan et al, 2008; Xing et al, 2010). However, most of the studies are based on static information against the practical dynamic distributed production of cold line. Recently, the dynamic scheduling system based on multi-agent with ACO has emerged, which decreased cost of the negotiation and communication and more likely gained the global optimization. Xiang and Lee (2008) combined ant colony intelligence with local agent coordination to make autonomous adaptive agents. Leung et al. (2010) presented an ant colony optimization algorithm was incorporate into an established multi-agent system platform to realize integration process planning and shop floor scheduling. Methods above could not be directly applied to cold scheduling system because of particular properties of production process. The dynamic constraint ant colony optimization (DCACO), which uses the rolling searching strategy daily to establish solution and utilizes time, productivity and inventory as the dynamic constraints of pheromone and heuristic value for the whole flow planning and reconfiguration of orders, is proposed in this paper. 4.1 Method for orders allocation in the whole flow The daily capacity of cold rolling mill is considered as the productivity of the whole line because the cold rolling mill is the common mill of the whole flow. The assignment of orders is completed in the course of ant colony searching foods. In order to decrease the search space, the algorithm searches orders within seven days on every time. 1) Heuristic Value Equation 12 shows two different heuristic values at latest feeding time and at slack time window. Moreover the closer the delivery date of order is to scheduling day and the smaller the deviation between the weights of order and the remaining capacity of cold mill is, the greater the heuristic value of the order will be. If the order i of flow l having reached the latest feeding time has highest priority to be allocate the capacity, then the heuristic value of order i is calculated firstly and is greatest and one of another flow a is calculated. W i η i = e LF Ti LMT l t = LMT, i N mat l C l W (12) j η j = e LF Tj LMTa j (N N l ) T H mat l Where η i is the heuristic value of order i to be picked into flow l, Mat l represents the necessary material amount to be assigned to flow l, W i denotes the weight order i into flow l. η j is the heuristic value of remaining order j to be distributed to flow a, W j is the weight of order j to be allocated to flow a. it is the scheduling date, TH represent the capacity of cold mill, LF T is the latest delivery date of order, N is the total amount of orders assigned and N l is the number of orders allocated into flow l. Equation 13 indicates heuristic value in the slack time window. W i η i = e LF Ti t (13) T H C m C m is the capacity consumed in the slack time window. 2) Initial Pheromone τ i 0 = cv i j N t cv j (14) 12117

5 cv i = LF T i t P T i (15) where, cv i is the critical value of order i denoting the urgency of putting on operation, P T i represents the productive cycle. 3) Pheromone Updating Rule and Selection Probability In this paper, updating pheromone and selection probability in DCACO algorithm is implemented according to the update rule of ant colony system (ACS)(Dorigo et al, 2006). 4.2 Method for reconfiguration of orders The process of reconfiguration of orders is divided into two different directions, one is the second cold mill and skinpassing mill and the other is two tinning mills. The orders to be reconfigured include orders which exceed the capacity of mill and can t be produced during mill downtime because of unexpected fault or scheduling maintenance. The total amount of foods for ant colony in DCACO is calculated according to orders to be reconfigured and the capacity of target mill. 1) Heuristic Value η i W i r = + CP m C mt ηp i W i = CP m C mt Q q=1 e SPqi SPqj (16) where ηr i is the heuristic value for reconfiguration of orders in second cold mill and skin-passing mill, ηp i is the heuristic value for reconfiguration of orders in tinning mills, CP m is the capacity of mill m, C mt is the capacity having be employed of mill m, W i is the weight of order i to be reconfigured, and q = 1,, Q} represent the identifications of indexes, including the width, the thickness and the hardness, SP q is the index q. 2) Initial Pheromone for Reconfiguration Process τ 0 = e RTi t (17) where RT i is the date of order i reaching the material inventory of mill, t is the date of reconfiguration. The pheromone of orders reaching the material inventory over three days is set to 0. 3) Constraint of Search Range The search range of algorithm has to be restricted for the continuous production, the reduction of wasting capacity and the avoidance of confused reconfiguration. The limitations include that the orders to be reconfigured in the material storage are only search, the orders in the inventory over three days is not reconfigured, the mill is to stop receiving orders for reconfiguration when reaching upper limit of material inventory, the material stock of mills is more than the lower limit, and the reconfiguration is to be forbidden if the two mills reconfiguring have surplus capacity. 5. SIMULATION The actual data from a cold rolling plant in seven months in BaoSteel, including static information and dynamic information such as the scheduling maintenance, production process switch, unexpected downtime and the change of inventory, etc, are used to demonstrate the validity of the proposed method. The major objectives and sub-objectives correspond to the weighted sum of sub-objectives and sub-objectives of the Equation (1). The number of orders is from 502 to 662 every month. The width of products in orders ranges from 700mm to 1040mm, the thickness ranges from 0.15mm to 0.83mm, and weight of orders ranges from 20 and 1000 tons. Table 1 shows the halt time data of the main machines (time in hours) in seven months, including skin-passing mill (SPM), second cold mill (SCRM), 1# tinning mill (1# TM) and 2# tinning mill (2# TM), in which more than 2-hour downtime is calculated as statistical results. From the table, the downtime of the machines usually exceeds dozens of hours and even the sum of shutdown days of four mills surpasses twenty days every month. The recurrent shutdowns lead to the discontinuity of production process, the reductionn of the flexibility and applicability. Table 1. Description of downtime data Month Amount of orders SPM SCRM 1#TM 2#TM (hour) (hour) (hour) (hour) Table 2 shows the comparative result from the proposed method, genetic algorithm (GA) and tabu search (TS). The result of the approach presented is better than others. The length of individual on behalf of the number of orders to be allocated is constant in GA and TS, but the length is difficultly defined because the number of orders is a variable along with different production conditions. In the research background of this paper, the process of search orders with GA and TA deviates from the actual condition. Table 3 denotes the comparison among the results of manual manner, static scheduling (Wang et al. 2009) and dynamic scheduling proposed. The sum is the sum of three sub-objectives of Equation 1, time is the first subobjective, num is the second one and cap is the third one. Table 2. Comparison of results among algorithms Month Amount of orders GA TS DCACO The smaller objective function values are, the better the results of order planning and scheduling will get. The 12118

6 Table 3. Comparison of three methods ID Results by scheduler Results by static method Results by method proposed sum time num cap sum time num cap sum time num cap objective value of the proposed method in this paper is 7% less than the result of static scheduling, and is much better than one of manual. The presented approach achieves the dynamic order planning and scheduling by means of the productivity and inventory so as to improve the agility and productivity, reduce the imbalance of capacity distribution and hold rational inventory and to decrease the impact of scheduling maintenance and unexpected halt. 6. CONCLUSION The major goal of order planning and scheduling in cold rolling line is to ensure the delivery date, rationally arrange productivity and reduce cost. The traditional scheduling methods were not suitable for the distributed production and led to the reduction of the adaptability, agility, and flexibility. This paper proposes a dynamic scheduling approach based on multi-agent and a class of dynamic constraint ant colony optimization on account of the production practice for the dynamic scheduling of the whole flow. The practical data is used to demonstrate the validity of the approached proposed. The simulations show that method proposed is effective and meets actual production. ACKNOWLEDGEMENTS This work is supported by the National Natural Science Foundation of China ( ). The cooperation from the cold rolling plant of Shanghai Baosteel Co. Ltd., China in this work is greatly appreciated. REFERENCES Anosike A.I, Zhang D.Z. (2009) An gent-based approach for integrating manufacturing operations. International Journal of Production Economics, 121(2): Dorigo M, Birattari M, and Stiitzle T. (2006) Ant colony optimization. IEEE Computational intelligence magazine, 1(4): Guo Q. L, Zhang M. (2010) An agent-oriented approach to resolve scheduling optimization in intelligent manufacturing. Robotics and Computer-Integrated Manufacturing, 26(1): Ji R. G. and Lu Y. Z. (2009) A multi-agent and extremal optimization system for steelmaking continuous casting - hot strip mill integrated scheduling. In: IEEE International Conference on Industrial Engineering and Engineering Management, December 8-12, , Hong Kong. Lai K. R, Lin M. W, and Kao B. R. (2007) Modeling distributed scheduling via fuzzy constraint-based agent negotiation. In:Third International Conference on Autonomic and Autonomous Systems (ICAS 07),June 19-25, 30-35, Athens, Greece. Leung C.W, Wong T. N, Maka K. L, and Fung R. Y. K. (2010) Integrated process planning and scheduling by an agent-based ant colony optimization. Computers & Industrial Engineering, 59(1): Li X. Y, Zhang C. Y, Gao L, Li W. D, and Shao X. Y. (2010) An agent-based approach for integrated process planning and scheduling. Expert System with Applications, 37(2): Liu S. X, Tang J. F, and Song J. H. (2006) Orderplanning model and algorithm for manufacturing steel sheets. International Journal of Production Economics, 100(1): Ouelhadj D, Petrovic S, Cowling P. I, and Meisels A. (2004) Inter-agent cooperation and communication for agent-based robust dynamic scheduling in steel production. Advanced Engineering Informatics, 18 (3): Shen W. M, Wang L. H, and Hao Q. (2006) Agentbased distributed manufacturing process planning and scheduling: a state-of-the-art survey. IEEE Transactions on Systems, Man, and Cybernetics, 36(4): Verdejo V. V, Alarc A. P. M, and Sorl P. L. M. (2009) Scheduling in a continuous galvanizing line. Computer & Operations Research, 36(1): Wang L, Zhao J, and Wang W. (2009) Order planning model and algorithm of whole process of cold rolling process. Innovative Computing, Information and Control Express Letters, 3(3): Xiang W, Lee H.P. (2008) Ant colony intelligence in multiagent dynamic manufacturing scheduling. Engineering Applications of Artificial Intelligence, 21(1): Xiao Z, Ma S. X, and Zhang S. Y. (2009) Learning task allocation for nultiple flows in multi-agent systems. In: 2009 International Conference on Communication Software and Networks(ICCSN, 2009), February 27-28, , 2009, ChengDu, China. Xing L. N, Chen Y. W, Wang P, Zhao Qi. S, and Xiong J. (2010) A knowledge-based ant colony optimization for flexible job shop scheduling problems. Applied Soft Computing, 10(3): Yagmahan B, Yenisey M. M. (2008) Ant colony optimization for multi-objective flow shop scheduling problem. Computers & Industrial Engineering, 54(3): Zhang W. J, Xie S. Q. (2007) Agent technology for collaborative process planning: a review. International Journal of Advanced Manufacturing Technology, 32(3,4): Zhao J, Liu Q. L, and Wang W. (2008) Models and algorithms of production scheduling in tandem cold rolling. Acta Automatica Sinica, 34(5):

Automated Clash Resolution of Steel Rebar in RC Beam Column Joints using BIM and GA

Automated Clash Resolution of Steel Rebar in RC Beam Column Joints using BIM and GA Automated Clash Resolution of Steel Rebar in RC Beam Column Joints using BIM and GA M. Mangal a, Q. Wang a and J.C.P. Cheng a a Department of Civil and Environmental Engineering, The Hong Kong University

More information

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Abstract Jing Ai Shijiazhuang University of Applied Technology, Shijiazhuang 050081, China With the constant development of computer

More information

Modeling of Agile Intelligent Manufacturing-oriented Production Scheduling System

Modeling of Agile Intelligent Manufacturing-oriented Production Scheduling System International Journal of Automation and Computing 7(4), November 2010, 596-602 DOI: 10.1007/s11633-010-0545-1 Modeling of Agile Intelligent Manufacturing-oriented Production Scheduling System Zhong-Qi

More information

SCHEDULING is a major decision-making process in

SCHEDULING is a major decision-making process in 38 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS: SYSTEMS, VOL. 43, NO. 1, JANUARY 2013 Agent-Based Interaction Protocols and Topologies for Manufacturing Task Allocation Mohammad Owliya, Mozafar

More information

Designing an Effective Scheduling Scheme Considering Multi-level BOM in Hybrid Job Shop

Designing an Effective Scheduling Scheme Considering Multi-level BOM in Hybrid Job Shop Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Designing an Effective Scheduling Scheme Considering Multi-level BOM

More information

Production Management Modelling Based on MAS

Production Management Modelling Based on MAS International Journal of Automation and Computing 7(3), August 2010, 336-341 DOI: 10.1007/s11633-010-0512-x Production Management Modelling Based on MAS Li He 1 Zheng-Hao Wang 2 Ke-Long Zhang 3 1 School

More information

An Optimization Model for Production Allocation in A Large Steel Manufacturing Company

An Optimization Model for Production Allocation in A Large Steel Manufacturing Company Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Optimization Model for Production Allocation in A Large Steel

More information

Research and Applications of Shop Scheduling Based on Genetic Algorithms

Research and Applications of Shop Scheduling Based on Genetic Algorithms 1 Engineering, Technology and Techniques Vol.59: e16160545, January-December 2016 http://dx.doi.org/10.1590/1678-4324-2016160545 ISSN 1678-4324 Online Edition BRAZILIAN ARCHIVES OF BIOLOGY AND TECHNOLOGY

More information

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Z.X. Wang, Felix T.S. Chan, and S.H. Chung Abstract Storage allocation and yard trucks scheduling

More information

Path Planning of Robot Based on Modified Ant Colony Algorithm

Path Planning of Robot Based on Modified Ant Colony Algorithm Boletín Técnico, Vol., Issue, 07, pp.- Path Planning of Robot Based on Modified Ant Colony Algorithm Yuanliang Zhang* School of Mechanical Engineering, Huaihai Institute of Technology, Lianyungang 00,

More information

ISE480 Sequencing and Scheduling

ISE480 Sequencing and Scheduling ISE480 Sequencing and Scheduling INTRODUCTION ISE480 Sequencing and Scheduling 2012 2013 Spring term What is Scheduling About? Planning (deciding what to do) and scheduling (setting an order and time for

More information

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Advances in Production Engineering & Management 4 (2009) 3, 127-138 ISSN 1854-6250 Scientific paper LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Ahmad, I. * & Al-aney, K.I.M. ** *Department

More information

Job Batching and Scheduling for Parallel Non- Identical Machines via MILP and Petri Nets

Job Batching and Scheduling for Parallel Non- Identical Machines via MILP and Petri Nets Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Job Batching and Scheduling for Parallel Non- Identical Machines via MILP and

More information

Improvement and Implementation of Best-worst Ant Colony Algorithm

Improvement and Implementation of Best-worst Ant Colony Algorithm Research Journal of Applied Sciences, Engineering and Technology 5(21): 4971-4976, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 31, 2012 Accepted: September

More information

Study on the evaluation index of active power reserve

Study on the evaluation index of active power reserve IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Study on the evaluation index of active power reserve To cite this article: Xiaorui Guo et al 2018 IOP Conf. Ser.: Earth Environ.

More information

Applying Robust Optimization to MISO Look- Ahead Commitment

Applying Robust Optimization to MISO Look- Ahead Commitment Applying Robust Optimization to MISO Look- Ahead Commitment Yonghong Chen, Qianfan Wang, Xing Wang, and Yongpei Guan Abstract Managing uncertainty has been a challenging task for market operations. This

More information

A Viral Systems Algorithm for the Traveling Salesman Problem

A Viral Systems Algorithm for the Traveling Salesman Problem Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 A Viral Systems Algorithm for the Traveling Salesman Problem Dedy Suryadi,

More information

Modeling and optimization of ATM cash replenishment

Modeling and optimization of ATM cash replenishment Modeling and optimization of ATM cash replenishment PETER KURDEL, JOLANA SEBESTYÉNOVÁ Institute of Informatics Slovak Academy of Sciences Bratislava SLOVAKIA peter.kurdel@savba.sk, sebestyenova@savba.sk

More information

Fraudulent Behavior Forecast in Telecom Industry Based on Data Mining Technology

Fraudulent Behavior Forecast in Telecom Industry Based on Data Mining Technology Fraudulent Behavior Forecast in Telecom Industry Based on Data Mining Technology Sen Wu Naidong Kang Liu Yang School of Economics and Management University of Science and Technology Beijing ABSTRACT Outlier

More information

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING Wahab Musa Department of Electrical Engineering, Universitas Negeri Gorontalo, Kota Gorontalo, Indonesia E-Mail: wmusa@ung.ac.id

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MANUFACTURING SYSTEM Manufacturing, a branch of industry, is the application of tools and processes for the transformation of raw materials into finished products. The manufacturing

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 24 Sequencing and Scheduling - Assumptions, Objectives and Shop

More information

Estimation of Reliability and Cost Relationship for Architecture-based Software

Estimation of Reliability and Cost Relationship for Architecture-based Software International Journal of Automation and Computing 7(4), November 2010, 603-610 DOI: 10.1007/s11633-010-0546-0 Estimation of Reliability and Cost Relationship for Architecture-based Software Hui Guan 1,

More information

CONSTRAINT MODELING AND BUFFER MANAGEMENT WITH INTEGRATED PRODUCTION SCHEDULER

CONSTRAINT MODELING AND BUFFER MANAGEMENT WITH INTEGRATED PRODUCTION SCHEDULER ABSTRACT CONSTRAINT MODELING AND BUFFER MANAGEMENT WITH INTEGRATED PRODUCTION SCHEDULER David, K. H. Chua 1, and Li Jun Shen 2 Constraint modeling is a necessary step in construction planning. The basic

More information

INTERNATIONAL JOURNAL OF APPLIED ENGINEERING RESEARCH, DINDIGUL Volume 2, No 3, 2011

INTERNATIONAL JOURNAL OF APPLIED ENGINEERING RESEARCH, DINDIGUL Volume 2, No 3, 2011 Minimization of Total Weighted Tardiness and Makespan for SDST Flow Shop Scheduling using Genetic Algorithm Kumar A. 1 *, Dhingra A. K. 1 1Department of Mechanical Engineering, University Institute of

More information

Integrated production planning and control: A multi-objective optimization model

Integrated production planning and control: A multi-objective optimization model Journal of Industrial Engineering and Management JIEM, 2013 6(4): 815-830 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.771 Integrated production planning and control: A multi-objective

More information

Reliability Analysis of the Railway Time Synchronization Network Based on Bayesian

Reliability Analysis of the Railway Time Synchronization Network Based on Bayesian , pp.59-72 http://dx.doi.org/10.14257/ijca.2015.8.10.06 Reliability Analysis of the Railway Time Synchronization Network Based on Bayesian Youpeng Zhang, Feng Wang, Shan Zhang and Li Lan School of Automation

More information

HEURISTIC METHOD FOR OPTIMUM SHIFT SCHEDULING DESIGN

HEURISTIC METHOD FOR OPTIMUM SHIFT SCHEDULING DESIGN How to cite this paper: Lee Kong Weng, Sze San Nah, & Phang Keat Keong. (2017). Heuristic method for optimum shift scheduling design in Zulikha, J. & N. H. Zakaria (Eds.), Proceedings of the 6th International

More information

CHAPTER 5 SOCIAL WELFARE MAXIMIZATION FOR HYBRID MARKET

CHAPTER 5 SOCIAL WELFARE MAXIMIZATION FOR HYBRID MARKET 61 CHAPTER 5 SOCIAL WELFARE MAXIMIZATION FOR HYBRID MARKET 5.1 INTRODUCTION Electricity markets throughout the world continue to be opened to competitive forces. The underlying objective of introducing

More information

1. For s, a, initialize Q ( s,

1. For s, a, initialize Q ( s, Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. A REINFORCEMENT LEARNING ALGORITHM TO MINIMIZE THE MEAN TARDINESS

More information

Container packing problem for stochastic inventory and optimal ordering through integer programming

Container packing problem for stochastic inventory and optimal ordering through integer programming 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Container packing problem for stochastic inventory and optimal ordering through

More information

Simulation and Optimization of Logistics Distribution for an Engine Production Line

Simulation and Optimization of Logistics Distribution for an Engine Production Line Journal of Industrial Engineering and Management JIEM, 2016 9(1): 59-72 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1555 Simulation and Optimization of Logistics Distribution

More information

Chaojun Xu ABB Corporate Research Center Germany, Prof. Dr.-Ing. Sebastian Engell TU Dortmund, Sep 4, 2012 Unit coordination for energy saving in the

Chaojun Xu ABB Corporate Research Center Germany, Prof. Dr.-Ing. Sebastian Engell TU Dortmund, Sep 4, 2012 Unit coordination for energy saving in the Chaojun Xu ABB Corporate Research Center Germany, Prof. Dr.-Ing. Sebastian Engell TU Dortmund, Sep 4, 2012 Unit coordination for energy saving in the steel plant HYCON2 Workshop on Energy Collaborative

More information

SCM Workshop, TU Berlin, October 17-18, 2005

SCM Workshop, TU Berlin, October 17-18, 2005 H.-O. Günther Dept. of Production Management Technical University of Berlin Supply Chain Management and Advanced Planning Systems A Tutorial SCM Workshop, TU Berlin, October 17-18, 2005 Outline Introduction:

More information

Task Assignment Problem of Robots in a Smart Warehouse Environment. Zhenping Li, Wenyu Li, Lulu Jiang. Beijing Wuzi University, Beijing, China

Task Assignment Problem of Robots in a Smart Warehouse Environment. Zhenping Li, Wenyu Li, Lulu Jiang. Beijing Wuzi University, Beijing, China Management Studies, July-Aug. 2016, Vol. 4, No. 4, 167-175 doi: 10.17265/2328-2185/2016.04.004 D DAVID PUBLISHING Task Assignment Prolem of Roots in a Smart Warehouse Environment Zhenping Li, Wenyu Li,

More information

Design and Realization of the Automatic Gear Machining System

Design and Realization of the Automatic Gear Machining System 5th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2015) Design and Realization of the Automatic Gear Machining System Hui Qian 1, a, Nanyan Shen 1,b*,Ran Ju 1,c and

More information

Parwadi Moengin, Member IAENG

Parwadi Moengin, Member IAENG International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:16 No:5 23 Mathematical Model and Algorithm of Integrated Production-Inventory-Distribution System for Billet Steel Manufacturing

More information

Optimization of Substrate Feed Flow Rate for Fed-Batch Yeast Fermentation Process

Optimization of Substrate Feed Flow Rate for Fed-Batch Yeast Fermentation Process Second International Conference on Computational Intelligence, Modelling and Simulation Optimization of Substrate Feed Flow Rate for Fed-Batch Yeast Fermentation Process K. T. K. Teo School of Engineering

More information

Applying RFID Hand-Held Device for Factory Equipment Diagnosis

Applying RFID Hand-Held Device for Factory Equipment Diagnosis Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Applying RFID Hand-Held Device for Factory Equipment Diagnosis Kai-Ying Chen,

More information

Study on the Application of Advanced Power Electronics in Smart Grid

Study on the Application of Advanced Power Electronics in Smart Grid Study on the Application of Advanced Power Electronics in Smart Grid Ma Zhengyou Sichuan College of Architectural Technology Department of Electrical Engineering Deyang, Sichuan, China mazyzhengzy16@126.com

More information

Routing Optimization of Fourth Party Logistics with Reliability Constraints based on Messy GA

Routing Optimization of Fourth Party Logistics with Reliability Constraints based on Messy GA Journal of Industrial Engineering and Management JIEM, 2014 7(5) : 1097-1111 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1126 Routing Optimization of Fourth Party Logistics

More information

Research on Pickling Hot Rolled Commercial Pure Titanium. Strip on the Continuous Pickling Line of Special Steel

Research on Pickling Hot Rolled Commercial Pure Titanium. Strip on the Continuous Pickling Line of Special Steel Research on Pickling Hot Rolled Commercial Pure tanium Strip on the Continuous Pickling Line of Special Steel Authors: Wang Chuang (BaoSteel Special Steel Business Unit, Engineer) Hao Renguan (BaoSteel

More information

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand Song Zhaozheng 1,Jiang Yanjun 2, Jiang Qingzhe 1 1State Key Laboratory of Heavy

More information

A Hit-Rate Based Dispatching Rule For Semiconductor Manufacturing

A Hit-Rate Based Dispatching Rule For Semiconductor Manufacturing International Journal of Industrial Engineering, 15(1), 73-82, 2008. A Hit-Rate Based Dispatching Rule For Semiconductor Manufacturing Muh-Cherng Wu and Ting-Uao Hung Department of Industrial Engineering

More information

The Application of Data Mining Technology in Building Energy Consumption Data Analysis

The Application of Data Mining Technology in Building Energy Consumption Data Analysis The Application of Data Mining Technology in Building Energy Consumption Data Analysis Liang Zhao, Jili Zhang, Chongquan Zhong Abstract Energy consumption, in particular those involving public buildings,

More information

SIMULATION APPLICATIONS IN CONSTRUCTION SITE LAYOUT PLANNING

SIMULATION APPLICATIONS IN CONSTRUCTION SITE LAYOUT PLANNING SIMULATION APPLICATIONS IN CONSTRUCTION SITE LAYOUT PLANNING *S. Razavialavi, and S. AbouRizk Hole School of Construction Engineering Department of Civil and Environmental Engineering University of Alberta

More information

Autonomous Shop Floor Control Considering Set-up Times

Autonomous Shop Floor Control Considering Set-up Times Autonomous Shop Floor Control Considering Set-up Times B. Scholz-Reiter, T. Jagalski, C. de Beer, M. Freitag Department of Planning and Control of Production Systems, University of Bremen, Germany Abstract

More information

The role of the production scheduling system in rescheduling

The role of the production scheduling system in rescheduling IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS The role of the production scheduling system in rescheduling To cite this article: K Kalinowski et al 2015 IOP Conf. Ser.: Mater.

More information

Metaheuristics and Cognitive Models for Autonomous Robot Navigation

Metaheuristics and Cognitive Models for Autonomous Robot Navigation Metaheuristics and Cognitive Models for Autonomous Robot Navigation Raj Korpan Department of Computer Science The Graduate Center, CUNY Second Exam Presentation April 25, 2017 1 / 31 Autonomous robot navigation

More information

WEB SERVICES COMPOSING BY MULTIAGENT NEGOTIATION

WEB SERVICES COMPOSING BY MULTIAGENT NEGOTIATION Jrl Syst Sci & Complexity (2008) 21: 597 608 WEB SERVICES COMPOSING BY MULTIAGENT NEGOTIATION Jian TANG Liwei ZHENG Zhi JIN Received: 25 January 2008 / Revised: 10 September 2008 c 2008 Springer Science

More information

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests Pandhapon Sombuntham and Voratas Kachitvichayanukul Abstract A particle swarm optimization

More information

The Microstructure and Mechanical Properties of Inconel 718 Fine Grain Ring Forging

The Microstructure and Mechanical Properties of Inconel 718 Fine Grain Ring Forging The Microstructure and Mechanical Properties of Inconel 718 Fine Grain Ring Forging Zixing Wang 1, Dianhua Zhou 1, Qun Deng 2, Guosheng Chen 1, Wei Xie 1 1 Special Steel R & D Center of Special Steel Business

More information

Making Optimal Decisions of Assembly Products in Supply Chain

Making Optimal Decisions of Assembly Products in Supply Chain Journal of Optimization in Industrial Engineering 8 (11) 1-7 Making Optimal Decisions of Assembly Products in Supply Chain Yong Luo a,b,*, Shuwei Chen a a Assistant Professor, School of Electrical Engineering,

More information

Batch Annealing Model for Cold Rolled Coils and Its Application

Batch Annealing Model for Cold Rolled Coils and Its Application China Steel Technical Report, No. 28, pp.13-20, (2015) Chun-Jen Fang and Li-Wen Wu 13 Batch Annealing Model for Cold Rolled Coils and Its Application CHUN-JEN FANG and LI-WEN WU New Materials Research

More information

Data Mining Research on Time Series of E-commerce Transaction. Lanzhou, China.

Data Mining Research on Time Series of E-commerce Transaction. Lanzhou, China. , pp.9-18 http://dx.doi.org/10.1457/ijunesst.014.7.1.0 Data Mining Research on Time Series of E-commerce Transaction Xiao Qiang 1,, He Rui-Chun 1 and Liao Hui 1 School of Traffic and Transportation, Lanzhou

More information

Stackelberg Game Model of Wind Farm and Electric Vehicle Battery Switch Station

Stackelberg Game Model of Wind Farm and Electric Vehicle Battery Switch Station IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Stackelberg Game Model of Wind Farm and Electric Vehicle Battery Switch Station To cite this article: Zhe Jiang et al 2017 IOP

More information

Freezing issue on stability master production scheduling for supplier network: Decision making view

Freezing issue on stability master production scheduling for supplier network: Decision making view Freezing issue on stability master production scheduling for supplier network: Decision making view, 2 Azizah Aisyati 1, TMA Ari Samadhi 1, Anas Ma ruf 1 a nd Andi Cakravastia 1 1 Department of Industrial

More information

Predictive Maintenance and Quality Sanna Randelius Predictive Management/Market Research Leader Industry Solutions Team

Predictive Maintenance and Quality Sanna Randelius Predictive Management/Market Research Leader Industry Solutions Team Predictive Maintenance and Quality Sanna Randelius Predictive Management/Market Research Leader Industry Solutions Team 2012 IBM Corporation ALL SYSTEMS WILL FAIL, THE ONLY QUESTION IS WHEN, AND HOW FREQUENTLY

More information

Report with the Requirements of Multi-Agent Architecture for Line-production Systems and Production on Demand

Report with the Requirements of Multi-Agent Architecture for Line-production Systems and Production on Demand integration of process and quality Control using multi-agent technology Work Package 1 Multi-Agent Architecture Deliverable D1.1 Report with the Requirements of Multi-Agent Architecture for Line-production

More information

With a crude steel production capacity of more than

With a crude steel production capacity of more than New slab caster at Salzgitter Flachstahl GmbH The new single strand vertical bending type caster was designed both to increase total cast slab output at lower cost and to increase the range and quality

More information

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control SIB Sunil Gyawali Isaac Vargas & Benjamin Bertrand Outline Introduction Objective of our Seminar Multi-Agent System in

More information

HCTL Open Int. J. of Technology Innovations and Research HCTL Open IJTIR, Volume 2, March 2013 e-issn: ISBN (Print):

HCTL Open Int. J. of Technology Innovations and Research HCTL Open IJTIR, Volume 2, March 2013 e-issn: ISBN (Print): Improved Shuffled Frog Leaping Algorithm for the Combined Heat and Power Economic Dispatch Majid karimzade@yahoo.com Abstract This paper presents an improved shuffled frog leaping algorithm (ISFLA) for

More information

Aluminium & Non-Ferrous Production Optimization Fast, Reliable, Efficient

Aluminium & Non-Ferrous Production Optimization Fast, Reliable, Efficient Optical Surface Inspection for Aluminium & Non-Ferrous Production Optimization Fast, Reliable, Efficient Leading the Way in Aluminium & Non-Ferrous Process Improvement BEYOND INSPECTION MORE Than Just

More information

QoS-based Scheduling for Task Management in Grid Computing

QoS-based Scheduling for Task Management in Grid Computing QoS-based Scheduling for Task Management in Grid Computing Xiaohong Huang 1, Maode Ma 2, Yan Ma 1 Abstract--Due to the heterogeneity, complexity, and autonomy of wide spread Grid resources, the dynamic

More information

6.1.9 IFM Initial Conditions

6.1.9 IFM Initial Conditions 6.1.9 IFM Initial Conditions A Generating Unit that was committed in the previous day s Day-Ahead Market (IFM or RUC) run (TD-2 for TD-1) but was de-committed before HE24 would normally be considered initially

More information

SPECIAL CONTROL CHARTS

SPECIAL CONTROL CHARTS INDUSTIAL ENGINEEING APPLICATIONS AND PACTICES: USES ENCYCLOPEDIA SPECIAL CONTOL CHATS A. Sermet Anagun, PhD STATEMENT OF THE POBLEM Statistical Process Control (SPC) is a powerful collection of problem-solving

More information

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds Proceedings of the 0 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds OPTIMAL BATCH PROCESS ADMISSION CONTROL IN TANDEM QUEUEING SYSTEMS WITH QUEUE

More information

Production process based on CIMOSA modeling approach and software agents

Production process based on CIMOSA modeling approach and software agents Production process based on CIMOSA modeling approach and software agents Pawel Pawlewski 1, Arkadiusz Kawa 2 1 Poznan University of Technology, Strzelecka 11, 60-695 Poznań, Poland pawel.pawlewski@put.poznan.pl;

More information

Research on e-commerce logistics system informationization in Chain

Research on e-commerce logistics system informationization in Chain Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 96 ( 2013 ) 838 843 13th COTA International Conference of Transportation Professionals (CICTP 2013) Research

More information

Cracking Mechanism of High Carbon Slab after Machine Scarfing

Cracking Mechanism of High Carbon Slab after Machine Scarfing China Steel Technical Report, No. 21, pp. 7-12, M. H. (28) Chen, K. J. Lin, K. L. Huang and C. C. Yang 7 Cracking Mechanism of High Carbon after Machine Scarfing MING-HUNG CHEN, KUAN-JU LIN, KAI-LIANG

More information

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan 3rd International Conference on Science and Social Research (ICSSR 2014) Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan School of Automation, Nanjing Institute

More information

The Preemptive Stocker Dispatching Rule of Automatic Material Handling System in 300 mm Semiconductor Manufacturing Factories

The Preemptive Stocker Dispatching Rule of Automatic Material Handling System in 300 mm Semiconductor Manufacturing Factories Journal of Physics: Conference Series PAPER OPEN ACCESS The Preemptive Stocker Dispatching Rule of Automatic Material Handling System in 300 mm Semiconductor Manufacturing Factories To cite this article:

More information

COMPARING VARIOUS WORKFLOW ALGORITHMS WITH SIMULATED ANNEALING TECHNIQUE

COMPARING VARIOUS WORKFLOW ALGORITHMS WITH SIMULATED ANNEALING TECHNIQUE COMPARING VARIOUS WORKFLOW ALGORITHMS WITH SIMULATED ANNEALING TECHNIQUE Dr.V.Venkatesakumar #1, R.Yasotha #2 # Department of Computer Science and Engineering, Anna University Regional Centre, Coimbatore,

More information

INVENTORY MANAGEMENT IN HIGH UNCERTAINTY ENVIRONMENT WITH MODEL REFERENCE CONTROL

INVENTORY MANAGEMENT IN HIGH UNCERTAINTY ENVIRONMENT WITH MODEL REFERENCE CONTROL INVENTORY MANAGEMENT IN HIGH UNCERTAINTY ENVIRONMENT WITH MODEL REFERENCE CONTROL Heikki Rasku Hannu Koivisto Institute of Automation and Control, Tampere University of Technology, P.O.Box 692, Tampere,

More information

Applying Computational Intelligence in Software Testing

Applying Computational Intelligence in Software Testing www.stmjournals.com Applying Computational Intelligence in Software Testing Saumya Dixit*, Pradeep Tomar School of Information and Communication Technology, Gautam Buddha University, Greater Noida, India

More information

FUZZY LOGIC APPROACH TO REACTIVE POWER CONTROL IN UTILITY SYSTEM

FUZZY LOGIC APPROACH TO REACTIVE POWER CONTROL IN UTILITY SYSTEM FUZZY LOGIC APPROACH TO REACTIVE POWER CONTROL IN UTILITY SYSTEM Mr. C. Ramesh Dr. M. Rajaram (Corresponding author) Vice-Chancellor, Research Scholar, Anna University of Technology, Anna University of

More information

An RFID Data Cleaning Strategy Based on Maximum Entropy Feature Selection

An RFID Data Cleaning Strategy Based on Maximum Entropy Feature Selection An RFID Data Cleaning Strategy Based on Maximum Entropy Feature Selection Yunheng LIU 1, Y.Z LIU 2*, H. ZHANG 2, T. LI 3 1 Information Technology Department Nanjing Forest Police College, Nanjing, China

More information

Optimizing Inplant Supply Chain in Steel Plants by Integrating Lean Manufacturing and Theory of Constrains through Dynamic Simulation

Optimizing Inplant Supply Chain in Steel Plants by Integrating Lean Manufacturing and Theory of Constrains through Dynamic Simulation Optimizing Inplant Supply Chain in Steel Plants by Integrating Lean Manufacturing and Theory of Constrains through Dynamic Simulation Atanu Mukherjee, President, Dastur Business and Technology Consulting,

More information

A Fuzzy Optimization Model for Single-Period Inventory Problem

A Fuzzy Optimization Model for Single-Period Inventory Problem , July 6-8, 2011, London, U.K. A Fuzzy Optimization Model for Single-Period Inventory Problem H. Behret and C. Kahraman Abstract In this paper, the optimization of single-period inventory problem under

More information

Real time disruption recovery for integrated berth allocation and crane assignment in container terminals

Real time disruption recovery for integrated berth allocation and crane assignment in container terminals Real time disruption recovery for integrated berth allocation and crane assignment in container terminals Mengze Li School of Naval Architecture, Ocean & Civil Engineering Shanghai Jiao Tong University

More information

Coordinating Multi-Period Capacity Allocation and Order Scheduling via Optimization and Simulation

Coordinating Multi-Period Capacity Allocation and Order Scheduling via Optimization and Simulation The 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 31 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 274 281 Coordinating Multi-Period Capacity

More information

Simulation Study Based on OpenTrack on Carrying Capacity in District of Beijing-Shanghai High-speed Railway

Simulation Study Based on OpenTrack on Carrying Capacity in District of Beijing-Shanghai High-speed Railway Applied Mechanics and Materials Online: 2014-01-16 ISSN: 1662-7482, Vols. 505-506, pp 567-570 doi:10.4028/www.scientific.net/amm.505-506.567 2014 Trans Tech Publications, Switzerland Simulation Study Based

More information

Lean Intelligent Assembly Automation (LIAA)

Lean Intelligent Assembly Automation (LIAA) Lean Intelligent Assembly Automation (LIAA) Grant Agreement : NMP2-LA-2013-608604 Duration : 02.09.2013 31.08.2017 Instrument : Collaborative Project (IP) Title : Task Assignment and Dynamic Scheduling

More information

Chapter 2 Research on Logistics Center Layout Based on SLP

Chapter 2 Research on Logistics Center Layout Based on SLP Chapter 2 Research on Logistics Center Layout Based on SLP Yannan Liu and Qilan Zhao Abstract Systematic layout planning (SLP) has been widely applied to the production system, but not to the service system.

More information

Balancing Risk and Economics for Chemical Supply Chain Optimization under Uncertainty

Balancing Risk and Economics for Chemical Supply Chain Optimization under Uncertainty Balancing Risk and Economics for Chemical Supply Chain Optimization under Uncertainty Fengqi You and Ignacio E. Grossmann Dept. of Chemical Engineering, Carnegie Mellon University John M. Wassick The Dow

More information

STEELMAKING. New standards in productivity, quality and efficiency

STEELMAKING. New standards in productivity, quality and efficiency STEELMAKING New standards in productivity, quality and efficiency SMS CONCAST A technology powerhouse Expertise and experience, reliability and flexibility these are the hallmarks of SMS Concast. This

More information

Research Article Research on Evolutionary Mechanism of Agile Supply Chain Network via Complex Network Theory

Research Article Research on Evolutionary Mechanism of Agile Supply Chain Network via Complex Network Theory Mathematical Problems in Engineering Volume 216, Article ID 434658, 9 pages http://dx.doi.org/1.1155/216/434658 Research Article Research on Evolutionary Mechanism of Agile Supply Chain Network via Complex

More information

Adaptive Water Demand Forecasting for Near Real-time Management of Smart Water Distribution Systems

Adaptive Water Demand Forecasting for Near Real-time Management of Smart Water Distribution Systems Adaptive Water Demand Forecasting for Near Real-time Management of Smart Water Distribution Systems Presented by On behalf of Gary Wong & Kleanthis Mazarakis Kevin Woodward & Michele Romano @osisoft Copyright

More information

DEADLOCK AVOIDANCE AND RE-ROUTING OF AUTOMATED GUIDED VEHICLES (AGVS) IN FLEXIBLE MANUFACTURING SYSTEMS (FMS)

DEADLOCK AVOIDANCE AND RE-ROUTING OF AUTOMATED GUIDED VEHICLES (AGVS) IN FLEXIBLE MANUFACTURING SYSTEMS (FMS) DEADLOCK AVOIDANCE AND RE-ROUTING OF AUTOMATED GUIDED VEHICLES (AGVS) IN FLEXIBLE MANUFACTURING SYSTEMS (FMS) MD. Saddam Hussain 1, B. Satish Kumar 2, Dr. G.Janardhana Raju 3 Email: 1 Saddam.mohd321@gmail.com,

More information

Batch Schedule Optimization

Batch Schedule Optimization Batch Schedule Optimization Steve Morrison, Ph.D. Chem. Eng. Info@MethodicalMiracles.com. 214-769-9081 Abstract: Batch schedule optimization is complex, but decomposing it to a simulation plus optimization

More information

Salzgitter Stahl AG & PSI Metals. more than 30 years of mutual history. Slide 1

Salzgitter Stahl AG & PSI Metals. more than 30 years of mutual history. Slide 1 Salzgitter Stahl AG & PSI Metals more than 30 years of mutual history Slide 1 Salzgitter AG: Group Structure (simplified) Slide 2 Salzgitter AG: Subsidiaries Bad Salzdetfurth Slide 3 PSImetals Systems

More information

Solutions in Steel Innovative Technologies for Smart Solutions

Solutions in Steel Innovative Technologies for Smart Solutions Solutions in Steel Innovative Technologies for Smart Solutions Company Montanstahl is a dynamic family-owned company active in the production and supply of high quality special steel shapes. Established

More information

Performance of Multi-agent Coordination of Distributed Energy Resources

Performance of Multi-agent Coordination of Distributed Energy Resources Proceedings of the 27 WSEAS International Conference on Computer Engineering and Applications, Gold Coast, Australia, January 17-19, 27 68 Performance of Multi-agent Coordination of Distributed Energy

More information

Overview Day One. Introduction & background. Goal & objectives. System Model. Reinforcement Learning at Service Provider

Overview Day One. Introduction & background. Goal & objectives. System Model. Reinforcement Learning at Service Provider Overview Day One Introduction & background Goal & objectives System Model Reinforcement Learning at Service Provider Energy Consumption-Based Approximated Virtual Experience for Accelerating Learning Overview

More information

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem Send Orders for Reprints to reprints@benthamscience.ae 560 The Open Cybernetics & Systemics Journal, 2014, 8, 560-565 Open Access An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

More information

SELECTED HEURISTIC ALGORITHMS FOR SOLVING JOB SHOP AND FLOW SHOP SCHEDULING PROBLEMS

SELECTED HEURISTIC ALGORITHMS FOR SOLVING JOB SHOP AND FLOW SHOP SCHEDULING PROBLEMS SELECTED HEURISTIC ALGORITHMS FOR SOLVING JOB SHOP AND FLOW SHOP SCHEDULING PROBLEMS A THESIS SUBMITTED IN PARTIAL FULFILLMENT FOR THE REQUIREMENT OF THE DEGREE OF BACHELOR OF TECHNOLOGY IN MECHANICAL

More information

Thermal Characteristics and Energy Performance of Double Skin. Façade System in the Hot Summer and Cold Winter Zone

Thermal Characteristics and Energy Performance of Double Skin. Façade System in the Hot Summer and Cold Winter Zone Thermal Characteristics and Energy Performance of Double Skin Façade System in the Hot Summer and Cold Winter Zone L.F. Shu 1, G.Q. He 1,*, S.M. Zhang 1 and Q.A. Bai 2 1 College of Civil Engineering and

More information

Program Evaluation and Review Technique (PERT)

Program Evaluation and Review Technique (PERT) Program Evaluation and Review Technique (PERT) PERT Bar charts and CPM networks assume all activity durations are constant or deterministic. The assumption of constant durations may not be realistic because

More information

Multi-agent Approach to Production Scheduling in Foundries

Multi-agent Approach to Production Scheduling in Foundries ARCHIVES of FOUNDRY ENGINEERING Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 15 Special Issue 2/2015 17 22 4/2 Multi-agent Approach

More information

Power Distribution Grid Service Restoration Software Based on Load Balancing

Power Distribution Grid Service Restoration Software Based on Load Balancing International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2015) Power Distribution Grid Service Restoration Software Based on Load Balancing Ling Liu Electrical Engineering

More information