key: cord-0511877-mc1q97m6 authors: Zheng, Yu-Jun; Yu, Si-Lan; Yang, Jun-Chao; Gan, Tie-Er; Song, Qin; Yang, Jun; Karatas, Mumtaz title: Intelligent Optimization of Diversified Community Prevention of COVID-19 using Traditional Chinese Medicine date: 2020-07-28 journal: nan DOI: nan sha: fd99351014351fabb235b8b959c932d324b82434 doc_id: 511877 cord_uid: mc1q97m6 Traditional Chinese medicine (TCM) has played an important role in the prevention and control of the novel coronavirus pneumonia (COVID-19), and community prevention has become the most essential part in reducing the spread risk and protecting populations. However, most communities use a uniform TCM prevention program for all residents, which violates the"treatment based on syndrome differentiation"principle of TCM and limits the effectiveness of prevention. In this paper, we propose an intelligent optimization method to develop diversified TCM prevention programs for community residents. First, we use a fuzzy clustering method to divide the population based on both modern medicine and TCM health characteristics; we then use an interactive optimization method, in which TCM experts develop different TCM prevention programs for different clusters, and a heuristic algorithm is used to optimize the programs under the resource constraints. We demonstrate the computational efficiency of the proposed method and report its successful application to TCM-based prevention of COVID-19 in 12 communities in Zhejiang province, China, during the peak of the pandemic. T He ongoing outbreak of the novel coronavirus pneumonia , declared by the World Health Organization as a global public health emergency, has been reported in over ten million cases in over 200 countries and territories as of June 29, 2020. Community prevention and control has become the most basic and essential part in reducing the spread risk and protecting populations during the pandemic [1] , [2] . Currently, community prevention is a significant challenge, not only because there is still no effective antiviral or vaccine, but also because of the pressing need to restart economy and restore social life [3] , [4] . Although modern medicine offers accurate diagnosis and treatment methods for many diseases, it shows weakness in preventing emerging infectious diseases such as COVID-19 for which there is no vaccine, because epidemic prevention solutions based on modern medicine heavily rely on a clear understanding of the pathogenic mechanism and a number of large case-controlled studies [5] , [6] , and the misuse of antibiotics can cause severe side effects [7] . Traditional Chinese medicine (TCM) has been developed and used in the prevention and treatment of various diseases for thousands of years in Chinese history. TCM is a comprehensive system of the treatment of acute and chronic disorders as well as for the prevention of such disorders mainly based on herb medicine [8] . Unlike modern medicine that focuses on killing viruses, TCM pays attention to improving the inherent self-resistance and reducing the likelihood of disease onset by using a unique holistic approach to establish equilibrium in the whole and individual parts of the body [9] . The present principles on prevention of COVID-19 are to tonify body energy to protect the outside body, dispel wind, dissipate heat and dissipate dampness [10] . Facing an emerging infectious disease, TCM prescriptions (formulae) are made by combining existing crude herbs or minerals instead of developing new drugs. That is why TCM have achieved great success in response to recent epidemics such as SARS, H1N1, and Zika [11] - [15] , and is playing a vital role in reducing the incidence rate and controlling the spread of COVID-19 [16] - [18] . However, we believe that there is much room for improvement of community prevention of the pandemic using TCM. For example, since the COVID-19 outbreak in China, many local public health administrations have issued TCM prevention programs for COVID-19, and some communities used a single program or prescription for all residents [19] , [20] . Such a one-size-fits-all solution violates the "treatment according to three factors (time, place, and people)" and "treatment based on syndrome differentiation" principles of TCM and, therefore, limits the effectiveness of prevention. According to requirements of local governments to improve community prevention of COVID-19, we propose an intelligent, diversified community prevention method for COVID-19 by combining TCM and modern computational intelligence methods. First, we use a fuzzy clustering method to divide the population based on both modern medicine and TCM health characteristics. According to the health characteristics, TCM experts develop a TCM prevention program for each cluster. The initial program for each cluster aims to maximize the prevention effect on residents in the cluster. Nevertheless, the demands of all initial programs often exceed the available resources. We then use an interactive optimization method to continually evolve the prevention programs until all programs are approved by the TCM experts while all resource demands are satisfied. The proposed method has been successfully practiced in a number of communities in Zhejiang province and extended to many other regions in China during the peak of COVID-19. II. FUZZY CLUSTERING OF COMMUNITY RESIDENTS Using a "one-size-fits-all" prevention program for all community residents fails to consider interpersonal differences and is rarely effective. On the contrary, developing a personalized prevention program for each resident would be too expensive due to the limited resources under the pandemic. We prefer to develop a set of diversified prevention programs, each for a group of residents with similar physical characteristics. The characteristics include both modern medicine characteristics and TCM health characteristics, as summarized in Table I . The data sources of the characteristics include both modern healthcare records and TCM records of the residents. Those characteristics are used as input features for grouping, and the value of each feature is normalized, e.g., real values (such as height and weight) are normalized to [0,1], and exclusive labels (such as sex and illness) are represented by binary variables. In this study, we use a total of 1148 features for grouping. However, for most residents, a large portion of features are inevitably absent. For example, a resident typically is free of illness or with only one illness. A. An Improved Fuzzy c-Means Clustering Method For such a high-dimension grouping problem with many missing values, classical hard clustering methods such as Kmeans clustering [22] are not very effective. In this study, we use an improved fuzzy c-means (FCM) clustering method [23] . In brief, FCM groups a set of data points by minimizing the overall fuzzy-membership-weighted distance of the data points from cluster centroids: where n is the number of data points, c is the number of clusters, u ij is the membership degree of the jth data point to the ith cluster subject to i u ij = 1, d ij is the distance between the jth data point and the ith cluster centroid, m is a control parameter with a default value of 2, U = (u ij ) c×n is the weight matrix, and V = [v 1 , v 2 , . . . , v c ] is the set of cluster centroid vectors. Xu and Wu [24] extended the standard FCM to intuitionistic FCM based on new distance measures defined on intuitionistic fuzzy sets (IFS) [25] that capture more uncertainty information. Here, we use Pythagorean fuzzy sets (PFS) [26] , which allow for a larger body of membership grades than IFS, to further improve clustering. Formally, let S be an arbitrary nonempty set, a PFS is a mathematical object of the form: where µ P (x) : S → [0, 1] and ν P (x) : S → [0, 1] are respectively the membership degree and the non-membership degree of the element x to S in P . PFS extends IFS in that the membership degrees satisfy µ 2 P (x) + ν 2 P (x) ≤ 1. The hesitant degree of x ∈ X is expressed as: In our improved Pythagorean FCM, data points and cluster centroids are represented by Pythagorean fuzzy number vectors, where the distance between two Pythagorean fuzzy numbers β 1 = P (µ β1 , ν β1 ) and β 2 = P (µ β2 , ν β2 ) is calculated as [27] : (4) And the distance d ij in Eq. (1) between a D-dimensional data point x j and a cluster centroid v i is calculated as: Algorithm 1 presents the Pythagorean FCM method, which minimizes the objective function J(U, V ) by iteratively updating the fuzzy membership weights (Line 11) and centroids (Line 13) to apply the derivative of J(U, V ) [24] . Algorithm 1: Pythagorean fuzzy c-means clustering algorithm. 1 Initialize a c×n matrix U and a set V (0) of c cluster centroids; The performance of FCM clustering heavily depends on the quality of initial cluster centroids [28] , [29] . Instead of randomly setting initial cluster centroids, we use a metaheuristic algorithm, ecogeography-based optimization (EBO) [30] , to optimize initial cluster centroids [29] . The algorithm starts by initializing a population of solutions, each representing a set V (0) of c initial cluster centroids. Let J(x) denote the resulting J(U, V ) value obtained by the FCM method from the initial cluster centroids of x; each solution x is assigned with an emigration rate E r (x) that is inversely proportional to J(x) and an immigration rate I r (x) that is proportional to J(x): where J max and J min are the maximum and minimum J(·) values among the population, and is a small positive number to avoid division-by-zero. In this way, a better solution has a higher probability of emigrating features to other solutions, while a worse solution has a higher probability of immigrating features from other solutions [31] . The EBO algorithm then continually evolves the solutions using two migration operators: local migration and global migration. Local migration updates a solution x at each dimension d by migrating the corresponding dimension of a neighboring solution x † as follows: where rand(0, 1) produces a random number uniformly distributed in (0, 1), and x † is selected from all neighbors of x with a probability proportional to E r (x † ). Global migration updates a solution x at each dimension d by migrating the corresponding dimensions of both a neighboring solution x † and a non-neighboring solution x ‡ as follows: where x † is selected from all neighbors of x with a probability proportional to E r (x † ), and x ‡ is selected from all other solutions that are not neighbors of x with a probability proportional to E r (x ‡ ). EBO uses a parameter η as the probability of performing global migration and, therefore, (1 − η) as the probability of performing local migration. The value of η dynamically increases from a lower limit η min to an upper limit η max with generation g of the algorithm: In this study, we use a local random neighborhood structure [32] , which randomly assigns k N neighboring solutions to each solution in the population (where k N is a control parameter); if the current best solution has not been updated after a number g of consecutive generations, the neighborhood structure is randomly reset. Algorithm 2 presents the pseudocode the EBO algorithm, where Line 4 invokes Algorithm 1 to evaluate the fitness of each solution (initial centroid setting). The EBO algorithm for enhancing the fuzzy clustering method. 1 Randomly initialize a population of solutions (initial set of cluster centroids); 2 while the stopping criterion is not satisfied do 3 foreach solution x in the population do 4 Use Algorithm 1 to produce the clustering results (U, V ) from the initial cluster centroids of x; 5 Let x * be the best solution in the population; 6 foreach solution x in the population do 7 Compute Er(x) and Ir(x) according to Eqs. (6) and (7); 8 foreach solution x in the population do 9 for d = 1 to n do 10 if rand(0, 1) < Ir(x) then 11 Select a neighboring x † with probability proportional to Er(x † ); 12 if rand(0, 1) < η then 13 Select a non-neighboring x ‡ with probability proportional to Er(x ‡ ); 14 Perform global migration according to Eq. if the migrated solution x is better than x then 18 x ← x ; 19 Update η according to Eq. (10); 20 if x * has not been updated for g consecutive generations then 21 Randomly reset neighborhood structure; 22 return the clustering result of the best known solution x * . After clustering the community residents into c groups, we invite TCM experts to assess the health characteristics of each cluster by examining representative residents, and develop diversified prevention programs according to the characteristics. Note that the number p of prevention programs approximates, but does not necessarily equal, the number c of clusters. That is, the TCM experts typically develop a prevention program (including a TCM prescription and other supplementary measures such as acupuncture and moxibustion) for a cluster; they may also develop a prevention program for two similar clusters as they consider appropriate; for a cluster with highrisk residents (with suspected symptoms of COVID-19 or serious underlying illnesses), they can decide to develop one prevention program for each resident. When developing initial programs, the TCM experts aim to maximize the prevention effect on residents of each cluster without considering the limits of medical resources, including herbal medicines, patent medicines, medical devices, pharmacists, and other paramedical personnel. If the demands of the programs exceed the available resources, we use an intelligent optimization algorithm to optimize the programs subject to the resource constraints. However, any prevention program produced by computer algorithms must be checked and, if necessary, modified by the TCM experts before implementation. The above process continues until all prevention programs satisfy the resource constraints and are approved by the TCM experts. Fig. 1 illustrates the interactive optimization process. The problem of optimizing prevention programs is formulated as follows. TCM experts have developed N basic prevention programs, denoted by {P 1 , P 2 , . . . , P N }, for residents from M communities, denoted by {C 1 , C 2 , . . . , C M }. The programs involve: • K types of drugs denoted by {D 1 , D 2 , . . . , D K }; • K 1 types of other medical resources that can be shared among the communities, denoted by {G 1 , G 2 , . . . , G K1 }, such as TCM material and movable devices; • K 2 types of other medical resources that cannot be shared among the communities, denoted by {F 1 , F 2 , . . . , F K2 }, such as immovable devices and staffs belong to given communities. The problem is to optimize the distribution of medical resources among the prevention programs for the M communities. In the local region, the total available quantity of each Each prevention program P j has the following attributes (1 ≤ j ≤ N ): • The number n j of residents using the program; • The set Θ j of communities that have residents using the program; for each community C i ∈ Θ j , the number of residents using the program is n ij ; • The set Φ j of drugs used by the program; for each drug D k ∈ Φ j , the quantity used per prescription is q D jk ; • The set Ψ j of other sharable resources used by the program; for each resource G k ∈ Ψ j , the quantity used per prescription is q G jk ; • The set Ω j of other non-sharable resources used by the program; for each resource F k ∈ Ω j , the quantity used per prescription is q F jk ; In a TCM prescription, many ingredients have alternatives. We use Φ j ⊂ Φ j to denote the subset of drugs that have alternatives in P j ; for each drug D k ∈ Φ j , we use a list Λ k to store its alternative drugs in decreasing order of priority, which are determined by TCM drug properties and effects to the disease (COVID-19 belongs to pulmonary disease in TCM). We consider two types of updates on a TCM prescription: • Replacing an auxiliary drug D k ∈ Φ j with an alternative D k ∈ Λ k , for example, replacing coix seed with winter melon seed; • Replacing a main drug D k ∈ Φ j with an alternative D k ∈ Λ k ; however, according to compatibility of TCM, a main drug is related to one or more auxiliary drugs, and the corresponding auxiliary drugs should also be reapplied; an example is replacing "astragalus membranaceus (main) + cinnamon (auxiliary)" with "codonopsis pilosula (main) + yam (auxiliary)". To avoid the updated prescriptions deviating too much from the original prescriptions developed by TCM experts, for each prevention program, we allow updating at most one drug (except auxiliary drugs related to a main updated drug) at each time. For either of the above two types of updates, we use P j (x j , x j ) to denote the updated program, where x j denotes the index of the original drug D k in the prescription, and x j denotes the index of the alternative drug D k in Λ k . Therefore, for the set of original prevention programs {P 1 , P 2 , . . . , P N }, each solution to the problem can be represented by a (2N )dimensional integer vector x = {x 1 , x 1 , x 2 , x 2 , . . . , x N , x N }, which indicates that the x j -th drug in P j is to be replaced by its x j -th alternative (1 ≤ j ≤ N ); without loss of generality, x j = x j denotes that P j is unchanged. Based on the efficacy of the original and alternative drugs, we can determine the quantity of an alternative drug D k used to replace an original drug D k in the prescription. Based on the change of the prescription, we can then determine the changes of other medical resources, such as the types and quantities of material and the working hours for processing the drugs. Consequently, we obtain the following attributes of the updated prevention program P j (x j , x j ): • The set Φ j (x j , x j ) of drugs; for each drug D k ∈ Φ j (x j , x j ), the quantity used per prescription is q D jk (x j , x j ); • The set Ψ j (x j , x j ) of other sharable resources used by the program; for each resource G k ∈ Ψ j (x j , x j ), the quantity used per prescription is q G jk (x j , x j ); • The set Ω j (x j , x j ) of other non-sharable resources used by the program; for each resource F k ∈ Ω j (x j , x j ), the quantity used per prescription is q F jk (x j , x j ). The objective of the problem is to maximize the overall effects of the updated prevention programs, subject to that the resources used by the programs do not exceed the available resources. The effect of each updated program P j (x j , x j ) is evaluated based on its deviation from the original program P j : the larger the deviation, the smaller the effect is, as we should trust the ability of TCM experts who develop the original program. The deviation of P j (x j , x j ) from P j is assessed in two aspects: • The importance of D xj in the original P j , which is measured by a weight w jk ; a larger priority indicates a larger deviation; • The priority of D x j in the alternative set Λ xj ; a higher priority indicates a smaller deviation. Here, we calculate the deviation as follows: where I(Λ xj , x j ) is the index of D x j in Λ xj (without loss of generality, we set ∆P j (x j , x j ) = 0). Moreover, we use a weight w j to denote the susceptibility of residents covered by program P j to the epidemic, and use a weight w i to denote the importance of each community C i (which is related to the openness and population density of the community). The objective of the problem is defined as: The constraints of the problem are the quantities of each drug, other sharable resource, and other sharable resource used by the programs cannot exceed available quantities: It should be noted that, in Eqs. (13)-(15), we uniformly use the operator for notational simplicity; however, it does not necessarily always be summation. Typically, for drugs and material, denotes summation; but for other resources such as devices and personnel, can be other corresponding aggregation operators. For example, suppose that a decocting machine can process 50 doses of a prescription, the operator will add 1 per 50 doses, and will also add 1 if the number of remaining doses is less than 50. A TCM prescription can have tens of ingredients, and a drug can have tens of alternative drugs. Therefore, when the number N of prevention programs is relatively large, the solution space of the problem can be very large, for which tradition exact optimization methods are often inefficient. We use a metaheuristic optimization algorithm, water wave optimization (WWO) [33] , to efficiently solve the problem. The algorithm starts by initializing a population of N P solutions. To evaluate the fitness of each solution x, we employ three penalty functions v D (x), v G (x), and v F (x) to calculate the violations of constraints (13), (14) , and (15) as follows: And the fitness fit(x) is calculated as: We sort all N P solutions in the population in decreasing order of the fitness value. Let o(x) be the index of solution x in the sorted population, according to the principles of adapting WWO for combinatorial optimization [34] , we calculate a wavelength λ(x) for each x as an integer between 1 and N as follows: where · denotes rounding up to the nearest integer. The WWO iteratively evolves the solutions using three operators including propagation, refraction, and breaking. The propagation operator is based on two neighborhood structures. Given a solution x to the problem, its neighboring solutions can be obtained using one of the following two approaches: • Randomly selecting a prescription P j , changing x j to a random index of Λ xj ; this indicates modifying the alternative drug used in P j (x j , x j ); • Randomly selecting a prescription P j , changing x j to the index of another drug D k ∈ Φ j , and then changing x j to a random index of Λ k ; this indicates modifying both the drug to be replaced in P j and the alternative drug used in P j (x j , x j ). The propagation updates each solution x by performing λ(x) steps of neighborhood search, i.e., propagates x to a λ(x)-step neighboring solution. In this way, a solution with higher fitness (and therefore smaller wavelength) exploits a smaller area, while a solution with lower fitness explores a larger area, as illustrated in Fig. 2 . If the resulting λ(x)-step neighbor is better than x, it replaces x in the population. The refraction updates a stagnant solution x that has not been improved for g consecutive generations (where g is a control parameter) by making it learn from the current best solution x * . At each dimension j, the pair of components (x j , x j ) has a probability of 0.5 of being replaced by the corresponding components (x * j , x * j ) of x * . The breaking of a newly found best solution x * generates at most N one-step neighboring solutions, each being obtained by trying to replace x j with the index of a better alternative drug in Λ xj (1 ≤ j ≤ N ); if the best neighbor is better than x * , it replaces x * in the population. Algorithm 3 presents the pseudocode the WWO algorithm for the prevention program optimization problem. IV. COMPUTATIONAL RESULTS During February and March, 2020, we have applied the proposed method to TCM prevention of COVID-19 in two regions in Zhejiang Province, China: • 39,720 residents in eight communities in Hangzhou city; • 9,812 residents in four communities in Shaoxing city. The following subsections report the results of fuzzy clustering of residents, TCM prevention program optimization, and prevention program implementation. Based on the analysis of TCM experts on local populations and TCM symptoms of COVID-19, the number C of clusters is set to 16. We compare the clustering results of the standard FCM method, intuitionistic FCM (IFCM), Pythagorean FCM (PFCM), PFCM enhanced by EBO, and PFCM enhanced by the following popular metaheuristic optimization algorithms: • The genetic algorithm (GA) [35] ; • The differential evolution (DE) algorithm [36] ; • The comprehensive learning particle swarm optimization (CLPSO) algorithm [37] ; • The hybrid biogeography-based optimization (HBBO) algorithm [38] . Each algorithm runs 30 times with different random seeds (the four basic FCM methods use randomly initial cluster centroids, and the PFCM with different metaheuristics use randomly initial populations). Fig. 3 presents the resulting J(U, V ) values obtained by the eight clustering algorithm over the 30 runs. On both the instances of two regions, IFCM achieves better results than the standard FCM, and PFCM achieves better results than IFCM, which shows that using extended fuzzy sets can improve the fuzzy clustering results by capturing uncertainty information more effectively; compared to the three basic FCM methods using random initial cluster centroids, PFCM enhanced by metaheuristic optimization to find optimal/sub-optimal initial centroids achieve significant performance advantages, because the quality of initial centroids heavily affects the clustering results; among the five metaheuristic algorithm, the proposed PFCM-EBO exhibits the best performance, which demonstrates the efficiency of the EBO algorithm in optimizing initial clustering centroids for residents grouping. The TCM experts develop 15 prevention programs for the 16 clusters of residents (two clusters are very similar and share one program). Among the 39,720 residents in Hangzhou, 4,625 residents agree to adopt the prevention programs, but medical resources required to implement the programs significantly exceed the available resource. Therefore, we use the proposed WWO algorithm to optimize the programs. Among the 15 updated programs, 13 programs are approved by the experts, and the remaining two programs are slightly modified by the experts. The resources required to implement the updated programs do not exceed the available resources and, therefore, the programs are put into implementation. However, after one week of implementation, many resources have been consumed, and the available resources are not sufficient to implement the 15 updated programs. Therefore, we perform a second round of program optimization. Among the 15 programs updated in the second round, 12 programs are approved, and the remaining three programs are modified by the experts. Nevertheless, the resources required to implement all programs exceed the available resources again. Therefore, we perform a third round of program optimization, the results of which are approved and put into implementation. Among the 9,812 residents in Shaoxing, 1,227 agree to adopt the prevention programs. In Shaoxing, we perform two rounds of program optimization, the results of which are put into implementation successively. In summary, we use the proposed WWO algorithm to solve five instances of the prevention program optimization problem. For comparison, we also implement the following five popular metaheuristic optimization algorithms on the five instances: • The GA for constrained optimization [39] ; • The biogeography-based optimization (BBO) for constrained optimization [40] ; • The DE algorithm for constrained optimization [41] ; • The cuckoo search (CS) algorithm for integer programming [42] ; • The grey wolf optimization (GWO) algorithm for integer programming [43] . Each algorithm runs 30 times with different random seeds. Fig. 4 presents the resulting objective function values obtained by the six algorithm over the 30 runs. As the weights in the objective function (12) are normalized, the objective function value represents the average index of the selected alternative drugs in the alternative sets. On the three instances in Hangzhou, the median objective function values of the WWO algorithm are 1.83, 2.71, and 0.39, respectively, which are always the smallest among than the six algorithms. These three instances have the same number N of programs and similar numbers of residents, but the constraints of the second-round instance is the most rigorous, while the constraints of the thirdround instance is the least rigorous. The differences among the comparative algorithms are the largest on the second-round instance and the smallest on the third-round instance. On the second-round instance, the performance advantages of WWO over the other algorithms are also the most significant. This demonstrates that the proposed WWO algorithm is efficient in solving complex instances of the prevention program optimization problem. On the two instances in Shaoxing, the median objective function values of the WWO algorithm are 1.39 and 1.24, respectively, which are also the smallest among than the six algorithms. In the second-round instance in Shaoxing, the resources required to implement the basic prevention programs do not exceed too much the available resources; on this relatively simple instance, all algorithms achieve the same minimum objective function value of 1.24, which has been verified to be the exact optimal objective function value. However, only the median objective function values of DE and WWO are 1.24, and the maximum objective function value of WWO is less than that of DE. In summary, the results show that the proposed WWO algorithm exhibits the best performance on all instances. We compare the actual prevention effects of the diversified TCM prevention programs developed using our method with those of the uniformed TCM prevention program released by Zhejiang Provincial Health Commission. The results are presented in Table II . During February and March, 2019, in Hangzhou city, among 4,625 residents adopting our diversified prevention programs, there is no case of COVID-19 reported. During the same period, according to statistics from 71 communities in Hangzhou, among 36,138 residents adopting the uniformed prevention program, there are six cases, including five imported cases and one local case. In Shaoxing, among 1,227 residents adopting our diversified prevention programs, there is also no case of COVID-19 reported. During the same period, among 10,530 residents adopting the uniformed prevention program, there are two imported cases. According to the comparison results in Table II , in terms of incidence rate, the effects of diversified TCM prevention programs are obviously better than those of the uniformed TCM prevention program in both the regions. Nevertheless, due to the low incidence rate of COVID-19 in China and the limited number of residents in this study, the comparison of incidence rates does not have sufficient statistical significance. Therefore, we also conduct a questionnaire survey on the effects of TCM prevention programs. There are two questions, the first is about "TCM prevention program helps me improve health conditions", and the second is about "TCM prevention program helps me prevent against COVID-19". The answer to each question has seven choices: strongly agree, agree, weakly agree, neutral, weakly disagree, disagree, and strongly disagree. There are a total of 7,358 residents, including 2,550 adopting our diversified TCM prevention programs and 4,808 adopting the uniformed diversified TCM prevention program, participate the survey. Fig. 5 presents the survey results of the question "TCM prevention program helps me improve health conditions". Among the participants adopting diversified prevention programs, 73% give positive answers (18% strongly agree, 44% agree, and 11% weakly agree), which is significantly higher than 59% among the participants adopting the uniform prevention program who give positive answers (16% strongly agree, 31% agree, and 12% weakly agree). Fig. 6 presents the survey results of the question "TCM prevention program helps me prevent against COVID-19". Among the participants adopting diversified prevention programs, 78% give positive answers (23% strongly agree, 41% agree, and 14% weakly agree), which is significantly higher than 63% among the participants adopting the uniform preven-tion program who give positive answers (20% strongly agree, 29% agree, and 14% weakly agree). In summary, the survey results demonstrate that the residents adopting diversified prevention programs are more satisfied with the effects of COVID-19 prevention and health condition improvement than the residents adopting the uniform prevention program. In this study, we propose an intelligent optimization method to develop diversified TCM prevention programs for reducing the spread risk of and protecting populations against COVID-19. First, we use a fuzzy clustering method to divide the population based on both modern medicine and TCM health characteristics. Based on the clustering results, TCM experts develop diversified prevention programs, which are then evolved by an interactive optimization method until all the resource constraints are satisfied. The proposed method has been successfully practiced in a number of communities in Zhejiang province, China, during the peak of COVID-19. The reported work is an emergency study aiming at COVID-19. We are continuously improving the propose method in several aspects, including (1) using health big-data analytics to enhance the feature set for clustering; (2) incorporating more TCM knowledge to the interactive optimization method to reduce the efforts of TCM experts; (3) incorporating more medical knowledge and health assessment methods to evaluate the effects of TCM prevention programs in a more accurate way. It is expected that the proposed method can be extended to the prevention and control of more epidemics in the future. 6 . Distribution of different answers to the question "TCM prevention program helps to prevent against COVID-19". Characteristics of and important lessons from the coronavirus disease 2019 (COVID-19) outbreak in China: Summary of a report of 72 314 cases from the Chinese Center for Disease Control and Prevention Community-based prevention and control of COVID-19: Experience from China If the world fails to protect the economy, COVID-19 will damage health not just now but also in the future An optimization method for production resumption planning under COVID-19 epidemic Antiviral strategies against influenza virus: towards new therapeutic approaches An urgent call for raising the scientific rigorousness of clinical trials on COVID-19 Strategic interactions in multi-institutional epidemics of antibiotic resistance Systems biology technologies enable personalized traditional chinese medicine: A systematic review Future perspectives of personalized medicine in traditional chinese medicine: A systems biology approach Review of the 2019 novel coronavirus (SARS-CoV-2) based on current evidence Chinese herbal medicine for severe acute respiratory syndrome: a systematic review and metaanalysis The efficacy of Chinese medicine for SARS: A review of Chinese publications after the crisis Review of prevention and treatment on influenza A (H1N1) with traditional Chinese medicine Two birds with one stone? possible dual-targeting H1N1 inhibitors from traditional Chinese medicine Zika therapy by traditional Chinese medicine, a new proposal Can Chinese medicine be used for prevention of corona virus disease 2019 (COVID-19)? a review of historical classics, research evidence and current prevention programs Traditional Chinese medicine for COVID-19 treatment Traditional Chinese medicine treatment of COVID-19 COVID-19: An update on the epidemiological, clinical, preventive and therapeutic evidence and guidelines of integrative Chinese-Western Medicine for the management of 2019 Novel Coronavirus Disease Herbal medicine and pattern identification for treating COVID-19: a rapid review of guidelines Memorization of 50 types of syndromes in Traditional Chinese medicine An efficient k-means clustering algorithm: Analysis and implementation Pattern Recognition with Fuzzy Objective Function Algorithms Intuitionistic fuzzy c-means clustering algorithms New operations defined over the intuitionistic fuzzy sets Pythagorean fuzzy subsets Pythagorean fuzzy TODIM approach to multi-criteria decision making Fuzzy c-means clustering with local information and kernel metric for image segmentation A hybrid biogeography-based optimization and fuzzy c-means algorithm for image segmentation Ecogeography-based optimization: Enhancing biogeography-based optimization with ecogeographic barriers and differentiations Biogeography-based optimization Localized biogeography-based optimization Water wave optimization: A new nature-inspired metaheuristic Water wave optimization for combinatorial optimization: Design strategies and applications Predictive models for the breeder genetic algorithm I. continuous parameter optimization Differential evolution -a simple and efficient heuristic for global optimization over continuous spaces Comprehensive learning particle swarm optimizer for global optimization of multimodal functions Hybrid biogeographybased evolutionary algorithms Evolutionary algorithms, homomorphous mappings, and constrained parameter optimization Blended biogeography-based optimization for constrained optimization Differential evolution and nelder-mead for constrained non-linear integer optimization problems An improved cuckoo search algorithm for integer programming problems An integer encoding grey wolf optimizer for virtual network function placement