Abstract

Industry consumes approximately half of the total worldwide energy usage. With the increasingly rising energy costs in recent years, it is critically important to consider one of the most widely used energies, electricity, during the production planning process. We propose a new mathematical model that can determine efficient scheduling to minimize the makespan and electricity consumption cost (ECC) for the flexible job shop scheduling problem (FJSSP) under a time-of-use (TOU) policy. In addition to the traditional two subtasks in FJSSP, a new subtask called speed selection, which represents the selection of variable operating speeds, is added. Then, a modified biogeography-based optimization (MBBO) algorithm combined with variable neighborhood search (VNS) is proposed to solve the biobjective problem. Experiments are performed to verify the effectiveness of the proposed MBBO algorithm for obtaining an improved scheduling solution compared to the basic biogeography-based optimization (BBO) algorithm, genetic algorithm (GA), and harmony search (HS).

1. Introduction

Under the pressure of sustainable development, manufacturers today must consider not only production efficiency but also energy consumption. In recent years, the demand for energy and the investment in energy have continued to increase. Global energy consumption was 524 quadrillion Btu in 2010 and is expected to increase by 56.5%, to 820 quadrillion Btu, by 2040 [1]. Industry accounted for 52% of energy usage worldwide in 2010 [1]. As one of the most widely used industrial energies, electricity is an important sector that cannot be neglected. However, the rising cost of energy sources to generate electricity such as coal, natural gas, and nuclear energy leads to an increasing electricity consumption cost (ECC). Moreover, the characteristics of electricity make its storage inefficient. Although increasingly heavy investment has been made to support backup infrastructures, with the variable demand of consumers it remains difficult to achieve a trade-off between demand and supply. To address this issue, electricity suppliers have implemented demand response technology.

Time-of-use (TOU) electricity pricing, as the main method of demand response technology, means that the price of electricity is dependent on the electricity consumption at a specific time. That is, it is related to electricity demand. The aim of this method is to encourage consumers and manufacturers to reduce electricity consumption in high-peak periods. For example, the electricity price in high-peak periods can be double that in off-peak periods. Thus, manufacturers can exploit TOU pricing and shift electricity consumption from high-peak periods to off-peak periods. Consequently, ECC, a significant industry cost, can be somewhat reduced.

Three kinds of actions can be implemented to reduce ECC [2]. Manufacturing companies can purchase new energy-efficient machines; this is expensive and has minimal impact. New product forms can be designed. This method is difficult for medium and small-sized enterprises owing to large capital investment. Compared to the aforementioned two methods, production scheduling is more reasonable and applicable because of its minimal investment and strong practicality. The flexible job shop scheduling problem (FJSSP), which has two subtasks, is an extension of the classical job shop scheduling problem. Machine selection is an essential sector in FJSSP. Processing routes are arranged after selection of the appropriate machines. In this study, we assume that each candidate machine has adjustable speeds. Machines in high-speed mode can reduce processing time but increase energy consumption, whereas machines in low-speed mode are relatively energy saving but, more time-consuming. Reasonable arrangements of machines of different speeds in various periods can reduce ECC efficiently under the TOU pricing strategy that contributes to price fluctuations in different periods.

In this study, a new mathematical model is proposed to solve the biobjective problem, namely, makespan and ECC in FJSSP. Moreover, we present a modified biogeography-based optimization (MBBO) algorithm that adopts the extended migration model, combines elitism strategy, and employs variable neighborhood search (VNS). This kind of extension can improve the local search ability and accelerate the convergence of the original biogeography-based optimization (BBO) algorithm. A series of experiments are performed on extended well-known benchmark instances. We compare the MBBO algorithm with the basic BBO algorithm, genetic algorithm (GA), and harmony search (HS) to demonstrate the effectiveness of the proposed algorithm.

The remainder of this paper is organized as follows. In Section 2, we discuss some related works. In Section 3, the problem definition and mathematical model are presented. Section 4 describes the proposed MBBO algorithm for solving the biobjective problem that minimizes makespan and ECC in FJSSP. In Section 5, experiments are performed to validate the effectiveness of the proposed MBBO algorithm. In Section 6, we present conclusions and discuss future works.

Both industry and academia have addressed green-manufacturing in recent years, and research concentrating on energy-efficient scheduling is gradually increasing. In the single machine environment, Mouzon et al. [3] determined that there existed considerable energy waste, accounting for 80 percent of total energy consumption. Thus, they proposed a “Turn Off/Turn On” method in the idle phase of a single CNC machine to reduce energy consumption. In their follow-up work, they considered total tardiness and energy consumption and used a novel greedy heuristic search method to solve the biobjective optimization problem [4]. Considering variable electricity price, Shrouf et al. [5] utilized GA to reduce ECC in a production-scheduling problem of a single machine. They employed a “Turn On/Turn Off” strategy to determine when to shut down the machine to save electricity cost. Che et al. [6] developed a new mathematical model to address a single machine scheduling problem under TOU electricity tariffs to minimize the total electricity cost and proposed a greedy insertion heuristic to solve it. Ding et al. [7] investigated the unrelated parallel-machine scheduling problem to optimize ECC under the TOU tariff. They considered the TOU setting where electricity prices fluctuate frequently in short periods and proposed a column generation heuristic. Further, a time-interval-based mixed-integer programming formulation was developed allowing a more efficient solution. In the flow shop environment, Bruzzone et al. [8] established a mixed-integer programming model where energy consumption was considered without changing the original jobs’ assignment and sequencing provided by the reference schedule generated by an advanced planning and scheduling system. Lin et al. [9] proposed an integrated model for processing parameter optimization and flow shop scheduling considering makespan and carbon footprint and introduced three carbon-footprint reduction strategies. Lu et al. [10] proposed an energy-efficient permutation flow shop scheduling model considering controllable transportation times solved by backtracking search algorithm and developed a new energy saving strategy. In the job shop environment, Liu et al. [11] used a novel multiobjective GA to minimize the total nonprocessing electricity consumption and total weighted tardiness and employed a “Turn On/Turn Off” method to save electricity.

Diaz et al. [12] concluded that energy consumption is related to the cutting speed and cutting at a higher speed can save more energy than traditional-speed cutting. Fang et al. [13] proposed a new model for solving the flow shop scheduling problem to reduce peak power load, energy consumption, and carbon footprint. They assumed that jobs were operated at dynamic speeds. However, the commercial software they applied directly was only practical for a small-sized problem. Thus, there could exist a gap between the theory and application in industry. To address a parallel-machine scheduling problem considering the total weighted job tardiness and power cost, Fang and Lin [14] attempted to adjust CPU frequencies to force jobs to be processed at a variable machine speed. They assumed that higher machine speed saved time but increased power cost, whereas reduced machine speed sacrificed completion times but led to higher energy cost. They proposed two heuristic algorithms and designed a specific encoding scheme for a particle swarm optimization algorithm for solving the problem. Luo et al. [15] proposed an extended ant colony optimization metaheuristic to solve a hybrid flow shop scheduling problem under the TOU tariff. According to a parameter analysis, the combination of a high-power machine and a low-power machine could save more energy than using two middle-power machines. Sharma et al. [16] proposed a new econological scheduling model under TOU pricing where machine speeds were allowed to vary. Both economic and ecological benefits were simultaneously achieved using a multicriteria metaheuristic optimization method. For the job shop environment, Salido et al. [17] presented a biobjective problem to minimize makespan and energy consumption where machines could work at different speeds.

However, literature concentrating on energy in FJSSP is still lacking. Moon and Park [18] employed constraint programming and mixed-integer programming approaches to minimize production cost in FJSSP considering electricity costs with distributed energy resources. Zhang et al. [19] employed the extended nondominated sorting genetic algorithm II (NSGA-II), considering makespan, machine workload, and carbon footprint, for solving FJSSP. He et al. [20] utilized the nested partitions algorithm to solve a new mathematical model formulated by a mixed-integer programming to reduce energy consumption in FJSSP. Liu and Tiwari [21] developed an optimization approach based on NSGA-II to make the scheduling plans for a carbon fiber reinforced polymer recycling workshop, considering both makespan and energy reduction under the circumstance of flexible job shop. Yang et al. [22] used NSGA-II for solving FJSSP considering makespan and total energy consumption under stochastic processing times. Lei et al. [23] proposed a shuffled frog-leaping algorithm to investigate FJSSP with the objective of minimizing workload balance and total energy consumption. Yin et al. [24] considered productivity, energy efficiency, and noise reduction in FJSSP where machining spindle speed affected the production time, power, and noise.

Metaheuristics and intelligent algorithms have been widely used in computer-integrated manufacturing. In our previous work [25], to determine the manufacturing resource allocation for supply chain deployment, extended GA was utilized for solving the multiobjective decision-making model. In our follow-up work [26], the teaching-learning-based optimization algorithm was improved to plan the distributed manufacturing resource allocation optimally. Pan et al. [27] proposed a chaotic HS to minimize makespan to solve the permutation flow shop scheduling problem considering limited buffers. Ribas et al. [28] proposed an improved artificial bee colony algorithm for solving the blocking flow shop problem by employing various strategies for each phase. Karthikeyan et al. [29] integrated discrete firefly algorithm with local search method to solve FJSSP considering makespan, the workload of the critical machine, and the total workload of all machines. Li and Gao [30] used GA for global search and tabu search for local search to achieve a balance between the intensification and diversification for solving FJSSP. As one of the metaheuristics, the BBO algorithm based on population used in this study, which aims to solve optimization problems, was first proposed by Simon [31] in 2008. Inspired by the biogeography theory, the BBO algorithm assumes that a suitable place for living has a high habitat suitability index (HSI). It is clear that HSI is related to many factors such as rainfall, temperature, and soil. These factors are defined as suitability index variables (SIVs) in the BBO algorithm. To our knowledge, a habitat with a high HSI usually has a relatively significant diversity of species, whereas species of the habitat with low HSI are minimal. Therefore, if the number of species is overly large, then the habitat with a high HSI cannot persist and migration will subsequently occur. In addition to the migration operator, mutation is another main operator that can randomly change SIVs, accordingly affecting the HSI of the specific habitat. A habitat can evolve constantly based on the two operations. The BBO algorithm has been applied and improved in scheduling problems. Rahmati and Zandieh [32] utilized the BBO algorithm to solve FJSSP and performed a comparison between the BBO algorithm and GA for an improved understanding. Wang and Duan [33] improved the standard BBO algorithm by integrating chaos theory and a strategy called “searching around the optimum,” which can prevent the local optima effectively. Lin and Zhang [34] proposed a hybrid BBO algorithm, combined with new heuristics to minimize the makespan in the distributed assembly permutation flow shop scheduling problem. However, the original BBO algorithm has a poor local search ability and converges slowly. The proposed MBBO algorithm in this work adopts an extended migration model and is integrated with VNS, which can enhance the local search ability and accelerate the convergence. This kind of extension avoids the weaknesses of the BBO algorithm effectively.

3. Problem Definition and Modeling

The definition of FJSSP can be described as independent jobs to be processed on a set of machines . A job consists of a sequence of operations . FJSSP aims to achieve the objectives by determining the appropriate machine assignment (MA) and operation sequence (OS).

FJSSP for reducing ECC in this study is an extension of classical FJSSP. It not only considers the traditional objective makespan but also ECC under the TOU tariffs. We assume that the machine frequency is adjustable and jobs can be operated at variable speeds. Thus, different from classical FJSSP with two subproblems containing MA and OS, another subproblem that considers the selection of speeds is included.

The objective of this study is to achieve a balance between makespan and ECC by assigning jobs to the appropriate machines with selected operating speeds. To make this scheduling problem more concise, there are some assumptions to be satisfied.(1)An operation, once started, cannot be interrupted until it is completed.(2)Each machine can process only one job at a time and each job can only be processed on one machine at a time.(3)The operations of each job have priority constraints.(4)All machines are available during the planning horizon and all jobs can be processed at time zero.(5)The setup and adjustment periods of the machines are negligible.

3.1. Notations

To understand the mathematical model more clearly, the corresponding parameters and decision variables are explained as follows:

Sets: set of jobs : set of machines .

Parameters: index of jobs, : index of machines, : index of operation sequences, : index of time periods, : index of machine processing speeds, : the jth operation of : number of time periods of processing on machine at speed : start time of : finishing time of : makespan of the schedule: processing energy consumption on machine at speed at period : idle energy consumption on machine at period : the electricity cost at period ECC: total electricity cost of the schedule

Decision Variables: binary variable, if is processed on machine at speed , then ; otherwise, : binary variable, if is processed on machine at speed at period , then ; otherwise, : binary variable, if machine is at the processing status at speed during period , then ; otherwise : binary variable, if machine is at the standby status during period , then ; otherwise .

3.2. Formulations

During the production process, the time and energy consumption of the setting up and transforming periods are relatively small compared to those of the processing and standby periods. In this study, we only consider three machine statuses: processing, standby, and off status.

From the following two equations, we can determine the makespan and total electricity cost:

Before we transform the biobjective problem, which aims to minimize the makespan and ECC into a monoobjective, the normalization method provided in [35] must be performed. Because the values of the makespan and ECC belong to intervals with different lengths, a domination could occur leading to an inefficiency of the evaluation. Thus, the normalized makespan value and normalized total electricity cost value can be obtained. By setting weights and manually in the interval between zero and one, a balance can be achieved between time and ECC. Weight coefficients summed to one are used to reflect the respective importance of the objectives. For example, if the decision maker considers time more important than the other objectives, the weight coefficient of time can be set higher manually. This kind of method is more flexible for different decision makers when planning production schedules.

The mathematical model is indicated as follows.

Objective

Constraints

Equation (2) is the objective function, which is aimed at minimizing the related makespan and ECC. Constraint (3) guarantees that each operation can be completed without interruption once it starts. Constraint (4) guarantees that only when the prior operation is finished can the next operation of the same job be processed. That is, it is the priority constraint of the operations. Constraint (5) ensures that each operation cannot be processed on more than one machine at one speed at the same time. Constraint (6) ensures that each machine can perform at most one operation at any time. Constraint (7) describes the relationship between decision variables and . Constraint (8) confines each machine to be operating at only one specific speed at each time period and requires that each machine must be in one of the three possible states at any time. Constraint (9) imposes the nonnegative restriction on the start time and finishing time of each operation. Constraints (10)–(13) specify that the decision variables , , , and are binary.

4. MBBO Algorithm for FJSSP

In this section, the MBBO algorithm is proposed to solve the FJSSP considering both makespan and ECC. To enable the proposed approach adaptive to the investigated problem, a new three-vector string representation is employed. In addition, VNS is integrated to improve the performance of the basic BBO algorithm.

4.1. Encoding and Decoding

The first step of solving FJSSP using the MBBO algorithm is to obtain a reasonable encoding and decoding scheme that can effectively represent the problem. Owing to the quality of the traditional FJSSP, the encoding scheme design includes two subtasks, namely, MA, which selects the machine where the operation will be processed, and OS, which determines the specific operation sequence of all the jobs. In this study, to meet the assumption that machine frequency is adjustable, a new subtask called speed selection (SS) is introduced. It must be noted that the item called habitat in the BBO algorithm is similar to that called chromosome in GA. Accordingly, we extended the representation employed in [32] to form a three-vector string. For a clear and intuitive understanding, we present Table 1 as a simple example to describe the encoding and decoding scheme.

(1) MA. The length of a habitat is equal to the number of all operations to be processed. Each position means the index of the assigned machine for the corresponding operation. Using Table 1 as an example, given a habitat , the position of the second operation of is “2,” which indicates that is processed on the second machine that can be selected from , namely, .

(2) SS. The length of SS is equal to that of MA. The positive integer number from one to three of each position indicates the selected machine speed level of the corresponding position of MA. Under the circumstance that the MA habitat is and SS habitat is , it can be concluded that the second operation of is processed on the second machine at high speed.

(3) OS. The length of OS is also equal to that of MA. The positive integer value means the index of the job, and the th occurrence of one positive integer value indicates the th operation of one job. Further, provided that there is a habitat , the first gene means the first operation of , namely, , and the second occurrence of “2” means the second operation of .

Decoding must identify the selected machine of each operation first; then, the machine speed is identified based on the MA habitat. The operation sequence is dependent on the initial position to the end position of the habitat. That is, the operation in the first position will be scheduled first. According to the decoding scheme, a schedule plan can be confirmed.

4.2. Migration Operator

HSI is one of the most important factors affecting the movement of species. A habitat with a high HSI has a large number of species and will not be capable of persisting, whereas a habitat with a low HSI lacks species. To the best of our knowledge, in the real world, species can choose to migrate to other habitats once their former habitat is full (of species). Similar to the biogeography theory, migration is a vital probabilistic operator to change the SIVs of habitats by sharing features among candidate solutions in the BBO algorithm. The migration operator can maintain effective solutions and to some degree expand the search space of solutions. Ma [36] performed experiments and concluded that applying different migration models has significant effects on the BBO algorithm and that nonlinear migration models inspired by the biogeography theory generally outperform linear migration models. Based on this conclusion, we employ the following sinusoidal migration model [36]. According to (14)-(15), the immigration and emigration rate can be calculated, respectively:where denotes the immigration rate, denotes emigration rate, is the maximum immigration rate, is the maximum emigration rate, is the number of species of habitat , and NP is the maximum number of species that habitats can support.

4.3. Mutation Operator

Unpredictable natural disasters can damage the environment of habitats and destroy the ecological balance causing the HSI to subsequently change. The mutation operator represents this kind of phenomenon in nature. It is a key operator in the BBO algorithm that can change the goodness of habitats randomly and improve the diversity of solutions. It is obvious that the mutation function has an important role. The following formula [31] can calculate the probability of mutation for the th habitat:where denotes the maximum mutation probability and . can be calculated according to the following formula [31]:

However, it is possible for the mutation operator to decrease the goodness of solutions with a high HSI. Therefore, it is necessary to adopt the elitism strategy to retain the best solutions.

4.4. Variable Neighborhood Search

VNS is a metaheuristic method first proposed by Mladenović and Hansen [37]. It is utilized to solve both continuous and discrete optimization problems and has been employed in FJSSP efficiently. VNS improves solution quality by searching neighborhoods of the current solution, which avoids the possibility of falling into local optima.

4.4.1. Neighborhood Structures

Neighborhood structures are vital in the implementation of VNS. Limited neighborhood structures save computational time; however, it is difficult to obtain the optima and vice versa. Thus, achieving a trade-off and defining reasonable neighborhood structures are essential for VNS. The neighborhood structures used in this research are defined as follows.

Neighborhood Structures for Shaking

(1) N5 Neighborhood. N5 neighborhood was proposed by Nowicki and Smutnicki [38] and is based on the critical path theory. The critical path theory integrated with VNS has been successfully applied in FJSSP. The makespan of a schedule is equal to the length of the critical path [39]. There may exist one or more critical paths in a schedule. An operation belonging to a critical path is called a critical operation. A critical block is a set of successive critical operations processed on the same machine. To obtain a superior solution, an efficient method is to determine each critical path and perform operations on this path. An N5 neighborhood can be generated by exchanging the last two operations of the head block, interchanging the first two operations of the tail block, and swapping the first two operations or the last two operations of the middle blocks.

(2) Machine Assignment Neighborhood. Determine the machine that processes the most critical operations denoted as . Randomly select an operation with one more candidate machines. From the candidate machines, select the machine whose processing time of is least.

Neighborhood Structures for Local Search

(1) Insert Neighborhood. Randomly select an operation and insert this operation into another position of a feasible schedule.

(2) Swap Neighborhood. Randomly select two operations belonging to different jobs and swap these operations in the OS habitat.

4.4.2. Outline of VNS

A generalization of the main procedure of VNS can be summarized as follows.

Step 1. Define the neighborhood structures and randomly generate a solution denoted as the initial solution. Define the maximum outer loop iteration OL. Set and .

Step 2. Set and .

Step 3 (shaking). Randomly generate a neighbor solution based on the th neighborhood structure for shaking.

Step 4 (local search). Obtain a local optima denoted as from based on the predetermined neighborhood structures for local search.

Step 5 (move or not). If HSI of is greater than that of , then let replace and return to Step 3. Otherwise, perform Step 6.

Step 6. If , set , and return to Step 3.
Step 6.1. If and , return to Step 2.
Step 6.2. If and , terminate the procedure.

4.5. Time Complexity of the Proposed Algorithm

The time complexity of the proposed algorithm is different when applied to different problems. According to the parameters explained before, let the number of all operations be , the time complexity in one iteration of each process of the MBBO algorithm applied to the proposed model in this study is shown as follows:(1)Migration operator is .(2)Mutation operator is .(3)VNS is .(4)HSI calculation is

Therefore, if the maximum iteration number is , by synthesizing the time complexity of each process, the overall complexity of the proposed MBBO algorithm is .

5. Experiments

A series of experiments were performed comparing the proposed approach with the basic BBO algorithm [31] and two widely used algorithms, GA [40] and HS [41]. In this study, the C# programming language was used to test the MBBO algorithm. The experimental tests were implemented on a personal computer with an Intel(R) Core(TM) 2.3 GHz and 12 GB RAM operated on Windows 10.

5.1. Experimental Design

The parameters of each algorithm are shown in Table 2. The initial population size and the maximum iterations were set to 100 and 200, respectively, for all algorithms. To avoid the randomness of the results, each experiment was performed 30 times to obtain an average value.

Because there exist no benchmarks containing different machine speeds and corresponding energy consumption of FJSSP until now, to evaluate the performance of the proposed MBBO algorithm, we extended two sets of well-known benchmark problems, that is, Kacem instances [42] and Brandimarte instances [43]. The number of jobs ranged from four to ten; the number of machines ranged from five to ten in the Kacem instances (, , , and ); the number of jobs ranged from ten to twenty; the number of machines ranged from four to fifteen in the Brandimarte instances (MK01–MK10). Suppose that each machine owned three possible adjustable operating speeds, high, medium, and low. The processing time at the high operating speed, denoted as , was equal to the processing time generated originally. The machine power during the idle time was generated randomly in the interval between two and four. The processing time of the operation and the related machine power under different operating speeds were defined in Table 3.

5.2. Performance Evaluation

Generally, TOU pricing polices differ in different seasons. To evaluate the performance of the model, two cases under the TOU policies in summer and winter were tested. Considering the fluctuations in electricity pricing, one work day was divided into 96 periods with the same length. Several periods can compose a duration and the electricity price of the adjacent durations was different. Based on the TOU policies in real life, Table 4 presents the specific TOU electricity prices set in this study.

5.2.1. Case 1

In Case , we adopted TOU electricity pricing for summer; all extended benchmarks were performed to test the proposed method, and was set to 0.6, and was set to 0.4.

Figure 1 displays the HSI value of both Kacem and Brandimarte instances. It can be observed that the MBBO algorithm outperformed the other three methods for all instances. Based on the results obtained by the four methods, it is clear that the MBBO algorithm was more effective.

The results and evolution curves of four approaches for under summer TOU electricity pricing are indicated in Figure 2. According to Figure 2, the HSI value obtained by the MBBO algorithm was the highest among the four approaches. The number of iterations of the proposed approach was less than the other three approaches, which indicates its high convergence. It is clear that the performance of the MBBO algorithm was superior.

The specific operation sequence for MK02 optimized by the MBBO algorithm under TOU policy in summer is displayed in Figure 3.

Although Machine 3, Machine 4, and Machine 6 remain idle for several periods and the total completion time increased slightly, the objective of minimizing makespan and ECC was attained by shifting electricity consumption from high-peak periods to other periods.

To evaluate the impact of weight combination for solutions, experiments were performed and Table 5 shows the results obtained by MBBO and other algorithms with different weights (the best value is in bold).

From Table 5, it can be noted that, under summer TOU electricity pricing, the proposed MBBO algorithm can obtain better solutions for all instances than other algorithms under four different weight combinations. Furthermore, as the importance of time increases, HSI value is rising gradually, and the highest HSI value can be up to 0.99149 by the proposed algorithm in the Instance when and .

5.2.2. Case 2

In Case , we adopted the TOU policy for winter; the other conditions including the preference settings and remained unchanged.

From Figure 4, it can be seen that the proposed MBBO algorithm outperformed the other three algorithms for all instances. This indicates that the MBBO algorithm was effective under electricity pricing for both summer and winter.

According to the results and evolution curves of four approaches for under the winter TOU electricity pricing indicated in Figure 5, we can see that the HSI value calculated by the proposed MBBO algorithm was the highest compared to the other three approaches when the termination condition was met. Further, the number of iterations of the MBBO algorithm was less than the comparative algorithms. Thus, the proposed method was more competitive.

The specific operation sequence for MK02 optimized by the MBBO algorithm under the TOU policy for winter is presented in Figure 6.

We can see that, at an intermediary stage, the majority of machines are in idle status. This is because the machines were designed to remain idle in the high-peak periods to reduce ECC and a trade-off between the makespan and ECC was achieved.

To further demonstrate the effectiveness of the MBBO algorithm, Table 6 shows the results obtained by MBBO and other algorithms with different weights (the best value is in bold).

It can be concluded from Table 6 that, under winter TOU electricity pricing with four different weight combinations, the proposed MBBO algorithm can perform better than other algorithms in terms of stability and solution quality. Furthermore, HSI value increases with the improvement of time importance, and the highest HSI value 0.99145 can be obtained by MBBO algorithm in Instance when and .

According to the results of the performed experiments, it can be concluded that the MBBO algorithm was more effective and competitive than the basic BBO algorithm, GA, and HS for solving the proposed model under the TOU policy for both summer and winter.

6. Conclusion

In this study, a modified BBO algorithm integrated with VNS was proposed for solving FJSSP. In addition to the traditional objective makespan, an index addressing ECC was added. The main contributions in this study can be summarized as follows. A mathematical model for the biobjective problem, to minimize makespan and ECC simultaneously, was proposed in an extended FJSSP, which considered a new subtask concerning the selection of adjustable operating speeds. A modified BBO algorithm, which adopted the improved migration model combined with VNS, was applied to determine the optimal solutions effectively. A series of experiments were performed on extended benchmark instances to validate that the proposed MBBO algorithm can obtain better solutions than the other comparative algorithms. From a practical point of view, this study can be applied to industry and help decision makers develop production schedules which can reduce not only time but also electricity costs. In addition, due to the conflict between time and ECC, different weight coefficient settings can affect the quality of schedules, and the experiments on different weight combinations can provide useful information for decision makers.

Because of the limitations of the proposed model and the MBBO algorithm, additional investigation can be undertaken in the future. For example, more machine statuses can be considered, for example, start-up and shut-down. Moreover, additional factors affecting electricity costs can be considered to improve the accuracy of the proposed model. Furthermore, in the practical production planning and scheduling process, many dynamic factors exist, such as machine breakdown and the insertion of jobs. Clearly, considering these factors has not only a theoretical but also a practical significance.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This work has been supported by the National Natural Science Foundation of China (no. 51375429, no. 51475410) and Zhejiang Natural Science Foundation of China (no. LY17E050010).