Review Article Volume 2 Issue 1
1Department of Industrial Engineering, University College of Engineering, University of Tehran, Iran
2Engineering Department, Central Connecticut State University, USA
Correspondence: Maziyar Yazdani, Department of Industrial Engineering, University College of Engineering, University of Tehran, Iran
Received: October 16, 2016 | Published: January 6, 2017
Citation: Yazdani M, Ghodsi R. Invasive weed optimization algorithm for minimizing total weighted earliness and tardiness penalties on a single machine under aging effect. Int Rob Auto J. 2017;2(1):1-5. DOI: 10.15406/iratj.2017.02.00006
In this paper, minimizing total weighted tardiness and earliness criteria on a single machine is considered. Job processing time is a linear function of its starting time and each job has a distinct due date. In this study an Invasive Weed Optimization (IWO) algorithm is proposed for machine scheduling problem. Because the local search operator in IWO algorithm is designed for continuous problem only, a simple and efficient coding and decoding technique is applied to map the discrete feasible space of the permutation to a number. Then, this number is used to produce the solution. The computational results show that the performance of the proposed algorithm is much better than the GA algorithm for this problem in finding the best solutions.
Keywords: invasive weed optimization, single machine, total weighted tardiness/earliness, scheduling; step-deterioration
Minimizing the total weighted tardiness and earliness time on a single machine with aging effect is discussed in the research at hand and an efficient IWO algorithm is proposed for this problem. In the classical scheduling problem, processing times for different jobs are assumed to be constant within the planning horizon. However, previous researches reveal that in many scheduling environments the processing time is an increasing function of start time.1 This phenomenon is known as aging effect which relates to many practical and industrial applications. One of the aging effect situations, which is also considered in this study, is the linear position-dependent aging effect where jobs processing time is a linear function of job’s starting time.
In recent years, most policies of modern industrial organization emphasize the need for minimizing earliness and tardiness penalty. This is more important in just in time (JIT) productions. In a JIT production environment, early job must be held in inventory until their due dates and jobs completed after their due dates can cause customer dissatisfaction, contract penalties, loss of sale and loss of reputation.2 Therefore, many researcher pay attention to this type of scheduling. This problem is categorized as an Np-hard problem.3 Hamidinia et al. 4 proposed a genetic algorithm for minimizing total tardiness/earliness of weighted jobs in a batched delivery system.4 A single machine scheduling problem with controllable processing times without inserted idle time to minimize total tardiness and earliness is presented by Kayvanfar et al.5 Kaweegitbundit developed a memetic algorithm for minimizing earliness and tardiness penalties 6 Kedad Sidhoum and Sourd proposed a neighborhood search algorithm for the single machine earliness-tardiness which jobs have distinct due dates.7 Allaoua and Osmane proposed a new genetic algorithm inspired by the philosophy of dynamic programming, where the chromosome and the population lengths are varied from one iteration to another for earliness and tardiness problem.8 Among the recent research in aging effect readers are referred to researches presented by.9-14 No prior research has used IWO for the problem at hand.
This paper is organized as follows. In the next section, the problem considered in this study is described in more details. The proposed algorithm is presented in section 3. For evaluation of the performance of the suggested algorithm, a series of computational experiments is performed and the results of this study are reported in section 4. Finally, section 5 concludes the paper with a short summary of the work.
The problem considered in this study can be formally described as follows: Assume that there are n independent jobs {j1,j2,.......jn} that are available for being processed at time zero on a single machine. The machine can only process one job at a time and processing of a job cannot be interrupted until it is entirely completed (preemption is not allowed). Each job ji has a normal processing time pj, a due date dj and positive weights for per unit earliness and tardiness. In addition, let pj and p[j] be the normal processing time and the actual processing time of the job scheduled in a sequence, respectively. If a job processed in rth position, actual processing time is:
p[j]=pj+bjr for j,r = 0,1,....,n (1)
Where bj is the aging ratio of job j?
In this problem, the objective function is minimizing the total weighted tardiness and earliness.
Main IWO algorithm
IWO is a continuous, stochastic numerical algorithm that mimics the colonizing behavior of weeds.15 First, a population of initial seeds is randomly spread over the entire search space. These weeds will finally grow up and execute the further steps of the algorithm. There are four steps of the algorithm as below:
Initialization: A finite number of weeds are initialized randomly in the feasible search space via a uniform function.
Reproduction: Every individual in the population is permitted to produce seeds based on its own fitness as well as the colony’s lowest and highest fitness, such that the number of seeds produced by a weed increases linearly from lowest predefined possible seed for a weed with the worst fitness to the maximum number of seeds for a plant with the best fitness so far. Smin and Smax denote minimum and maximum number of weeds respectively and are predefined.
Spatial distribution: The generated seeds are being randomly scattered over the d-dimensional search space by normally distributed random numbers with the mean equal to location of parent plant and a varying variance. This step guarantees that the produced seeds will be generated around the parent weed. However, the Standard Deviation (SD) of the random function decreases over the iterations from initial value sdinitial to final value sdfinal. Standard deviation for a particular iteration is given as in equation 2 below:
sditer=(itermax−iteritermax)n(sdinitial−sdfinal)+sdfinal (2)
Where n is nonlinear modulation index. This step means that the probability of dropping a seed in the area around the parents decreases nonlinearly with iterations, which results in better plants and elimination of unsuitable plants. Hence, this is the selection mechanism of Invasive Weed Optimization Algorithm.
Competitive exclusion: When the maximum number of individual in a colony is reached (Pmax), each weed is allowed to produce seeds and scatter them according to the mechanism indicated in the previous step. After that, parents and their new seeds are ranked together according to their fitness. Next, weeds with highest fitness are selected to reach the maximum allowable population size in a colony.
Termination condition: The entire process continues until the maximum number of iterations has been reached, and then the plant with the best fitness is the closest one to the optimal solution.
Because the IWO algorithm is designed for continues problem and the local search operator in this algorithm uses normal distribution to search the feasible space, this algorithm cannot be used directly for discrete problems without modification. Here a coding method is applied to map every permutation to a number and then use this number as the mean for the normal distribution to produce new seed (new solution). Then, using a decoding technique matches this new number to the permutation. This coding-decoding technique is described as follows.
Factoradic base
Factoradic is a specific constructed number system and a lexicographical index arrangement for permutations.16 The concept of the factoradic is closely connected to that of the Lehmer code.16 This numbering system is a factorial-based mixed radix numerical system: the ith digit from right side is to be multiplied by i! And the rightmost digit is always 0, the second digit is 0, or 1, the third 0, 1 or 2 and so on.16 For instance, 44 in decimal base can be shown as (1433120100) in factoradic base.
(1433120100)=1×4! +3×3! +1×2! =4410 (3)
The factoradic numbering system never has two possible interpretations and no number can be described in more than one way due to the fact that the sum of consecutive factorials multiplied by their index is always the next factorial minus one:16
∑ni=0i ×i!=(n+1)!−1 (4)
Relation between factoradic base and permutations
There is a natural mapping between the permutations of n elements in lexicographical order and the integers 0, 1,…, n!−1, when the integers are expressed in factoradic form. This mapping has been called the Lehmer code. For instance, with n = 3, this mapping is illustrated in Table 1.
Decimal |
Factoradic |
Permutation |
010 |
020100 |
1,2,3 |
110 |
021100 |
1,3,2 |
210 |
120100 |
2,1,3 |
310 |
121100 |
2,3,1 |
410 |
220100 |
3,1,2 |
510 |
221100 |
3,2,1 |
Table 1 Natural mapping between factoradic numbers and permutations when n=3
For mapping permutations into factoradic numbers and vice versa, two algorithms are proposed in McCaffrey17 and further used in Behroozi.18 Computational complexity of both algorithms are O(n) which makes the algorithms able to efficiently map decimal numbers to factoradic numbers, factoradic numbers to the permutations and vice versa. These two algorithms are presented as Algorithm 1 and Algorithm 2 below.
Algorithm 1: Mapping permutation to factoradic.
Iteration |
k=1 |
k=2 |
k=3 |
Permutation |
2 |
3 |
1 |
P |
{1,2,3} |
{1,3} |
{1} |
F |
{0,1,2} |
{0,1,2} |
{0,1,2} |
Factoradic |
1 |
1 |
0 |
Table 2 Mapping of (2 – 3 – 1) → (121100) based on Algorithm 1
Algorithm 2: Mapping factoradic to permutation
Iteration |
k=1 |
k=2 |
k=3 |
Factoradic |
1 |
1 |
0 |
F |
{0,1,2} |
{0,1,2} |
{0,1,2} |
P |
{1,2,3} |
{1,3} |
{1} |
Permutation |
2 |
3 |
1 |
Table 3 Mapping of (121100) → (2 – 3 – 1) based on Algorithm 2
Proposed IWO algorithm
Yes: Go to step 9.
No: Then do competitive exclusion. In proposed algorithm, k% of the plants with better fitness values is selected and other population of next iteration is selected randomly through remaining plants.
In this proposed IWO algorithm, the described procedures is applied to q% of the population in every iteration randomly.
Yes: Repeat the algorithm again.
No: Stop. Calculate the objective function values of the current plants and choose the best among them.
In this section, the performance of the proposed IWO is presented. Problems with different sizes are considered. The small size problems are associated with 10 jobs, medium size with 15 and 20 jobs, and large size with 40 and 60 jobs. The processing times are generated from the discrete uniform distribution [40,120] and weight of earliness–tardiness penalties are drawn from the discrete uniform distribution [1, 4]. The aging ratio of each job is drawn from the uniform distribution [0, 2] and the due dates of each job is drawn from the uniform distribution [dmin−λ, dmin+λ], where dmin=P(1−TEF), P=(∑ni=1pi)+(n2×∑ni=1bi and λ=P(RDD/2) .
The two parameters RDD and TEF are the relative range of due dates and tardiness/earliness function, respectively. RDD gets the values of 0.2 and 0.5. Also TEF gets the values of 0.2 and 0.35. Table 4 shows the generated problems.
Number of Jobs |
TEF = 0.35 |
TEF = 0.2 |
---|---|---|
RDD = 0.2 |
RDD = 0.5 |
|
|
|
|
10 |
J101 |
J102 |
15 |
J151 |
J152 |
20 |
J201 |
J202 |
40 |
J401 |
J402 |
60 |
J601 |
J602 |
Table 4 Name of problems generated with variable parameters obtained is shown in Table 5
The following experimentally derived values are proposed for the parameters:
Nint=n, Pmax=n, itermax=5×n, Smax=3, Smin=1, n=2, sdinitial=n2, sdfinal =2, k=10% and q=5% . And n is the number of jobs.
The proposed algorithm is evaluated against the Genetic Algorithm (GA), GA parameters are as below:
Number of initial population=50, crossover operator: uniform (80%), mutation operator: Inversion (0.02), selection operator: roulette wheel. stop condition: 10n.
For each instance both algorithms run five times independently and best and worst solutions obtained are shown in Table 5.
Problem Name |
Number of Jobs |
GA |
|
|
IWO |
|
|
---|---|---|---|---|---|---|---|
Best |
Average |
Worst |
Best |
Average |
Worst |
||
J101 |
10 |
4916 |
4916 |
4916 |
4916 |
4916 |
4916 |
J102 |
10 |
5515 |
5515 |
5515 |
5515 |
5515 |
5515 |
J151 |
15 |
11081 |
11104.6 |
11127 |
11081 |
11081 |
11081 |
J152 |
15 |
17169 |
17190.6 |
17227 |
17169 |
17169.8 |
17171 |
J201 |
20 |
25901 |
25949.2 |
25981 |
25901 |
25901 |
25901 |
J202 |
20 |
31598 |
31621.8 |
31647 |
31581 |
31581 |
31581 |
J401 |
40 |
97783 |
97927.2 |
98026 |
97135 |
97139.8 |
97159 |
J402 |
40 |
128239 |
128322 |
128461 |
127989 |
127990.8 |
127995 |
J601 |
60 |
249017 |
249757.8 |
250785 |
247707 |
247987 |
248057 |
J602 |
60 |
202926 |
203481 |
204003 |
201689 |
201702.2 |
201711 |
Table 5 Compare best, mean and worst solutions that obtained for algorithms
In addition, to compare the two methods, Relative Percentage Deviation (RPD) is used, which is computed in the following way:
PRD=algsol−minsolminsol (5)
Where Algsol as the objective function value is obtained for a given algorithm and Minsol is the best solution obtained for each instance by any of the two algorithms. Figure 1 compares the mean of PRD for the two algorithms. The computational results show that the proposed IWO has less deviation from the best solution and that the algorithm is more promising in finding near-optimum solutions.
This research considered the single machine scheduling problem where the processing time of jobs depends on the position of the job scheduled. This problem is NP-hard and finding optimum solution for the large instances of this problem is not possible in a reasonable time. An Invasive Weed Optimization Algorithm was proposed to find near-optimal solutions for this problem. The proposed algorithm employs a coding procedure to map the permutation of jobs into a continuous space where Invasive Weed Optimization Algorithm can efficiently spread the new produced seed sand perform exploration. Afterward, the algorithm maps the new seed to a permutation. Moreover, a powerful intensification sub-algorithm was applied to search the promising areas of the feasible space more comprehensively. Performance of the proposed algorithm was tested using several generated problems and compared to GA algorithm. The computational results prove that the proposed algorithm is more promising than the GA algorithm used.
None.
The author declares no conflict of interest.
©2017 Yazdani, et al. This is an open access article distributed under the terms of the, which permits unrestricted use, distribution, and build upon your work non-commercially.