SENSITIVITY ANALYSIS OF CRITICAL PATH AND ITS VISUALIZATION IN JOB SHOP SCHEDULING

Similar documents
A LOCAL SEARCH GENETIC ALGORITHM FOR THE JOB SHOP SCHEDULING PROBLEM

Priority rule-based reconstruction for total weighted tardiness minimization of job-shop scheduling problem

Job Shop Scheduling Problem (JSSP) Genetic Algorithms Critical Block and DG distance Neighbourhood Search

A Fusion of Crossover and Local Search

An Ant Approach to the Flow Shop Problem

Solving the C sum Permutation Flowshop Scheduling Problem by Genetic Local Search

A Heuristic Algorithm for the Job Shop Scheduling

Optimization of Makespan and Mean Flow Time for Job Shop Scheduling Problem FT06 Using ACO

SOLVING THE JOB-SHOP SCHEDULING PROBLEM WITH A SIMPLE GENETIC ALGORITHM

Computational Complexity CSC Professor: Tom Altman. Capacitated Problem

Hybridization of Genetic Algorithm with Parallel Implementation of Simulated Annealing for Job Shop Scheduling

Algorithm Design (4) Metaheuristics

A Fast Taboo Search Algorithm for the Job Shop Scheduling Problem

A hybrid particle swarm optimization for job shop scheduling problem

ACO and other (meta)heuristics for CO

New algorithm for analyzing performance of neighborhood strategies in solving job shop scheduling problems

VOL. 3, NO. 8 Aug, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Escaping Local Optima: Genetic Algorithm

The Job-Shop Problem: Old and New Challenges

Parallel Computing in Combinatorial Optimization

Analysis of Various Alternate Crossover Strategies for Genetic Algorithm to Solve Job Shop Scheduling Problems

6. Tabu Search 6.1 Basic Concepts. Fall 2010 Instructor: Dr. Masoud Yaghini

A Memetic Algorithm for Parallel Machine Scheduling

Metaheuristic Algorithms for Hybrid Flow-Shop Scheduling Problem with Multiprocessor Tasks

An Improved Adaptive Neural Network for Job-Shop Scheduling

Genetic Algorithm for Job Shop Scheduling

CHAPTER 4 GENETIC ALGORITHM

Particle Swarm Optimization Approach for Scheduling of Flexible Job Shops

Resource-Constrained Project Scheduling

A Flexible Branch and Bound Method for the Job Shop Scheduling Problem

A Hybrid Genetic Algorithm for the Distributed Permutation Flowshop Scheduling Problem Yan Li 1, a*, Zhigang Chen 2, b

Schedule Optimization based on Coloured Petri Nets and Local Search

Some Basics on Tolerances. Gerold Jäger

A new inter-island genetic operator for optimization problems with block properties

BI-OBJECTIVE EVOLUTIONARY ALGORITHM FOR FLEXIBLE JOB-SHOP SCHEDULING PROBLEM. Minimizing Make Span and the Total Workload of Machines

JOB SHOP RE- SCHEDULING USING GENETIC ALGORITHM A CASE STUDY

A GRASP FOR JOB SHOP SCHEDULING

Managing Project Activities System using Genetic Algorithm

A GRASP and branch-and-bound metaheuristic for the job-shop scheduling

Non-deterministic Search techniques. Emma Hart

Provide a Method of Scheduling In Computational Grid Using Imperialist Competitive Algorithm

TABU search and Iterated Local Search classical OR methods

Outline. TABU search and Iterated Local Search classical OR methods. Traveling Salesman Problem (TSP) 2-opt

ON SOLVING FLOWSHOP SCHEDULING PROBLEMS

Extending MATLAB and GA to Solve Job Shop Manufacturing Scheduling Problems

Algorithm Design Methods. Some Methods Not Covered

What is Search For? CSE 473: Artificial Intelligence. Example: N-Queens. Example: N-Queens. Example: Map-Coloring 4/7/17

A Particle Swarm Optimization Algorithm for Solving Flexible Job-Shop Scheduling Problem

PARALLEL GRASP WITH PATH-RELINKING FOR JOB SHOP SCHEDULING

2D and 3D Representations of Solution Spaces for CO Problems

The Augmented Regret Heuristic for Staff Scheduling

Optimization Techniques for Design Space Exploration

LECTURE 20: SWARM INTELLIGENCE 6 / ANT COLONY OPTIMIZATION 2

A Development of Hybrid Cross Entropy-Tabu Search Algorithm for Travelling Repairman Problem

Permutation, no-wait, no-idle flow shop problems

Processing and Others. Xiaojun Qi -- REU Site Program in CVMA

Parallel path-relinking method for the flow shop scheduling problem

Pre-requisite Material for Course Heuristics and Approximation Algorithms

Flow Shop and Job Shop

Representations in Genetic Algorithm for the Job Shop Scheduling Problem: A Computational Study

Combining Two Local Searches with Crossover: An Efficient Hybrid Algorithm for the Traveling Salesman Problem

Scheduling. Job Shop Scheduling. Example JSP. JSP (cont.)

GRASP. Greedy Randomized Adaptive. Search Procedure

A Genetic Algorithm for Multiprocessor Task Scheduling

Solving Travelling Salesman Problem and Mapping to Solve Robot Motion Planning through Genetic Algorithm Principle

A GREEDY RANDOMIZED ADAPTIVE SEARCH PROCEDURE FOR JOB SHOP SCHEDULING

Lecture 06 Tabu Search

Improving on Excellence. An Evolutionary Approach.

Local Search Heuristics for the Assembly Line Balancing Problem with Incompatibilities Between Tasks*

Open Vehicle Routing Problem Optimization under Realistic Assumptions

O(1) Delta Component Computation Technique for the Quadratic Assignment Problem

An improved constraint satisfaction adaptive neural network for job-shop scheduling

Baseline Scheduling with ProTrack

Solving Large Aircraft Landing Problems on Multiple Runways by Applying a Constraint Programming Approach

INFORMS Annual Meeting 2013 Eva Selene Hernández Gress Autonomous University of Hidalgo

A Steady-State Genetic Algorithm for Traveling Salesman Problem with Pickup and Delivery

Job-shop scheduling with limited capacity buffers

Variable Neighborhood Search for the Dial-a-Ride Problem

Ant Colony Optimization for dynamic Traveling Salesman Problems

Travelling Salesman Problem: Tabu Search

Tabu Search for Constraint Solving and Its Applications. Jin-Kao Hao LERIA University of Angers 2 Boulevard Lavoisier Angers Cedex 01 - France

5.4 Pure Minimal Cost Flow

Effective Optimizer Development for Solving Combinatorial Optimization Problems *

3. Genetic local search for Earth observation satellites operations scheduling

Using Genetic Algorithms to optimize ACS-TSP

Task Graph Scheduling on Multiprocessor System using Genetic Algorithm

Dynamic Constraint Models for Planning and Scheduling Problems

Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012

Drawing Bipartite Graphs as Anchored Maps

A heuristic approach to find the global optimum of function

Advances in Metaheuristics on GPU

OptLets: A Generic Framework for Solving Arbitrary Optimization Problems *

Crew Scheduling Problem: A Column Generation Approach Improved by a Genetic Algorithm. Santos and Mateus (2007)

Forward-backward Improvement for Genetic Algorithm Based Optimization of Resource Constrained Scheduling Problem

A SIMPLE OPTIMISED SEARCH HEURISTIC FOR THE JOB-SHOP SCHEDULING PROBLEM

Modified Order Crossover (OX) Operator

Parallel Path-Relinking Method for the Flow Shop Scheduling Problem

Complete Local Search with Memory

A TABU SEARCH ALGORITHM FOR THE RESOURCE-CONSTRAINED PROJECT SCHEDULING PROBLEM

REAL-CODED GENETIC ALGORITHMS CONSTRAINED OPTIMIZATION. Nedim TUTKUN

Transcription:

SENSITIVITY ANALYSIS OF CRITICAL PATH AND ITS VISUALIZATION IN JOB SHOP SCHEDULING Ryosuke Tsutsumi and Yasutaka Fujimoto Department of Electrical and Computer Engineering, Yokohama National University, Japan Abstract: Key words: A visualization of a critical path in a job shop scheduling for manufacturing system is presented. The visualization is based on influence factor of the jobs in a given job shop scheduling. The influence factor is defined for each job as quantity of contribution to the critical path that is given by a sensitivity analysis of the path. The information of the sensitivity helps operator to improve the makespan of existing schedule easily. Job Shop Scheduling, Tabu Search, Sensitivity Analysis, Critical Path 1. INTRODUCTION In recent years, as scheduling problem getting more and more large-scaled and complicated, approximation algorithms such as Tabu Search (TS), Simulated Annealing (SA) and Genetic Algorithm (GA) are used for such problems[l][2][3]. In general, the job shop scheduling problem (JSSP) is well known to be one of the particularly hard optimization problems among the NP-hard combinatorial problems. It is difficult to find the optimal solution to the large-scale, practical problem within practical time. Thus the human interaction in combination with a heuristic algorithm is one of the important factors in the practical job shop scheduling systems. In combination with human expertise, the appropriate solution in the practical field is obtained. In this paper, we propose sensitivity visualization tool to improve solution by human interaction. The sensitivity in this paper means a degree of influence of each operation on the whole schedule. In this system, a feasible schedule is obtained first by use of tabu search scheduling algorithm. The

3 14 Knowledge and Skill Chains in Engineering and Manufacturing schedule manager can interactively tune the schedule based on visual information. The structure of this paper is described as follows. In section 2, the model of job shop scheduling and conventional TS is defined. Also the new neighborhood selection in use of sensitivity is proposed. In section 3, the idea of sensitivity analysis and its algorithm are proposed. In section 4, the simulation of TS by conventional method and by proposed method is performed, and the visualization is presented. 2. PROBLEM DEFINITION 2.1 Job Shop Scheduling Problem (JSSP) The JSSP has complexly intertwined two set of constrains, one is for jobs and the other is for machines. The problem is defined as finding a sequence of operations on each machine that minimizes an objective function, e.g., makespan, under a given sequence of operations for each job. The problem is considered as a particular hard combinatorial optimization problem. The JSSP is briefly described as follows. There are a set of jobs and a set of machines. Each jobs consists of a sequence of operations, and each of them needs fixed duration on one of the machines. Each machine can process at most one operation at one time, each operation is not interrupted if once it has started. The purpose of this problem is to find a minimal makespan schedule. The model of the JSSP is described as follows. Consider a manufacturing system that consists of m-machine and n-jobs. The sequence of operations is defined for both jobs and machines. Let a set of jobs be J = (1,..., n), a set of machines be M = (1,..., m), a set of sequence of operations for jobs be P = {p,,...p,), and a set of sequence of operations for machines Q = {q q,). The sequence pi = { fi.l,... fi.,; ), fi,, EM for job i consists of a finite sequence of machines, which means the job is processed on machines in order of the sequence. The sequence q = {g,..., g j,vj ), g j,l E J for machine j consists of a finite sequence of jobs, that means the machine processes the jobs in order of the sequence, as well. The relation between P and Q must be feasible. Then the start time of the kth operation for job i is denoted by variable s,,,. Also the start time of the lth operation for machine j is denoted by variable zjc. If si,, = zj,, then fi,, = j and g j,! = i is satisfied. The uninterrupted processing time for job i on machine j is denoted by. The setup times are ignored in this model. The constraints are described by

Sensitivity Analysis of Critical Path and Its Visualization in Job Shop 315 Scheduling 'j,l + Pgi,,,j "j,~+l. (2) Fig. 1 and Frg. 2 show an example of Gantt-Chart of a feasible solution. A Critical Path (CP) is defined as a set of operations that affect the makespan of its schedule directly. In other words, the delay of the operations on the critical path means the delay of whole schedule. Thus the manager of schedule has to pay the most attention to the operations on the critical path. A series of operations on the CP that are processed on same machine successively is called critical block (CB). The critical path for the initial sequence P and Q is obtained as shown in Fig. 3 by solving the earliest schedule for s, and zj,, and checking the activity of constraints. Job J1 52 53 54 J5 JG 57 58 J9 J10 Figure I. Gantt-Chart for each job Time Time Resource Figure 2. Gantt-Chart for each resource Tim Figure 3. Critical path and critical block

316 Knowledge and Skill Chains in Engineering and Manufacturing 2.2 Tabu Search (TS) The TS is a heuristic search framework for solving hard combinatorial problems such as job shop scheduling, graph coloring (related), the Traveling Salesman Problem (TSP), the capacitated arc routing problem, etc. The TS iterates a swap of a specific neighborhood to improve the objective function. The TS has two lists to realize efficient convergence to quasiminimal point. One is Tabu List, another is Superior Solution List[l]. 2.2.1 Tabu List As the TS consists of iterations of neighborhood swapping, it is very important to escape from locally optimal but not globally optimal solutions efficiently. It is also important to prevent the swap cycling. Movements in a certain past term are stored in Tabu List to make the backwards moves taboo. 2.2.2 Superior Solution List When a superior solution is found, the current state of the solution is stored in the Superior Solution List. The state consists of the processing sequence of the solution, current tabu list, and neighborhood except next candidate. If the tentative best solution is not improved after enough iteration, the state of the past superior solution is restored according to the list that realizes Backtrack. This handling makes the convergence speed fast by searching the neighbor of the past good solutions. 2.2.3 New Neighborhood A set of schedules generated from current schedule by interchange of a pair of the operations is called neighborhood of current schedule. As mentioned above, one feasible schedule should have the critical path that determines its makespan. In other word, the improvement of sequence on the critical path is necessary to improve the whole solution. Thus the interchange of the operations on the CB is used to improve the solution. The full neighborhood is generally too large to search completely. In a conventional TS method, neighborhood means an interchange of an adjacent pair of the operations on the CB. However, it is afraid that it takes large computation time to improve the solution because only a very narrow range of neighborhood is searched in the conventional method. Thus the new neighborhood based on sensitivity analysis is introduced in this paper. The most sensitive operation, in other words the operation that should be paid attention extremely, on each of CB is detected first. Then the

Sensitivity Analysis of Critical Path and Its Visualization in Job Shop 317 Scheduling schedules generated by swapping the most sensitive operation for the other operations on the same CB is defined as new neighborhood. By use of this method, large range of neighborhood can be searched and the calculation cost is reduced. SENSITIVITY ANALYSIS The structure of schedule at any given time is paid attention. The influence of each operation on the critical path on whole schedule is defined as sensitivity. The constraints that satisfy the equality (1) (2) are defined as active constraints. The sensitivity of the operations on critical path is obtained by use of this active concept. The algorithm is described as follows. 1. Select one operation 0* on the critical path. On forwardly justified (earliest) schedule, let the operations whose start time is later than the finish time of 0* be a set A. Let the other operations except 0' be a set B. 0* belong to neither A nor B. 2. Then perform a next modification for an arbitrary operation a E A, where a and 3b E B have a same active constrains. A:= A-{a), B:= B+{a) This modification is iterated until a becomes empty. 3. Find a minimal slack in the constrains between A and B, and let it be I,,. Then reduce the start time of the operation that belongs to A by 7 'min. 4. Iterate procedure 2,3 until a becomes an element of the critical path. The sensitivity of 0* is defined as C 1,.. Perform above procedures for all operations on the critical path. The sensitivity expresses quantity of contribution to the makespan of the given schedule. Therefore, improvements of high sensitivity operations have possibility of yielding better solutions. 4. SIMULATIONS AND VISUALIZATION TOOL 4.1 Simulation (Tabu Search Scheduling) Simulation for typical 10 machines 10 jobs (10x10) benchmark problem designed by Muth and Thompson[4] is performed to compare proposed method with conventional method. The procedure is described as follows.

3 18 Knowledge and Skill Chains in Engineering and Manufacturing 1. Make initial schedule by use of activation algorithms (see appendix) 2. Detect the critical path by PERT 3. Search the neighbors (by conventional method and by proposed method). 4. Estimate the neighbor and move to one of them. 5. In case the best solution is not improved after enough iterations of move, restore the state of a past superior solution according to the list. 4.2 Simulation Results Fig. 4 shows the convergence tendency of both by proposed method and by conventional method in the process of search. Conventional method needs a lot of iterations to escape from local optimal solution, however the proposed method by use of sensitivity analysis escapes from local optima solutions efficiently as shown in Fig. 4. The average number of evaluation of the objective function is reduced to 60% as shown in Table. 1. 1200 r- ' proposed - I normal 900 1 I 0 2000 4000 6000 8000 1 WOO Number of Iteration Figure 4. A convergent tendency Table I. The average and maximum number of evaluation of the obiective function Average Maximum Conventional Method 11.9 29 4.3 Visualization Scheduling system with 3-D Gantt-Chart is developed (Fig. 5). This visualization tool aids the user to make the schedule as he wished. As the user can understand the schedule visually and can modify the schedule by use of this tool, the interaction between human and a heuristic algorithm is realized. The function of the system is described as follows. When the scheduling problem is given, the tentative quasi-optimal schedule is searched by use of aforementioned TS. Then the critical path and sensitivities are

Sensitivity Analysis of Critical Path and Its Visualization in Job Shop 319 Scheduling displayed to the user. The large influence factor (sensitivity) for job i expresses the easiness to improve the makespan by modifying the sequence of the neighborhood of the job on the CB. The paths are visualized by density plots on the Gantt-Chart as shown in Fig. 6. This tool provides some of the quasi-optimal schedules that searched as candidates. The user can choice the most convenient schedule from them and also can modify the schedule freely by clicking the operations in the window. The system notifies the user whether the modifications is possible and suggests the idea of better schedule. The tool also can make the modified schedule active by the activation algorithm. (See appendix) Figure 5. 3-D Gantt-Chart (Critical Path Mode) Figure 6. 2-D Visualization of sensitivity (density plot; The dark colored jobs are sensitive. The light colored jobs are insensitive) CONCLUSION very difficult to find the optimal solution to the large-scale for hard combinatorial problems such as JSSP within practical time. Thus the human interaction is considered as one of the important factors to solve such a hard problems. In this paper, we presented an idea of sensitivity analysis and proposed a visualization system based on the TS with new neighborhood. Proposed

320 Knowledge and Skill Chains in Engineering and Manufacturing system is considered as the useful interactive tool between human expertise and a heuristic algorithm. This system enables the user to improve the schedule effectively. For the future work, it is necessary to consider what kind of function is required for the interface. 6. REFERENCES 1. E. Nowicki, C. Smutnicki (1996). A Fast Taboo Search Algorithm for the Job Shop Problem, Management Science, 42(6), 797-813 2. Takeshi Yamada, Ryohei Nakano (1996). Job-Shop Scheduling by Simulated Annealing Combined with Deterministic Local Search, Journal of Information Processing Society of Japan, 37(4), 597-604. (in Japanese) 3. Takeshi Yamada, Ryohei Nakano (1997). Job-Shop Scheduling by Genetic Local Search, Journal of Information Processing Society of Japan, 38(6), 1126-1 138. (in Japanese) 4. J. E. Beasley (1990). OR-Library: Distributing Test Problems by Electronic Mail, J. Opl. Res. Soc, 41(11), 1069-1072 5. B. Giffler, G. L. Thompson (1960). Algorithms for Solving Production Scheduling Problems, Operations research, 8,487-503 6. Muth, J. F., G. L. Thompson (1963). Industrial Scheduling, Prentice-Hall APPENDIX [Active Schedule] To find an initial solution or to improve a given solution, an idea of active schedule proposed by B. Giffler and G. L. Thompson is used[5][6]. An active schedule is defined as a feasible schedule that has a property where no operation can be made to start sooner by permissive left shifting. Algorithm to get active schedule is described as follows. <Activation Algorithm> 1: LetES(0) and EC(0) be the earliest start time of operation and the earliest finish time of operation. Both of these are the earliest time without upsetting the schedule that is already decided. Let a set of operations that is both not yet attended and feasible from the viewpoint of technical prycedure be X. Let one of the opyations phose EC(0) is the earliest in 0 E X be 0 and the machine that process 0 be F. 2: In the operations 0 EX which is processed on the machine F*, if ES(0) S EC(O*) then add the operatiqn 0 to the set Y. 3: seiect one of the operations 0 E(Y U 0 ) for the next processed operation on machine F. Iterate this procedure until X become the empty set. The optimal schedule is obviously active schedule. Thus a better solution is obtained if the activation algorithm is applied to a given schedule.