ArticlePublisher preview available

Optimization of Total Holding Cost in Job Shop Scheduling by Using Hybrid Algorithm

Trans Tech Publications Ltd
Applied Mechanics and Materials
Authors:
  • Vels institute of Science Technology and Advanced Studies
To read the full-text of this research, you can request a copy directly from the authors.

Abstract

The classical job-shop scheduling problem is one of the most difficult combinatorial optimization problems. Scheduling is defined as the art of assigning resources to tasks in order to insure the termination of these tasks in a reasonable amount of time. Job shop scheduling problems vary widely according to specific production tasks but most are NP-hard problems. Mathematical and heuristic methods are the two major methods for resolving JSP. Job shop Scheduling problems are usually solved using heuristics to get optimal or near optimal solutions. In this paper, a Hybrid algorithm combined artificial immune system and sheep flock heredity model algorithm is used for minimizing the total holding cost for different size benchmark problems. The results show that the proposed hybrid algorithm is an effective algorithm that gives better results than other hybrid algorithms compared in literature. The proposed hybrid algorithm is a good technique for scheduling problems.
Optimization of Total Holding Cost in Job shop scheduling by using
Hybrid Algorithm
S.Gobinath
1,a
, C.Arumugam
2,b
, G.Ramya
3,c
, M.Chandrasekaran
4,d
1,a Asso.Prof, Dept of Mechanical Engg, Kongunadu College of Engineering and Technology,
Trichy Dist
2,a Coimbatore Institute of Technology, Coimbatore
3,c Sathyabama University, Chennai.
4,d Department of Mechanical Engg, Vels University, Chennai.
* nithnathdeep@yahoo.com (corresponding author)
Keywords: Job shop scheduling, Hybrid Algorithm, Artificial Immune System and Sheep Flock
Heredity Model Algorithm.
Abstract
The classical job-shop scheduling problem is one of the most difficult combinatorial
optimization problems. Scheduling is defined as the art of assigning resources to tasks in order to
insure the termination of these tasks in a reasonable amount of time. Job shop scheduling problems
vary widely according to specific production tasks but most are NP-hard problems. Mathematical
and heuristic methods are the two major methods for resolving JSP. Job shop Scheduling problems
are usually solved using heuristics to get optimal or near optimal solutions. In this paper, a Hybrid
algorithm combined artificial immune system and sheep flock heredity model algorithm is used for
minimizing the total holding cost for different size benchmark problems. The results show that the
proposed hybrid algorithm is an effective algorithm that gives better results than other hybrid
algorithms compared in literature. The proposed hybrid algorithm is a good technique for
scheduling problems.
Introduction
The job shop problem is the most complicated and typical problem of all kinds of
production scheduling problems. The main objective is focusing the process of arranging processing
orders and times of operations on the same machine. The n-job, m-machine Job shop scheduling
(JSP) problem is one of the general scheduling problems in a system. Also, the problem of
scheduling is addressed after the job orders are released into the shop floor, along with their process
plans and machine routings. Scheduling problems are normally Non-Polynomial (NP) hard, so it is
very difficult to find an optimal solutions [1]. Optimization methods attempt to find the optimal
solution through mathematical programming techniques or methods According to the market
demand, the scheduling objectives are classified into two types. One is Time based minimization
and second is Cost based minimization. The objectives considered under the time minimization are
minimize machine idle time, Minimize the mean flow time, Minimize the mean tardiness. The
objectives considered under the cost minimization are minimize the costs due to not meeting the
due dates, Minimize the lateness cost, Minimize the total holding cost with no tardy jobs and with
tardy jobs. The most important target in scheduling is meeting the due dates for each job that has
been associated with customer. Due dates are treated as deadlines and every job must be completed
before or just on its due date and no tardy jobs are allowed. The total holding cost means the sum of
product inventory coscost and in-process inventory t. The job-shop scheduling problem of
minimizing the total holding cost of completed and in-process products subject to no tardy jobs is to
be considered to deliver all the jobs with proper due date.
Researchers turned to search its near optimal solutions with all kind of heuristic algorithms
[2]. A hybrid particle swarm optimization approach for the job shop scheduling problems. It
Applied Mechanics and Materials Submitted: 2014-05-10
ISSN: 1662-7482, Vol. 591, pp 176-179 Revised: 2014-05-20
doi:10.4028/www.scientific.net/AMM.591.176 Accepted: 2014-05-20
© 2014 Trans Tech Publications Ltd, All Rights Reserved Online: 2014-07-18
All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans
Tech Publications Ltd, www.scientific.net. (Research Gate for subscription journals-27/02/25,11:47:42)
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
Artificial immune system (AIS) is an intelligent problem-solving technique that has been used in scheduling problems for about 10 years. AIS are computational systems inspired by theoretical immunology, observed immune functions, principles and mechanisms in order to solve problems. In this research, a computational method based on clonal selection principle and affinity maturation mechanism of the immune response is used. The n-job, k-stage hybrid flow shop problem is one of the general production scheduling problems. Hybrid flow shop (HFS) problems are NP-Hard when the objective is to minimize the makespan [Two-stage hybrid flowshop scheduling problem, Oper. Res. Soc. 39 (1988) 359]. The research deals with the criterion of makespan minimization for the HFS scheduling problems. The operating parameters of meta-heuristics have an important role on the quality of the solution. In this paper we present a generic systematic procedure which is based on a multi-step experimental design approach for determining the optimum system parameters of AIS. AIS algorithm is tested with benchmark problems. Experimental results show that the artificial immune system algorithm is an effective and efficient method for solving HFS problems.
Article
In this paper the tabu search technique is considered for solving job shop scheduling problems. The performance measure considered is makespan time. The adjacent pairwise interchange method is used to generate neighbourhoods. The results of tabu search are compared with simulated annealing and genetic algorithms. It is concluded that the performance of tabu search is comparable to that of genetic algorithm and simulated annealing. The future research directions are also discussed.
Article
A new approximation algorithm is proposed for the problem of finding the minimum makespan in the job-shop scheduling environment. The new algorithm is based on the principle of particle swarm optimization (PSO). PSO combines local search (by self-experience) and global search (by neighboring experience), and possesses high search efficiency. Simulated annealing (SA) employs certain probability to avoid becoming trapped in a local optimum and the search process can be controlled by the cooling schedule. By reasonably combining these two different search algorithms, we develop a general, fast and easily implemented hybrid optimization algorithm; we called the HPSO. The effectiveness and efficiency of the proposed PSO-based algorithm are demonstrated by applying it to some benchmark job-shop scheduling problems. Comparison with other results in the literature indicates that the PSO-based algorithm is a viable and effective approach for the job-shop scheduling problem .
Article
Simulated annealing is a naturally serial algorithm, but its behavior can be controlled by the cooling schedule. Genetic algorithm exhibits implicit parallelism and can retain useful redundant information about what is learned from previous searches by its representation in individuals in the population, but GA may lose solutions and substructures due to the disruptive effects of genetic operators and is not easy to regulate GA's convergence. By reasonably combining these two global probabilistic search algorithms, we develop a general, parallel and easily implemented hybrid optimization framework, and apply it to job-shop scheduling problems. Based on effective encoding scheme and some specific optimization operators, some benchmark job-shop scheduling problems are well solved by the hybrid optimization strategy, and the results are competitive with the best literature results. Besides the effectiveness and robustness of the hybrid strategy, the combination of different search mechanisms and structures can relax the parameter-dependence of GA and SA.Scope and purposeJob-shop scheduling problem (JSP) is one of the most well-known machine scheduling problems and one of the strongly NP-hard combinatorial optimization problems. Developing effective search methods is always an important and valuable work. The scope and purpose of this paper is to present a parallel and easily implemented hybrid optimization framework, which reasonably combines genetic algorithm with simulated annealing. Based on effective encoding scheme and some specific optimization operators, the job-shop scheduling problems are well solved by the hybrid optimization strategy.
Article
A new adaptive neural network and heuristics hybrid approach for job-shop scheduling is presented. The neural network has the property of adapting its connection weights and biases of neural units while solving the feasible solution. Two heuristics are presented, which can be combined with the neural network. One heuristic is used to accelerate the solving process of the neural network and guarantee its convergence, the other heuristic is used to obtain non-delay schedules from the feasible solutions gained by the neural network. Computer simulations have shown that the proposed hybrid approach is of high speed and efficiency. The strategy for solving practical job-shop scheduling problems is provided.Scope and purposeJob-shop scheduling is usually a strongly NP-complete problem of combinatorial optimization problems and is the most typical one of the production scheduling problems. It is usually very hard to find its optimal solution. Practically researchers turn to search its near-optimal solutions with all kind of heuristic algorithms. The scope of this paper is to present a new hybrid approach in dealing with this job-shop scheduling problem based on adaptive neural network and heuristics.
Article
Meeting due dates is the most important goal of scheduling if the due date of each job has been promised to its customer. This paper considers the job-shop scheduling problem of minimizing the total holding cost of completed and in-process products subject to no tardy jobs. A heuristic algorithm based on the shifting bottleneck procedure is proposed for solving the minimum total holding cost problem subject to no tardy jobs. Several benchmark problems which are commonly used for job-shop scheduling problems of minimizing the makespan are solved by the proposed method and the results are reported.
Scheduling Algorithms, 2 nd Edn
  • P Bruker
Bruker P. (1995), Scheduling Algorithms, 2 nd Edn, Springer-Verlag, Berlin.
A hybrid genetic algorithm for job shop scheduling problems
  • . J F Gocalves
  • , J J Mendes
  • M G C Resende
An effective hybrid optimization strategy for job shop scheduling problems
  • L Wang
  • D Zheng