Abstract

Aiming at the logistics dynamic scheduling problem in an intelligent manufacturing workshop (IMW), an intelligent logistics scheduling model and response method with Automated Guided Vehicles (AGVs) based on the mode of “request-scheduling-response” were proposed, and they were integrated with Internet of Things (IoT) to meet the demands of dynamic and real time. Correspondingly, a mathematical model was developed and integrated with a double-level hybrid genetic algorithm and ant colony optimization (DLH-GA-ACO) to minimize the finish time with the minimum AGVs and limited time. The mathematical model optimized the logistics scheduling process on two dimensions which include the sequence of tasks assigned to an AGV and the matching relation between transfer tasks and AGVs (AGV-task). The effectiveness of the model was verified by a set of experiments, and comparison among DLH-GA-ACO, hybrid genetic algorithm and particle swarm optimization (H-GA-PSO), and tabu search algorithm (TSA) was performed. In the experiments, the DLH-GA-ACO ran in a distributed environment for a faster computing speed. According to the comparisons, the superiority and effectiveness of DLH-GA-ACO on dynamic simultaneous scheduling problem were proved and the intelligent logistics scheduling model was also proved to be an effective model.

1. Introduction

Intelligent manufacturing (IM) is a new driving force that can drive the further development of the manufacturing industry and the engine of future economic growth [1]. Under the background, a lot of development strategies about IM were put forward by many countries to improve the competitiveness of manufacturing industry; IM has become the key of manufacturing industry development at present [2, 3]. For this topic, many scholars carried out a lot of studies on IM and come to a lot of valuable results [410].

Packaging is the middle reaches of light emitting diode (LED) production, and it is also a bridge between chip manufacturing and application of product [11]. Its production process is a typical discrete process; the characteristics of it are large quantities and high quality requirement. A typical LED packaging workshop in South China is shown in Figure 1. Although the automation of machines and informationization has been developed for some years, there are still problems as follows:(1)Each operation is independent of each other; it leads to transportation of materials among the operations which are executed manually.(2)It is not real-time and integrated on management and monitoring of production process, resulting in the information island.(3)The logistics and operation time control are mainly done by manual work. It leads to the increase of uncertainty factors that affect the quality of products and cause huge loss of quality, so tasks of transferring materials should be responded in time.

To solve the problems above, IM has been developed in the industry. In intelligent manufacturing workshop (IMW) of LED packaging, logistics is the most important part of it [12, 13]. Aiming at the application of IMW in LED packaging enterprise, an intelligent logistics scheduling model was proposed in this paper. In the IMW, logistics tasks are constantly generated and responded in the production process, and there are often multiple tasks to be responded at a certain time. Therefore, the process of logistics scheduling in the IMW is a dynamic, real-time, combinational, and concurrent process. Considering the characteristics and demands of the problems, Internet of Things (IoT) and automated guided vehicles (AGVs) which are the important part of IMW were introduced.

IoT was initially proposed in a research about resource identification and tracking system based on radio frequency identification (RFID) [14], and it has been researched in a lot of studies [1520]. Zhong et al. extended the Physical Internet (PI) concept into manufacturing shop floors using IoT and wireless technologies to create a RFID-enabled intelligent shop floor environment [21]. Lin et al. proposed a heat treatment IM Execution System based on IoT in view of the complexity of the discrete production model and heat treatment process [22]. Tao et al. designed and presented a five-layered structure resource intelligent perception and access system based on IoT [23]. Liu et al. proposed the concept of IoT-enabled intelligent assembly system for mechanical products (IIASMP) [24]. To deal with the dynamics occurring in production logistics (PL) processes, Qu et al. investigated a dynamic PL synchronization (PLS) of a manufacturer adopting public PL services [19]. Li et al. concluded the relationship and associations among parameters after the research of the physical model and object model based on IoT [25]. To solve the smart interconnection issue for implementing smart manufacturing, Tao et al. proposed industrial Internet-of-Things hub (IIHub), which consists of customized access module (CA-Module), access hub (A-Hub), and local service pool (LSP) [26].

AGV is an automatic transport vehicle which can navigate along a planned route with different guidance ways and systems [27]. It is widely used to transfer materials in modern production system and enhance effectiveness of it [2830], and all AGVs in flexible manufacturing system (FMS) can be unified scheduling using a center computer control system, so all the shop floor operations are controlled through AGVs system.

In summary, logistics scheduling in IMW is the real-time scheduling of AGVs to control the production process by computers. Aiming at the problem, some related studies have been carried out. Literature has shown tendency about multitask scheduling of AGV systems and FMS; minimizing makespan and several other criteria are introduced to meet the demands of actual-practice scheduling [3133]. Udhayakumar and Kumanan addressed tasks scheduling of AGVs in a flexible manufacturing environment using nontraditional optimization algorithms and made an attempt to find the near-optimum schedule for two AGVs based on the balanced workload and the minimum traveling time for maximum utilization [34]. Lacomme P et al. introduced a framework based on a disjunctive graph to model the joint scheduling problem and on a mimetic algorithm for machines and AGVs scheduling with the objective of minimizing the completion time [35]. Mehrabian et al. proposed a mathematical model based on two metaheuristic algorithms of Nondominated Sorting Genetic Algorithm-II (NSGAII) and multiobjective particle swarm optimization (MOPSO) to solve the problem of integrating flow shop scheduling and AVG routing in FMS [36]. Demesure et al. proposed a decentralized motion planning and scheduling of AGV in a FMS, and a motion planner is combined with a scheduler allowing each AGV to update its destination resource during navigation based on a two-step strategy in order to complete the transported product [37]. In addition to these studies on AGVs static scheduling, some researches on AGVs dynamic scheduling have also made a lot of results [3841]. But the dynamic in these studies is mainly reflected on the conflict resolution of AGV running, and these studies are not applicable to the model proposed in this paper.

Many scholars have done a lot of research on AGVs scheduling and obtained a lot of valuable results which provide good references for this study. However, in the IMW of LED packaging, the traditional logistics scheduling model is not appropriate on the following aspects:(1)Studies and applications of intelligent logistics model on LED packaging industry based on AGV technology are few; targeted approach needs to be further studied.(2)The existing mode of responding tasks of transferring materials is difficult to adapt to the uninterrupted production mode of the LED packaging workshop.(3)Studies on dynamic optimization scheduling of AGVs model for responding to concurrent tasks in the process of manufacturing are few; establishing a reasonable mathematical model is of great significance for improving the efficiency of the workshop.

To address the above concerns, a response method of logistics tasks with the mode of “request-scheduling-response” was developed in this paper. In the model, the logistics scheduling problem is manufacturing resource combinatorial optimization (MRCO) problem which is often solved by evolutionary algorithms (EAs) [42]. A mathematical model was developed and integrated with a double-level hybrid genetic algorithm and ant colony optimization (DLH-GA-ACO). In the IMW, the finish time of transferring materials affects the quality of product and continuity of production process to a great extent. Besides, the number of AGVs heavily influences the profitability in manufacturing workshop [4345]. Therefore, the objective of the mathematical model is to minimizing the finish time with the minimum AGVs and limited time. A set of experiments were carried out to verify the effectiveness of DLH-GA-ACO; it optimized the logistics scheduling process on two dimensions which include the sequence of tasks assigned to an AGV, the matching relation between transfer tasks and AGVs (AGV-task). The DLH-GA-ACO ran in a distributed environment for a faster computing speed, and some other methods were also applied to improve the running speed of it.

The rest of this paper is organized as follows. The model, problem description, and mathematical model are detailed in Section 2. The algorithm design is explained in Section 3. The simulation experiments and discussions are presented in Section 4. Particularly, a comparison is performed to prove the superiority of the DLH-GA-ACO proposed in this paper over other algorithms which include hybrid genetic algorithm and particle swarm optimization (H-GA-PSO) and tabu search algorithm (TSA). Finally, Section 5 concludes this paper and directs future research.

2. Problem Description and Intelligent Logistics Scheduling Model

2.1. Logistics Scheduling Model

The production process of LED packaging mainly includes die bonding (DB), baking (Bak1), wire bonding (WB), dispensing (Disp), and baking (Bak2). Define its operations set WS = , Bak1, WB, Disp, . The characteristics of it are as follows:(i)It takes material box as the minimum unit of transferring materials, so the state of material can be tracked according to the state of material box.(ii)The irregular requests of transferring materials in the process of production should be responded in time to ensure the production continuity and the quality of product.(iii)The operations and machines are discrete, and logistics control is very important.

An IMW layout model of LED packaging is shown in Figure 2. To ensure the production beat and avoid a large amount of backlog of materials, the capacity matching has been done according to the capacity of different machines in this model. In the model, a temporary storage area is a storage equipment of materials after an operation is completed; it is used to establish the transfer center of materials. Manipulator is equipped on AGV for handling materials as shown in Figure 3.

To ensure real-time and effectiveness of logistics, a dynamic scheduling model of logistics base on IoT and AGVs was proposed for the IMW. It took the dynamic scheduling platform of logistics as the control center and AGVs are the responding agents. In the model, the control center collects the real-time states and positions of material boxes, so the request of transferring materials can be responded by scheduling multiple AGVs dynamically. Considering the production characteristics of LED packaging and the model, a mode of “request-scheduling-response” was introduced to deal with the tasks of transferring materials. IoT in the model is mainly composed of sensors, RFID tags, RFID reader and writer, and multisource real-time data acquisition network. In this model, the scheduling goal is to ensure that all tasks can be finished in the shortest time with the minimum AGVs and limited time. Therefore, a reasonable scheduling method of AGVs is important to improve the performance of the IMW.

Figure 4 shows the framework of intelligent logistics scheduling model. It can be described as follows:(i)This model integrated with Ethernet technology and OPC technology to collect real-time data. The data mainly include states and positions of material boxes, machines, and AGVs.(ii)If the logistics scheduling platform determines that there are new requests of transferring materials and free AGVs, the platform deals with all the requests which are not allocated, and all of AGVs are involved in scheduling by taking their free time into account.(iii)Control center of AGVs receives instructions from dynamic scheduling platform to control AGVs for responding to requests of transferring materials.

2.2. Problem Description

On the basis of the dynamic scheduling model of logistics, the scheduling process was defined in this section. Let us define the AGVs set Ag = Ag1, Ag2, …, Agn; current tasks to be allocated set Ta=, Ta2, …, . An AGV responds one or more tasks of transferring materials. The AGV-task set is defined as TaAg=g(1,i1), TaAg(2,i2), …, TaAg(m,; here, TaAg(j,ij) represents the AGV which responds task j. Tasks allocated to AGV i is represented by ExcPath(i)=(i,1),ExcTa(i,2), …, ExcTa(i,; here, ExcTa(i,z) represents task z which is assigned to AGV i. Routeij=, Eqmij, defines the best route of AGV i executing task j; here, Eqsij, Eqmij, and Eqeij represent the starting position, the transfer position, and the end position of the task, respectively. The positions of machines are shown in Figure 2. The objectives of the model are minimum the finish time and number of AGVs aiming at the IMW, and the maximum finish time of all tasks should be less than the threshold. To explain, a schematic diagram of 5 tasks responded by 2 AGVs is shown in Figure 5. Tf and Tfr1 are the finish time and the free time of Ag1, respectively. The assumptions in the model are as follows:(i)All AGVs have unit-load capacity and manipulator.(ii)There is no battery charge problem on AGVs.(iii)The maximum number of concurrent tasks is preknown.(iv)If all the tasks of an AGV are responded, AGV stays at the place.(v)There are no traffic problems, collision, deadlock, or conflict.(vi)The operating time of loading and unloading on a machine is fixed.(vii)The operating time of loading and unloading on a temporary storage area is fixed, and there are one or more temporary storage areas for each operation to load and unload materials.(viii)The velocity of AGV is fixed and preknown.(ix)The distances among machines and temporary storage areas are preknown.(x)The capacity of material workbench of each machine is at least two material boxes or two operation units.

To formulate the mathematical model of the problem, the related parameters and variables are summarized as follows:n: number of AGVsm: number of tasks to be allocatedi: index of AGVsj: index of tasksk: index of machines and temporary storage areasp: index of operationss: type of tasksq: index of temporary storage areasz: index of tasks assigned to an AGVNi: number of tasks assigned to AGV iIj: index of AGV that responds task jTp(k): type of machines (excl. temporary storage area)TakRouteij: the path of taking materials in RouteijDownRouteij: the path of adding materials in RouteijL(Eq(k1), Eq(k2)): distance between Eq(k1) and Eq(k2)LRouteij: the length of RouteijLTakRouteij: the length of TakRouteijLDownRouteij: the length of DownRouteijTimeRouteij: the length of time for AGV to travel LRouteijTimeTakRouteij: the length of time for AGV to travel LTakRouteijTimeDownRouteij: the length of time for AGV to travel LDownRouteijTmop: the length of time of loading and unloading by the manipulator of an AGV on a machine (excl. oven and temporary storage area)Tbakop: the length of time of loading and unloading by the manipulator of an AGV on an ovenTstguop: the length of time of loading and unloading by the manipulator of an AGV on a temporary storage areaType(q): type of temporary storage area qStoFlag(q): state of temporary storage area qTfri: the free time of AGV iTrptj: the response time of task jv: velocity of AGVs (m/s)Route(Eqs,Eqm, Eqe): it is the route that the starting point machine is Eqs, the transfer point machine is Eqm and the terminal device is EqeT(i, j): the length of time that the AGV i responding the task jTz(i): the length of time that AGV i responding task z assignd to itT(i): the time that AGV i has responded all of the tasks assigned to itTf: the time that all tasks have been responded (finish time)WS(p): operation pTsRT: the threshold of finish timeN(p): number of machines of operation pTaUT(WS(p)): the operating time of materials in a material box (or an operation unit which is suitable for describing Bak1 and Bak2) of operation p

2.3. Mathematical Model

The objective of scheduling is to respond all the tasks in minimum time with minimum number of AGVs. In particular, the responding time of any task should be restricted in a reasonable range. It means that the value of Tf should be minimum and Tf< TsRT.

The discrete variables are expressed by

Here, TaWB(WS) is the shortest in all of the operations, so the value of TsRT is set to TaWB(WS)/2 for ensuring continuous operation of each machine and production efficiency of the IMW. The calculation method is explained as follows.

According to the definition of TaWB(WS), it can be seen as an operation cycle on wire bonding machine; the output of it is represented by OutP. Assumed TaWB(WS) is divided into two subcycles Sc1 and Sc2, and both of them have a corresponding output of OutP/2, so the values of Sc1 and Sc2 are both TaWB(WS)/2. If Sc1 is finished and the material box is the last one of the machine, then materials should be supplemented and a request of transferring materials will be generated. To ensure continuous operation of the machine, the request of transferring materials should be executed before finishing Sc2 which means the request should be responded in TaWB(WS)/2. If all of the tasks of transferring materials in the IMW can be responded in TaWB(WS)/2, then continuity of all the machines can be ensured. Therefore, TaWB(WS)/2 is a reasonable value of the threshold of finish time (TsRT).

Type(q) corresponds to an operation, and it represents the temporary storage area of raw materials when Type(q)=Init. The value of StoFlag(q) of a temporary storage area determines the availability of it, and the value also provides information for AGVs to choose the best way to respond a task.

Minimizing the finish time (Tf). It is the main objective of the mathematical model; the expression of Tf can be expressed by

subject to

Here, (1) defines the finish time of all the tasks, and constraint number (16) defines the demand on the maximum finish time. Equations (8)-(15) define the calculation method of related distance and time which determine the result of the finish time. The calculation equations of Tz (i) and T(i, j) are the same as shown in (9). LRouteij is the best route for AGV i to respond task j by choosing a reasonable and available temporary storage area.

Minimizing the number of AGVs. In the IMW as shown in Figure 2, the number of machines is limited which lead to the maximum number of concurrent tasks which is also limited. To improve the profitability of IMW, minimizing the number of AGVs on the basis of constraint number (16) and the result of Tf  is valuable. Therefore, the objective of minimizing the number of AGVs is to configure minimum AGVs for the IMW and meet the demands of concurrent tasks of transferring materials. It is expressed by

Here, AT as shown in (19) is the average number of tasks in TsRT. is a stability coefficient which is designed to improve the designed response ability of AGVs scheduling platform. MCT is the designed maximum number of concurrent tasks; it is calculated by (18). The calculation methods of AT and MCT are explained as follows.

According to the above description of TaWB(WS(p)) and assumptions of the IMW, on average, there will generate no more than 1 task of transferring materials by a machine in TaWB(WS(p)). Here, we assume that there will be 1. It means that the number of tasks generated by a machine in unit time is 1/TaWB(WS(p)). If the number of machines which correspond to TaWB(WS(p)) is N(p), then the number of tasks generated by these machines in TsRT should be N(pTsRT/TaWB(WS(p)). Therefore, the total number of tasks of transferring materials generated by all of the machines of the IMW in TsRT can be calculated by (19). To improve the designed logistics capacity of the IMW, the stability coefficient is proposed in this study by applying the concept pf safety factor in mechanical design. Thus the designed maximum number of concurrent tasks can be calculated by (18).

3. Algorithm Design

Makespan which corresponds to the finish time in this paper is the main objective in existing researches, some effective models of AGVs scheduling and corresponding evolutionary algorithms (EAs) have been developed. Zheng et al. developed a mixed integer linear programming (MILP) model with the objective of minimizing makespan and then a tabu search algorithm (TSA) was proposed for simultaneous machine/AGV scheduling problem [46]. Mousavi et al. proposed a AGVs scheduling method using a hybrid of genetic algorithm and particle swarm optimization (H-GA-PSO) by optimizing the sequence of operations [47]. However, the former just take the sequence of operations into account and the result of the latter depends to a great extent on the quality of the initial solution; besides, both the models have not been applied to the problem in this paper before, so an applicable algorithm should be further researched aiming at the problem in this study.

A DLH-GA-ACO which contains two levels was developed as follows: The outer level algorithm is GA. It is used to optimize the AGV-task matching relation. The inner level algorithm is ACO. It is used to optimize the sequence of the tasks assigned to an AGV. To improve the calculation speed of the algorithm, the DLH-GA-ACO ran in a distributed environment with 3 computers. Besides, some other methods as follows are also applied to improve the computation effectiveness of it.(i)Prefiltering chromosomes. In a chromosome, if too many tasks are assigned to an AGV, it is considered to be a bad solution. For instance, there are 3 AGVs to respond 12 tasks; if more than 6 tasks are assigned to an AGV in a chromosome, the fitness of chromosome will be set to a large value without optimizing by ACO.(ii)Applying result record set. All of the chromosomes and corresponding fitness are recorded, if another chromosome is in the record set, the fitness of the chromosome will be set to the value in record set without optimizing by ACO.(iii)Applying the mixed programming method. For instance, because loop statements run faster in C language than in Matlab, part of the code is written in C language; it is compiled into a Matlab executable file (.mexw64) and invoked in Matlab 2018a.

The DLH-GA-ACO optimizes the logistics scheduling process on two dimensions which correspond to the content of Sections 3.1 and 3.2, respectively. The main steps of DLH-GA-ACO algorithm are shown in Figure 6 and detailed in Sections 3.1 and 3.2.

3.1. Genetic Algorithm

Step 1 (initializing parameters). It involves setting the parameters of GA which include crossover rate (CR), mutation rate (MR), population size (PS), length of a chromosome (LC), and maximum number of iterations (NCMax_GA). The general schematic for reading data is presented in Table 1. The encoding of a chromosome is presented in the 3th row; it will be discussed later.

Step 2 (initializing population). A set of chromosomes are generated in this step.

Chromosome encoding. The encoding used in this paper is real number coding according to the needs of the problem. As it is show in Table 1, the sequence of genes represents the indexes of tasks from left to right, and each gene code represents the index of an AGV related to a corresponding task. A chromosome (Cr) is expressed by

Here, j is the index of tasks; j=1, 2, …, m and Ij represent that task j is responded by AGV Ij.

Chromosome encoding and generating are explained by an example of 8 tasks (Ta1, Ta2, Ta3, Ta4, Ta5, Ta6, Ta7, and Ta8) and 3 AGVs (Ag1, Ag2, and Ag3). A chromosome could be . Here, from the left, the first “1” represents that the first task is responded by Ag1, the first “3” represents that the second task is responded by Ag3, and so on.

Step 3 (fitness evaluation). Each chromosome is evaluated by Tf with (7).

Step 4 (new population). New population is generated by selection, crossover, and mutation; elitism is also be applied.

Elitism. The first three best chromosomes from each generation are transferred directly to the next generation for maintaining a good fitness value in some generations.

Selection. The roulette method which is a probability random selection method is used in this study for selection operator.

Crossover. A two-point crossover based on partial strings exchange and single-gene exchange is employed to increase the search scope of the algorithm. The two-point crossover is illustrated in Figure 7(a) based on the example in Step 2. In this operator, the first crossover point is generated by a random integer. Partial strings of the two parent chromosomes after the first crossover point exchange. Another crossover point is generated by a random integer before the first crossover point in the parent chromosomes and the corresponding genes exchange.

The number of crossovers is calculated based on the crossover rate (CR) and population size (PS) by

Mutation. Mutation is another important operator of GA to create and maintain the diversity [46]. The number of mutations is calculated by (22) based on the mutation rate (Pm) and population size (PS).

In the algorithm, mutation is an auxiliary operator; considering this characteristic, one-point mutation is used in this study and it is shown in Figure 7(b). Since each gene can be valued as an integer between 1 and n; there are n-1 mutation choices on each gene. The mutation point is generated by a random integer.

Step 5 (termination). The loop of chromosome generation is terminated when the number of generation reaches its maximum, then the best chromosome is returned as the best solution.

3.2. Ant Colony Optimization

ACO is the inner level algorithm which optimizes the response sequence of tasks assigned to an AGV according to the chromosome of GA. It is a Traveling Salesman Problem (TSP). Considering the routing characteristic of ACO, it is proposed to solve the problem. In ACO, the foraging process of an ant is an independent process of constructing a route. A number of ants exchange information through pheromone to solve the problem together. The steps of the ACO are detailed as follows.

Step 1 (initializing parameters). The parameters include the number of tasks assigned to each AGV(Ni), maximum iterations(NCMax), the number of ants (Am), the heuristic factors (Alpha and Beta), pheromone volatilization coefficient (Rho), and pheromone enhancement coefficient (Q). To improve the performance of ACO, if Ni< 5, then Am=10, otherwise Am=2Ni, and if Ni< 10, then NCMax=20, otherwise NCMax=2Ni.

In TSP of this study, a task represents a city, and the distances among the tasks assigned to AGV i are defined by a matrix Di as shown in

In Di, dab represents the length of time for AGV i responding the task ExcTa(i,a) after responding the task ExcTa(i,b). If b=1, then dab=0. If a=1, then dab represents the length of time for AGV i responding the task b from the initial position of AGV i. According to Di, the visibility matrix of tasks assigned to AGV i is defined by Eta as shown in (24). Elements in Eta describe the visibility of task a to task b.

Step 2 (searching route). Within the maximum iterations, ants search routes according to the pheromone concentration and Eta in Step 1.

Step 2.1 (initializing the position of the ants). The m ants are randomly placed in the initial position of the AGVs.

Step 2.2 (selecting the next reachable node). The selected probability of each node is calculated according to pheromone concentration and Eta of the route as shown in (25), and a roulette method is applied in this paper.

Here, h is the index of an ant; tabuh defines the tabu nodes of ant h.

Step 2.3 (updating the route and length of it). The route of ant h is recorded in tabuh, and the length of it is also recorded in a matrix.

Step 2.4 (finishing the tour of ant h). Steps 2.2 and 2.3 are repeated until the ant h finishes all the tasks.

Step 2.5 (finishing the tour of all ants). Steps 2.2, 2.3, and 2.4 are repeated until all the ants finish all the tasks.

Step 3 (recording the results). The records include the best route of the iteration, length of the best route, the average length, and the responding time of each task. To get a better result, 3 shortest routes are selected directly to the next iteration after each iteration.

Step 4 (update the pheromone). The global pheromone updating rule is applied to update the pheromone in this study. The updating method of pheromone of the route between task a and task b is shown in

Here, is the pheromone increment of the route between task a and task b; is the increment of pheromone of the route between task a and task b of ant h.

Step 5 (termination). The algorithm is terminated when the number of iteration reaches its maximum, then the shortest route which meet the constraint number (16) is returned as the best solution.

4. Experiments Simulation and Discussion

4.1. Initial Data

To verify the effectiveness of the model and algorithm, aiming at the IMW as shown in Figure 2, a set of experiments were provided in this study. The values of the parameters about the IMW are shown in Table 2; constraints are defined by them. The positions of machines and temporary storage areas are shown in Table 3; they are the basis for the mathematical model to get the intermediate data and final results.

The value of TaUT(WB) is about 20 min, and the threshold of finish time (TsRT) is calculated with (3), so TsRT is set to 600 s. The maximum number of concurrent tasks (MCT) and the average number of tasks (AT) are calculated by (18) and (19), respectively, according to the data in Table 2. Here, the stability coefficient (η) is set to 1.15, so the values of MCT and AT are set to 25.875 and 22.5, respectively.

Besides, the initial positions of AGVs (Pos(i)) and the state of temporary storage areas (StoFlag(q)) in the experiments are shown in Table 4.

4.2. Experiment Results

Compared with other algorithms, the calculation process of DLH-GA-ACO is more complex for its two levels. To improve the performance of DLH-GA-ACO, a distributed computing method was applied with 3 computers. A set of experiments were performed to optimize the configuration of the number of AGVs and verify the effectiveness of DLH-GA-ACO in the IMW, and comparisons among H-GA-PSO, TSA, and DLH-GA-ACO were also performed. The details are shown in the following sections.

In this study, the hardware and software platform are list as follows: Windows 10, Intel® Core™ i7-4790K CPU, 3.6 GHz, 16 GB of RAM, and Matlab 2018a.

4.2.1. Minimizing the Number of AGVs and Algorithm Analysis

Minimizing the number of AGVs is important for IMW to improve the profit of it. Therefore, to optimize the configuration, five experiments with 26 tasks were performed. Here, the number of tasks is chosen to ensure the logistics capability of the IMW according to the value of MCT which is calculated in Section 4.1. The information of the request machines and the free time of each AGV are shown in Table 5. The j represents the index of a task, and the k represents the index of the corresponding machine. The value of i represents the index of an AGV, and the Tfri represents the corresponding free time (s) of it.

The initial parameters of DLH-GA-ACO in these experiments are shown in Table 6. According to the Step 1 of ACO, the values of NCMax and Am are determined by the value of Ni.

In these experiments, each algorithm with n AGVs is run 20 times; the Tf of it is the average of results of them. The running results of the algorithms are shown in Table 7.

In Table 7, the Tf decreases along with the increase of the number of AGVs. Here, TsRT is 600 s. Therefore, the minimum number of AGVs in experiment 1 corresponding to H-GA-PSO is 8 by considering the maximum value, and both the corresponding values of TSA and DLH-GA-ACO are 6 which is the minimum among the optimal solutions of the three algorithms. In other experiments, the minimum among the optimal solutions is also 6 which can be obtained by DLH-GA-ACO in every experiment, while other algorithms are not. Therefore, the minimum number of AGVs in the IMW should be set to 6 according to the optimization solution of DLH-GA-ACO. The number is the smallest one among the solutions obtained by the three algorithms which proves the superiority of DLH-GA-ACO over H-GA-PSO and TSA.

Figure 8 shows the comparison of finish time among H-GA-PSO, TSA, and DLH-GA-ACO with different number of AGVs. It can be obviously observed that almost all of the optimization results of DLH-GA-ACO are better than other two algorithms except when the number of AGVs is 1. So the DLH-GA-ACO is concluded to be more effective than others.

Figure 9 shows the comparison of stability among H-GA-PSO, TSA, and DLH-GA-ACO with different number of AGVs. The value in Figure 9 represents the difference between Tf and the maximum value of each algorithm in Table 7 with different numbers of AGVs. It reflects the stability of an algorithm. It can be obviously observed that the stability of DLH-GA-ACO is the best among the three algorithms.

4.2.2. Experiment Simulation and Analysis

To further verify the performance of the three algorithms and superiority of DLH-GA-ACO over the other two algorithms, an experiment with 20 tasks was performed. Here, the number of tasks is close to the average value (AT) which corresponds to the general state of the IMW; besides, the number of tasks is enough. Therefore, it is a typical experiment to verify the performance of the proposed algorithms. It means that there are 20 tasks of transferring materials to respond in a certain time. The information of the request machines and the free time of each AGV is shown in Table 8.

The finish time of the 20 tasks before optimization is 593, and the Gantt chart of the tasks is shown in Figure 10. In the solution, each task is always responded by the earliest free AGV.

The optimization results of the three algorithms are shown in Table 9. Compared with the result before optimization as shown in Figure 10, the three algorithms are proved to be effective. Besides, no matter the maximum number of iterations is 100 or 200, the result of DLH-GA-ACO is better than H-GA-PSO and TSA. Although the computational time of DLH-GA-ACO is the longest for its two levels, DLH-GA-ACO is also proved to be an effective method on optimizing the logistics process in IMW. Additionally, the computational time can be controlled in a reasonable range with the methods proposed in Section 3 of this study, and it can also be further optimized by these methods or other technical means.

Figures 11(a) and 11(b) show the evolutionary curves of finish time with 100 iterations and 200 iterations respectively. It can be observed that TSA and DLH-GA-ACO have better convergence results and rate than H-GA-PSO; therefore, optimizing the logistics responding process on two dimensions is more effective than it on just one dimension. Compared with TSA, DLH-GA-ACO is more effective on minimizing finish time.

Figures 12(a) and 12(b) show the Gantt chart of the experiment after optimization by DLH-GA-ACO. The finish time is shorter than it in Figure 10 for the reasonable response sequence and matching relation of AGV-task.

5. Conclusions and Future Work

Aiming at the dynamic scheduling problem of logistics in an IMW, an intelligent logistics scheduling model and execution method with AGVs based on the mode of “request-scheduling-response” were proposed, and they were integrated with Internet of Things (IoT) to meet the demands of dynamic and real time. Correspondingly, a mathematical model was developed and integrated with a DLH-GA-ACO. In the model, the objectives of it were minimizing the finish time with the minimum AGVs and limited time.

To verify the effectiveness of the model, a set of experiments were applied. The first five experiments which include the preset maximum number of tasks of transferring materials were applied to determine the minimum number of AGVs in the IMW. Compared with H-GA-PSO and TSA, DLH-GA-ACO had a better optimization solution on minimizing the finish time and number of AGVs in limited time, and it is also more stable. Besides, another experiment simulation was provided to verify the effectiveness of the model and a comparison was also given in this experiment. The model and algorithm proposed in this study were proved to be effective, and the number of AGVs can finish all of the tasks in limited time. The superiority over other algorithms and performance of DLH-GA-ACO were intuitively shown in the experiment. To reduce the computational time, the DLH-GA-ACO was configured in a distributed environment and some other methods were also applied. In summary, the simulation results of the experiments proved the effectiveness and superiority of the DLH-GA-ACO over H-GA-PSO and TSA. The logistics dynamic scheduling model proposed in this study could be applied to more industries.

In the future, it will be interesting to investigate the following issues:(1)To ensure the dynamic and real time of the model, the DLH-GA-ACO should run in short time; some other methods can be applied to further reduce the computational time of DLH-GA-ACO.(2)More other factors, such as task priority and quality level, should be taken into account for more reasonable operation and logistics time control.(3)The dynamic scheduling method should be extended to other industry and provides a new way to optimize the logistics process for them.

Data Availability

The data used to support the findings of this study are included within the article.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work is supported by the National Natural Science Foundation of China under Grant (51805152), the Science and Technology Supporting Plan of Hubei, China (no. 2015BAA063), the Fundamental Research Funds for the Central Universities, China (no. 2016-YB-020), and the National key R & D Project, China (2017YFB0404204).