Abstract

Vaccination is one of the effective ways for protecting susceptible individuals from infectious diseases. Different age groups of population have different vulnerability to the disease and different contact frequencies. In order to achieve the maximum effects, the distribution of vaccine doses to the groups of individuals needs to be optimized. In this paper, a differential evolution (DE) algorithm is proposed to address the problem. The performance of the proposed algorithm has been tested by a classical infectious disease transmission model and a series of simulations have been made. The results show that the proposed algorithm can always obtain the best vaccine distribution strategy which can minimize the number of infectious individuals during the epidemic outbreak. Furthermore, the effects of vaccination on different days and the vaccine coverage percentages have also been discussed.

1. Introduction

Infectious diseases are harmful to public health and have made millions of economic loses each year [1]. The most common ways for preventing the spread of infectious diseases are isolation and vaccination. Isolation makes a physical block between infectious individuals and healthy individuals by reducing their direct contacts. However, pathogenic viruses may still spread through the air. Vaccination is a more effective method by developing adaptive immunity of a person to a pathogen [2, 3]. The period of immunity may cover the whole epidemic of the disease or even a whole life. However, the production of vaccines needs time and money. In order to make the best meet between the cost and effect, an optimal vaccine distribution scheme is highly demanded.

The general way for distributing vaccines is to protect the individuals who are most likely exposed to the virus (e.g., doctors and nurses) and those who are the most vulnerable (e.g., children and the elderly) [4, 5]. The transmission of an epidemic disease follows a rule. First, susceptible individuals will be exposed to a disease. Some of them will be infected by direct or indirect contacts. The infected individuals may recover themselves or be treated in hospital. The propagation scope and development of the disease can be recorded and analyzed. If we can estimate the infectious feature of the disease and the activities of the individuals, a better vaccine distribution scheme can be designed. Mossong et al. [6] pointed out that social contacts between different groups are relevant to the spread of infectious disease. Individuals in different age groups have different vulnerability to a disease [7]. Therefore, a vaccine distribution strategy is proposed in this paper for different age groups of individuals.

The objective of the optimization problem is to minimize the total infectious population since the outbreak of the disease until the epidemic seizes. In the literature, vaccine distribution mainly focuses on the transmissibility and infection risk of the disease and the vulnerability of individuals [810]. Longini Jr. and Halloran [11] proposed a strategy for the distribution of influenza vaccines to high-risk groups. Patel et al. [12] proposed a genetic algorithm to find the optimal vaccine distributions to minimize the number of illnesses or deaths in the population. Tuite and his partners [13] used a transmission model to explain spatial spread of disease and identify optimal control interventions.

For solving the vaccine distribution optimization problem, we propose the use the differential evolution (DE) algorithm [14, 15] to enhance the effectiveness of vaccine protection. DE is a type of evolutionary algorithms [1623] which are inspired by the natural evolution of the survival of the fittest. It is very suitable for solving continuous optimization problems and has achieved promising performance in searching nonlinear and multimodal space [24]. In this paper, a DE algorithm for optimizing the vaccine distribution strategy is proposed and a series of simulations are made for analyzing the results and the performance of the algorithm.

The rest of the paper is constructed as follows. Section 2 introduces the infectious disease transmission and control models in the literature. Section 3 describes the implementation of the proposed algorithm. Simulations and analysis are conducted in Section 4. Conclusions are made in Section 5.

2. Infectious Disease Transmission and Control

The risk of an infectious disease is reflected by a series of measures, such as the number of deaths, infections, and economic costs. Researchers have made different models and simulations to reflect the transmission and development of an epidemic disease. The most notable models are the SIR, SIS, and SIRS and their variations SEIS, SEIR, MSIR, MSEIR, and MSEIRS models (S: susceptible, I: infected, R: removed, E: exposed in the latent period, and M: passive immune) [25]. As an example, the transmission of an epidemic disease by vaccination treatments can be illustrated in Figure 1 by an influenza pandemic. The example is an SEIR model with the vaccination control method.

In Figure 1, suppose that a fixed number of individuals in a population are initially susceptible to the disease (the compartment S). Later, some of the susceptible individuals will be vaccinated and supposed to be immune to the disease (the compartment V) immediately. The others will be exposed to the disease in the latent period (the compartment E). The exposed individuals may be infected (the compartment I). The infected individuals may recover (the compartment R) and, in this model, they are supposed to be immune to the disease during the single wave of the disease.

The transmission and control of the above example can also be described by the following nonlinear differential equations according to [26]: where , , , and are the numbers of individuals in the corresponding compartment, respectively. The differential equations of , , , and represent the variations of the number of individuals in the corresponding compartments. The variable is the number of individuals which are vaccinated at each time , denotes the risk of virus infection of the suspected individuals during the period of latency, and is the probability of the exposed individuals to be infected by the disease. The infected individuals will recover with the rate . Different groups of individuals have different values of the rates because of their ages, occupations, or community, and so forth. The subscript is thus used to represent the different groups of individuals.

The infection risk for group relates to the virus transmission variable which relates to the proportion of susceptible individuals in the population , the vulnerability of the population , the average number of contacts between different groups and in the population, the number of infectious individuals , and the number of individuals in group [26]. The value of at time can be computed by where is the number of the predefined groups.

Vaccination is a way which can reduce the number of susceptible individuals under the risk of the disease by stimulating an individual’s immune system to protect them. Therefore, the infection of the disease can be suppressed to a smaller group of susceptible individuals by vaccination. Because the production of vaccines is usually expensive and needs time, in order to achieve the best results, the distribution of vaccines to the susceptible individuals needs to be optimized. In this paper, the vaccines are supposed to be applied to the candidate individuals on a predefined day during the course of the epidemic wave. Suppose that the duration of a single epidemic wave is . So we have . Therefore, the objective function can be represented by where represents a vaccine distribution scheme at time for each group. The objective for controlling infectious diseases by vaccination is to find the optimal vaccine distribution scheme which can minimize the total number of infectious individuals during the course of the epidemic wave if the vaccination is applied on the day .

In the considered problem, the number of individuals in the corresponding compartment is updated each day. Therefore, the above integral is actually calculated as In this paper, the DE algorithm is used to address the problem.

3. Implementation of the Proposed Algorithm

In this section, the implementation of the DE algorithm for the vaccine distribution will be presented. The optimization process of the DE algorithm includes initialization, mutation, crossover, and selection operations.

3.1. Initialization

The search process of the DE algorithm is based on the evolution of a group of individuals, which are the indirect representation of the candidate solutions of the problem and are encoded according to the optimization objective. Note that the term individual in the DE algorithm represents its basic optimization unit and it is different from the individual in the SEIR model. In the vaccine distribution problem, the vaccine distribution must satisfy where () is the total number of vaccine doses which can be applied at time . It is known that the more vaccines are applied, the better they are for controlling the epidemic, so the total amount of vaccines at time is considered in this paper.

Each individual in the DE algorithm for the th generation is encoded as , representing the percentage of the remaining vaccine doses which will be used for the th group of individuals, , and is the number of individuals used in the algorithm. Note that we have , . Therefore, the vaccine distribution strategy for the groups of individuals based on the encoded individual is In the above equations, the variable is omitted for better clarification. The individuals in the initial population of the algorithm are randomly generated.

3.2. Mutation and Crossover

After initialization, the mutation operation will be used to produce a mutant vector with respect to each individual in the current population in the th generation, . is generated via a mutation strategy. In this paper, is computed by The indices and are different uniform random integer numbers generated in the range [1, ] and is the recorded best individual that is found by the algorithm. The scaling factor is a positive predefined parameter for scaling the different vector.

After the mutation operation, each pair of the vector and its corresponding mutant vector will be used to generate a trial vector , and the process is called crossover. The crossover operation is defined as where rand (0,1) is a uniform random value in the range (0,1) and is a random integer number chosen from 1 to for each individual , , . The crossover rate is a predefined parameter in the range [0,1).

3.3. Selection

After mutation and crossover, the newly generated individuals will be evaluated and the selection operation is performed. The selection operation is defined by DE compares the objective function value of the vaccine distribution strategy by each trial vector and its corresponding vector in the current population. Since the objective of the problem is to minimize the total number of the infectious population, if the objective function value of the trial vector satisfies , the vector will be replaced by the trial vector and will join in the population of the next generation. Otherwise, the vector will be reserved in the next generation.

The flowchart of the DE algorithm is illustrated in Figure 2. Through a series of generations of the mutation, crossover, evaluation, and selection operations, the best individual is updated and the algorithm stops when the termination condition is satisfied (e.g., the algorithm reaches the predefined maximum generation number).

4. Simulations and Analysis

In the experimental section, the performance of the proposed DE algorithm will be compared with some vaccine deployment strategies in the literature. First, the settings of the simulations are described.

4.1. Settings of the Simulations

The epidemic model in [26] will be used in the simulation. The age groups of population considered in the experiment are (5–14 years), (15–24 years), (25–44 years), (45–64 years), and (65 or above years). In the pandemic transmission model, the vulnerability values of the population are , , , , and . The probabilities of the exposed individuals to be infected by the disease and the recovery rates are , , , the same for the five age groups.

The numbers of contacts between different age groups are illustrated in Figure 3. It can be observed that the individuals in the same group contact more frequently than those in the other groups. Youngsters in group have the highest contact frequency and the individuals in are the next.

The initial points of the infection of the disease affect the epidemic spreading. The vaccine coverage and releasing time also influence the total number of infectious population. For the purpose of evaluation, in the simulation, initially 30 individuals in are set exposed to the disease. The composition of the population in each age group is , , , , and . Various vaccine coverage and the releasing time will be simulated in the experiment and the time range . The parameters in the DE algorithm are set as the population size is , , and . The maximum number of generations before the termination of the algorithm is 1000.

4.2. Traditional Deployment Methods for Comparisons

In the literature, the vaccine deployment strategy is generally made according to the transmissibility of the disease, the vulnerability of the population, or the infection risk of the disease. In this paper, three common strategies (S1 to S3) are introduced.

Strategy 1 (S1): Based on Transmissibility. More vaccine doses will be given to the individuals with a higher contact frequency. The vaccination proportion for each age group at time is

Strategy 2 (S2): Based on Vulnerability. This strategy focuses on the infectious vulnerability . The number of vaccine doses for each population group is proportional to their infectious vulnerabilities. The vaccination proportion for each age group at time is

Strategy 3 (S3): Based on Infection Risk. The vaccination proportion for each age group at time is based on the value of the time-dependent infection risk ; thus

4.3. Comparisons with Different Deployment Methods

In the simulation, the vaccines are supposed to be released and applied to the individuals only once during one wave of the epidemic at time and the vaccines take effect immediately. Therefore, we first check the effectiveness of the vaccine deployment at different days = 1, 50, 75, and 100. The vaccine coverage percentage, which is the total number of available vaccine doses, is set to be equal to 5% of the total population.

Figure 4 illustrates the curves of infectious population during the course of the epidemic. It can be observed that, without vaccination (no Vacc.), the infection dynamic curve of the epidemic is like a bell shape. If the vaccine deployment is applied, the peak of the infection dynamic curve will be reduced and delayed. Compared with the other three methods, the vaccine distribution strategy of DE is the best and its curve is the lowest. If the vaccines are applied on day = 1, the best vaccine distribution by DE can mostly suppress the outbreak of the epidemic. If the vaccines are taken on day = 50, the outbreak of the epidemic can be reduced to a small number of population. If the vaccines are applied later than the outbreak of the epidemic (e.g., day = 100), the effectiveness of vaccination will be unsatisfying to all methods.

Table 1 tabulates the summation of the number of infectious individuals each day after the vaccination is applied, that is, the objective function value for the different methods. It is shown that DE achieves the best result compared with the other three methods. By taking the vaccines as earlier, the total number of the infectious population is smaller. For example, if the vaccines are taken on day = 1, the summation value is , almost one third of the value for the case with = 50.

4.4. Further Discussions

In the above experiment, the DE algorithm can always achieve the best vaccine distribution strategies. In the further experiment, the features of the vaccine distribution will be discussed.

The vaccine distribution by the DE algorithm for the five age groups is shown in Figure 5 for the cases with the vaccines taken on day = 1 to 150 and 5% vaccine coverage. It can be observed that more than 99.9% of the vaccines should be distributed to group if the vaccine doses can be available before the day = 80. After that, the individuals in group will be the second focus of vaccination and, after day = 127, the percentage of vaccine doses to surpasses that to . After day = 104, the doses for also increase obviously. The number of doses to and is too small to be seen in the figure.

Figure 6 shows the influence of different vaccine coverage percentages and vaccination days on the total number of infectious individuals on each day, which is the objective function value of (3). It can be observed that the larger the vaccine coverage percentage, the smaller the number of infectious individuals with the same vaccination day. When the vaccine coverage percentage is from 1% to 10%, the objective function value varies greatly. So we choose = 50 and compare the infection dynamic curves for the vaccine coverage percentages from 1% to 10% in Figure 7. It is shown that if the vaccine coverage can increase to 7%, the epidemic control by the vaccination strategy will be much better than the smaller coverage percentages. By considering the cost and effect, the 7% vaccine coverage percentage is preferred.

5. Conclusion

In this paper, a differential evolution (DE) algorithm is proposed to optimize the problem of vaccine distribution, the objective of which is to find the optimal distribution strategy to determine the number of vaccine doses to different age groups of population and minimize the infectious population during the pandemic. A series of simulations on an SEIR model have been used to test the performance of the DE algorithm. Although there are several strategies in the literature to guide the distribution of vaccine doses, the proposed DE algorithm can obtain the best results.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work was supported in part by the National High-Technology Research and Development Program (863 Program) of China no. 2013AA01A212, National Science Fund for Distinguished Young Scholars 61125205, National Natural Science Foundation of China under Grants 61202130 and 61332002, NSFC Joint Fund with Guangdong under Key Project U1201258 and U1135005, Guangdong Natural Science Foundation S2012040007948, Fundamental Research Funds for the Central Universities no. 12lgpy47, and Specialized Research Fund for the Doctoral Program of Higher Education 20120171120027.