Next Article in Journal
A New Version of the Generalized Krätzel–Fox Integral Operators
Next Article in Special Issue
A Novel Simple Particle Swarm Optimization Algorithm for Global Optimization
Previous Article in Journal
Best Proximity Point Results in b-Metric Space and Application to Nonlinear Fractional Differential Equation
Previous Article in Special Issue
Urban-Tissue Optimization through Evolutionary Computation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Energy-Efficient Scheduling for a Job Shop Using an Improved Whale Optimization Algorithm

1
School of Transportation, Ludong University, Yantai 264025, China
2
Department of Computer Science and Technology, Henan Institute of Technology, Xinxiang 453003, China
3
School of Information and Electrical Engineering, Ludong University, Yantai 264025, China
*
Author to whom correspondence should be addressed.
Mathematics 2018, 6(11), 220; https://doi.org/10.3390/math6110220
Submission received: 28 September 2018 / Revised: 20 October 2018 / Accepted: 26 October 2018 / Published: 28 October 2018
(This article belongs to the Special Issue Evolutionary Computation)

Abstract

:
Under the current environmental pressure, many manufacturing enterprises are urged or forced to adopt effective energy-saving measures. However, environmental metrics, such as energy consumption and CO2 emission, are seldom considered in the traditional production scheduling problems. Recently, the energy-related scheduling problem has been paid increasingly more attention by researchers. In this paper, an energy-efficient job shop scheduling problem (EJSP) is investigated with the objective of minimizing the sum of the energy consumption cost and the completion-time cost. As the classical JSP is well known as a non-deterministic polynomial-time hard (NP-hard) problem, an improved whale optimization algorithm (IWOA) is presented to solve the energy-efficient scheduling problem. The improvement is performed using dispatching rules (DR), a nonlinear convergence factor (NCF), and a mutation operation (MO). The DR is used to enhance the initial solution quality and overcome the drawbacks of the random population. The NCF is adopted to balance the abilities of exploration and exploitation of the algorithm. The MO is employed to reduce the possibility of falling into local optimum to avoid the premature convergence. To validate the effectiveness of the proposed algorithm, extensive simulations have been performed in the experiment section. The computational data demonstrate the promising advantages of the proposed IWOA for the energy-efficient job shop scheduling problem.

1. Introduction

Nowadays, manufacturing enterprises are facing not only the economic pressure, but also environmental challenges. With the consideration of sustainable development, reducing energy consumption becomes an important target for manufacturing companies. To implement such measures, some researchers focused on developing more energy-efficient machines or machining processes [1,2]. However, it has been indicated that a significant energy-saving opportunity may be missed by focusing solely on the machines or processes, and the operational method can be adopted from the manufacturing system-level perspective [3]. In recent years, increasingly more attention has been paid to production scheduling problems with the consideration of energy efficiency. Compared with the investment in new energy-saving machines and production redesign, the optimization of scheduling scheme requires a modest investment and is more easily applied to existing production systems.
One of the earliest energy-efficient production scheduling methods was investigated by Mouzon et al. [4]. They developed a turn-on/off scheduling strategy of machines to control the overall energy consumption. Some dispatching rules are proposed to solve the multi-objective mathematical model with the objective of minimizing the energy consumption and total completion time. Since then, energy-efficient production scheduling has become a new research spot in the manufacturing field. Mouzon and Yildirim [5] proposed a greedy randomized multi-objective adaptive searching algorithm to minimize total energy consumption and total tardiness in a single-machine system. Yildirim and Mouzon [6] developed a multi-objective genetic algorithm to deal with a single-machine scheduling problem with the objective of minimizing the energy consumption and completion time. Shrouf et al. [7] designed a genetic algorithm for a single-machine scheduling with the consideration of variable energy prices. Che et al. [8] considered a single-machine scheduling problem under the time-of-use (TOU) strategy. Li et al. [9] presented an energy-aware multi-objective optimization algorithm for the hybrid flow shop scheduling problem with the setup energy consumption. Liu et al. [10] proposed a branch-and-bound algorithm for the permutation flow shop scheduling problem in order to minimize the wasted energy consumption. Dai et al. [11] proposed a genetic-simulated annealing algorithm to optimize makespan and energy consumption in a flexible flow shop. Ding et al. [12] considered an energy-efficient permutation flow shop scheduling problem to minimize total carbon emissions and makespan. Mansouri and Aktas [13] addressed multi-objective genetic algorithms for a two-machine flow shop scheduling problem to optimize energy consumption and makespan. Luo et al. [14] presented an ant colony optimization algorithm with the criterion to minimize production efficiency and electric power cost in a hybrid flow shop. Regarding the above literature, most of the corresponding studies are oriented to a single machine [5,6,7,8] and flow shop [9,10,11,12,13,14]. By contrast, the energy-efficient job shop scheduling problem is not fully studied. However, many real-life problems can be taken as a job shop scheduling problem (JSP), such as production scheduling in the industry, departure and arrival times of logistic problems, the delivery times of orders in a company, and so on [15]. Therefore, in this paper, the job shop is selected as the research object, and the scheduling problem is investigated from the perspective of energy consumption reduction.
In some actual manufacturing systems, machines can not be frequently turned on/off because restarting action may consume a large amount of additional energy or damage the machine tools [16]. Under this situation, the framework of machine speed scaling is an alternative method to control the energy consumption in the workshop, by which machines are allowed to work at different speeds when processing different jobs. When the machine works at a higher speed, the processing time decreases but the amount of energy consumption increases, and when the machine works at a lower speed, the processing time increases while the amount of energy consumption decreases. Compared with the classical JSP, the complexity of the EJSP under study mainly lies in the addition of an energy-related objective and machine speed selection. As the classical JSP is well known as an NP-hard problem, it is clear that the EJSP is difficult to solve using exact methods. Although meta-heuristic algorithms have been paid increasingly more attention by researchers in the manufacturing field, its application to the energy-efficient job shop scheduling problem with machine speed scaling framework appears to be limited. Salido et al. [15] presented a multi-objective genetic algorithm with the objective of minimizing the makespan and the energy consumption. Zhang and Chiong [16] proposed a multi-objective genetic algorithm and two local search strategies to optimize the total energy consumption and total weighted tardiness. Tang and Dai [17] proposed a genetic-simulated annealing algorithm to minimize the makespan and energy consumption. Escamilla et al. [18] presented a genetic algorithm to minimize the makespan and the energy consumption. Yin et al. [19] developed a multi-objective genetic algorithm based on simplex lattice design to optimize the productivity, energy efficiency, and noise. In view of the complexity of the problem under study, meta-heuristic algorithms can achieve satisfactory scheduling within a reasonable time. The application of a meta-heuristic algorithm on the EJSP will be a research hot spot in the manufacturing field.
Because of their promising advantage, meta-heuristic algorithms have received increasing interest in solving complex optimization problems [20]. Recently, many meta-heuristic algorithms have been presented and improved to solve various problems [21,22,23,24,25,26,27,28,29,30,31,32]. Whale optimization algorithm (WOA) is a new swarm-based algorithm, which mimics the hunting behavior of humpback whales in nature [33]. It is well-known that the cooperation between exploration and exploitation is very important for the searching ability of a meta-heuristic algorithm. For the existing meta-heuristics, some algorithms have better global search abilities, while others have better local search abilities. In general, a well-designed hybrid method is used to balance the capacity of exploration and exploitation. By contrast, the main unique feature of the WOA algorithm is that it can maintain a good relationship between exploration and exploitation by self-tuning some parameters in the iteration process. At present, WOA has been adopted to deal with a variety of optimization problems in different fields; for example, global optimization [34], feature selection [35], content-based image retrieval [36], 0–1 knapsack problem [37], permutation flow shop scheduling problem [38], and so on. By considering its efficiency, an improved whale optimization algorithm (IWOA) is developed for solving the energy-efficient job shop scheduling problem with machine speed scaling framework. However, to the best of the authors’ knowledge, the research on WOA to solve the EJSP has not yet been attempted. This paper aims to develop the IWOA in solving the EJSP with the objective of minimizing the energy consumption cost and completion-time cost. The main improvement of the algorithm lies on the introduction of dispatching rules (DR), nonlinear convergence factor (NCF), and mutation operation (MO), where DR is used to create the suitable initial population, NCF is adopted to balance the capacities of exploration and exploitation, and MO is employed to maintain the diversity of the population and avoid the premature convergence. Extensive experiments are conducted to validate the effectiveness of the proposed algorithm.
The rest of this paper is organized as follows. Section 2 introduces the description of the problem. Section 3 addresses the original whale optimization algorithm. Section 4 describes the implementation of the proposed IWOA algorithm. Section 5 shows the experimental results of IWOA and Section 6 provides conclusions and future works.

2. Problem Description

The EJSP can be described as follows: n jobs need to be processed on m machines in the workshop. The main difference between the EJSP and the classical JSP is that each machine can adjust its speed for different jobs in a finite and discrete speed set v = { v 1 , v 2 , , v d } . The higher the speed of machine, the shorter the processing time of the operation assigned to it. When job i is assigned to machine k , there is a basic processing time represented by q i k . If v d is selected, the processing time of job i can be measured by p i k d , that is, p i k d = q i k / v d , and the energy consumption cost per unit time is defined as E k d . For job i on machine k , if v d > v d , E k d × p i k d > E k d × p i k d holds. In other words, a machine working at a higher speed will decrease the processing time, but increase the energy consumption cost. Some additional constraints are involved as follows:
(1)
Any job can not be processed on more than one machine simultaneously.
(2)
Each machine can only process one operation at a time.
(3)
Preemption is not allowed once a job starts to be processed on a machine.
(4)
Setup time is not considered in this paper.
(5)
The speed of a machine can not be changed during the processing of an operation.
(6)
Each machine can not be turned off completely until all jobs assigned to it are finished. During the idle periods, each machine will be on a stand-by mode with energy consumption cost per unit time S E k .
For such a problem, two sub-problems should be considered, that is, operation permutation and speed-level selection. For the classical JSP, the complete time or its related cost is very important for optimization decision-making. However, under the current environmental pressure, environmental metrics can not be ignored in the energy-efficient scheduling problem; for example, energy-consumption cost. Therefore, the optimization objective of the problem under study is aiming to obtain an optimal scheduling scheme to minimize the sum of energy-consumption cost and completion-time cost.
min   F = i = 1 n k = 1 m d = 1 D k E k d p i k d x i k d + k = 1 m S E k ( C k W k ) + λ C max
s . t .   d = 1 D k x i k d = 1 , i = 1 , 2 , , n ; k = 1 , 2 , , m
C i k d = 1 D k p i k d x i k d + L ( 1 y i j k ) C i j , i = 1 , 2 , , n ; j , k = 1 , 2 , , m
C l k C i k + L ( 1 z i l k ) d = 1 D k p l k d x l k d , i , l = 1 , 2 , , n ; k = 1 , 2 , , m
C i k 0 , i = 1 , 2 , , n ; k = 1 , 2 , , m
x i k d { 0 , 1 } , i = 1 , 2 , , n ; k = 1 , 2 , , m ; d = 1 , 2 , , D k
y i j k { 0 , 1 } , i = 1 , 2 , , n ; j , k = 1 , 2 , , m
s i l k { 0 , 1 } , i , l = 1 , 2 , , n ; k = 1 , 2 , , m
where F means the sum of energy-consumption cost and completion-time cost. E k d denotes the energy consumption cost per unit time of machine k with speed-level d . p i k d is the processing time of job i on machine k with speed-level d . x i k d is a 0–1 variable, if job i is processed on machine k with speed-level d , x i k d = 1; otherwise, x i k d = 0. D k means the number of adjustable speed levels of machine k . S E k is the energy consumption cost per unit time of machine k in the stand-by mode. C k denotes the final completion time of machine k . W k represents the total workload of machine k . C max defines the final completion time of jobs (makespan) in the workshop. λ is the cost coefficient relevant to final completion-time. C i k is the completion time of job i processing on machine k . L is a big position number. y i j k is a 0–1 variable, if machine j performs job i prior to machine k , y i j k = 1; otherwise, y i j k = 0. s i l k is a 0–1 variable, if job i is processed on machine k prior to job l , s i l k = 1; otherwise, s i l k = 0.
Equation (1) defines the optimization objective of the problem; constraint (2) ensures that the machine’s speed can not be adjusted when an operation is processing on it; constraint (3) represents the precedence constraints between operations of a job; constraint (4) means that each machine only processes one operation at the same time; constraint (5) denotes the nonnegative feature of completion time; constraints (6)–(8) show the relevant 0–1 variables.

3. Overview of the Original WOA

The whale optimization algorithm (WOA) is a new population-based optimization algorithm, which mimics the hunting behavior of humpback whales in nature [33]. In this algorithm, two searching phases are involved for exploitation and exploration. In the exploitation phase, the position of each whale is updated by bubble-net attacking strategy, which is conducted by shrinking encircling the prey and the spiral shape movement based on the best solution discovered so far. In the exploration phase, the position of each whale is updated according to a randomly selected search agent rather than the best solution discovered so far. Because of the space limit, the overview of the original WOA is briefly shown below. The more detailed introduction can be easily found in the literature [33].

3.1. Exploitation Phase

(1)
Shrinking encircling mechanism
Humpback whales can observe the location of prey and encircle them in the hunting process. To model the algorithm, the current best search agent is assumed to be the target prey or close to the optimal solution. When the best search agent is discovered, other whales will update their positions towards the best whale, which can be represented as follows:
D = | C X ( t ) X ( t ) |
X ( t + 1 ) = X ( t ) A D
A = 2 a r a
C = 2 r
where t is the current iteration number, X indicates the position vector of the best search agent found so far, and X defines the position vector of an individual whale. A and C are coefficient vectors. | | means the absolute value, and · is an element-by-element multiplication. r denotes a random vector inside [0, 1]. The elements of a are linearly decreased from 2 to 0 over the course of iterations. The shrinking encircling mechanism is implemented by decreasing the element value of a according to Equation (13), where t max is the maximum of the iteration.
a = 2 2 t t max
(2)
Spiral updating mechanism
In addition to the shrinking encircling behavior, a spiral path is created to simulate the helix-shaped movement of whales, which can be defined as follows:
X ( t + 1 ) = D e b l cos ( 2 π l ) + X ( t )
D = | X ( t ) X ( t ) |
where b is a constant used to determine the shape of the logarithmic spiral and l is a random number inside [−1, 1].
In the exploitation phase, whales move around the prey in a shrinking circle and along a spiral path simultaneously, which are chosen according to a probability of 50%. This can be represented by Equation (16), where h is a random number in the range [0, 1].
X ( t + 1 ) = { X ( t ) A D if   h < 0.5 D e b l cos ( 2 π l ) + X ( t ) if   h 0.5

3.2. Exploration Phase

Except for the bubble-net attacking mechanism, the humpback whales search for prey randomly in the exploration phase. The mechanism is also conducted based on the variation of the vector A . When | A | < 1 , the exploitation is utilized by updating the positions towards the current best search agent, when | A | 1 , the exploration is adopted to search the global optimum. The mathematical model can be represented as follows:
D = | C X rand ( t ) X ( t ) |
X ( t + 1 ) = X rand ( t ) A D
where X rand is a position vector selected from the current population at random.

3.3. Pseudo Code of WOA

The pseudo code of the original WOA algorithm can be shown in Figure 1.

4. Implement of the Proposed IWOA

4.1. Scheduling Solution Representation

As mentioned above, the energy-efficient job shop scheduling problem consists of two sub-problems, that is, operation permutation and speed-level selection. To obtain a feasible scheduling scheme, it needs to choose suitable processing speeds for jobs and arrange them on each machine. Therefore, the scheduling solution can be represented by a two-segment string with the size of 2 m n . The first segment tries to arrange the processing sequence of operations on each machine, and the second aims to choose an appropriate speed level for each job.
Taking a 3 × 2 (three jobs, two machines) EJSP, for example, five speed levels are considered for each job on machines. The scheduling solution can be shown by Figure 2. For the first segment, each element means the job code, where the elements with the same values represent different operations of the same job. For the second segment, each element represents the speed-level selected for the relevant job, which is stored in a given order. O i k represents the k th operation of job i .

4.2. Individual Position Vector

In the proposed IWOA, the individual position is still a multi-dimensional real vector, which is also made up by two segments, that is, X = { x ( 1 ) , x ( 2 ) , , x ( m n ) , x ( m n + 1 ) , , x ( 2 m n ) } , where x ( j ) [ x min , x max ] , j = 1 , 2 , , 2 m n . The first segment X 1 = { x ( 1 ) , x ( 2 ) , , x ( m n ) } presents the information of operation permutation, and the second segment X 2 = { x ( m n + 1 ) , , x ( 2 m n ) } gives the information of speed-level selection. For the above 3 × 2 EJSP (three jobs, two machines), the individual position vector can be shown by Figure 3, where element values are stored according to the given order.

4.3. Conversion between Individual Position Vector and Scheduling Solution

The original WOA was proposed to deal with the continuous optimization problem. However, considering the discrete characteristics of the EJSP, it is very important to find a method to establish the mapping relationship between the individual position vector and the discrete scheduling solution. In the previous study, a method is proposed to implement the conversion between the continuous individual vector and the discrete scheduling solution for the classical flexible job shop (FJSP) [39]. It is known that FJSP is made up by operation permutation and machine selection. Seen from Figure 2, the structure of the solution is similar to that of the FJSP, where the speed-level selection is taken place of the machine selection vector. Therefore, the conversion method in the literature [39] is modified for the EJSP in this study. To facilitate the expression, the intervals [ x min , x max ] are all set as [ ε , ε ] , ε > 0 in the proposed method.

4.3.1. Conversion from Individual Position Vector to Scheduling Solution

For the operation permutation segment, the ranked-order-value (ROV) rule is used to implement the conversion from the individual position to the scheduling solution. In the rule, position values in X 1 are first ranked in an increasing order, then the operation permutation can be acquired according to the new order, which is shown in Figure 4.
For the speed-level selection segment, the conversion process can be modified from the method proposed by Yuan and Xu [40], which can be represented by Equation (19). z ( j ) denotes the size of alternative speed-level set for the operation corresponding to the jth element, u ( j ) means the selected speed level, u ( j ) [ 1 , z ( j ) ] . In the procedure, x ( j ) is first converted to a real number belonging to [ 1 , z ( j ) ] , then u ( j ) is given the nearest integer value for the converted real number. For the above example, ε = 3 and z ( j ) = 5 . The conversion process is shown in Figure 5.
u ( j ) = r o u n d ( x ( j ) + ε 2 ε ( z ( j ) 1 ) + 1 ) , 1 j m n

4.3.2. Conversion from Scheduling Solution to Individual Position Vector

For the operation permutation segment, m n real numbers are first randomly generated between [ ε , ε ] and then ranked in an increasing order. According to the ranked order and the scheduling solution, the individual position vector X 1 can be obtained according to the conversion process in Figure 6.
For the speed-level selection segment, the conversion is generally an inverse process of Equation (19). However, there is a special case, that is, z ( j ) = 1 , x ( j ) is obtained by choosing a random value between [ ε , ε ] . The conversion process is shown in Figure 7.
x ( j ) = { 2 ε z ( j ) 1 ( u ( j ) 1 ) ε , z ( j ) 1 x ( j ) [ ε , ε ] , z ( j ) = 1

4.4. Initial Scheduling Generation

For a population-based optimization algorithm, the quality of initial solutions is very important for the computational performance. According to the characteristics of the scheduling solution, the population initialization process can be divided into two phases. In the speed-level selection phase, a random generation rule is employed to obtain the initial speeds for jobs. In the operation permutation phase, five dispatching rules are adopted as follows: the Most Work Remaining (MWR), the Most Operation Remaining (MOR), the Shortest Processing Time (SPT), the Longest Processing Time (LPT), and the Random Rule (RR). Each dispatching rule is randomly selected to generate a scheduling solution.
  • MWR: give the highest priority to the job with the most amount of remaining work.
  • MOR: give the highest priority to the job with the most number of remaining operations.
  • SPT: give the highest priority to the job with the shortest processing time.
  • LPT: give the highest priority to the job with the longest processing time.
  • RR: select jobs for the permutation at random.

4.5. Nonlinear Convergence Factor

Like other population-based optimization algorithms, the cooperation between the abilities of exploitation and exploration is crucial for the performance of the algorithm. As seen from Figure 1, a suitable adjustment of search vector A can allow the WOA algorithm to smoothly transition between exploration and exploitation. By decreasing the value of A , some iterations are focused on exploration ( | A | 1 ) and the others are devoted to exploitation ( | A | < 1 ). According to Equation (11), the value of A is determined by the variation of a . However, a are linearly decreased from 2 to 0 over the course of iterations, which can not well reflect the nonlinear search process of the algorithm. Therefore, a nonlinear adjustment curve of a is adopted in (21), where a max and a min define the maximum and minimum values of a , respectively.
a = a max ( a max a min ) sin ( t π / ( 2 t max ) )

4.6. Mutation Operation

According to the characteristics of the WOA, whales cluster around the local optimum at the latter stage of the optimization, which will decrease the population diversity and lead to premature convergence. In this study, a kind of adaptive mutation operator is presented to overcome this drawback, where the mutation rate of each individual can be calculate according to Equation (15). p g defines the mutation rate of the gth individual and f represents the fitness function Q F , where Q is a constant. f max and f min are the maximum and minimum values of f in the current generation, respectively. In Equation (15), the mutation rate of each whale is changed along with the fitness in the evolution process. If a random number is smaller than p g , the mutation operations for the two segments are conducted.
For the operation permutation segment, an inverse mutation operator is used to inverse the order of elements between two randomly selected positions in a candidate individual. For the speed-level selection segment, a single-point mutation is employed to select a new speed level to take place of the original one, and then a new individual position is obtained by Equation (20).
p g ( t ) = 1 f max ( t ) f g ( t ) f max ( t ) f min ( t )

4.7. Pseudo Code of IWOA

The pseudo code of the IWOA algorithm can be shown in Figure 8.

5. Computational Results

5.1. Experimental Settings

The implementation of the proposed IWOA algorithm is coded by using Fortran language and run on VMware Workstation with 2GB main memory under WinXP. In this section, 38 instances modified from those of the classical JSP (FT06, FT10, and FT20 in the work of [41] and LA01–LA35 in the work of [42]) are used to validate the efficiency of the IWOA. For each instance, ten independent replications are run by different algorithms. Here, the processing times in the classical JSP are taken as the basic processing times. The speed for processing operations can be selected from v = { v 1 , v 2 , v 3 , v 4 , v 5 } = { 1 . 0 , 1 . 2 , 1 . 5 , 2 . 0 , 2 . 5 } . The energy consumption cost per unit time of machine k can be calculated according to E k d = ξ k × v d 2 , d = 1 , 2 , 3 , 4 , 5 , where ξ k is randomly generated following a discrete uniform distribution in the literature [2,4]. The stand-by energy consumption cost per unit time of machine k is calculated by S E k = ξ k / 4 . In addition, the completion time cost per unit time λ is set to be 15.0.

5.2. Effectiveness of the Improvement Strategies

In this paper, three strategies are adopted to improve the performance of the IWOA algorithm, namely, DR, NCF, and MO. In this subsection, the effectiveness of the three strategies are first tested. In Table 1, instance names are listed in the first column, and computational data are reported in the following columns. ‘IWOA’ is the proposed algorithm in this study. ‘IWOA-R’ represents the algorithm where the initial solutions are only created by the random rule. ‘IWOA-L’ represents the algorithm where the elements of a are linearly decreased by Equation (13). ‘IWOA-NMO’ represents the algorithm where the mutation operation is excluded from the IWOA algorithm. In addition, ‘Best’ represents the best value in the ten runs. ‘Avg’ means the average results of the ten runs. ‘SD’ is the standard deviation of total cost obtained by ten runs. ‘Time’ is the average computational time (in seconds) in the ten runs. Boldface denotes the optimal values obtained by algorithms. To facilitate the comparison, the same parameters are set for the compared algorithms, for example, population size is 200 and maximum iteration is 2000.
From the experimental data in Table 1, the following can be observed: (1) In comparisons of the ‘Best’ value, the IWOA algorithm yields 18 optimal values, which is significantly better than the other three algorithms. The second best algorithm, namely IWOA-R, only obtains 10 optimal values. (2) In comparisons of the ‘Avg’ value, the IWOA algorithm yields 16 optimal values, which is more than those of the other three algorithms. The second best algorithm, namely IWOA-R, can obtain 13 optimal values. (3) In comparisons of the ‘SD’ value, IWOA-R performs better than other three algorithms. The second best algorithm, the proposed IWOA algorithm, yields 8 optimal values, which is more than those of IWOA-L and IWOA-NMO. (4) In comparisons of the ‘Time’ value, IWOA-NMO spends a shorter time than other three algorithms. Compared with the IWOA-NMO, the increase of computation time is mainly the result of the addition of the mutation operation in IWOA.

5.3. Effectiveness of the Proposed IWOA

To demonstrate the effectiveness of the proposed IWOA algorithm, the proposed algorithm is compared with genetic algorithm 1 (GA1), genetic algorithm 2 (GA2), and the teaching-learning based optimization (TLBO) algorithm. For GA1, the initial population is generated by the proposed DR. The precedence preserving order-based crossover (POX) and the two-point crossover (TPX) are adopted as the crossover operators for the operation permutation and the speed selection, respectively. In addition, the swap mutation and one-point mutation are adopted for the operation permutation and the speed selection, respectively. For GA2, the algorithm in the work of [18] is used for solving the problem under study. For the TLBO, the algorithm in the work of [43] is modified with the addition of speed selection. Parameters are set as follows: In GA1 and GA2, the population size is 200, the maximum of iteration is 2000, the crossover rate is 0.8, and the mutation rate is 0.1. In the TLBO, the population size is 200 and the maximum of iteration is 2000. Ten independent replications are conducted for each instance.
From the experimental data in Table 2, the following can be easily observed: (1) In comparisons of the ‘Best’ value, the proposed IWOA algorithm can obtain all the optimal values. (2) In comparisons of the ‘Avg’ value, the proposed IWOA algorithm can also obtain all the optimal values. (3) In comparisons of the ‘SD’ value, the IWOA algorithm yields 15 optimal values, which is better than GA1 and GA2. (4) In comparisons of the ‘Time’ value, GA1 spends a shorter time than other two algorithms. The proposed IWOA spends more time because it contains the conversion process between the individual position vector and the scheduling solution. However, by comparison, the IWOA can yield the best values in an acceptable time.

6. Conclusions

In this study, an improved whale optimization algorithm (IWOA) is proposed to solve an energy-efficient job shop scheduling problem. The conversion method between the scheduling solution and the individual position vector is first designed. After that, three improvement strategies are adopted in the algorithm, namely, the dispatching rules (DR), the nonlinear convergence factor (NCF), and the mutation operation (MO). The DR is adopted to generate the initial solutions. The NCF is used to coordinate the capacity of exploration and exploitation. The MO is employed to avoid the premature convergence.
Extensive experiments are conducted for testing the performance of the IWOA algorithm. From the experimental results, it can be seen that the proposed improvement strategies can improve the computational result of the algorithm. In addition, compared with GA1, GA2, and TLBO, the proposed IWOA algorithm can obtain better results in an acceptable time.
In future work, the energy-efficient scheduling will be further studied by considering some more practical constraints, for example, flexible processing routing, time-of-use electricity policy, and renewable energy, among others. In addition, the energy-efficient scheduling problem will be extended to some complex workshop, such as flexible job shop and assembly job shop, among others.

Author Contributions

T.J. and C.Z. developed the improved whale optimization algorithm. H.Z. and J.G. designed the experiments and tested the effectiveness of the IWOA. G.D. provided theoretical knowledge and refined the paper.

Funding

This research was funded by the Training Foundation of Shandong Natural Science Foundation of China under Grant ZR2016GP02, the National Natural Science Foundation Project of China under Grant 61403180, the Special Research and Promotion Program of Henan Province under Grant 182102210257, the Project of Henan Province Higher Educational Key Research Program under Grant 16A120011, the Project of Shandong Province Higher Educational Science and Technology Program under Grant J17KA199, and the Talent Introduction Research Program of Ludong University under Grant 32860301.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Duflou, J.R.; Sutherland, J.W.; Dornfeld, D.; Herrmann, C.; Jeswiet, J.; Kara, S.; Hauschild, M.; Kellens, K. Towards energy and resource efficient manufacturing: A processes and systems approach. CIRP Ann.-Manuf. Technol. 2012, 61, 587–609. [Google Scholar] [CrossRef]
  2. Fang, K.; Uhan, N.; Zhao, F.; Sutherland, J.W. A New Shop Scheduling Approach in Support of Sustainable Manufacturing; Glocalized solutions for sustainability in manufacturing; Springer: Berlin/Heidelberg, Germany, 2011; pp. 305–310. [Google Scholar]
  3. Liu, Y.; Dong, H.; Lohse, N.; Petrovic, S.; Gindy, V. An investigation into minimising total energy consumption and total weighted tardiness in job shops. J. Clean. Prod. 2014, 65, 87–96. [Google Scholar] [CrossRef]
  4. Mouzon, G.; Yildirim, M.B.; Twomey, J. Operational methods for minimization of energy consumption of manufacturing equipment. Int. J. Prod. Res. 2007, 45, 4247–4271. [Google Scholar] [CrossRef] [Green Version]
  5. Mouzon, G.; Yildirim, M.B. A framework to minimise total energy consumption and total tardiness on a single machine. Int. J. Sustain. Eng. 2008, 1, 105–116. [Google Scholar] [CrossRef] [Green Version]
  6. Yildirim, M.B.; Mouzon, G. Single-machine sustainable production planning to minimize total energy consumption and total completion time using a multiple objective genetic algorithm. IEEE. Trans. Eng. Manag. 2012, 59, 585–597. [Google Scholar] [CrossRef]
  7. Shrouf, F.; Ordieres-Meré, J.; García-Sánchez, A.; Ortega-Mier, M. Optimizing the production scheduling of a single machine to minimize total energy consumption costs. J. Clean. Prod. 2014, 67, 197–207. [Google Scholar] [CrossRef]
  8. Che, A.; Zeng, Y.; Lyu, K. An efficient greedy insertion heuristic for energy-conscious single machine scheduling problem under time-of-use electricity tariffs. J. Clean. Prod. 2016, 129, 565–577. [Google Scholar] [CrossRef]
  9. Li, J.Q.; Sang, H.Y.; Han, Y.Y.; Wang, C.G.; Gao, K.Z. Efficient multi-objective optimization algorithm for hybrid flow shop scheduling problems with setup energy consumptions. J. Clean. Prod. 2018, 181, 584–598. [Google Scholar] [CrossRef]
  10. Liu, G.S.; Zhang, B.X.; Yang, H.D.; Chen, X.; Huang, G.Q. A branch-and-bound algorithm for minimizing the energy consumption in the PFS problem. Math. Probl. Eng. 2013, 2013, 546810. [Google Scholar] [CrossRef]
  11. Dai, M.; Tang, D.; Giret, A.; Salido, M.A.; Li, W.D. Energy-efficient scheduling for a flexible flow shop using an improved genetic-simulated annealing algorithm. Robot. Comput.-Int. Manuf. 2013, 29, 418–429. [Google Scholar] [CrossRef] [Green Version]
  12. Ding, J.Y.; Song, S.; Wu, C. Carbon-efficient scheduling of flow shops by multi-objective optimization. Eur. J. Oper. Res. 2016, 248, 758–771. [Google Scholar] [CrossRef]
  13. Mansouri, S.A.; Aktas, E.; Besikci, U. Green scheduling of a two-machine flowshop: Trade-off between makespan and energy consumption. Eur. J. Oper. Res. 2016, 248, 772–788. [Google Scholar] [CrossRef]
  14. Luo, H.; Du, B.; Huang, G.Q.; Chen, H.; Li, X. Hybrid flow shop scheduling considering machine electricity consumption cost. Int. J. Prod. Econ. 2013, 146, 423–439. [Google Scholar] [CrossRef]
  15. Salido, M.A.; Escamilla, J.; Giret, A.; Barber, F. A genetic algorithm for energy-efficiency in job-shop scheduling. Int. J. Adv. Manuf. Technol. 2016, 85, 1303–1314. [Google Scholar] [CrossRef]
  16. Zhang, R.; Chiong, R. Solving the energy-efficient job shop scheduling problem: A multi-objective genetic algorithm with enhanced local search for minimizing the total weighted tardiness and total energy consumption. J. Clean. Prod. 2016, 112, 3361–3375. [Google Scholar] [CrossRef]
  17. Tang, D.; Dai, M. Energy-efficient approach to minimizing the energy consumption in an extended job-shop scheduling problem. Chin. J. Mech. Eng. 2015, 28, 1048–1055. [Google Scholar] [CrossRef]
  18. Escamilla, J.; Salido, M.A.; Giret, A.; Barber, F. A metaheuristic technique for energy-efficiency in job-shop scheduling. Knowl. Eng. Rev. 2016, 31, 475–485. [Google Scholar] [CrossRef]
  19. Yin, L.; Li, X.; Gao, L.; Lu, C.; Zhang, Z. Energy-efficient job shop scheduling problem with variable spindle speed using a novel multi-objective algorithm. Adv. Mech. Eng. 2017, 9. [Google Scholar] [CrossRef] [Green Version]
  20. Wang, G.G.; Tan, Y. Improving metaheuristic algorithms with information feedback models. IEEE. Trans. Cybern. 2017. [Google Scholar] [CrossRef] [PubMed]
  21. Wang, G.G.; Gandomi, A.H.; Alavi, A.H. An effective krill herd algorithm with migration operator in biogeography-based optimization. Appl. Math. Model. 2014, 38, 2454–2462. [Google Scholar] [CrossRef]
  22. Wang, G.G.; Gandomi, A.H.; Alavi, A.H. Stud krill herd algorithm. Neurocomputing 2014, 128, 363–370. [Google Scholar] [CrossRef]
  23. Wang, G.G.; Guo, L.; Gandomi, A.H.; Hao, G.S.; Wang, H. Chaotic krill herd algorithm. Inform. Sci. 2014, 274, 17–34. [Google Scholar] [CrossRef]
  24. Wang, G.; Guo, L.; Wang, H.; Duan, H.; Liu, L.; Li, J. Incorporating mutation scheme into krill herd algorithm for global numerical optimization. Neural Comput. Appl. 2014, 24, 853–871. [Google Scholar] [CrossRef]
  25. Feng, Y.; Wang, G.G.; Dong, J.; Wang, L. Opposition-based learning monarch butterfly optimization with Gaussian perturbation for large-scale 0-1 knapsack problem. Comput. Electr. Eng. 2018, 67, 454–468. [Google Scholar] [CrossRef]
  26. Rizk-Allah, R.M.; El-Sehiemy, R.A.; Wang, G.G. A novel parallel hurricane optimization algorithm for secure emission/economic load dispatch solution. Appl. Soft. Comput. 2018, 63, 206–222. [Google Scholar] [CrossRef]
  27. Jiang, T.H.; Zhang, C. Application of Grey Wolf Optimization for solving combinatorial problems: Job shop and flexible job shop scheduling cases. IEEE. Access. 2018, 6, 26231–26240. [Google Scholar] [CrossRef]
  28. Jiang, T.H.; Deng, G.L. Optimizing the low-carbon flexible job shop scheduling problem considering energy consumption. IEEE. Access. 2018, 6, 46346–46355. [Google Scholar] [CrossRef]
  29. Han, Y.Y.; Gong, D.W.; Jin, Y.C.; Pan, Q.K. Evolutionary Multi-objective Blocking Lot-streaming Flow Shop Scheduling with Machine Breakdowns. IEEE. Trans. Cybern. 2018. [Google Scholar] [CrossRef]
  30. Han, Y.Y.; Liang, J.; Pan, Q.K.; Li, J.Q. Effective hybrid discrete artificial bee colony algorithms for the total flow time minimization in the blocking flow shop problem. Int. J. Adv. Manuf. Technol. 2013, 67, 397–414. [Google Scholar] [CrossRef]
  31. Han, Y.Y.; Pan, Q.K.; Li, J.Q.; Sang, H.Y. An improved artificial bee colony algorithm for the blocking flow shop scheduling problem. Int. J. Adv. Manuf. Technol. 2012, 60, 1149–1159. [Google Scholar] [CrossRef]
  32. Li, J.Q.; Duan, P.Y.; Sang, H.Y.; Wang, S.; Liu, Z.M.; Duan, P. An efficient optimization algorithm for resource-constrained steelmaking scheduling problems. IEEE. Access. 2018, 6, 33883–33894. [Google Scholar] [CrossRef]
  33. Mirjalili, S.; Lewis, A. The whale optimization algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  34. Ling, Y.; Zhou, Y.; Luo, Q. Lévy flight trajectory-based whale optimization algorithm for global optimization. IEEE. Access. 2017, 5, 6168–6186. [Google Scholar] [CrossRef]
  35. Mafarja, M.; Mirjalili, S. Whale optimization approaches for wrapper feature selection. Appl. Soft. Comput. 2018, 62, 441–453. [Google Scholar] [CrossRef]
  36. El Aziz, M.A.; Ewees, A.A.; Hassanien, A.E. Multi-objective whale optimization algorithm for content-based image retrieval. Multimed. Tools Appl. 2018, 77, 26135–26172. [Google Scholar] [CrossRef]
  37. Abdel-Basset, M.; El-Shahat, D.; Sangaiah, A.K. A modified nature inspired meta-heuristic whale optimization algorithm for solving 0–1 knapsack problem. Int. J. Mach. Learn. Cybern. 2017, 1–20. [Google Scholar] [CrossRef]
  38. Abdel-Basset, M.; Manogaran, G.; El-Shahat, D.; Mirjalili, S. A hybrid whale optimization algorithm based on local search strategy for the permutation flow shop scheduling problem. Future Gener. Comput. Syst. 2018, 85, 129–145. [Google Scholar] [CrossRef]
  39. Jiang, T.H. Flexible job shop scheduling problem with hybrid grey wolf optimization algorithm. Control Decis. 2018, 33, 503–508. (In Chinese) [Google Scholar]
  40. Yuan, Y.; Xu, H. Flexible job shop scheduling using hybrid differential evolution algorithms. Comput. Ind. Eng. 2013, 65, 246–260. [Google Scholar] [CrossRef]
  41. Fisher, H.; Thompson, G.L. Probabilistic learning combinations of local job-shop scheduling rules. Ind. Sched. 1963, 3, 225–251. [Google Scholar]
  42. Lawrence, S. Resource Constrained Project Scheduling: An Experimental Investigation of Heuristic Scheduling Techniques; Graduate School of Industrial Administration (GSIA), Carnegie Mellon University: Pittsburgh, PA, USA, 1984. [Google Scholar]
  43. Baykasoglu, A.; Hamzadayi, A.; Kose, S.Y. Testing the performance of teaching-learning based optimization (TLBO) algorithm on combinatorial problems: Flow shop and job shop scheduling cases. Inform. Sci. 2014, 276, 204–218. [Google Scholar] [CrossRef]
Figure 1. The pseudo code of the original whale optimization algorithm (WOA).
Figure 1. The pseudo code of the original whale optimization algorithm (WOA).
Mathematics 06 00220 g001
Figure 2. Scheduling solution representation.
Figure 2. Scheduling solution representation.
Mathematics 06 00220 g002
Figure 3. Individual position vector.
Figure 3. Individual position vector.
Mathematics 06 00220 g003
Figure 4. The conversion process from individual position vector to operation permutation.
Figure 4. The conversion process from individual position vector to operation permutation.
Mathematics 06 00220 g004
Figure 5. The conversion process from individual position vector to speed-level selection.
Figure 5. The conversion process from individual position vector to speed-level selection.
Mathematics 06 00220 g005
Figure 6. The conversion process from operation permutation to individual position vector.
Figure 6. The conversion process from operation permutation to individual position vector.
Mathematics 06 00220 g006
Figure 7. The conversion process from speed-level selection to individual position vector.
Figure 7. The conversion process from speed-level selection to individual position vector.
Mathematics 06 00220 g007
Figure 8. The pseudo code of the improved WOA (IWOA).
Figure 8. The pseudo code of the improved WOA (IWOA).
Mathematics 06 00220 g008
Table 1. Effectiveness analysis of improvement strategy.
Table 1. Effectiveness analysis of improvement strategy.
InstanceIWOA-RIWOA-LIWOA-NMOIWOA
BestAvgSDTimeBestAvgSDTimeBestAvgSDTimeBestAvgSDTime
FT061364.41381.513.127.01374.41384.36.727.01383.31389.86.915.91370.41382.86.226.9
FT1031,756.932,689.8652.5108.231,809.432,564.2569.2109.631,720.132,394.9322.964.031,619.332,726.4649.4107.8
FT2035,225.135,925.9337.0111.535,138.035,888.1425.9113.735,005.835,525.3370.166.234,544.235,155.7376.8111.4
LA0118,053.518,278.0164.140.818,031.318,281.8157.639.218,033.618,408.3243.723.618,096.018,204.888.839.0
LA0217,663.317,893.5131.038.517,699.817,935.7160.538.717,911.518,253.6218.723.317,661.017,967.5157.838.2
LA0315,679.515,877.2142.538.515,765.615,989.5189.138.815,873.516,153.8183.023.215,679.615,913.4219.238.7
LA0416,114.616,327.7119.238.016,223.016,384.8107.140.016,129.916,467.2215.823.516,039.716,209.3136.138.0
LA0514,506.114,667.696.038.614,447.214,657.9133.439.714,613.514,813.4138.423.614,442.614,608.097.838.2
LA0625,145.625,529.1206.268.725,248.125,654.4204.169.425,464.825,758.7196.640.825,198.425,501.0134.868.2
LA0724,510.724,770.1183.867.024,534.124,868.4227.267.124,513.224,867.2238.439.924,172.924,619.2203.166.3
LA0824,511.224,765.4213.773.624,717.824,889.7132.673.924,700.324,922.0140.039.524,422.824,775.7202.167.6
LA0927,349.127,538.6136.572.327,401.127,692.2122.074.027,610.527,798.6149.944.027,329.527,608.6122.573.5
LA1024,959.025,349.7216.473.625,210.125,455.5164.473.525,206.425,405.9164.943.925,081.325,315.5178.973.2
LA1134,287.234,668.2213.6112.634,406.634,697.8220.4113.934,227.434,706.6233.364.634,221.734,659.8258.5110.1
LA1229,927.130,282.2178.2110.830,213.330,432.0163.0111.930,088.730,287.8159.464.329,905.630,221.5173.9111.6
LA1332,974.433,316.7232.8110.433,379.433,617.1143.1117.033,192.533,401.8124.967.533,198.133,490.7216.0110.2
LA1433,991.734,116.7114.7113.334,084.434,478.8187.5114.733,979.434,398.0249.767.233,794.534,214.3242.8114.0
LA1535,817.536,102.2159.3113.936,017.936,327.0209.0115.135,979.636,315.0258.166.235,802.436,199.8203.0113.1
LA1631,572.732,171.2549.2109.131,746.832,480.8453.5111.432,215.132,856.2313.064.531,516.732,118.2397.7108.9
LA1727,734.028,259.8249.5110.728,258.828,710.7265.3111.428,103.628,570.6277.964.427,606.628,166.0377.8110.1
LA1830,631.331,300.5291.1106.231,147.331,530.1188.4108.331,192.031,465.4243.463.030,826.631,480.9525.1107.5
LA1930,938.331,432.7270.4108.130,951.931,608.5343.4109.330,626.631,684.9491.663.331,167.931,653.8352.9108.5
LA2032,959.833,481.9379.0108.333,121.533,816.8501.0108.033,213.633,863.7365.561.632,675.233,359.4384.3104.1
LA2146,010.446,775.4473.7199.446,475.347,252.7665.3196.745,814.546,567.8707.6115.446,139.746,595.8256.6190.7
LA2241,008.242,285.9721.5191.341,528.442,418.6430.6197.240,960.642,078.4640.5116.341,378.642,185.1556.5193.9
LA2344,957.145,687.4619.0191.645,303.646,203.4602.4203.245,527.446,142.1722.9116.144,848.345,655.5626.4195.5
LA2442,921.144,018.8442.6191.043,142.344,258.3614.3185.442,587.543,819.4775.2108.041,747.343,487.9869.3191.3
LA2542,397.142,925.9332.0184.042,805.143,693.6470.3186.242,602.143,175.7310.0106.443,328.043,686.9364.9185.7
LA2659,010.959,783.1426.7289.860,087.460,912.2569.9299.858,381.859,645.3745.5171.758,956.560,361.9792.4292.0
LA2760,258.662,040.31017.7288.860,815.262,214.4871.5286.960,106.761,706.2867.3166.360,345.261,834.3701.7287.3
LA2859,776.660,419.2606.8268.659,157.561,859.01448.4292.559,131.660,600.6777.6162.559,361.160,933.3580.5282.0
LA2957,139.058,076.0596.4278.256,908.858,345.21148.2290.156,927.258,145.1705.9169.856,971.458,028.9934.3289.8
LA3060,689.961,396.5696.2279.761,680.862,924.51226.9280.160,856.462,305.21064.5156.960,849.461,970.9753.8280.0
LA3185,498.987,045.91149.1532.685,708.087,871.11597.1587.885,180.386,549.21422.7320.885,121.386,301.1551.2588.0
LA3290,282.293,019.11049.8572.092,704.694,834.71647.9572.589,949.992,833.31937.3321.691,552.092,848.31208.2570.5
LA3383,128.184,780.91376.6592.185,535.286,504.5712.2563.383,408.384,776.21063.2314.683,406.584,898.0667.4557.6
LA3485,278.787,079.61172.8596.986,813.688,850.11395.4590.084,950.786,471.51615.4334.585,921.487,369.61379.5578.7
LA3586,418.388,466.71606.2578.288,908.590,462.31168.2582.187,212.187,976.7590.0327.687,327.189,208.71336.9563.3
Table 2. Comparison between different algorithms.
Table 2. Comparison between different algorithms.
InstancceGA1GA2TLBOIWOA
BestAvgSDTimeBestAvgSDTimeBestAvgSDTimeBestAvgSDTime
FT061528.01540.610.06.21550.61582.920.07.31639.31658.413.581.91370.41382.86.226.9
FT1037,145.238,322.0819.822.838,638.739,772.5620.230.138,719.639,618.0423.7370.431,619.332,726.4649.4107.8
FT2041,573.842,212.4496.425.742,777.343,877.3514.132.741,716.342,161.3245.1772.634,544.235,155.7376.8111.4
LA0120,929.021,239.9166.49.921,845.822,302.7279.711.622,766.923,052.0181.5163.818,096.018,204.888.839.0
LA0220,321.920,801.4219.99.821,223.021,626.4330.111.321,480.321,875.7200.7164.817,661.017,967.5157.838.2
LA0318,436.818,895.8299.59.919,269.919,624.5227.711.519,640.720,034.8158.8163.215,679.615,913.4219.238.7
LA0418,390.919,037.8277.29.919,085.319,620.1216.711.519,983.220,447.2265.1163.116,039.716,209.3136.138.0
LA0516,501.316,829.2185.79.817,424.217,732.9228.111.618,111.918,372.4121.5163.414,442.614,608.097.838.2
LA0629,645.529,832.5156.916.730,332.631,156.2428.621.130,925.331,757.5351.9390.825,198.425,501.0134.868.2
LA0728,288.928,821.7306.816.729,614.230,278.9422.521.230,293.630,494.5156.5409.524,172.924,619.2203.166.3
LA0828,418.728,959.5288.317.029,442.430,591.2463.121.330,574.530,829.1168.8416.224,422.824,775.7202.167.6
LA0931,487.432,028.0300.416.932,652.833,383.0476.821.333,563.334,137.6391.2412.327,329.527,608.6122.573.5
LA1029,021.529,703.9356.916.830,753.231,272.7276.321.232,018.432,311.7201.3416.125,081.325,315.5178.973.2
LA1139,735.140,732.2563.225.640,691.142,380.5694.129.942,098.242,568.8250.3831.8342,21.734,659.8258.5110.1
LA1234,360.335,109.6567.125.236,116.236,705.9364.630.236,685.337,024.0210.6767.129,905.630,221.5173.9111.6
LA1337,641.638,759.5902.925.540,046.041,036.5377.030.840,866.441,199.9168.7775.333,198.133,490.7216.0110.2
LA1440,079.540,657.0407.225.542,035.542,668.4307.030.342,644.143,063.7235.5804.633,794.534,214.3242.8114.0
LA1542,138.342,630.5355.825.644,265.044,865.7406.630.643,729.444,087.5250.3800.135,802.436,199.8203.0113.1
LA1637,245.638,160.1775.023.239,352.340,191.7505.528.039,637.140,341.5366.2406.531,516.732,118.2397.7108.9
LA1732,693.633,180.5450.023.034,319.135,011.7475.327.934,707.335,280.3375.9400.327,606.628,166.0377.8110.1
LA1835,469.336,751.3648.423.237,326.838,536.1611.927.938,204.939,038.9368.0392.130,826.631,480.9525.1107.5
LA1936,099.437,003.0649.923.138,359.739,177.2405.727.738,186.738,962.7391.6404.331,167.931,653.8352.9108.5
LA2038,179.139,348.4546.122.840,626.241,834.9596.428.141,519.641,982.8278.8400.432,675.233,359.4384.3104.1
LA2154,607.755,786.4641.340.557,276.358,907.5656.652.556,961.457,707.3389.4949.146,139.746,595.8256.6190.7
LA2249,559.551,284.0755.040.651,457.253,373.3924.250.952,280.652,541.4183.0893.241,378.642,185.1556.5193.9
LA2353,917.754,612.9561.040.656,499.057,683.4682.852.056,709.357,164.8259.8955.844,848.345,655.5626.4195.5
LA2451,056.052,393.9826.440.754,503.055,457.0716.753.253,032.854,086.9559.4936.241,747.343,487.9869.3191.3
LA2551,583.852,236.1389.840.554,128.951,823.4496.651.852,744.153,644.7485.7940.443,328.043,686.9364.9185.7
LA2670,951.372,097.3895.960.775,180.875,817.0547.680.973,634.373,967.6288.31807.058,956.560,361.9792.4292.0
LA2772,413.874,974.81004.861.376,673.078,085.6807.986.475,245.775,683.7322.51845.460,345.261,834.3701.7287.3
LA2871,365.772,774.3782.761.374,918.676,472.9834.185.373,722.174,669.0608.71780.759,361.160,933.3580.5282.0
LA2967,354.469,077.61235.260.970,744.872,150.41041.784.869,980.370,706.9482.71777.356,971.458,028.9934.3289.8
LA3072,707.573,966.6589.359.876,737.077,547.9659.085.174,160.675,329.5711.61792.860,849.461,970.9753.8280.0
LA3199,556.7104,319.62041.1113.8106,691.4108,275.1979.2168.9103,707.5104,566.3703.84807.285,121.386,301.1551.2588.0
LA32110,241.3112,299.61208.0113.8115,254.6117,103.4859.6165.9113,250.8113,450.3220.14958.391,552.092,848.31208.2570.5
LA33100,960.7102,467.91171.0111.3104,826.8106,660.0957.1172.8102,476.4103,051.6428.65273.383,406.584,898.0667.4557.6
LA34102,234.6104,521.01902.4111.2106,811.5108,573.6734.5172.7105,440.0105,768.8275.55064.885,921.487,369.61379.5578.7
LA35104,497.8105,599.21097.5112.0107,670.7110,468.21210.6190.6106,133.5106,803.1720.44814.787,327.189,208.71336.9563.3

Share and Cite

MDPI and ACS Style

Jiang, T.; Zhang, C.; Zhu, H.; Gu, J.; Deng, G. Energy-Efficient Scheduling for a Job Shop Using an Improved Whale Optimization Algorithm. Mathematics 2018, 6, 220. https://doi.org/10.3390/math6110220

AMA Style

Jiang T, Zhang C, Zhu H, Gu J, Deng G. Energy-Efficient Scheduling for a Job Shop Using an Improved Whale Optimization Algorithm. Mathematics. 2018; 6(11):220. https://doi.org/10.3390/math6110220

Chicago/Turabian Style

Jiang, Tianhua, Chao Zhang, Huiqi Zhu, Jiuchun Gu, and Guanlong Deng. 2018. "Energy-Efficient Scheduling for a Job Shop Using an Improved Whale Optimization Algorithm" Mathematics 6, no. 11: 220. https://doi.org/10.3390/math6110220

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop