Introduction

The rapid advancement of Internet and information technologies [1,2,3,4,5,6,7] has led to a growing demand for cloud healthcare systems [8,9,10,11,12,13] that can effectively provide all medical services [14,15,16]. These systems are based on integrating online diagnosis [17,18,19,20,21] and offline treatment to reduce patients’ waiting time and improve the utilization of idle medical resources. However, the development of such systems [22,23,24,25] is contingent upon the successful resolution of the patient assignment (PA) problem. The PA problem is a crucial aspect of cloud healthcare systems, as it directly impacts the efficiency and effectiveness of the system. Therefore, it is paramount that the PA problem is carefully considered and appropriately addressed in the design and implementation of cloud healthcare systems.

The PA problem in cloud healthcare systems has been the subject of ongoing research, with various strategies proposed to address it. One such approach is the use of discrete event simulation to develop a queuing model [26]. This strategy aims to reduce patient waiting time and increase the system’s overall throughput. Another approach uses Petri nets to describe the relationship between medical processes and resources [9]. A hybrid ant agent algorithm has also been proposed [27], which aims to identify the optimal path for patients, thus reducing both waiting and cycle time. Previous studies have emphasized the importance of reducing patients’ waiting time. However, it should be noted that a continuous influx of patients characterizes cloud healthcare systems. The balance of assignments among doctors is also crucial in improving the system’s efficiency. Therefore, in this paper, we optimize the balance of assignments among doctors in the cloud healthcare systems.

The optimization of the PA problem can be achieved through the utilization of genetic algorithms (GAs) [28, 29]. GAs are a type of evolutionary algorithm (EA) [30,31,32,33] that have been widely used in the field of computational mathematics to solve optimization problems. Evolutionary biology concepts such as heredity, mutation, natural selection, and hybridization are used to construct EAs [34,35,36]. GAs are beneficial for finding reasonable solutions quickly, even in complex spatial solutions, by using parallel studies, selection operations, alteration operations, and mutation functions [37,38,39]. Previous studies have demonstrated the advantages of using EAs, including GAs, in various scenarios, such as reliability and performance. They have been applied to various fields such as computer science, engineering, and operations research and have consistently shown to be effective in solving optimization problems [40,41,42]. Previously, GA has been utilized in the optimization of the PA problem [43] and its advantages in terms of convergence speed and scalability have been verified.

This paper proposes a distributed genetic algorithm (DGA) to optimize the PA problem. Over the previous approaches for the PA problem, DGA shows its advantages of global optimization performance and diversity maintenance (not easily trapped by local optima), robustness and scalability (the capability of handling complex and noisy problem spaces), flexibility (easily fits different problem formulation), and increased parallelism (enables faster convergence and reduces running time). Each individual in the proposed DGA represents a solution to the PA optimization problem. Several individuals in the proposed DGA form multiple sub-populations. During the evolution of each sub-population, information included in all the individuals is exchanged by the crossover operator. Individuals are randomly adjusted in the mutation operator. After that, the selection operator evaluates the competitiveness of different solutions. The more competitive solutions are kept in the population, and the less competitive individuals are gradually eliminated. Then, with a predefined interval, the elite individuals of all the sub-populations are exchanged to accelerate the convergence. Finally, the optimal solution to the PA problem is outputted.

More specifically, the contributions of this paper are listed as follows.

  1. 1.

    We propose the DGA to optimize the PA balance in cloud healthcare systems.

  2. 2.

    We propose a distributed framework in the DGA to improve population diversity and scalability.

  3. 3.

    We utilize the operators in DGA to improve the competitiveness of the solutions to the PA problem.

The organization of this paper is as follows. In Sect. 2, a formal problem formulation of the PA problem is illustrated. Then, we review the related work of the PA problem and the application of GA. In Sect. 4, we introduce the DGA. Afterward, the proposed DGA is introduced in detail. In Sects. 6 and 7, the experimental study is executed, and the experimental results are analyzed. Finally, we conclude this paper.

Fig. 1
figure 1

Illustration of the patient assignment in the cloud healthcare systems

Problem formulation

In Fig. 1, an example of patient assessment and assignment modules is given. In the given example, the condition of four patients is assessed at the beginning. Accordingly, the estimated diagnosis time and available doctor lists are produced. Our optimization objective in the patient assignment module is to minimize the diagnosis time difference among different doctors. Finally, the patients are assigned to the corresponding doctors for further diagnosis.

Specifically, in PA, the i-th patient is represented by \(P_i\); \(D_j\) represents the j-th doctor. The estimated diagnosis time of i-th patient is indicated by \(\widetilde{T_i}\).

The total diagnosis time of j-th doctor (represented by \(T_j\)) is calculated as follows:

$$\begin{aligned} T_j=\sum _{i=1}^{nP} \widetilde{T_i}\times S_i^j \end{aligned}$$
(1)

where nP is the number of patients; S indicates a status matrix. \(S_i^j\) equals to one when the i-th patient is allocated to the j-th doctor; \(S_i^j\) equals to zero when the i-th patient is not allocated to the j-th doctor.

Thus, the mean value of diagnosis time is calculated as:

$$\begin{aligned} \overline{T}=\sum _{j=1}^{nD} T_j \end{aligned}$$
(2)

where nD is the number of doctors.

The time factor (TF) is then obtained by calculating the standard deviation of diagnosis time of all the doctors. Formally,

$$\begin{aligned} \text {TF}=\sqrt{\frac{\sum _{j=1}^{nD}(T_j - \overline{T})^2}{nD}} \end{aligned}$$
(3)

As mentioned above, the optimization objective is to balance the doctors’ diagnosis time. Therefore, the optimization objective is to minimize the value of TF.

Related work

In [44], a positive model of the public hospital waiting lists was established. According to the studies, doctors did not necessarily treat the mildest cases on the waiting list to have the shortest overall hospital stay. In [45], Takakuwa and Wijewickrama created a discrete-time simulation model and integrated the simulation model into the optimization algorithm to reduce patient waiting and physician idle time without adding any additional resources. In [46], the dynamic patient scheduling with different priorities in a public healthcare setting was tackled. The proposed method dynamically assigns available capacity to incoming demand to achieve cost-effective wait-time targets. This study collected real-time data from Nagoya University Hospital’s outpatient clinic to create a simulation. In [47], the Lean Six Sigma (LSS) method was used to solve the problem of the long waiting time of patients. The entire procedure was covered, from patient registration to prescription distribution. A causal map was created for patients with longer waiting times, and data collected during the process were used to verify the reasons. In [26], a queuing model was developed using discrete event simulation, which could reduce the patient waiting time and improve the system’s overall throughput. To resolve ambiguities in the present system, required data was collected, and alternative scenarios were generated and examined. Furthermore, the best solution concerning patient satisfaction was proposed. In [48], a system was designed to reduce the doctors’ idle time instead of the patients’ waiting time. It provides an alternative perspective on this problem. This study aimed to improve resource efficiency and modify how doctors schedule visits. The results showed that patients’ waiting time might be lowered without affecting doctors’ work efficiency. In [9], a Petri net was presented to describe the relationship between the medical process and resources in this integrated healthcare system. A PA scheduling problem was investigated and studied to allocate this system’s bottleneck medical resource efficiently. A mathematical model was established, and a greedy-based heuristic algorithm was designed. In [49], Chawasemerwa et al. developed a constraint satisfaction and penalty minimization scheduling model that satisfied “hard constraints” and minimized the cost of “soft constraints” violations. Furthermore, since multiple schedules may be obtained using the same parameters defined by users, an optimization protocol can be added to the system to reduce the search space and obtain the optimal schedule while satisfying the constraints. In [27], the real-time walk-in patient scheduling optimization problem was addressed. An overall patient scheduling model was integrated. The status and information of all outpatient departments were combined. The hybrid and agent algorithm was developed to identify the best path for the patient while also lowering cycle time (from registration to exit). In [50], similar issues have been further refined. Conforti et al. defined that the scheduling objective of radiotherapy patients in the oncology department was to ensure the best treatment in the shortest possible time. As a result, the waiting time should be minimized, and device utilization should be maximized. Various criteria were added to the optimization model.

The limitations of previous PA approaches are manifold. Firstly, previous PA approaches emphasized the importance of reducing patients’ waiting time, ignoring the balance of assignments among doctors, which is crucial for cloud healthcare systems’ efficiency and scalability. Secondly, previous optimization approaches did not provide sufficient global optimization performance, easily trapped by the local optima. Thirdly, no distributed computation framework was proposed. Therefore, the convergence speed is limited and the running time cannot be reduced.

The application of GAs also has remarkable achievements in the medical and healthcare fields. Yadav et al. [51] focused on optimizing blood bank inventory control, a healthcare system, on enhancing its determinism. The problems of inbound and outbound logistics and inventory inflation were solved by a multi-objective GA and reliability application using minimum cost optimization of other parameters. Ahmed et al. [52] improved the modeling of building degradation to alleviate budgetary constraints on the maintenance of medical resources and to reduce the incidence of accidents. Developing a fuzzy Markov model based on a hybrid GA with a nonhomogeneous transition probability matrix based on fuzzy membership functions representing the hospital system’s condition, age, and relative deterioration rate is utilized to address the inherited uncertainties. Mutingi and Mbohwa [53] tackled the home healthcare worker scheduling problem. Considering the accelerating demand for home care requires careful task allocation and scheduling of limited healthcare resources, Mutingi and Mbohwa proposed a group GA for scheduling the dispatch of healthcare while considering the minimum economic cost of time.

Genetic algorithm

GAs are potent meta-heuristics that improve and refine Darwin’s theory of natural evolution. Based on initialization methods, GAs usually start by constructing initial populations in a randomized and uniform manner. Each population is evaluated for its fit to the target problem using a fitness function. New populations are formed through a series of processes, such as crossover and mutation, and new individuals replace the original ones to form a new population. The great advantage of GAs is that they can process problems of different dimensions in parallel, considering several factors and characteristics simultaneously. It is possible to optimize the computational speed by managing the task allocation between off-the-shelf. In terms of application areas and problem areas, we focus on the typical characteristics of applications and the classification of GAs, respectively, and optimize solutions from different dimensions through examples. The overall procedure of GA is given as follows.

First, the program creates a set number of individuals representing the solutions to the optimized problem at random. When the operator interferes with this randomly produced process to increase the quality of the first population, the quality of the initial population improves. After that, each generation’s individuals are given a value, and the fitness value is calculated using the fitness function. Dominant populations obtain a higher degree of adaptation compared to disadvantaged populations.

The next step is to generate the next generation of individuals to form the population. This process is done by selection and replication, which involves crossover and mutation in algorithmic studies. Selecting the winners from the population and eliminating the inferior ones is called selection. The goal of selection is to pass on their directly optimized genes to the next generation or generate new individuals through crossover pairing and generation, which are then passed on to the next generation. Selectivity is based on assessing the individual’s physical condition in the population. Selection is based on the fitness of new individuals. However, it does not mean at the same time that it is entirely oriented toward fitness because simply selecting individuals with high fitness will lead to a rapid local conversion of the algorithm to the optimal solution rather than to the optimal global solution, which we call the initial stage. As a compromise, GAs follow the principle that the higher the fitness, the higher the chance of being selected, and the lower the fitness, the lower the chance of being selected. The initial data can be selected to form a relatively optimal group.

After that, the selected individuals enter the mating process. The core of biological evolution in nature is the recombination of biogenetics (coupled with mutation). After this series of processes (selection, crossover, mutation), a new generation of individuals differs from the first generation. Each generation moves toward improved overall fitness Because individuals with greater adaptability are more likely to survive and produce the next generation. Conversely, poorly adapted individuals are gradually eliminated.

Distributed genetic algorithm for patient assignment

This section illustrates the proposed DGA for optimizing the PA problem. Firstly, we introduce the representation manner and initialization strategy of DGA. Secondly, the distributed framework of DGA is illustrated in detail. Afterward, the crossover and mutation operators of DGA are described. Finally, the entire procedure of DGA is described.

Fig. 2
figure 2

Illustration of the representation manner in DGA

Representation and initialization

In GA, each individual represents a solution for PA. In each individual, each gene indicates the assignment of each patient. An example of this representation manner is given in Fig. 2. In this example, three doctors allocated to for each patient (represented by A, B,..., F). Different digits with different colors represent different doctors. In total, six doctors are included in this example. Therefore, one doctor is chosen from the candidature lists for each patient. In this example, two individuals are given (represented by \(\mathrm {I_1}\) and \(\mathrm {I_2}\)). For the first patient (patient A), doctor 1 is allocated to in individual \(\mathrm {I_1}\), while doctor 2 is allocated to individual \(\mathrm {I_2}\). For each complete individual, it can be directly evaluated according to the definition of the PA problem.

In the initial population of the proposed DGA, all the individuals are generated randomly according to the above manner. More specifically, the doctor is randomly chosen from the corresponding candidature list for each patient listed in each individual.

Fig. 3
figure 3

Illustration of distributed framework in DGA

Distributed framework

As we introduced, GA with the distributed framework has shown its advantages in terms of population diversity, convergence speed, and optimization speed. The initial population is divided into several sub-populations in the distributed framework, each completing the evolutionary process independently. Based on the predefined topology, sub-populations share their elite individuals (e.g., the best individuals) with the predefined migration interval (MI). Once one sub-population receives the elite individual from the neighbors in the topology, the current sub-population will randomly select an existing individual (not the best one) to replace.

The proposed DGA uses a distributed framework with a ring communication topology. An example of the distributed framework is given in Fig. 3. As shown in this figure, each big hexagon represents a sub-population. The small triangle and five hexagons represent the best individual and the other five individuals in each big hexagon. During the migration operator, the best individuals in sub-populations are sent to the corresponding neighbor sub-populations according to the ring topology with the predefined migration topology. Afterward, one hexagon in the sub-population is replaced by the triangle, representing one random individual replaced by the best individual.

In DGA, the distributed framework is effective in maintaining population diversity. Thus, the exploration search ability of DGA is guaranteed. Besides, by migrating elite individuals among the sub-populations, the population quality of each sub-population is improved, which helps improve the exploitation search ability of DGA. With the help of the distributed framework and migration operator, DGA is likely to achieve the trade-off between exploration and exploitation during the evolution. Furthermore, the distributed framework helps improve the execution speed of DGA.

Crossover operator

In genetics, the crossover operator is an algorithmic procedure that encapsulates the phenomena of chromosomal crossover exchange and biological hybridization. For example, the act of recombining and assigning genes on the chromosomes of two parents to form the next generation of humans may combine the dominant genomes of the two parents to produce new individuals more adaptable and closer to the ideal solution via crossing over.

Similarly, the core of GAs is the internal operation of genetic manipulation. By crossover, we mean the function of replacement and recombination of parts of the structure of biparental individuals, resulting in new individuals. The searchability of GAs is greatly improved by crossover. First, general GAs have a mating probability (crossover probability). This mating probability reflects the probability of two selected individuals mating. Each pair of parent individuals produces one or multiple new individuals as the offspring, while the unmated individuals remain unchanged. In the produced child individual, part of the information comes from the father individual, while the left comes from the mother individual.

An example of the crossover operator in GA is given in Fig. 4. In the example, two individuals (represented by \(\mathrm {I_1}\) and \(\mathrm {I_2}\)). The information included these two individuals is then exchanged. In this example, each individual includes six genes representing six patients. The values on six genes indicate the assignment of these six patients. For each gene, with the same possibility, one value is randomly chosen from two individuals during the crossover operator. For instance, on the first gene (gene A), the value in individual \(\mathrm {I_1}\) is chosen. Thus, in the child individual (represented by C), the value on the first bit is 1. Similarly, on the second gene (gene B), the value in C comes from individual \(\mathrm {I_2}\).

Fig. 4
figure 4

Illustration of crossover operator in DGA

Fig. 5
figure 5

Illustration of mutation operator in DGA

Mutation operator

There are always individual differences between the parents and offspring of an organism, i.e., differences in the genetic material of different individuals in the same gene pool are called mutations.

The mutation operator’s primary goal is to change the gene values at a specific location in individual strings in the population. The probability of the mutation operator is represented by a constant in the general GA for fixed mutations (the probability of mutation). Based on this probability, a random mutation on the chromosome of a new individual is usually a change of one byte of the chromosome. There are two reasons for introducing mutations into GAs: First, give the GA a local random search function. The variation operator’s local random search capability can speed up the convergence in the optimal solution when the GA approximates the optimal solution neighborhood by the crossover operator. In this case, the variance probability should take a small value. Otherwise, the variation will destroy the building blocks close to the optimal solution. The second is to enable the GA to maintain population diversity and prevent premature convergence. In this case, the convergence probability should take a more meaningful value.

In Fig. 5, an example of the mutation operator is given. With the mutation rate MR, each gene of the child individual (represented by C) is randomly adjusted. The third gene (gene C) is chosen randomly in this example. Therefore, its value is randomly adjusted, and its value is changed from 5 to 4.

figure a

Overall procedure

The pseudo-code of DGA is given in Algorithm 1. As shown in the pseudo-code, a master–slave model is utilized to implement the DGA algorithm. At the master node, the generation index g is set as zero. Then the entire population is divided into NSP sub-populations and sent to the corresponding NSP slave nodes. With the predefined migration interval MI, the master node receives the elite individuals from all the slave nodes. Then it sends these elite individuals to the corresponding slave nodes according to the ring topology. The migration process is executed until the terminal condition is satisfied. Finally, the best solution to the PA problem is outputted.

At the slave node, each sub-population evolves independently. During the evolution, in each generation, for each pair of parent individuals, the crossover operator is executed to exchange the allocation information in parent individuals and generate the child individual. Afterward, the mutation operator is carried out on the child individual to improve the population diversity. After the mutation operator, the mutant child individual is evaluated and compared with the parent individuals by the selection operator. If the mutant child individual is better than any parent individual, one of the parent individuals will be replaced. Otherwise, the mutant child individual will not be kept in the population. Then, the migration operator is carried out with the predefined mutation interval MI. Each slave node sends the best individual to the master node and receives one elite individual from the master node. Afterward, one randomly chosen individual in the sub-population that is not the best individual will be replaced by the received migrated individual. Finally, the best individual is returned to the master node.

Table 1 Properties of 16 test instances

Experimental setup

This section illustrates the test instances, parameter settings, and algorithm implementation in the following experiments.

In the subsequent experimental studies, 16 test instances are utilized to investigate the performance of the proposed DGA. Table 1 outlines the properties of these test instances, including the number of patients nP, the number of doctors nD, and the range of estimated diagnosis time T.

In the proposed DGA, the sub-population size SPS is set as 20; the number of sub-population NSP is set as 4; the mutation rate MR is set as 0.1; the migration interval MI is set as 5. For all the algorithms, the maximum fitness evaluation number is set as \(nP \times nD\).

The distributed framework of DGA is implemented by the Message Passing Interface (MPI). Each sub-population is assigned to an independent computation core in the CPU. The communication between sub-populations is implemented by the message passing between CPU cores. DGA and all the compared algorithms in this paper are implemented in C++.

Experimental result

Table 2 TF values of DGA and compared algorithms on all text instances
Fig. 6
figure 6

Convergence curves of DGA and compared algorithms on six typical test instances

Comparison with existing approaches

To verify the performance of the proposed DGA, it is compared with three existing algorithms, i.e., Random, Greedy, differential evolution (DE) [54], and GA [43]. These algorithms are described as follows:

  1. 1.

    Random: This algorithm uses a random manner to solve the PA problem. Random solutions are continuously generated and compared with the best solution. The best solution is replaced once a more competitive solution is generated.

  2. 2.

    Greedy: This algorithm uses a greedy manner to solve the PA problem. Each patient is greedily allocated to a doctor.

  3. 3.

    DE [54]: This DE algorithm utilizes the “DE/best/1” mutation schema to generate the mutant individuals, which can help accelerate the exploitation search ability during the optimization of the PA problem.

  4. 4.

    GA [43]: In this algorithm, a GA is specifically designed for the PA problem, including the representation manner, crossover operator, and mutation operator.

Table 2 lists the mean (Avg) and standard deviation (Std) of TF values (defined in Sect. 2) over 25 independent runs. Therefore, a lower TF value indicates that the corresponding algorithm can provide better optimization performance with regard to the balance of doctors’ diagnosis time. The best results (i.e., the lowest Avg values) in Table 2 are highlighted in boldface. The Greedy approach only lists its results since it can generate deterministic results. The proposed DGA can achieve significant advantages on all 16 test instances. The benefits of DGA in heuristic strategies are confirmed compared to Random. With the help of the crossover and mutation operators, information allocation among different individuals is effectively exchanged, and more competitive individuals are generated and inserted into the population. Compared with Greedy, the stronger feasibility of DGA in population diversity is verified. The greedy technique is more likely to get trapped by the local optima during the PA problem optimization. Unlike the Greedy approach, the population diversity of DGA can effectively guarantee the exploration search ability of DGA. The benefit of DGA in discrete-domain optimization is demonstrated when compared to DE. The mutation strategy of DE, such as “DE/best/1”, is efficient in the continuous-domain calculation. For this discrete PA problem, its mutation strategies are challenging to transfer information among individuals. Compared with GA, the advantage of the distributed framework in DGA is verified. Moreover, with the architecture of the distribution framework, the population diversity in DGA is maintained. Furthermore, the migration of elite individuals among sub-populations accelerates the optimization process. As a result, the advantage of convergence speed is based on the ring topology.

Besides, the Wilcoxon rank-sum test with a 0.05 level is utilized to investigate the performance of these algorithms in a statistical sense. In Table 2, the symbol \(^\dagger\) shows that the corresponding result is significantly better than the other compared results. The advantage of DGA obtained in all the test instances is significant.

According to the problem formulation in Sect. 2, the time complexity of calculating a given solution to the PA problem is \(\mathcal {O}(nP)\). Therefore, the time complexity of the proposed DGA is \(\mathcal {O}(nP^2\times nD)\). Similarly, the time complexity of Random, DE, and GA is \(\mathcal {O}(nP^2\times nD)\), the same as DGA. Different from these algorithms, the time complexity of the Greedy method is \(\mathcal {O}(nP\times nD)\). Although the Greedy method is of lower time complexity, due to the limitation of search diversity, its optimization performance is significantly worse than the proposed DGA. Regarding the space complexity, the space complexity of Random and Greedy is \(\mathcal {O}(nP\times nD)\), while the space complexity of DE, GA, and the proposed DGA is \(\mathcal {O}(nP\times (nD+SPS))\).

In Fig. 6, the convergence curves of Random, DE, GA, and DGA on six typical test instances are plotted. A line with unique color indicates each approach. The number of fitness evaluations is indicated on the horizontal axis, and the value of TF is represented on the vertical axis for each point on the line. The Greedy approach is not given in the figure since no eligible solution is generated during the greedy construction. Compared with the Random approach, the advantage of DGA in search efficiency is verified. Furthermore, with the help of the population crossover and mutation operators, DGA is more likely to achieve the trade-off between exploration and exploitation. Compared with DE, the advantage of DGA in discrete-domain optimization is verified. In addition, compared with GA, the advantage of DGA in information exchange efficiency and population diversity is shown. In summary, DGA achieves the best convergence performance in all six test instances.

Table 3 TF values of DGA and three variants on all text instances

Impact of proposed components

In this section, we will experiment to verify the impact of the proposed components in the DGA. Besides the proposed DGA, we have implemented three variants.

  1. 1.

    DGA-no-crossover: This variant is implemented by removing the crossover operator from DGA.

  2. 2.

    DGA-no-mutation: In this variant, the mutation operator is removed. Accordingly, the crossover operator and distributed framework are kept.

  3. 3.

    DGA-no-distributed: In this variant, the proposed distributed framework is proposed. Therefore, this variant is implemented serially.

Table 3 lists the average (Avg) and standard deviation (Std) values of TF (defined in Sect. 2) obtained by three variants and DGA. The best results (i.e., the lowest Avg values) in all the test instances are labeled in boldface. Overall, the complete-version DGA can outperform the compared variants on all 16 test instances. Compared with DGA-no-crossover, DGA shows its advantage in terms of the crossover operator, effectively exchanging allocation between parent individuals. Compared with DGA-no-mutation, DGA shows its advantage in terms of the mutation operator, which can effectively improve population diversity. Finally, compared with the variant DGA-no-distributed, DGA shows the advantage of the distributed framework, which can effectively balance the exploration and exploitation searching abilities.

Besides, the Wilcoxon rank-sum (significance level 0.05) is employed to verify DGA’s advantage in a statistical sense. As shown in the table, the symbol \(^\dagger\) shows that the labeled results are significantly better than the compared results. In all 16 test instances, the advantages of the complete DGA are significant.

Conclusion

In this paper, a DGA has been proposed to optimize the balance of PA schedules. Each individual in the proposed DGA represents a solution for the PA optimization problem. Furthermore, three operators in the proposed DGA, i.e., crossover, mutation, and selection, have been utilized to improve the competitiveness of these solutions. The distributed framework in the proposed DGA helps improve population diversity and scalability. Through the analysis of the experimental results, we have verified that the proposed DGA effectively optimizes the PA problem. In addition, we have verified the effectiveness of all the proposed components.

In the future, it would be crucial to include more objectives in the PA problem. Thus, some practical multi-objective optimization algorithms should be designed accordingly.