Skip to main content
  • Original Article
  • Open access
  • Published:

A Discrete Multi-Objective Artificial Bee Colony Algorithm for a Real-World Electronic Device Testing Machine Allocation Problem

Abstract

With the continuous development of science and technology, electronic devices have begun to enter all aspects of human life, becoming increasingly closely related to human life. Users have higher quality requirements for electronic devices. Electronic device testing has gradually become an irreplaceable engineering process in modern manufacturing enterprises to guarantee the quality of products while preventing inferior products from entering the market. Considering the large output of electronic devices, improving the testing efficiency while reducing the testing cost has become an urgent problem to be solved. This study investigates the electronic device testing machine allocation problem (EDTMAP), aiming to improve the production of electronic devices and reduce the scheduling distance among testing machines through reasonable machine allocation. First, a mathematical model was formulated for the EDTMAP to maximize both production and the scheduling distance among testing machines. Second, we developed a discrete multi-objective artificial bee colony (DMOABC) algorithm to solve EDTMAP. A crossover operator and local search operator were designed to improve the exploration and exploitation of the algorithm, respectively. Numerical experiments were conducted to evaluate the performance of the proposed algorithm. The experimental results demonstrate the superiority of the proposed algorithm compared with the non-dominated sorting genetic algorithm II (NSGA-II) and strength Pareto evolutionary algorithm 2 (SPEA2). Finally, the mathematical model and DMOABC algorithm were applied to a real-world factory that tests radio-frequency modules. The results verify that our method can significantly improve production and reduce the scheduling distance among testing machines.

1 Introduction

The production process of an electronic device is as follows: (1) purchase raw materials and reshape the components, (2) install electronic components on a printed circuit board using surface-mounted technology, (3) assemble the printed circuit board into parts of the electronic device, (4) assemble the pieces into a complete electronic device, and (5) test the finished electronic device. As the last step in electronic device production, testing determines any quality defects and prevents inferior products from entering the market [1]. A reasonable allocation of testing machines can help improve production efficiency by reducing the blocking time associated with electronic devices at each testing stage. Consequently, the electronic device testing machine allocation problem (EDTMAP) plays a crucial role in improving the production efficiency of enterprises, thereby increasing their profits.

Existing studies on electronic device testing have focused more on developing new testing technologies and systems to improve productivity. However, few studies have considered the reasonable allocation of testing machines to improve productivity. Singh et al. [2] proposed a classification-based scanning technique for testing electronic devices. The technology efficiently tested the electromagnetic compatibility of an electronic device by only testing its regions of interest. Orlov and Vasilchenko [3] presented an intelligent measurement system to test electronic devices. The system efficiently tested the electronic device by measuring its surface temperature. Stoyanov et al. [4] developed a smart qualification testing approach for electronic devices. The method combines data analytics and data-driven predictive modeling to reduce the testing time and cost. Gallo et al. [5] designed an automated testing system for use in electronic devices. Metrology was introduced into the system to improve the testing efficiency. Most research improves productivity by developing new technologies, and this study focuses on the reasonable allocation of testing machines to improve productivity.

In addition, most studies on the machine allocation problem (MAP) consider only one evaluation index, e.g., productivity or cost, but ignore the combined effects of both. Even when considering multiple indices, most studies solve them using a linear weighted sum method instead of obtaining the Pareto optimal solution set. Thouin and Coates [6] formulated a mathematical model of the MAP to minimize scheduling costs and developed a heuristic to solve the model. Jaramillo and McKendall [7] presented a mathematical model of the MAP intended to minimize material handling costs and used a tabu search heuristic and a memetic algorithm to solve this model. Poon et al. [8] presented a genetic algorithm for the MAP to minimize the waiting time of production workstations and improve productivity. Chehade et al. [9] proposed a multi-objective algorithm based on the non-dominated sorting genetic algorithm II (NSGA-II) with a local search to solve the MAP by considering productivity and cost. Mohtashami [10] proposed a multi-objective mathematical model and hybrid genetic algorithm for the MAP. The objectives were to maximize the production rate and minimize the total cost. Based on the above analysis, balancing the productivity and cost of the MAP is the focus of and difficulty associated with this study. Because a shorter scheduling distance among machines leads to a lower cost for machine allocation, this study considers the two objectives of maximizing production and the inverse of the scheduling distance among machines.

Recently, an increasing number of researchers have used meta-heuristic algorithms to solve multi-objective optimization problems (MOPs) [11]. The most commonly used meta-heuristics are NSGA-II [12] and the strength Pareto evolutionary algorithm 2 (SPEA2) [13]. Recently, many researchers have focused on the artificial bee colony (ABC) algorithm because of its specific global search ability and suitable local searchability. Karaboga [14] first proposed the original ABC algorithm in 2005. Karaboga and Basturk [15] compared ABC with other classic algorithms to verify its performance. Hedayatzadeh et al. [16] proposed a multi-objective ABC (MOABC) algorithm. Akbari et al. [17] verified its superiority by comparing it with other traditional algorithms. Currently, the ABC algorithm is used in a variety of fields, such as shop scheduling [18,19,20], network planning [21,22,23,24], nurse rostering [25,26,27], and economic scheduling [28,29,30]. Because MOABC has been successfully applied in the above fields, this paper proposes a discrete MOABC algorithm to solve the EDTMAP.

The main contributions of this study are as follows. (1) We designed an electronic device testing machine allocation model. This can be easily extended to other types of machine allocation models. (2) We developed a discrete multi-objective artificial bee colony (DMOABC) algorithm to solve the EDTMAP. Three key operators, i.e., feasible solution generator (FSG), local search operator (LSO), and crossover operator (XO), were designed for use in the algorithm. FSG is used to generate a feasible machine allocation scheme, and LSO and XO are used to balance both local and global searches. (3) We demonstrate that DMOABC is robust and highly competitive with NSGA-II and SPEA2 for solving the EDTMAP by analyzing and comparing the results of numerical experiments. (4) We applied DMOABC to real-world electronic device testing workshops. The results show that our method can guide actual electronic device testing machine allocation.

The remainder of this paper is organized as follows. Section 2 introduces the problem description and mathematical model of the EDTMAP. Section 3 presents a discrete multi-objective optimization algorithm based on ABC for the EDTMAP. Section 4 presents numerical experiments to verify the superiority of our proposed algorithm. In Sect. 5, we describe the application of the proposed DMOABC to a real-world testing workstation. Finally, Sect. 6 presents the conclusions and highlights future research directions.

2 Problem Formulation

2.1 Problem Description

In this study, the EDTMAP was investigated based on a real-world electronic device production factory with multiple testing workshops. Each workshop tests different types of products to determine their reliability. Each product is sequentially tested at various stages, and the testing times at the different stages are different. Multiple machines can be used to test the products at the same stage. Compatibility and quantity constraints exist for machine interfaces at each stage. If the interfaces of the machine match a stage and satisfy the quantity requirement for the stage, the machine can be scheduled for the stage. The total number of products tested at each stage per week is calculated based on the testing time and the number of machines at each stage. The minimum amount of products tested in the series of stages is the weekly production. In addition, all the testing machines are initially distributed in different workshops. These machines therefore must be scheduled for multiple workshops. We attempt to keep the total scheduling distance among the machines as short as possible, while keeping the total production of the factory as large as possible.

Briefly, the EDTMAP can be described as follows: there are m testing workshops in a factory, and each workshop produces n types of product. In addition, there are different types of testing machines in the factory that are initially distributed in various workshops. The number of machines of the same type in each workshop differs. Currently, it is necessary to schedule machines for different stages in multiple workshops to test products to maximize weekly production. Meanwhile, the total scheduling distance among the machines with respect to multiple workshops should be as short as possible. The main characteristic of the EDTMAP is that multiple machines that meet the adaptability constraint of interfaces can be allocated at the same stage.

There are some necessary assumptions for the proposed mathematical model of the EDTMAP:

  1. 1)

    The same type of product follows the same testing route.

  2. 2)

    There can be more than one machine at a stage, and there is no capacity limit.

  3. 3)

    Interruption and preemption are not allowed.

  4. 4)

    Each machine can be scheduled for only one stage every week and is not allowed to be re-mobilized in that week.

  5. 5)

    Each machine can only test one product at a time.

2.2 Mathematical Modeling of the EDTMAP

The notations and decision variables for the mathematical model of the EDTMAP are given as Table 1.

Table 1 Notations and decision variables for the mathematical model of the EDTMAP

Based on the above notations, a multi-objective mathematical model of the EDTMAP is designed to simultaneously maximize the total production and the inverse of the total scheduling distance among machines. The mathematical model is as follows:

$$\max f_{1} = \sum\limits_{i \in I} {\sum\limits_{{j \in J_{i} }} {w_{ij} \cdot \mathop {\min }\limits_{{k \in S_{i,j} }} \left\{ {\sum\limits_{p \in T} {\sum\limits_{i^{\prime} \in I} {\sum\limits_{{q \in R_{p,i^{\prime}} }} {P_{i,j,k} \cdot x_{i,j,k,p,i^{\prime},q} } } } } \right\}} },$$
(1)
$$\max f_{2} = - \sum\limits_{i \in I} {\sum\limits_{{j \in J_{i} }} {\sum\limits_{{k \in S_{i,j} }} {\sum\limits_{p \in T} {\sum\limits_{i^{\prime} \in I} {\sum\limits_{{q \in R_{p,i^{\prime}} }} {d_{i,i^{\prime}} } } } } } } \cdot x_{i,j,k,p,i^{\prime},q}\space,$$
(2)

where f1 denotes the weighted sum of production in all workshops and f2 represents the inverse of the total scheduling distance among all testing machines. The constraints of this problem are as follows:

$$P_{i,j,k} = \frac{{t_{{{\text{minus}}}} }}{{t_{i,j,k} }} \cdot t_{{{\text{hour}}}} \cdot t_{{{\text{day}}}} \cdot \eta ,$$
(3)
$$D_{\max } {\kern 1pt} {\kern 1pt} = {\kern 1pt} {\kern 1pt} {\kern 1pt} \sum\limits_{p \in T} {\sum\limits_{i^{\prime} \in I} {\sum\limits_{{q \in R_{p,i^{\prime}} }} {d_{i,i^{\prime}} {\kern 1pt} {\kern 1pt} {\kern 1pt} ,{\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} i = s:\mathop {\arg \max }\limits_{s \in I} {\kern 1pt} {\kern 1pt} {\kern 1pt} d_{s,i^{\prime}} {\kern 1pt} } } } ,$$
(4)
$$\begin{gathered} (I_{i,j,k} - I^{\prime}_{p} ){\kern 1pt} {\kern 1pt} {\kern 1pt} \cdot {\kern 1pt} {\kern 1pt} x_{i,j,k,p,i^{\prime},q} = {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} 0,{\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} \hfill \\ {\kern 1pt} {\kern 1pt} \forall i,i^{\prime} \in I,\forall j \in J_{i} ,\forall k \in S_{i,j} ,\forall p \in T,\forall q \in R_{p,i^{\prime}} , \hfill \\ \end{gathered}$$
(5)
$$\begin{gathered} (N_{p,i^{\prime},q} - N^{\prime}_{p} ) \cdot x_{i,j,k,p,i^{\prime},q} \ge 0,{\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} \hfill \\ \forall i,i^{\prime} \in I,\forall j \in J_{i} ,\forall k \in S_{i,j} ,\forall p \in T,\forall q \in R_{p,i^{\prime}} , \hfill \\ \end{gathered}$$
(6)
$$\sum\limits_{i \in I} {\sum\limits_{{j \in J_{i} }} {\sum\limits_{{k \in S_{i,j} }} {\sum\limits_{p \in T} {\sum\limits_{i^{\prime} \in I} {x_{i,j,k,l,p,i^{\prime},q} } \le 1} } } } ,{\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} \forall q \in R_{p,i^{\prime}} ,$$
(7)
$$\begin{gathered} x_{i,j,k,p,i^{\prime},q} \in \{ 0,1\} ,{\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} \hfill \\ {\kern 1pt} \forall i,i^{\prime} \in I,\forall j \in J_{i} ,\forall k \in S_{i,j} ,\forall p \in T,\forall q \in R_{p,i^{\prime}} . \hfill \\ \end{gathered}$$
(8)

Constraint (3) computes the weekly production of the testing machine at each stage. Constraint (4) calculates the maximum total scheduling distance among all machines. Constraint (5) ensures that only machines with interfaces that match a stage can be scheduled for the stage. Constraint (6) ensures that only machines that meet the interface quantity requirement of a stage can be scheduled for the stage. Constraint (7) guarantees that any machine can be scheduled for only one stage every week at most. Constraint (8) describes the range of the decision variables.

2.3 Mathematical Modeling of the EDTMAP

Based on the above model, there are some differences between the EDTMAP and the traditional MAP. The classic MAP only considers machine scheduling between multiple production lines in a single workshop, but not that among various workshops. Conversely, the EDTMAP considers machine scheduling between numerous production lines as well as between multiple workshops. Scheduling machines for a different workshop may increase productivity, but the scheduling distance among machines will increase accordingly, resulting in increased machine damage probability and cost. Balancing these two objectives is the focus of our algorithm design, as introduced in the next section.

In addition, the traditional MAP does not need to consider the interface compatibility of machines. However, the EDTMAP should consider compatibility and quantity constraints for machine interfaces at each stage. The machine can be scheduled for the stage only if the interfaces of the machine match the stage and satisfy the quantity requirement for the stage.

Table 2a–c describes an example of the EDTMAP. Table 2a describes the two testing workshops in a factory. Each workshop tests two types of products, and each type of product is tested sequentially in two stages. The testing times and required interface quantities of the products at each stage are listed in Table 2a. Table 2b lists the types and number of machines in each workshop. The matching stage and interface quantity of each type of machine are listed in Table 2b. Table 2c shows the distance between workshops. If a machine is not in use, then the scheduling distance is 0. Handling distances exist in the same workshop. Therefore, if the initial workshop of a machine is the same as the workshop where it is scheduled, then the scheduling distance is 0.5. Table 3 shows the allocation scheme for the testing machines in this example. “M3W1 (2)” denotes that two third-type machines (M3) are initially in the first workshop (W1). In the allocation scheme, the two third-type machines are scheduled to test product A2T2R at Stage 2 in W1. “Null” denotes that no machine is scheduled for the stage.

Table 2 Product and testing machine information
Table 3 Testing machine allocation scheme

3 Proposed DMOABC for EDTMAP

3.1 Main Framework of the Proposed Algorithm

In this paper, a DMOABC algorithm to obtain non-dominated solutions for balancing the production and scheduling distances is presented. Considering the compatibility and quantity constraints for the interfaces of machines, we designed three operators, i.e., FSG, LSO, and XO, to ensure the feasibility of solutions and cause the population to evolve in the correct direction. FSG is designed to ensure that the initial solution is a feasible machine-allocation scheme. LSO is used as a solution to execute a local search. This effectively improves the local search ability of the DMOABC algorithm. A slight change in the solutions helps the algorithm to jump out of the local optimum. XO implements a crossover operator that allows individuals in the population to exchange information with each other. This effectively improves the global search ability of the DMOABC algorithm. Hence, LSO and XO can balance the local search and global search abilities of DMOABC.

The original ABC algorithm was designed to solve continuous optimization problems. Considering that the EDTMAP is a discrete optimization problem, we modified the encoding to make the solution a feasible allocation scheme. The proposed DMOABC employs a fast non-dominated sorter and a crowding distance sorter [12] to store the non-dominated individuals from each generation to the next. The procedure for the proposed DMOABC is illustrated in Figure 1.

  • Step 1: Initialize the population size P, number of workshops Nw, type number of products Np, and limit of abandoning solution La. Randomly generate an initial population PG;

  • Step 2: Employ the bee phase. For each individual xi (i = 1, 2, …, P) in the population, the following sub-steps are used to generate a new population EG:

  • 1) Execute LSO for xi to generate a newly employed bee;

  • 2) xi becomes a scout bee in the case of having not been improved for La generations. The procedure goes to step 6;

  • Step 3: Employ the fast non-dominated sorter to rank the new population EG;

  • Step 4: Onlooker bee phase. For i = 1, 2, …, P, circle the following sub-steps to generate a new population OG:

  • 1) Use the binary tournament selection for EG. The better one is selected as the onlooker bee;

  • 2) Execute XO for the onlooker bee and a randomly selected employed bee to generate a new individual;

  • Step 5: Combine PG, EG, and OG as population UG; use the fast non-dominated sorter and crowding distance sorter to sort UG; and finally choose the first P individuals to update PG;

  • Step 6: Scout bee phase. If max(NIG) > La (NIG is the generation number in which any of the two objective function values of an individual have not been improved), it is selected as the scout bee and repeated:

  • 1) The scout bee is placed into an external archive. Then, we apply the non-dominated sorter to the external archive and finally choose the non-dominated individuals to update the external archive;

  • 2) Randomly select a non-dominated individual from PG and employ LSO for it to generate a new one;

  • 3) Replace the scout bee with the new individual;

  • Step 7: If the termination criterion is satisfied, combine the non-dominated individuals in the last generation with the external archive and use the non-dominated sorter for this combined population to obtain the Pareto solution set; otherwise, proceed to step 2.

Figure 1
figure 1

Procedure of the DMOABC algorithm

The critical elements of DMOABC are the FSG, LSO, XO, fast non-dominated sorter, and crowding distance sorter, which are described in detail below.

3.2 Feasible Solution Generator

A feasible solution for the EDTMAP is a machine-allocation scheme that satisfies the given allocation constraints. First, we define a permutation Ak that includes all stages of n types of products in m workshops. Then, for each stage k Ak, the unallocated machine that matches stage k is sorted into a set Sl. For each machine l Sl, a number r in the range [0, 1] is randomly generated. If r < 0.5, machine l is allocated to stage k; otherwise, the machine is not assigned. Finally, a feasible machine-allocation scheme is generated. The pseudo-code of the FSG is outlined in Operator: FSG.

figure a

3.3 Local Search Operator

The LSO is used by employed bees to execute a local search, enabling them to look for nectar separately. First, we define a permutation Ak that includes the stages of n types of products in m workshops. Subsequently, in each stage, k Ak is selected to execute the local search. There are four neighborhood structures available: (1) add one of the machines that has not been allocated and matches stage k to stage k. (2) Reduce one of the existing machines at stage k. (3) Select one of the machines that has not been allocated and matches stage k with less scheduling distance or interface quantity to replace one of the existing machines at stage k. (4) Nothing has changed at stage k. Finally, a new machine allocation scheme is generated after the local search has been completed for each stage. The pseudo-code of the LSO is shown in Operator: LSO.

figure b

An illustrative example of the LSO is shown in Table 4, based on the case described in Table 2a–c above. For the sake of brevity, we use “W1, A2T2R, S1” to represent stage 1 of product A2T2R in workshop 1. “M3W2N1” denotes the first of the third type of machines in the second workshop. The number r generated for each stage is [4, 1, 1, 1, 2, 2, 4, 3]. Therefore, “W1, A2T2R, S1” and “W2, B2T4R, S1” have not changed. “W1, A2T2R, S2”, “W1, A2T4R, S1” and “W1, A2T4R, S2” add one machine. “W2, B2T2R, S1” and “W2, B2T2R, S2” reduce one machine. “W2, B2T4R, S2” exchanges one machine.

Table 4 Illustrative example of the LSO

3.4 Crossover Operator

The XO is designed to allow onlooker bees to exchange information so that the bee colony can move in the nectar direction. The crossover operation is as follows: (1) randomly choose two stages as the cross points. (2) The machine allocation scheme is copied at stages between the two cross points from the onlooker bee to a newly employed bee. (3) Copy the machine allocation scheme at stages outside the two cross points from the initially employed bee to the newly employed bee. (4) Remove repetitive machinesfrom the stages outside the two cross points for the newly employed bee. The pseudo-code for the XO is shown in Operator: XO.

figure c

An illustrative example of the XO is given in Table 5a–c, whose symbolic representation is the same as that describing the LSO. First, two stages are randomly selected as the cross points: “W1, A2T2R, S2” and “W1, A2T4R, S2. The green shades represent the machine allocation within the crossover points. Second, the machine allocation scheme is copied at the stages between the cross points from the onlooker bee to a newly employed bee. Then, the machine allocation scheme is copied at the stages outside the cross points from the employed bee to the newly employed bee. Finally, the duplicate machines “M2W2N1” at stage “W2, B2T2R, S1” and “M4W1N1” and “M4W1N2” at stage “W2, B2T2R, S2” are removed from the initially employed bee to obtain a newly employed bee. Red lines indicate the removal operations.

Table 5 Illustrative example of the XO

3.5 Non-Dominated Sorter

The design of the non-dominated sorter is based on NSGA-II [12], which is used to divide all solutions into different levels. The specific procedure of the sorter is as follows: (1) for each solution p, store each solution dominated by p in a solution set Sp and calculate np, the total number of solutions dominating p. (2) Put the solutions that have not been dominated by any solution (i.e., np = 0) into level 1. (3) For each solution p belonging to level 1, visit each solution q in Sp and set nq = nq −1. nq = 0 implies that q is dominated by solutions belonging to level 1, so put q into level 2. (4) As in Step 3, all solutions can be assigned to different levels. The pseudo-code of the non-dominated sorter is presented in Algorithm: Non-dominated sorter.

figure d

3.6 Crowding Distance Sorter

A crowding distance sorter based on NSGA-II [12] is employed. The specific procedure for the sorter is as follows: (1) the crowding distance of each solution is set to 0. (2) For each objective m, the solution set is sorted according to the objective function value in ascending order. We then set the crowding distances of the first and last solutions to infinity. Finally, other solutions are assigned a crowding distance value equal to the absolute normalized difference in the function values of two adjacent solutions. The corresponding procedure for the crowding distance sorter is described in Algorithm: Crowding distance sorter.

figure e

4 Numerical Experiments and Comparisons

4.1 Experimental Instances and Parameter Settings

In this section, the performance of DMOABC in solving the EDTMAP is evaluated. Numerical experiments of size n×m were designed. The number of workshops n {2, 3, 4} and the number of product types m {2, 3, 4} in each workshop constitute the problem n×m. Other parameters include the runtime of each machine, and the production efficiency was set as follows: tminute = 60, thour = 24, tday = 7, η = 0.85. In addition, we assumed that the production weight of each type of product is equal.

Two classic multi-objective optimization algorithms, NSGA-II and SPEA2, were selected for comparison with DMOABC. To guarantee comparison fairness, all the parameters in the various algorithms were set consistently. The number of function evaluations (NFEs) is used as the control variable. In DMOABC, NSGA-II, and SPEA2, the NFEs were all set to n×m×105, and the population size was 100. In NSGA-II and SPEA2, the crossover probability was 0.9, and the mutation probability was 0.2. All of the algorithms were coded in Java and implemented on an Intel Core 3.0-GHz PC with 8-GB memory.

4.2 Performance Evaluation Indices

Because the result of a multi-objective optimization problem is a Pareto solution set, the performance of our proposed multi-objective optimization algorithm cannot be evaluated merely by the values of the objective functions. The evaluation indices should indicate the dominance between the solutions, how close the Pareto solution set is to the true Pareto front (PF), and how uniformly the Pareto solution set is distributed. Therefore, this study uses two indices to measure the performance of DMOABC for solving the EDTMAP.

  • Set coverage (C-metric) [31]: this metric can directly indicate the dominance between two Pareto solution sets. A and B denote two approximations of the PF, and C(A, B) represents the percentage of the solutions in B that are dominated by at least one solution in A, i.e.,

$$C(A,B) = \frac{{\left| {\{ u \in B|\exists v \in A:v{\kern 1pt} {\kern 1pt} {\kern 1pt} {\text{donimate}}{\kern 1pt} {\kern 1pt} {\kern 1pt} {\kern 1pt} u\} } \right|}}{\left| B \right|},$$
(9)

C(A, B) is not necessarily equal to 1 − C(B, A). C(A, B) = 1 indicates that all solutions in B are dominated by some solutions in A, and C(A, B) = 0 implies that no solution in B is dominated by a solution in A. Hence, C(A, B) > C(B, A) implies that the Pareto solution set of A is better than that of B.

  • Distance from representatives in the PF (D-metric) [31]: this metric is a comprehensive index reflecting both the diversity and convergence of a Pareto solution set. P* denotes the true PF. A represents an approximation of the PF. The average distance from P* to A is defined as follows:

    $$D(A,P*) = \frac{{\sum\limits_{v \in P*} {d(v,A)} }}{{\left| {P*} \right|}},$$
    (10)

    where d(v, A) is the minimum Euclidean distance between v and the points in A. |P*| is the number of solutions in P*. A smaller D(A, P*) denotes a better solution set. Because the true PF is unknown, in this study, P* was used as the non-dominated solution set found by all algorithms for each instance.

4.3 Experimental Results and Analysis

In this section, a statistical analysis of the comparison results for the three algorithms is presented. Normalization was used to eliminate the influence of the various magnitudes of the objective value. Each scale of the problem contained three other test cases, each of which ran ten times independently. The mean of the C-metric is shown in Table 6, and the mean of the D-metric is analyzed in Table 7. The optimal values are set in bold font among these three algorithms. A testing instance with a size of 3×2 was selected to compare the PF of these algorithms, as shown in Figure 2. The horizontal axis represents the inverse of the machine scheduling distance, whereas the vertical axis denotes production. The red circle points “” denote the PF of DMOABC, the green rectangular points “□” indicate the PF of NSGA-II, and the blue triangle points “” are the PF of SPEA2.

Table 6 C-metric comparison for DMOABC, NSGA-II, and SPEA2
Table 7 D-metric comparison for DMOABC, NSGA-II, and SPEA2
Figure 2
figure 2

Pareto front comparison for DMOABC, NSGA-e, and SPEA2

These statistical results demonstrate that DMOABC performs better than the other algorithms on all test instances in terms of the C-metric and D-metric. It can be observed from Table 6 that the C-metric values obtained for DMOABC are more extensive than those obtained for the other two algorithms. This indicates that those obtained for DMOABC dominate most of the solutions obtained for NSGA-II and SPEA2. In Table 7, the statistical results for the D-metric reveal that the solutions obtained by DMOABC are closer to the ideal PFs than those obtained by the other two algorithms. Figure 2 shows that those obtained by DMOABC dominate most of the solutions obtained by NSGA-II and SPEA2.

The superiority of DMOABC is attributed to the following facts. First, in the employed bee phase, the LSO can improve the quality of each solution in the population. Second, in the onlooker bee phase, the XO can improve population quality because employed bees and onlooker bees share nectar information. Finally, in the scout bee phase, each scout bee can abandon a solution that has not been improved during the limited number of generations to avoid falling into a local optimum. In summary, according to the above analysis, we can conclude that DMOABC is effective for solving the multi-objective EDTMAP.

5 Real-World Case Study and Comparisons

In this section, the proposed method is applied to a real-world case involving electronic device testing workshops belonging to a Chinese company that produces wireless radio-frequency modules (WRFMs).

5.1 Description of a Real-World Case

A WRFM is a modular digital radio product, a high-performance professional radio module for data transmission implemented through digital signal processing and radio technologies. WRFMs have many applications, such as in wireless remote controllers, remote garage doors, remote control lighting, communication, and security. A diagram of a WRFM is shown in Figure 3.

Figure 3
figure 3

Diagram of a WRFM

In this real-world case study, there are three workshops in the factory. Each workshop tests three types of WRFM. The actual WRFM production line for each workshop is shown in Figure 4. In actual production, each type of WRFM is tested in three stages. There are various types of testing machines with other interfaces in each workshop. All of these machines can be allocated to any workshop. To maximize both the total production and the inverse of the total scheduling distance of the machines, a reasonable testing machine allocation scheme is required. The testing time and requirements associated with 16 compatibilities and quantities for interfaces of each type of WRFM at the various stages are listed in Table 8a, information concerning available testing machines in each workshop is provided in Table 8b, and the distances among the three workshops are listed in Table 8c.

Figure 4
figure 4

Production line of WRFM

Table 8 Product and testing machine information

5.2 Solving the Real-World Case Using the Proposed DMOABC

DMOABC and its comparison algorithms (i.e., NSGA-II and SPEA2) were applied to this real-world case. All the parameter settings were the same as those in Section 4. Each algorithm was run independently 30 times. The statistical results for the C-metric are shown in Table 9, and the statistical results for the D-metric are summarized in Table 10. In terms of the C-metric, the values obtained for DMOABC were significantly larger than those obtained for the other algorithms. This shows that the solutions obtained by DMOABC dominate most of the PF solutions obtained by NSGA-II and SPEA2. In terms of the D-metric, the values obtained by DMOABC were smaller than those obtained by the other algorithms. This implies that the PF accepted by the DMOABC is closer to the ideal PF than that obtained by NSGA-II and SPEA2. The above results show that DMOABC outperforms the comparison algorithms in solving this case.

Table 9 C-metric comparison for DMOABC, NSGA-II, and SPEA2
Table 10 C-metric comparison for DMOABC, NSGA-II, and SPEA2

Figure 5 shows the PFs obtained using the different multi-objective optimization algorithms. In this figure, the horizontal axis represents the inverse of the scheduling distance of the machines, while the vertical axis represents production. The red circles “” denote the PF obtained by DMOABC, the green rectangles “□” indicate those obtained by NSGA-II and the blue triangles “” are those obtained by SPEA2. It is easily observed that most of the solutions obtained by DMOABC can dominate those obtained by NSGA-taine SPEA2. Based on this figure, we can conclude that the DMOABC is superior to its comparison algorithms in terms of convergence performance.

Figure 5
figure 5

Pareto front solutions of the case

Points A and B in Figure 5 correspond to the two extreme objectives of this case. More specifically, Point A is the machine allocation scheme with the maximum production on the PF for DMOABC. Point B is the machine allocation scheme with the minimum scheduling distance of machines on the PF for DMOABC. Point A is (− 130.5, 6686.33), and Point B is (0, 0). The maximum production values on the PF for NSGA-II and SPEA2 are 5985.04 and 6013.92, respectively. Therefore, compared with NSGA-II and SPEA2, DMOABC improved the production capacity by 11.72% and 11.18%, respectively. Decision makers can select an appropriate testing machine allocation scheme from PF solutions according to real-world production needs. For instance, the machine allocation scheme at Point A might be selected if the executors wish to have more production without considering the increase in the machine scheduling cost. When the production target is given, the executors expect the machine scheduling costs to be as high as possible. In this case, the solution on the PF can be selected to obtain the machine allocation scheme that both satisfies the production target and minimizes the machine scheduling cost. The allocation scheme of Point A is shown in Table 11, and Point B indicates that no machine is scheduled. From the allocation scheme of Point A, we can observe that six M1F1, two M1F2, and two M2F3 are scheduled for stage 1 of product C2T2R in workshop 3. This allocation scheme demonstrates one characteristic of the EDTMAP: that machines are compatible. Additionally, more machines are scheduled to increase the production capacity, but the total scheduling distance increases; thus, the scheduling cost increases. Hence, there is a clear conflict between the production and scheduling distance, which confirms that the EDTMAP is a typical multi-objective problem.

Table 11 Allocation scheme at Point A

6 Conclusions and Future Works

In this study, the real-world electronic device testing machine allocation problem (EDTMAP) was investigated from both theoretical and actual production perspectives. First, we formulated a multi-objective mathematical model that considers the total production and machine-scheduling distance. We developed a discrete multi-objective artificial bee colony algorithm (DMOABC) to address this problem. Furthermore, we compared the proposed DMOABC with two state-of-the-art multi-objective algorithms: NSGA-II and SPEA2. The experimental results show that DMOABC solves the EDTMAP more effectively compared with the other algorithms. Finally, the proposed mathematical model and algorithm were successfully applied to a real-world EDTMAP. The results demonstrate that our method can effectively guide actual machine allocation.

The contributions of this research can be summarized as follows:

  1. 1)

    An electronic device testing machine allocation model was designed and extended to other types of machine allocation models.

  2. 2)

    A discrete multi-objective artificial bee colony algorithm was developed to deal with the EDTMAP. Three key operators, i.e., FSG, LSO, and XO, were designed for and implemented in the algorithm. FSG is used to generate a feasible machine allocation scheme, and LSO and XO are used to balance local and global searches.

  3. 3)

    By analyzing the comparison results of the numerical experiments, we demonstrated that DMOABC is robust and highly competitive with NSGA-II and SPEA2 for solving the EDTMAP.

  4. 4)

    We applied y DMOABC to real-world electronic device testing workshops. The results demonstrate that our method can guide the allocation of an actual electronic device testing machine.

Although our proposed method can effectively solve the EDTMAP, there are still some limitations to this study. One limitation is that our proposed mathematical model only considers the constraints of compatibility and number of interfaces. Therefore, additional conditions should be considered. Another limitation is that the model only considers two indices: productivity and scheduling distance. With increasing awareness of the need for environmental protection, environmental pollution indices need to be introduced into our model. In the future, the following studies can be considered: one research direction is to modify our mathematical model to align it with the actual production environment. Another exciting research direction is to introduce new evaluation indices, such as environmental pollution indices, to better guide the allocation of electronic device testing machines.

References

  1. B Sarkar, S Saren. Product inspection policy for an imperfect production system with inspection errors and warranty cost. European Journal of Operational Research, 2016, 248(1): 263-271.

    Article  MATH  Google Scholar 

  2. P Singh, D Deschrijver, D Pissoort, et al. Adaptive classification algorithm for EMC-compliance testing of electronic devices. Electronics Letters, 2013, 49(24): 1526-1528.

    Article  Google Scholar 

  3. S P Orlov, A N Vasilchenko. Intelligent measuring system for testing and failure analysis of electronic devices. Proceedings of the XIX IEEE International Conference on Soft Computing & Measurements, Saint-Petersburg, Russia, 2016: 401-403.

  4. S Stoyanov, M Ahsan, C Bailey, et al. Predictive analytics methodology for smart qualification testing of electronic components. Journal of Intelligent Manufacturing, 2019, 30(3): 1497-1514.

    Article  Google Scholar 

  5. D Gallo, R Langella, M Luiso, et al. A new test procedure to measure power electronic devices’ frequency coupling admittance. IEEE Transactions on Instrumentation and Measurement, 2018, 67(10): 2401-2409.

    Article  Google Scholar 

  6. F Thouin, M Coates. Equipment allocation in video-on-demand network deployments. Proceedings of the ACM Transaction on Multimedia Computing, Communications and Applications, Augsburg, Germany, 2008, 5(1): 1–22.

    Article  Google Scholar 

  7. J R Jaramillo, A R Mckendall. Metaheuristics for the integrated machine allocation and layout problem. International Journal of Operational Research, 2010, 7(1): 74-89.

    Article  MATH  Google Scholar 

  8. T C Poon, K L Choy, C K Cheng, et al. Effective selection and allocation of material handling equipment for stochastic production material demand problems using genetic algorithm. Expert Systems with Applications, 2011, 38(10): 12497-12505.

    Article  Google Scholar 

  9. H Chehade, A Dolgui, F Dugardin, et al. Multi-objective approach for production line equipment selection. Management and Production Engineering Review, 2012, 3(1): 4-17.

    Article  Google Scholar 

  10. A Mohtashami. A new hybrid method for buffer sizing and machine allocation in unreliable production and assembly lines with general distribution time-dependent parameters. The International Journal of Advanced Manufacturing Technology, 2014, 74(9): 1577-1593.

    Article  Google Scholar 

  11. W Du, Y Tang, S Y Leung, et al. Robust order scheduling in the discrete manufacturing industry: a multiobjective optimization approach. IEEE Transactions on Industrial Informatics, 2018, 14(1): 253-264.

    Article  Google Scholar 

  12. K Deb, A Pratap, S Agarwal, et al. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 2002, 6(2): 182-197.

    Article  Google Scholar 

  13. E Zitzler, M Laumanns, L Thiele. SPEA2: Improving the strength Pareto evolutionary algorithm. Proceedings of Proc. Evolutionary Methods for Design Optimization and Control with Applications to Industrial Problems, Athens, Greece, 2002, 95-100.

  14. D Karaboga. An idea based on honey bee swarm for numerical optimization. Technical Report-TR06, Erciyes University, Engineering Faculty, Computer Engineering Department, 2005.

  15. D Karaboga, B Basturk. On the performance of artificial bee colony (ABC) algorithm. Applied Soft Computing, 2008, 8(1): 687–697.

    Article  Google Scholar 

  16. R Hedayatzadeh, B Hasanizadeh, R Akbari, et al. A multi-objective artificial bee colony for optimizing multi-objective problems. Proceedings of the 3rd International Conference on Advanced Computer Theory and Engineering, Chengdu, China, 2010: V5-277-V5-281.

  17. R Akbari, R Hedayatzadeh, K Ziarati, et al. A multi-objective artificial bee colony algorithm. Swarm and Evolutionary Computation, 2012, 2: 39-52.

    Article  Google Scholar 

  18. X Li, C Lu, L Gao, et al. An effective multiobjective algorithm for energy-efficient scheduling in a real-life welding shop. IEEE Transactions on Industrial Informatics, 2018, 14(12): 5400–5409.

    Article  Google Scholar 

  19. X Li, S Xiao, C Wang, et al. Mathematical modeling and a discrete artificial bee colony algorithm for the welding shop scheduling problem. Memetic Computing, 2019, 11(4): 371-389.

    Article  Google Scholar 

  20. G Gong, R Chiong, Q Deng, et al. A hybrid artificial bee colony algorithm for flexible job shop scheduling with worker flexibility. International Journal of Production Research, 2019, 58(14): 4406-4420.

    Article  Google Scholar 

  21. C Ozturk, D Karaboga, B Gorkemli. Probabilistic dynamic deployment of wireless sensor networks by artificial bee colony algorithm. Sensors, 2011, 11(6): 6056-6065.

    Article  Google Scholar 

  22. C Öztürk, D Karaboğa, B GÖRKEMLİ. Artificial bee colony algorithm for dynamic deployment of wireless sensor networks. Turkish Journal of Electrical Engineering & Computer Sciences, 2012, 20(2): 255-262.

  23. S Mini, S K Udgata, S L Sabat. Sensor deployment and scheduling for target coverage problem in wireless sensor networks. IEEE Sensors Journal, 2014, 14(3): 636-644.

    Article  Google Scholar 

  24. L Ma, X Wang, M Huang, et al. Two-level master-slave RFID networks planning via hybrid multiobjective artificial bee colony optimizer. IEEE Transactions on Systems, Man, and Cybernetics: Systems, 2017, 99: 1-20.

    Google Scholar 

  25. [N Todorovic, S Petrovic. Bee colony optimization algorithm for nurse rostering. IEEE Transactions on Systems, Man, and Cybernetics: Systems, 2012, 43(2): 467-473.

    Article  Google Scholar 

  26. M A Awadallah, A L Bolaji, M A Albetar, et al. A hybrid artificial bee colony for a nurse rostering problem. Applied Soft Computing, 2015, 35: 726-739.

    Article  Google Scholar 

  27. K Buyukozkan, A Sarucan. Applicability of artificial bee colony algorithm for nurse scheduling problems. International Journal of Computational Intelligence Systems, 2014, 7(1): 121-136.

    Article  Google Scholar 

  28. S C Horng. Combining artificial bee colony with ordinal optimization for stochastic economic lot scheduling problem. IEEE Transactions on Systems, Man, and Cybernetics: Systems, 2014, 45(3): 373-384.

    Article  Google Scholar 

  29. O Bulut, M F Tasgetiren. An artificial bee colony algorithm for the economic lot scheduling problem. International Journal of Production Research, 2014, 52(4): 1150-1170.

    Article  Google Scholar 

  30. O Bulut, M F Tasgetiren. A discrete artificial bee colony algorithm for the economic lot scheduling problem with returns. International Journal of Production Research, 2014, 52(4):551-557.

    Article  Google Scholar 

  31. Q Zhang, H Li. MOEA/D: A multiobjective evolutionary algorithm based on decomposition. IEEE Transactions on Evolutionary Computation, 2007, 11(6): 712-731.

    Article  Google Scholar 

Download references

Funding

Supported by National Key R&D Program of China (Grant No. 2019YFB1704600), National Natural Science Foundation of China (Grant Nos. 51825502, 51775216), and Program for HUST Academic Frontier Youth Team of China (Grant No. 2017QYTD04).

Author information

Authors and Affiliations

Authors

Contributions

JX was in charge of the entire trial, XL assisted with the problem analyses, and LG wrote the manuscript. All authors read and approved the final manuscript.

Authors’ Information

Jin Xie, born in 1992, is currently a master’s candidate at State Key Laboratory of Digital Manufacturing Equipment and Technology, Huazhong University of Science and Technology, China. He received his bachelor’s degree from China University of Geosciences, China, in 2015. His main research interests include shop scheduling and algorithm optimization.

Xinyu Li, born in 1985, is currently a professor at State Key Laboratory of Digital Manufacturing Equipment and Technology at Huazhong University of Science and Technology, China. He received his Ph.D. degree in industrial engineering from Huazhong University of Science and Technology, China, in 2009. His main research interests include intelligent manufacturing systems, shop scheduling, intelligent optimization, and machine learning.

Liang Gao, born in 1974, is currently a professor at State Key Laboratory of Digital Manufacturing Equipment and Technology, Huazhong University of Science and Technology, China. He received his Ph.D. degree in mechatronic engineering from Huazhong University of Science and Technology, China, in 2002. His main research interests include intelligent optimization methods and their applications in design and manufacturing.

Corresponding author

Correspondence to Liang Gao.

Ethics declarations

Competing interests

The authors declare no competing financial interests.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Xie, J., Li, X. & Gao, L. A Discrete Multi-Objective Artificial Bee Colony Algorithm for a Real-World Electronic Device Testing Machine Allocation Problem. Chin. J. Mech. Eng. 35, 132 (2022). https://doi.org/10.1186/s10033-022-00803-3

Download citation

  • Received:

  • Revised:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s10033-022-00803-3

Keywords