Next Article in Journal
A Detection Method for Social Network Images with Spam, Based on Deep Neural Network and Frequency Domain Pre-Processing
Next Article in Special Issue
Short-Term Traffic-Flow Forecasting Based on an Integrated Model Combining Bagging and Stacking Considering Weight Coefficient
Previous Article in Journal
Cascade Parallel Random Forest Algorithm for Predicting Rice Diseases in Big Data Analysis
Previous Article in Special Issue
Innovative Hyperspectral Image Classification Approach Using Optimized CNN and ELM
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Random Replacement Crisscross Butterfly Optimization Algorithm for Standard Evaluation of Overseas Chinese Associations

1
College of Overseas Chinese, Wenzhou University, Wenzhou 325035, China
2
Department of Information Technology, Wenzhou Polytechnic, Wenzhou 325035, China
3
College of Computer Science and Artificial Intelligence, Wenzhou University, Wenzhou 325035, China
*
Authors to whom correspondence should be addressed.
Electronics 2022, 11(7), 1080; https://doi.org/10.3390/electronics11071080
Submission received: 9 February 2022 / Revised: 14 March 2022 / Accepted: 23 March 2022 / Published: 29 March 2022
(This article belongs to the Special Issue Advanced Machine Learning Applications in Big Data Analytics)

Abstract

:
The butterfly optimization algorithm (BOA) is a swarm intelligence optimization algorithm proposed in 2019 that simulates the foraging behavior of butterflies. Similarly, the BOA itself has certain shortcomings, such as a slow convergence speed and low solution accuracy. To cope with these problems, two strategies are introduced to improve the performance of BOA. One is the random replacement strategy, which involves replacing the position of the current solution with that of the optimal solution and is used to increase the convergence speed. The other is the crisscross search strategy, which is utilized to trade off the capability of exploration and exploitation in BOA to remove local dilemmas whenever possible. In this case, we propose a novel optimizer named the random replacement crisscross butterfly optimization algorithm (RCCBOA). In order to evaluate the performance of RCCBOA, comparative experiments are conducted with another nine advanced algorithms on the IEEE CEC2014 function test set. Furthermore, RCCBOA is combined with support vector machine (SVM) and feature selection (FS)—namely, RCCBOA-SVM-FS—to attain a standardized construction model of overseas Chinese associations. It is found that the reasonableness of bylaws; the regularity of general meetings; and the right to elect, be elected, and vote are of importance to the planning and standardization of Chinese associations. Compared with other machine learning methods, the RCCBOA-SVM-FS model has an up to 95% accuracy when dealing with the normative prediction problem of overseas Chinese associations. Therefore, the constructed model is helpful for guiding the orderly and healthy development of overseas Chinese associations.

1. Introduction

As an important organizational form of overseas Chinese society and a direct participant and promoter of the great rejuvenation of China, the Overseas Chinese Association has shown a good development momentum in the new era. In recent years, Zhejiang overseas Chinese groups have gradually increased in number and expanded in scale. However, most overseas Chinese associations are still irregular in terms of their establishment, operation, and management, meaning that they cannot become exemplary and representative featured overseas Chinese associations. The problems of irregularities in overseas Chinese associations are mainly manifested in ten aspects: legality, incomplete constitutions, irregular elections, the phenomenon of the “one-man meeting”, prominent concurrent roles, unsound teams, significantly bad records held by the head of the association, lack of innovation awareness caused by aging, the existence of zombie groups, and a lack of professionalism. Both internal contradictions and external pressures lead to the emergence of these problems, which hinder the development of the overseas Chinese associations and undermine their harmonious atmosphere. Carrying out the standardization of overseas Chinese associations is a necessary and urgent task in order to safeguard the rights and interests of overseas Chinese citizens. Therefore, it is necessary to conduct an in-depth analysis of the factors affecting the standardized construction of overseas Chinese associations and establish an evaluation model to help guide their orderly and healthy development.
The study of overseas Chinese associations has been a hot topic in academic circles. Many scholars have studied the development of overseas Chinese associations around the world from multiple perspectives. Li et al. [1] studied the reasons, characteristics, and influence of explosive growth of overseas Chinese associations in Europe from the 1980s to the 1990s. Fei et al. [2] studied how “new” overseas Chinese immigrant associations drive the development of “old” overseas Chinese immigrant associations in the Pacific region from a historical perspective. Maurice et al. [3] focused on how the Chinese immigrants and overseas Chinese associations in Singapore adapted to colonial society in the 19th century. Ma et al. [4] elaborated on the formation of overseas Chinese associations in the United States and their influence on local politics and economy. The above scholars have studied overseas Chinese associations from the perspectives of history, politics, and international relations, but no scholars have automated their analysis by means of computer algorithms yet [5]. Previously, research has only been conducted to classify non-profit organizations by their fields of activity through computer algorithms. In this paper, we will use intelligent algorithms to calculate 1050 valid questionnaires made by overseas Chinese of Zhejiang nationality from all over the world and establish a program that can quickly identify the regularity of overseas Chinese associations so as to provide a reference allowing Chinese embassies and consulates abroad to accurately grasp the latest trends of overseas Chinese associations and examine whether or not they are legitimate. This procedure can provide a standard for the standardization of overseas Chinese associations, so that the rights and interests of every overseas Chinese can be protected and avoid irregular overseas Chinese associations from harming the rights and interests of them.
Based on existing data, this paper first proposes RCCBOA with SVM, the core of which is mainly combined with random replacement and a crisscross search strategy to better predict the standardized construction of overseas Chinese associations, effectively boosting the accuracy of the solution of BOA. BOA is one of many intelligent optimization algorithms. It is a global optimization algorithm inspired by butterfly foraging behavior that was proposed by Sankalap Arora and Satvir Singh in 2019 [6]. BOA has a simple structure, few parameters, and is based on a novel idea; it is suitable for solving high-dimensional optimization problems. Compared with other optimization algorithms proposed recently, the optimization performance is stronger and the influence of dimensional changes is smaller, so it has relevant research potential. However, BOA has the problems of a slow convergence speed and low solution accuracy on some benchmark functions. According to “no free lunch” (NFL) theorems [7], no one algorithm can be applied to all problems. Similarly, the main reason why we conducted this research was to find a type of benchmark problem or practical problem that would be suitable for the algorithm. The relevant work on BOA has attracted a wide range of scholars both at home and abroad. Long et al. [8] designed an enhanced adaptable BOA (EABOA) to improve the parameter estimation of PV models; this was also tested on 12 classical benchmark function sets to verify its superior performance. Sharma et al. [9] proposed a boosted BOA with bidirectional search (BBOA) and tested it on seven unimodal benchmark functions and three practical engineering optimization problems. Mortazavi et al. [10] used a fuzzy BOA (FBOA) and tested it on resolving certain constrained and non-constrained optimization problems. Sundaravadivel et al. [11] proposed a weighted BOA (WBOA) with an intuitionistic fuzzy gaussian function to predict the outcome of infection with COVID-19. Zhou et al. [12] proposed an improved BOA to apply numerical examples of a simply-supported beam and truss structure. Thawkar et al. [13] introduced an ant lion optimizer into BOA (BOAALO), which was used to predict the benign or malignant status of breast tissue. Long et al. [14] designed a hybrid BOA with an adaptive gbest-guided search strategy and pinhole-imaging-based learning (PIL-BOA) to deal with feature selection problems. Sowjanya et al. [15] utilized BOA and gas Brownian motion optimization to obtain the optimal threshold levels for image segmentation. Some other improved algorithms have also been widely used to solve complex problems in various fields. Descriptions of the novel improved algorithms are provided in Table 1.
Aiming at addressing the deficiencies of BOA, we propose an improved butterfly algorithm combining random replacement and a crisscross search strategy. The combination of these two strategies effectively boosts the performance of the original one, enabling it to have a better performance on complex problems. In order to evaluate the performance of the proposed algorithm, it is compared with nine recently proposed advanced algorithms on the CEC 2014 benchmark test set, including CDLOBA [30], CBA [31], RCBA J [32], MWOA [33], LWOA [34], IWOA [35], CEFOA [36], CIFOA [37], and AMFOA [38]. In addition, RCCBOA was also combined with SVM to solve the problem of predicting the standardized construction of overseas Chinese associations. Experimental results show that the convergence speed and convergence accuracy of this algorithm are better than those of other advanced algorithms, and the best SVM optimized by RCCBOA had an accuracy rate of 95% on the relevant data set. Therefore, the proposed RCCBOA has very broad application prospects. The main contributions of this paper are as follows:
  • A new type of enhanced BOA which combines a random replacement strategy and cross search strategy is proposed.
  • RCCBOA is compared with nine other advanced algorithms on the CEC 2014 benchmark function test.
  • RCCBOA is combined with SVM to solve the problem of predicting overseas Chinese associations.
The organizational structure of the thesis is as follows. Section 2 describes the SVM and BOA. Section 3 and Section 4 introduce the proposed RCCBOA and RCCBOA-SVM. Section 5 describes the data sources and experimental settings used. Section 6 shows the experimental results. Section 7 discusses the experimental results, and the last section summarizes the full paper and related future prospects.

2. Backgrounds

2.1. Overseas Chinese Associations

The full name of “Qiao Tuan” is “Overseas Chinese Association”. It is a formal group made up of overseas Chinese nationals due to their certain related attributes and is an important organizational form of overseas Chinese society, whose related attributes include factors such as living area, work industry, academic field, language exchange, ethnic blood relationship, etc. At present, the number of overseas Chinese associations exceeds 25,700. Overseas Chinese associations have the functions of economic construction, safeguarding rights and interests, overseas friendship, political participation, cultural dissemination, and public welfare dedication. Overseas Chinese groups have participated in China’s economic construction for a long time to achieve mutual benefits, contributing to the masses and earnestly safeguard the basic rights and interests of overseas Chinese. Moreover, overseas Chinese associations organize networking activities for overseas Chinese nationals to promote communication and interaction among overseas Chinese people; they pay attention to political changes, keep abreast of current trends, strive for resources, and serve overseas Chinese nationals. Overseas Chinese associations are an important part of the overseas dissemination of Chinese culture, inheriting culture vertically and spreading culture horizontally. Moreover, overseas Chinese associations are parts of the country where they are located, and it is the basic responsibility of the overseas Chinese associations to serve local society and participate in public welfare matters.
Overseas Chinese associations are known as one of the three pillars of overseas Chinese society and an important organizational form for maintaining its orderly operation. Overseas Chinese associations have functions such as safeguarding the rights and interests of overseas Chinese, building overseas friendships, promoting cultural dissemination, and contributing to public welfare. Currently, the number of overseas Chinese nationals exceeds 60 million, and the number of overseas Chinese associations around the world has reached 25,700. The total number of overseas Chinese nationals from Zhejiang Province is 3.792 million, ranking fifth in the country. There are also a large number of overseas Chinese associations composed mostly of Zhejiang nationals. According to incomplete statistics, there are 865 overseas Chinese associations, which are mainly distributed in 66 countries including Italy, Spain, the United States, and Australia.

2.2. Butterfly Optimization Algorithm (BOA)

In recent years, many optimization algorithms have been proposed for solving approximate optimal problems, such as hunger games search (HGS) [39], Harris hawks optimization (HHO) [40], the slime mould algorithm (SMA) [41], the Runge–Kutta optimizer (RUN) [42], the colony predation algorithm (CPA) [43], and the weighted mean of vectors (INFO) [44].
These algorithms have a strong search ability and can solve many practical problems, with applications such as medical diagnosis [45,46], economic emission dispatch problems [47], engineering design [48,49,50], parameter tunning for machine learning models [18,51,52], image segmentation [53,54,55], plant disease recognition [56], feature selection [57,58], bankruptcy prediction [59,60], prediction problems in the educational field [61,62], PID optimization control [63,64], the detection of foreign fibers in cotton [65,66], expensive optimization problems [67,68], multi-objective or many optimization problems [69,70,71], the fault diagnosis of rolling bearings [72,73], gate resource allocation [74,75], combination optimization problems [76], big data optimization problems [77], green supplier selection [78], and scheduling problems [79,80].
BOA [6] is a newly proposed optimization algorithm which is based on imitating the foraging behavior of butterflies in nature [6]. Since its introduction, it has been applied to many problems, such as fault diagnosis [81] and disease diagnosis [82]. Each butterfly acts as a search operator and performs an optimization process in the search space. The butterfly can perceive and distinguish different fragrance intensities, and the fragrance emitted by each butterfly has a certain level of intensity. One must assume that the intensity of the fragrance produced by the butterfly is related to its fitness; when the butterfly moves from one place to another, its fitness will also change accordingly. The scent emitted by the butterfly will spread in the air and be felt by other butterflies. This is the process by which individual butterflies share personal information with other individual butterflies, thus forming a collective social knowledge network. When a butterfly detects the scent of other butterflies, it will move to the butterfly with the most scent, which is called a global search. Conversely, when a butterfly cannot perceive the fragrance of other butterflies, it will move randomly, which is called a local search.
If X i = ( x i 1 , x i 2 , , x i D ) is the i -th ( i = 1 , 2 , , N ) butterfly individual, D is the search space dimension, N is the butterfly population size, and the position update of the butterfly individual is as shown in Equation (1).
x i t + 1 = { x i t + ( r 2 × g x i t ) f i x i t + ( r 2 × x j t x k t ) f i
where x i t + 1 is the solution vector of the i -th butterfly in t + 1 iterations; r is a random number between 0 and 1; g represents the global optimal individual in the current iteration; and x i t and x i t are randomly generated butterfly individuals, representing the solution vector of the j -th butterfly and the k -th butterfly in the solution space. The fragrance emitted by the i -th butterfly is denoted by f i , and the specific expression of f i is shown in Equation (2).
f = c I a
where f is the level of fragrance perception, c is the form of perception, and a is the power exponent, which depends on the form of perception, reflecting the different degrees of scent absorption.
The BOA is divided into three stages; the pseudo-code is shown in Algorithm 1.
(1)
Initial stage. The parameter values used in BOA are assigned, and when these values are set the algorithm proceeds to create an initial butterfly population for optimization. The positions of the butterflies are randomly generated in the search space and their scent and fitness values are calculated and stored.
(2)
Iterative stage. In each iteration, all butterflies in the solution space are moved to new positions and their fitness values are re-evaluated. The algorithm m first calculates the fitness values of all butterflies at different positions of the solution space. Then, these butterflies will use Equation (1) to generate fragrance in their place.
(3)
End stage. Iteration continues until the maximum number of iterations is reached. When the iteration phase ends, the algorithm outputs the optimal solution with the best fitness.
Algorithm 1: Pseudo-code of BOA.
Initialize population number n , dimensions d , max evaluations M a x F E s , objective function f ( x ) ;
Initialize sensor modality c , power exponent a , switch probability p , and evaluations t ;
Initialize the population of butterflies x i   ( i = 1 , 2 , , n ) ;
Gain intensity I i by f ( x i ) ;
While ( t M a x F E s ):
Calculate the fragrance b f of each butterfly using Equation (2);
Gain the best b f ;
For i = 1     t o     n
Update r   in   [ 0 ,   1 ] ;
    If  r < p
      Move to the best solution with Equation (1);
    Else
      Move randomly using Equation (1);
    End if
  End for
   t = t + 1;
Update parameter a ;
End while
Output best solution.

2.3. Support Vector Machine

The purpose of the support vector machine (SVM) is to find the hyperplane that is the furthest away from various sample points. SVM is a supervised learning method used for classification problems, with the goal of finding the hyperplane that can most accurately separate positive and negative samples. Assuming given sample data G = ( x i , y i ) , i = 1 , , N , x R d , y { ± 1 } , the hyperplane is expressed as follows:
g ( x ) = ω T x + b
The SVM model according to the existing standard is as follows:
{ min ( ω ) = 1 2 ω 2 + c i = 1 N ξ i 2 s . t     y i ( ω Τ x i + b ) 1 ξ i , i = 1 , 2 , , N
where ω is the inertia weight, b is a constant, ξ i is a slack variable, and c is a disciplinary factor.
The initial low-dimensional sample set is mapped to a high-dimensional space H by introducing a kernel function; then, the optimal classification surface is established using a linear method. The conversion formula is shown below.
{ Q ( α ) = 1 2 i = 1 N α i α j y i y j k ( x i , x j ) i = 1 N α i s . t   i = 1 N a i y i = 0 , 0 a i C , i = 1 , 2 ,   , N
where α i is the Lagrange multiplier and k ( x i , x j ) is the kernel function, which can be expressed in Equation (6).
k ( x , y ) = e γ x i x j
where γ is a kernel parameter, which represents the interaction width of the kernel function.

3. Suggested RCCBOA

3.1. Random Replacement Strategy

Most optimization algorithms will show global exploration behavior in the early stage [83]. When the algorithm exploration is weak, the convergence speed will be slow and it will be easy to fall into the local optimum [84]. Thus, we introduce a random replacement strategy to BOA, which effectively helps the individuals of the population to move closer to the food source, thereby improving the algorithm’s convergence speed. The individuals of the population are compatible with the optimal individual in some dimensions, and it is possible that some of the dimensions of the individual will deviate from those of the optimal individual. In this case, the current position is replaced with the position of the optimal solution with some probability. The probability value is mainly determined by comparing the ratio of the remaining time of the algorithm to the total running time and the Cauchy random number. The random replacement strategy can easily be replaced in the early stage of the algorithm, and it is less likely to be replaced in the later stage. In short, the random replacement strategy can effectively improve the convergence speed of the algorithm and prevent the algorithm from falling into the local optimum prematurely.

3.2. Crisscross Search

The crisscross search strategy is derived from the crisscross optimization algorithm (CSO) proposed by Meng et al. in 2014 [85], which includes vertical crossover and horizontal crossover. Its effectiveness has been demonstrated in many optimization algorithms [86]; for example, Zhao et al. [87] used it in ant colony optimization to solve the problem of multi-threshold image segmentation. Liu et al. [88] designed an improved Harris hawks optimizer (HHO) with the crisscross search strategy to estimate the parameters of PV models.

3.2.1. Vertical Crossover Search

The function of vertical crossover is mainly to increase the diversity of the population to avoid it falling into a stagnant state; it mainly uses two dimensions to achieve crossover. Assuming that the j 1 th and j 2 th dimensions of the i -th individual are selected and that a vertical crossover operation is then performed, the new offspring M v c i can be obtained by Equations (7) and (8).
M v c i , j 1 = r × M i , j 1 + ( 1 r ) × M i , j 2
r = u n i f r n d ( 0 , 1 )
where i = 1 , 2 , , N ; j 1 , j 2 = 1 , 2 , , D ; M i , j 1 represent the j 1 and j 2 dimensions of the i agent M i . Additionally, r is a random number uniformly distributed from 0 to 1. Special attention must be paid to the normalization of the lower and upper bounds of each dimension to ensure that the individual remains within the bounds after the operation before implementing the vertical crossover operation. After performing vertical crossing, a reverse normalization operation needs to be performed to ensure that the offspring is still within the given boundary.

3.2.2. Horizontal Crossover Search

Horizontal crossover can further improve the search and development of algorithms. It mainly involves crossover operations being performed on all dimensions of two different agents. Assuming that the agents M i 1 and M i 2 are selected to perform level crossing, the new agents M h c i 1 and M h c i 2 can be obtained using Equations (9) and (10).
M h c i 1 , j = r 1 × M i 1 , j + ( 1 r 1 ) × M i 2 , j + c 1 × ( M i 1 , j M i 2 , j )
M h c i 2 , j = r 2 × M i 2 , j + ( 1 r 1 ) × M i 1 , j + c 2 × ( M i 2 , j M i 1 , j )
where M h c i 1 , j and M h c i 2 , j are j -th dimension of M h c i 1 and M h c i 2 ; M i 1 , j and M i 2 , j is the j -th dimension of M i 1 and M i 2 ; and r 1 and r 2 are uniformly distributed random numbers from 0 to 1. c 1 and c 2 are uniformly distributed random numbers in [−1, 1].

3.3. Proposed RCCBOA

The idea of the RCCBOA is to introduce random replacement and crossover strategies on the basis of the BOA. Regarding the early exploration and later development of the algorithm, it can be determined by including the ratio of the current number of iterations to the total number of iterations. In the exploration phase, the random replacement strategy uses the location of the optimal solution to replace the current solution, which can improve the convergence speed of the BOA. In the exploitation stage, a cross-search strategy is introduced to improve the exploration and exploitation capabilities of the original algorithm, which makes it possible get rid of the local optimal solution as much as possible. The effective combination of the two greatly improves the performance of the original BOA. The pseudo-code of the RCCBOA is shown in Algorithm 2. Based on the BOA, random replacement and crisscross search mechanisms are mainly used in the second stage of the BOA. At the beginning of each iteration, a random replacement mechanism is used to replace the current position with the position of the optimal solution with a certain probability and then evaluate it. At the end of each iteration, the population is updated and evaluated again using the crisscross search mechanism. For a better view, the flowchart of the RCCBOA is offered in Figure 1.
Algorithm 2: Pseudo-code of the RCCBOA.
Initialize population number n , dimensions d , max evaluations M a x _ F E s , objective function f ( x ) ;
Initialize sensor modality c , power exponent a , switch probability p and evaluations t ;
Initialize the population of butterflies x i   ( i = 1 , 2 , , n ) ;
Gain intensity I i by f ( x i )
While ( t M a x _ F E s )
Calculate the fragrance b f of each butterfly using Equation (2);
Gain the best b f ;
Gain butterfly individuals by the random replacement strategy;
Update the best solution and position;
For  i = 1     t o     n
Update r   in   [ 0 , 1 ] ;
    If  r < p
      Move to the best solution using Equation (1);
    Else
      Move randomly using Equation (1);
    End if
  End for
  Update the population of butterflies using Equations (9) and (10);
   t = t + 1;
Update parameter a ;
End while
Output best solution;

4. Proposed RCCBOA-SVM Method

Firstly, we subject the proposed RCCBOA to data-level feature selection, aiming to obtain effective features in the dataset. Secondly, it is used to optimize the penalty factor C and kernel parameter γ of the SVM. The framework of RCCBOA-SVM is shown in Figure 2. Finally, the model mainly includes two important components in the left half for feature selection and uses the RCCBOA to optimize the two parameters C and γ in the SVM model. In the right half, the best model obtains the classification accuracy (ACC) through 10-fold cross-validation.
For feature selection problems, the focus of the algorithm is to select or not to select a certain feature in the dataset, thus maximizing the classification accuracy of the most effective feature. RCCBOA is inconsistent with the two-dimensionality required by the feature selection problem when solving the problem, and these algorithms cannot be used to directly solve the feature selection problem. Therefore, it is necessary to convert each solution vector in this algorithm to binary form through the sigmoid transfer function, which consists of only ‘0’ and ‘1’. To achieve this transformation, an S-shaped transformation function is used, which gives the probability of selecting a particular feature in the solution vector.
Through feature selection, the minimum number of key features can be successfully obtained. However, the fitting accuracy of the SVM depends on the values of the parameters ( C , γ ), and different parameters are suitable for different sample data sets. Therefore, it is necessary to further optimize the SVM parameters using RCCBOA to achieve the optimal effect.

5. Experiments

5.1. Collection of Data

The data involved in this paper were mainly obtained from overseas Chinese citizens; 1050 people were selected as the research objects. The 28 attributes of the test subjects were gender; age range; location of hometown; current identity; place of birth; when they went abroad; reason for going abroad; in which year they became permanent residents in their country of residence; highest level of education (degree); major; type of work currently engaged in; whether they had relatives living together in their native country; their position held in their native country; whether they had joined an overseas Chinese association; whether they were a founder of an overseas Chinese association; their reason for founding an overseas Chinese association; their motivation for joining an overseas Chinese association; their position held in the overseas Chinese association; whether their overseas Chinese association had a clear division of duties; whether their overseas Chinese association is harmonious; whether their overseas Chinese association is a non-profit organization; whether the charter of the overseas Chinese association is reasonable; whether the overseas Chinese association holds regular meetings; whether every member of the association has the right to vote and be elected; whether every member of the association has the right to criticize, make suggestions, and supervise the overseas Chinese association; whether the membership fee of the association is paid according to the regulations; the main source of funding for the overseas Chinese association; and, lastly, their expectations and suggestions for the overseas Chinese association. The importance of these 28 attributes and their internal connections were explored, and based on this a model was built. Table 2 details the 28 attributes.
Among these, whether the overseas Chinese group/association is standardized is considered among the 28 attributes (attribute A17 (motivation of joining the overseas Chinese association), A19 (whether the overseas Chinese association has a clear division of duties), A21 (whether the overseas Chinese association is a non-profit organization), A22 (whether the charter of the overseas Chinese association is reasonable), A23 (whether the overseas Chinese association holds regular meetings), A24 (whether every member of the association has the right to vote and be elected)) are the basis of determining whether the overseas Chinese association is standard.

5.2. Experimental Setup

Ensuring the independence of experimental procedures is extremely important, as in computational science and molecular characterization [89,90], location-based services [91,92], drug discovery [93,94], pharmacoinformatic data mining [95,96], and information retrieval services [97,98,99]. The comparison test described in this section was carried out on a computer with a main central processing unit (CPU) frequency of 3.4 GHz and the win10 operating system (Microsoft, Redmond, WA, USA). Simulation experiments were performed in MATLAB R2016a (MathWorks, Natick, MA, USA). In benchmarking experiments, each comparison algorithm ran 30 experiments simultaneously. When dealing with classification problems, the data were scaled to [−1,1]. k -fold cross-validation (CV) was used to split the data, where k was set to 10.

6. Experimental Results

6.1. Benchmark Function Validation

We mainly conducted test experiments using RCCBOA on the CEC2014 benchmark function set, including mechanism combination experiments and comparative experiments with existing advanced algorithms. Detailed information about the CEC2014 benchmark set can be found in Appendix A (see Table A1), coming from congress on evolutionary computation of the world’s highest conference. The experimental results obtained from 30 independent repeated experiments under the same conditions were analyzed, including the average and standard results obtained by the algorithm on each benchmark function. We used the Wilcoxon signed-rank test non-parametric statistical test and the Friedman test, which have used in many other works, to estimate the performance [100,101,102,103,104].

6.1.1. The Component Foundation

To assess the contribution of random replacement and horizontal crossover search mechanisms to the original BOA, a mechanism combination experiment was conducted. By randomly combining the two mechanisms, three additional algorithms were developed—namely, RCCBOA, RBOA, and CCBOA. As shown in Table 3, where “R” and “CC” represent the random replacement strategy and the crossover strategy, respectively, “1” indicates that the BOA incorporates the policy and “0” indicates that the BOA does not incorporate the policy. For example, RCCBOA means that the BOA combines both the random replacement strategy and the horizontal crossover search strategy. Each algorithm was tested on the CEC 2014 benchmark function test set. The experimental results are shown in Table 4. For fair comparison, the parameters commonly used in the experiment were not set to 30. In addition, we utilized the Wilcoxon signed-rank test and average value (ARV) to examine the average ranking values of the algorithms involved to further investigate the difference between the two. It can be seen that the average performance of the RCCBOA combining both strategies was the best.
To further visualize the performance of RCCBOA, Figure 3 shows the convergence curves of RCCBOA, CCBOA, RBOA, and BOA on F3, F7, F11, F13, F16, F20, F23, F27, and F29. Obviously, RCCBOA had a faster convergence speed and smaller convergence value on these benchmark functions than on the other algorithms. In conclusion, the BOA performance achieved by combining both the random replacement strategy and the horizontal crossover search strategy was the best.

6.1.2. Comparison with Advanced Methods

To evaluate the superiority of the RCCBOA algorithm, this section compares the RCCBOA algorithm with nine improved optimization algorithms, including CDLOBA [30], CBA [31], RCBA J [32], MWOA [33], LWOA [34], IWOA [35], CEFOA [36], CIFOA [37], and AMFOA [38]. These nine advanced algorithms are improved compared to classic algorithms and have strong optimization abilities. We chose to use the CEC 2014 benchmark function as the test set and set the search agent to 30, the dimension to 30, and the maximum number of evaluations to 300,000. In addition, each algorithm was run separately for 30 experiments to obtain the average value; the parameter settings are shown in Table 5.
Table 6 shows the average fitness value and standard deviation of each algorithm on the 30 benchmark function test sets. It can be seen that the performance of RCCBOA on some test functions is better than that of other algorithms. It is proven that the proposed algorithm has significant advantages compared with other algorithms on the IEEE CEC2014 test set. First, the average result (Avg) and standard deviation (Std) of the optimization values were used to evaluate the potential of the relevant optimizer. Furthermore, we employed the Wilcoxon signed-rank test to evaluate whether the performance of RCCBOA was significantly better than that of other state-of-the-art algorithms in this experiment. It can be seen that the p-values calculated on most test functions were all lower than 0.05, indicating that the RCCBOA had a good performance on most benchmark functions. Furthermore, we screened nine representative convergence plots on the IEEE CEC2014 test benchmark function, as shown in Figure 4. It can be seen that the RCCBOA had an excellent convergence speed and convergence value on nine test functions.
In order to further study the effect of random replacement and the crisscross search mechanism on the computation time of BOA, computation time experiments were conducted under the same environment. The experimental results are shown in Figure 5. It can be seen that, compared with the original BOA, the calculation time of RCCBOA was greatly improved in the IEEE CEC2014 benchmark test set. Overall, MWOA was the most time-consuming to calculate, followed by RCCBOA. In addition, the times taken by CDLOBA, CBA, RCBA, LWOA, IWOA, CEFOA, CIFOA, and AMFOA were very close. In conclusion, the introduction of the two mechanisms effectively improved the performance of the BOA as well as improving the execution time. Therefore, when solving practical problems, there is a trade-off between performance and time consumption.

6.2. Research of Overseas Chinese Associations

In this section, we describe ten independent experimental evaluations of the RCCBOA-SVM (RCCBOA-SVM-FS) model with feature selection, the detailed results of which are shown in Table 7. It can easily be seen that the average accuracy obtained using RCCBOA-SVM-FS was 95%, the sensitivity was 99%, the specificity was 91%, and the MCC index was 90%, with mean standard deviations of 0.02, 0.02, 0.04, and 0.03. Furthermore, the optimal parameters and feature subsets in this experiment were obtained directly through the RCCBOA method, indicating that the constructed model was helpful for guiding the orderly and healthy development of overseas Chinese groups.
To further verify the performance of the algorithm, we conducted comparative experiments with another five machine learning models, RCCBOA-SVM, BOA-SVM, ANN, RF, and KELM; the detailed results are shown in Figure 6. The experimental results show that RCCBOA-SVM-FS was better than RCCBOA-SVM, ANN, RF, and KELM in all four evaluation metrics. For the accuracy rate, RCCBOA-SVM-FS had an accuracy rate of about 95%, while the accuracy rates of the other five comparison models were 93%, 91%, 87%, 93%, and 91%, respectively. Regarding the sensitivity index, both RCCBOA-SVM-FS and KELM had values of 99%, 0.06% higher than the that of the lowest ANN. For the specificity index, RCCBOA-SVM-FS, RCCBOA-SVM, and RF surpassed the proportion of 91%. The specificity values of RBOA-SVM, ANN, and KELM were 83%, 80%, and 83%, respectively. In terms of the MCC indicator, RCCBOA-SVM-FS performed the best, with a value of up to 90%. The worst performer was ANN, with a value of 73%. In short, from the above four indicators, it can be seen that the performance of RCCBOA-SVM-FS was better than that of the other five models, and the model accuracy rate was as high as 95%. Therefore, RCCBOA-SVM-FS was effective and reliable for constructing a standardized construction model of overseas Chinese communities.
Moreover, the proposed RCCBOA obtained the optimal settings of the SVM hyperparameters as well as the optimal feature set. Here, we used the 10-fold cross-validation technique combined with the RCCBOA algorithm to identify features that have an important impact on the normalization of overseas Chinese groups. Figure 7 illustrates the frequencies of dominant features identified by RCCBOA-SVM-FS via 10-fold cross-validation.
As shown in Figure 7, whether the charter of the overseas Chinese association is reasonable (A22), whether the overseas Chinese association holds regular meetings (A23), and whether every member of the association has the right to vote and be elected (A24) were the top three features in terms of frequency, appearing 9, 8, and 9 times, respectively. Therefore, it can be concluded that these characteristics may play an important role in the standardized construction of overseas Chinese groups.

7. Discussion

The normative nature of overseas Chinese associations is subject to various conditions. Based on the data of overseas Chinese associations, this paper obtained the most important features and models by combining the support vector machine model with RCCBOA. The RCCBOA was introduced and compared with advanced algorithms. It can be seen that when solving related benchmark problems, it had a strong performance. The performance of SVM models can easily be affected by hyperparameters. Therefore, the RCCBOA was combined with SVM and used to extract important features and obtain the best model. From the experimental results found in the study, it can be seen that three attributes—namely, attributes A22, A23, and A24—made up the most important characteristics of overseas Chinese associations, having prominent impacts on the standardized construction of overseas Chinese associations. Generally speaking, an overseas Chinese association which formulates reasonable policies; holds regular meetings; and grants every member of the association the right to vote, stand for election, and vote is standardized. Taking these three features as the main reference attributes, combined with other attributes, a fast judgement of the formality and regularity of an overseas Chinese association can be made using computer algorithm calculation. The advantage of the proposed RCCBOA method is that it can fully mine the key features of data. Based on this advantage, this method also has potential applications in other problems, such as kayak cycle phase segmentation [105], recommender systems [106,107,108,109], text clustering [110], human motion capture [111], energy storage planning and scheduling [112], urban road planning [113], microgrid planning [114], active surveillance [115], image super resolution [116,117], anomaly behavior detection [118], and multivariate time series analysis [119].
This study still has several limitations that need to be further discussed. First of all, the samples used in this study were limited; in order to obtain more accurate results, more continuous samples need to be collected to train a more unbiased learning model. Secondly, this study mainly focused on overseas Chinese associations composed of Zhejiang nationals, most of whom were Chinese citizens newly overseas and living mostly in Europe and the United States; therefore, the research data obtained for global overseas Chinese associations were not sufficient and had regional limitations. The determination of the model used in multicenter research made the model more reliable for decision support. In addition, the attributes involved in the study were limited, and future research should seek to use more attributes that have an impact on the standardization construction of overseas Chinese associations.

8. Conclusions and Future Work

In this paper, an improved BOA algorithm combining random replacement and crisscross search is proposed to study the normalized construction of overseas Chinese groups. The main innovation of the proposed RCCBOA is the introduction of two mechanisms, which effectively improves the convergence speed and convergence accuracy of the original BOA. The comparison experiments performed with other nine advanced algorithms on the CEC2014 benchmark function test set show that the RCCBOA can obtain better solutions and a better stability. Further, the RCCBOA is combined with SVM for better hyperparameter combinations and feature subsets. From the experimental results, it can be seen that the features of A22, A23 and A24 are of great significance to its planning and standardized construction. Compared with other machine learning methods, the proposed method is 95% accurate when dealing with the normative prediction problem of overseas Chinese citizens.
In follow-up studies, the RCCBOA-SVM-FS model will be applied to other problems, such as disease diagnosis and bankruptcy prediction. Of course, it is expected that the proposed RCCBOA can be extended to solve optimization problems in other fields, such as photovoltaic cell parameter identification and image segmentation.

Author Contributions

Funding acquisition, G.L. and H.C.; Writing—original draft, H.B.; Writing—review & editing, Z.C. All authors have read and agreed to the published version of the manuscript.

Funding

This article contains the phased research results of “Research on the Formation and Cultivation Mechanism of Overseas Chinese’s Home and Country Feelings from the Perspective of Embodiment Theory (project code: 22JCXK02ZD)”, an emerging (intersecting) major project on philosophy and social sciences in Zhejiang Province, and the phased research results of “Research on the Mechanism of Contributions that Overseas Chinese Schools Make to Public Diplomacy”, a 2021 Overseas Chinese Characteristic Research Project of Wenzhou University (project code: WDQT21-YB008)”.

Data Availability Statement

The data involved in this study are all public data, which can be downloaded through public channels.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. Summary of the CEC2014 benchmark problem [120].
Table A1. Summary of the CEC2014 benchmark problem [120].
TypeNo.FunctionOptimum Value
Unimodal Functions1Rotated High Conditioned Elliptic Function f 1 { X m i n } = 100
2Rotated Bent Cigar Function f 2 { X m i n } = 200
3Rotated Discus Function f 3 { X m i n } = 300
Multimodal Functions4Shifted and Rotated Rosenbrock’s Function f 4 { X m i n } = 400
5Shifted and Rotated Ackley’s Function f 5 { X m i n } = 500
6Shifted and Rotated Weierstrass Function Function f 6 { X m i n } = 600
7Shifted and Rotated Griewank’s Function f 7 { X m i n } = 700
8Shifted Rastrigin’s Function f 8 { X m i n } = 800
9Shifted and Rotated Rastrigin’s Function f 9 { X m i n } = 900
10Shifted Schwefel’s Function f 10 { X m i n } = 1000
Hybrid Functions11Shifted and Rotated Schwefel’s Function f 11 { X m i n } = 1100
12Shifted and Rotated Katsuura Function f 12 { X m i n } = 1200
13Shifted and Rotated Happycat Function f 13 { X m i n } = 1300
14Shifted and Rotated Hgbat Function f 14 { X m i n } = 1400
15Shifted and Rotated Expanded Griewank’s Plus Rosenbrock’s Function f 15 { X m i n } = 1500
16Shifted and Rotated Expanded Scaffer’s Function f 16 { X m i n } = 1600
17Hybrid Function 1 (N = 3) f 17 { X m i n } = 1700
18Hybrid Function 2 (N = 3) f 18 { X m i n } = 1800
19Hybrid Function 3 (N = 4) f 19 { X m i n } = 1900
20Hybrid Function 4 (N = 4) f 20 { X m i n } = 2000
Composition Functions21Hybrid Function 5 (N = 5) f 21 { X m i n } = 2100
22Hybrid Function 6 (N = 5) f 22 { X m i n } = 2200
23Composition Function 1 (N = 5) f 23 { X m i n } = 2300
24Composition Function 2 (N = 3) f 24 { X m i n } = 2400
25Composition Function 3 (N = 3) f 25 { X m i n } = 2500
26Composition Function 4 (N = 5) f 26 { X m i n } = 2600
27Composition Function 5 (N = 5) f 27 { X m i n } = 2700
28Composition Function 6 (N = 5) f 28 { X m i n } = 2800
29Composition Function 7 (N = 3) f 29 { X m i n } = 2900
30Composition Function 8 (N = 3) f 30 { X m i n } = 3000

References

  1. Li, M. Transnational Links among the Chinese in Europe: A Study on European-wide Chinese Voluntary Associations. In The Chinese in Europe; Palgrave Macmillan: London, UK, 1998. [Google Scholar]
  2. Sheng, F.; Smith, G. The Shifting Fate of China’s Pacific Diaspora. 2021: The China Alternative: Changing Regional Order in the Pacific Islands. China Altern. 2021, 1, 142. [Google Scholar]
  3. Freedman, M. Immigrants and Associations: Chinese in nineteenth-century Singapore. Comp. Stud. Soc. Hist. 1960, 3, 25–48. [Google Scholar] [CrossRef]
  4. Ma, L.E.A. Revolutionaries, Monarchists, and Chinatowns Chinese Politics in the Americas and the 1911 Revolution; University Hawai’i Press: Honolulu, HI, USA, 1990. [Google Scholar]
  5. Litofcenko, J.; Karner, D.; Maier, F. Methods for Classifying Nonprofit Organizations According to their Field of Activity: A Report on Semi-automated Methods Based on Text. Volunt. Int. J. Volunt. Nonprofit Organ. 2020, 31, 227–237. [Google Scholar] [CrossRef] [Green Version]
  6. Arora, S.; Singh, S. Butterfly optimization algorithm: A novel approach for global optimization. Soft Comput. 2019, 23, 715–734. [Google Scholar] [CrossRef]
  7. Wolpert, D.H.; Macready, W.G. No free lunch theorems for optimization. IEEE Trans. Evol. Comput. 1997, 1, 67–82. [Google Scholar] [CrossRef] [Green Version]
  8. Long, W.; Wu, T.; Xu, M.; Tang, M.; Cai, S. Parameters identification of photovoltaic models by using an enhanced adaptive butterfly optimization algorithm. Energy 2021, 229, 120750. [Google Scholar] [CrossRef]
  9. Sharma, T.K.; Sahoo, A.K.; Goyal, P. Bidirectional butterfly optimization algorithm and engineering applications. Mater. Today Proc. 2021, 34, 736–741. [Google Scholar] [CrossRef]
  10. Mortazavi, A.; Moloodpoor, M. Enhanced Butterfly Optimization Algorithm with a New fuzzy Regulator Strategy and Virtual Butterfly Concept. Knowl. Based Syst. 2021, 228, 107291. [Google Scholar] [CrossRef]
  11. Sundaravadivel, T.; Mahalakshmi, V. Weighted butterfly optimization algorithm with intuitionistic fuzzy Gaussian function based adaptive-neuro fuzzy inference system for COVID-19 prediction. Mater. Today Proc. 2021, 42, 1498–1501. [Google Scholar] [CrossRef]
  12. Zhou, H.; Zhang, G.; Wang, X.; Ni, P.; Zhang, J. Structural identification using improved butterfly optimization algorithm with adaptive sampling test and search space reduction method. Structures 2021, 33, 2121–2139. [Google Scholar] [CrossRef]
  13. Thawkar, S.; Sharma, S.; Khanna, M.; Singh, L.K. Breast cancer prediction using a hybrid method based on Butterfly Optimization Algorithm and Ant Lion Optimizer. Comput. Biol. Med. 2021, 139, 104968. [Google Scholar] [CrossRef]
  14. Long, W.; Jiao, J.; Liang, X.; Wu, T.; Xu, M.; Cai, S. Pinhole-imaging-based learning butterfly optimization algorithm for global optimization and feature selection. Appl. Soft Comput. 2021, 103, 107146. [Google Scholar] [CrossRef]
  15. Sowjanya, K.; Injeti, S.K. Investigation of butterfly optimization and gases Brownian motion optimization algorithms for optimal multilevel image thresholding. Expert Syst. Appl. 2021, 182, 115286. [Google Scholar] [CrossRef]
  16. Hu, J.; Han, Z.; Heidari, A.A.; Shou, Y.; Ye, H.; Wang, L.; Huang, X.; Chen, H.; Chen, Y.; Wu, P. Detection of COVID-19 severity using blood gas analysis parameters and Harris hawks optimized extreme learning machine. Comput. Biol. Med. 2021, 142, 105166. [Google Scholar] [CrossRef] [PubMed]
  17. Fan, Y.; Wang, P.; Heidari, A.A.; Chen, H.; Turabieh, H.; Mafarja, M. Random reselection particle swarm optimization for optimal design of solar photovoltaic modules. Energy 2022, 239, 121865. [Google Scholar] [CrossRef]
  18. Shi, B.; Ye, H.; Zheng, L.; Lyu, J.; Chen, C.; Heidari, A.A.; Hu, Z.; Chen, H.; Wu, P. Evolutionary warning system for COVID-19 severity: Colony predation algorithm enhanced extreme learning machine. Comput. Biol. Med. 2021, 136, 104698. [Google Scholar] [CrossRef]
  19. Zhou, W.; Wang, P.; Heidari, A.A.; Zhao, X.; Turabieh, H.; Mafarja, M.; Chen, H. Metaphor-free dynamic spherical evolution for parameter estimation of photovoltaic modules. Energy Rep. 2021, 7, 5175–5202. [Google Scholar] [CrossRef]
  20. Yu, C.; Heidari, A.A.; Xue, X.; Zhang, L.; Chen, H.; Chen, W. Boosting quantum rotation gate embedded slime mould algorithm. Expert Syst. Appl. 2021, 181, 115082. [Google Scholar] [CrossRef]
  21. Zhou, W.; Wang, P.; Heidari, A.A.; Zhao, X.; Turabieh, H.; Chen, H. Random learning gradient based optimization for efficient design of photovoltaic models. Energy Convers. Manag. 2021, 230, 113751. [Google Scholar] [CrossRef]
  22. Xu, Y.; Huang, H.; Heidari, A.A.; Gui, W.; Ye, X.; Chen, Y.; Chen, H.; Pan, Z. MFeature: Towards high performance evolutionary tools for feature selection. Expert Syst. Appl. 2021, 186, 115655. [Google Scholar] [CrossRef]
  23. Liu, L.; Zhao, D.; Yu, F.; Heidari, A.A.; Li, C.; Ouyang, J.; Chen, H.; Mafarja, M.; Turabieh, H.; Pan, J. Ant colony optimization with Cauchy and greedy Levy mutations for multilevel COVID 19 X-ray image segmentation. Comput. Biol. Med. 2021, 136, 104609. [Google Scholar] [CrossRef] [PubMed]
  24. Zhao, S.; Wang, P.; Heidari, A.A.; Chen, H.; He, W.; Xu, S. Performance optimization of salp swarm algorithm for multi-threshold image segmentation: Comprehensive study of breast cancer microscopy. Comput. Biol. Med. 2021, 139, 105015. [Google Scholar] [CrossRef]
  25. Yu, H.; Li, W.; Chen, C.; Liang, J.; Gui, W.; Wang, M.; Chen, H. Dynamic Gaussian bare-bones fruit fly optimizers with abandonment mechanism: Method and analysis. Eng. Comput. 2020, 1–29. [Google Scholar] [CrossRef]
  26. Chen, H.; Heidari, A.A.; Chen, H.; Wang, M.; Pan, Z.; Gandomi, A.H. Multi-population differential evolution-assisted Harris hawks optimization: Framework and case studies. Future Gener. Comput. Syst. 2020, 111, 175–198. [Google Scholar] [CrossRef]
  27. Chen, H.; Heidari, A.A.; Zhao, X.; Zhang, L.; Chen, H. Advanced orthogonal learning-driven multi-swarm sine cosine optimization: Framework and case studies. Expert Syst. Appl. 2020, 144, 113113. [Google Scholar] [CrossRef]
  28. Tu, J.; Lin, A.; Chen, H.; Li, Y.; Li, C. Predict the Entrepreneurial Intention of Fresh Graduate Students Based on an Adaptive Support Vector Machine Framework. Math. Probl. Eng. 2019, 2019, 2039872. [Google Scholar] [CrossRef] [Green Version]
  29. Chen, H.; Xu, Y.; Wang, M.; Zhao, X. A balanced whale optimization algorithm for constrained engineering design problems. Appl. Math. Model. 2019, 71, 45–59. [Google Scholar] [CrossRef]
  30. Yong, J.; He, F.; Li, H.; Zhou, W. A Novel Bat Algorithm based on Collaborative and Dynamic Learning of Opposite Population. In Proceedings of the 2018 IEEE 22nd International Conference on Computer Supported Cooperative Work in Design (CSCWD), Nanjing, China, 9–11 May 2018. [Google Scholar]
  31. Zhou, Y.; Xie, J.; Li, L.; Ma, M. Cloud Model Bat Algorithm. Sci. World J. 2014, 2014, 237102. [Google Scholar] [CrossRef]
  32. Liang, H.; Liu, Y.; Shen, Y.; Li, F.; Man, Y. A Hybrid Bat Algorithm for Economic Dispatch with Random Wind Power. IEEE Trans. Power Syst. 2018, 33, 5052–5061. [Google Scholar] [CrossRef]
  33. Sun, Y.; Wang, X.; Chen, Y.; Liu, Z. A modified whale optimization algorithm for large-scale global optimization problems. Expert Syst. Appl. 2018, 114, 563–577. [Google Scholar] [CrossRef]
  34. Ling, Y.; Zhou, Y.; Luo, Q. Lévy Flight Trajectory-Based Whale Optimization Algorithm for Global Optimization. IEEE Access 2017, 5, 6168–6186. [Google Scholar] [CrossRef]
  35. Tubishat, M.; Abushariah, M.; Idris, N.; Aljarah, I. Improved whale optimization algorithm for feature selection in Arabic sentiment analysis. Appl. Intell. 2019, 49, 1688–1707. [Google Scholar] [CrossRef]
  36. Han, X.; Liu, Q.; Wang, H.; Wang, L. Novel fruit fly optimization algorithm with trend search and co-evolution. Knowl. Based Syst. 2018, 141, 1–17. [Google Scholar] [CrossRef]
  37. Ye, F.; Lou, X.Y.; Sun, L.F. An improved chaotic fruit fly optimization based on a mutation strategy for simultaneous feature selection and parameter optimization for SVM and its applications. PLoS ONE 2017, 12, e0173516. [Google Scholar] [CrossRef] [PubMed]
  38. Wang, W.; Liu, X. Melt index prediction by least squares support vector machines with an adaptive mutation fruit fly optimization algorithm. Chemom. Intell. Lab. Syst. 2015, 141, 79–87. [Google Scholar] [CrossRef]
  39. Yang, Y.; Chen, H.; Heidari, A.A.; Gandomi, A.H. Hunger games search: Visions, conception, implementation, deep analysis, perspectives, and towards performance shifts. Expert Syst. Appl. 2021, 177, 114864. [Google Scholar] [CrossRef]
  40. Heidari, A.A.; Mirjalili, S.; Faris, H.; Aljarah, I.; Mafarja, M.; Chen, H. Harris hawks optimization: Algorithm and applications. Future Gener. Comput. Syst. Int. J. Escience 2019, 97, 849–872. [Google Scholar] [CrossRef]
  41. Li, S.; Chen, H.; Wang, M.; Heidari, A.A.; Mirjalili, S. Slime mould algorithm: A new method for stochastic optimization. Future Gener. Comput. Syst. 2020, 111, 300–323. [Google Scholar] [CrossRef]
  42. Ahmadianfar, I.; Heidari, A.A.; Gandomi, A.H.; Chu, X.; Chen, H. RUN beyond the metaphor: An efficient optimization algorithm based on Runge Kutta method. Expert Syst. Appl. 2021, 181, 115079. [Google Scholar] [CrossRef]
  43. Tu, J.; Chen, H.; Wang, M.; Gandomi, A.H. The Colony Predation Algorithm. J. Bionic Eng. 2021, 18, 674–710. [Google Scholar] [CrossRef]
  44. Ahmadianfar, I.; Heidari, A.A.; Noshadian, S.; Chen, H.; Gandomi, A.H. INFO: An efficient optimization algorithm based on weighted mean of vectors. Expert Syst. Appl. 2022, 195, 116516. [Google Scholar] [CrossRef]
  45. Xia, J.; Wang, Z.; Yang, D.; Li, R.; Liang, G.; Chen, H.; Heidari, A.A.; Turabieh, H.; Mafarja, M.; Pan, Z. Performance optimization of support vector machine with oppositional grasshopper optimization for acute appendicitis diagnosis. Comput. Biol. Med. 2022, 143, 105206. [Google Scholar] [CrossRef] [PubMed]
  46. Xia, J.; Yang, D.; Zhou, H.; Chen, Y.; Zhang, H.; Liu, T.; Heidari, A.A.; Chen, H.; Pan, Z. Evolving kernel extreme learning machine for medical diagnosis via a disperse foraging sine cosine algorithm. Comput. Biol. Med. 2021, 141, 105137. [Google Scholar] [CrossRef] [PubMed]
  47. Dong, R.; Chen, H.; Heidari, A.A.; Turabieh, H.; Mafarja, M.; Wang, S. Boosted kernel search: Framework, analysis and case studies on the economic emission dispatch problem. Knowl.-Based Syst. 2021, 233, 107529. [Google Scholar] [CrossRef]
  48. Abbasi, A.; Firouzi, B.; Sendur, P.; Heidari, A.A.; Chen, H.; Tiwari, R. Multi-strategy Gaussian Harris hawks optimization for fatigue life of tapered roller bearings. Eng. Comput. 2021, 1–27. [Google Scholar] [CrossRef] [PubMed]
  49. Nautiyal, B.; Prakash, R.; Vimal, V.; Liang, G.; Chen, H. Improved Salp Swarm Algorithm with mutation schemes for solving global optimization and engineering problems. Eng. Comput. 2021, 1–23. [Google Scholar] [CrossRef]
  50. Zhang, H.; Liu, T.; Ye, X.; Heidari, A.A.; Liang, G.; Chen, H.; Pan, Z. Differential evolution-assisted salp swarm algorithm with chaotic structure for real-world problems. Eng. Comput. 2022, 1–35. [Google Scholar] [CrossRef]
  51. Zhang, Y.; Liu, R.; Heidari, A.A.; Wang, X.; Chen, Y.; Wang, M.; Chen, H. Towards augmented kernel extreme learning models for bankruptcy prediction: Algorithmic behavior and comprehensive analysis. Neurocomputing 2021, 430, 185–212. [Google Scholar] [CrossRef]
  52. Wu, S.; Mao, P.; Li, R.; Cai, Z.; Heidari, A.A.; Xia, J.; Chen, H.; Mafarja, M.; Turabieh, H.; Chen, X. Evolving fuzzy k-nearest neighbors using an enhanced sine cosine algorithm: Case study of lupus nephritis. Comput. Biol. Med. 2021, 135, 104582. [Google Scholar] [CrossRef]
  53. Hussien, A.G.; Heidari, A.A.; Ye, X.; Liang, G.; Chen, H.; Pan, Z. Boosting whale optimization with evolution strategy and Gaussian random walks: An image segmentation method. Eng. Comput. 2022, 1–45. [Google Scholar] [CrossRef]
  54. Chen, X.; Huang, H.; Heidari, A.A.; Sun, C.; Lv, Y.; Gui, W.; Liang, G.; Gu, Z.; Chen, H.; Li, C.; et al. An efficient multilevel thresholding image segmentation method based on the slime mould algorithm with bee foraging mechanism: A real case with lupus nephritis images. Comput. Biol. Med. 2022, 142, 105179. [Google Scholar] [CrossRef] [PubMed]
  55. Yu, H.; Song, J.; Chen, C.; Heidari, A.A.; Liu, J.; Chen, H.; Zaguia, A.; Mafarja, M. Image segmentation of Leaf Spot Diseases on Maize using multi-stage Cauchy-enabled grey wolf algorithm. Eng. Appl. Artif. Intell. 2022, 109, 104653. [Google Scholar] [CrossRef]
  56. Yu, H.; Cheng, X.; Chen, C.; Heidari, A.A.; Liu, J.; Cai, Z.; Chen, H. Apple leaf disease recognition method with improved residual network. Multimed. Tools Appl. 2022, 81, 7759–7782. [Google Scholar] [CrossRef]
  57. Hu, J.; Chen, H.; Heidari, A.A.; Wang, M.; Zhang, X.; Chen, Y.; Pan, Z. Orthogonal learning covariance matrix for defects of grey wolf optimizer: Insights, balance, diversity, and feature selection. Knowl. Based Syst. 2021, 213, 106684. [Google Scholar] [CrossRef]
  58. Hu, J.; Gui, W.; Heidari, A.A.; Cai, Z.; Liang, G.; Chen, H.; Pan, Z. Dispersed foraging slime mould algorithm: Continuous and binary variants for global optimization and wrapper-based feature selection. Knowl. Based Syst. 2022, 237, 107761. [Google Scholar] [CrossRef]
  59. Cai, Z.; Gu, J.; Luo, J.; Zhang, Q.; Chen, H.; Pan, Z.; Li, Y.; Li, C. Evolving an optimal kernel extreme learning machine by using an enhanced grey wolf optimization strategy. Expert Syst. Appl. 2019, 138, 112814. [Google Scholar] [CrossRef]
  60. Xu, Y.; Chen, H.; Heidari, A.A.; Luo, J.; Zhang, Q.; Zhao, X.; Li, C. An efficient chaotic mutative moth-flame-inspired optimizer for global optimization tasks. Expert Syst. Appl. 2019, 129, 135–155. [Google Scholar] [CrossRef]
  61. Wei, Y.; Lv, H.; Chen, M.; Wang, M.; Heidari, A.A.; Chen, H.; Li, C. Predicting Entrepreneurial Intention of Students: An Extreme Learning Machine with Gaussian Barebone Harris Hawks Optimizer. IEEE Access 2020, 8, 76841–76855. [Google Scholar] [CrossRef]
  62. Wei, Y.; Ni, N.; Liu, D.; Chen, H.; Wang, M.; Li, Q.; Cui, X.; Ye, H. An Improved Grey Wolf Optimization Strategy Enhanced SVM and Its Application in Predicting the Second Major. Math. Probl. Eng. 2017, 2017, 9316713. [Google Scholar] [CrossRef] [Green Version]
  63. Zeng, G.-Q.; Lu, K.; Dai, Y.-X.; Zhang, Z.; Chen, M.-R.; Zheng, C.-W.; Wu, D.; Peng, W.-W. Binary-coded extremal optimization for the design of PID controllers. Neurocomputing 2014, 138, 180–188. [Google Scholar] [CrossRef]
  64. Zeng, G.-Q.; Chen, J.; Dai, Y.-X.; Li, L.-M.; Zheng, C.-W.; Chen, M.-R. Design of fractional order PID controller for automatic regulator voltage system based on multi-objective extremal optimization. Neurocomputing 2015, 160, 173–184. [Google Scholar] [CrossRef]
  65. Zhao, X.; Li, D.; Yang, B.; Ma, C.; Zhu, Y.; Chen, H. Feature selection based on improved ant colony optimization for online detection of foreign fiber in cotton. Appl. Soft Comput. 2014, 24, 585–596. [Google Scholar] [CrossRef]
  66. Zhao, X.; Li, D.; Yang, B.; Chen, H.; Yang, X.; Yu, C.; Liu, S. A two-stage feature selection method with its application. Comput. Electr. Eng. 2015, 47, 114–125. [Google Scholar] [CrossRef]
  67. Wu, S.-H.; Zhan, Z.-H.; Zhang, J. SAFE: Scale-Adaptive Fitness Evaluation Method for Expensive Optimization Problems. IEEE Trans. Evol. Comput. 2021, 25, 478–491. [Google Scholar] [CrossRef]
  68. Li, J.-Y.; Zhan, Z.-H.; Wang, C.; Jin, H.; Zhang, J. Boosting Data-Driven Evolutionary Algorithm with Localized Data Generation. IEEE Trans. Evol. Comput. 2020, 24, 923–937. [Google Scholar] [CrossRef]
  69. Hua, Y.; Liu, Q.; Hao, K.; Jin, Y. A Survey of Evolutionary Algorithms for Multi-Objective Optimization Problems with Irregular Pareto Fronts. IEEE/CAA J. Autom. Sin. 2021, 8, 303–318. [Google Scholar] [CrossRef]
  70. Liu, X.-F.; Zhan, Z.-H.; Gao, Y.; Zhang, J.; Kwong, S.; Zhang, J. Coevolutionary Particle Swarm Optimization with Bottleneck Objective Learning Strategy for Many-Objective Optimization. IEEE Trans. Evol. Comput. 2018, 23, 587–602. [Google Scholar] [CrossRef]
  71. Deng, W.; Zhang, X.; Zhou, Y.; Liu, Y.; Zhou, X.; Chen, H.; Zhao, H. An enhanced fast non-dominated solution sorting genetic algorithm for multi-objective problems. Inf. Sci. 2021, 585, 441–453. [Google Scholar] [CrossRef]
  72. Deng, W.; Liu, H.; Xu, J.; Zhao, H.; Song, Y. An Improved Quantum-Inspired Differential Evolution Algorithm for Deep Belief Network. IEEE Trans. Instrum. Meas. 2020, 69, 7319–7327. [Google Scholar] [CrossRef]
  73. Zhao, H.; Liu, H.; Xu, J.; Deng, W. Performance Prediction Using High-Order Differential Mathematical Morphology Gradient Spectrum Entropy and Extreme Learning Machine. IEEE Trans. Instrum. Meas. 2019, 69, 4165–4172. [Google Scholar] [CrossRef]
  74. Deng, W.; Xu, J.; Zhao, H.; Song, Y. A Novel Gate Resource Allocation Method Using Improved PSO-Based QEA. IEEE Trans. Intell. Transp. Syst. 2020, 1–9. [Google Scholar] [CrossRef]
  75. Deng, W.; Xu, J.; Song, Y.; Zhao, H. An Effective Improved Co-evolution Ant Colony Optimization Algorithm with Multi-Strategies and Its Application. Int. J. Bio-Inspired Comput. 2020, 16, 158–170. [Google Scholar] [CrossRef]
  76. Zhao, F.; Di, S.; Cao, J.; Tang, J. Jonrinaldi A Novel Cooperative Multi-Stage Hyper-Heuristic for Combination Optimization Problems. Complex Syst. Model. Simul. 2021, 1, 91–108. [Google Scholar] [CrossRef]
  77. Yi, J.-H.; Deb, S.; Dong, J.; Alavi, A.H.; Wang, G.-G. An improved NSGA-III algorithm with adaptive mutation operator for Big Data optimization problems. Future Gener. Comput. Syst. 2018, 88, 571–585. [Google Scholar] [CrossRef]
  78. Liu, P.; Gao, H. A Novel Green Supplier Selection Method Based on the Interval Type-2 Fuzzy Prioritized Choquet Bonferroni Means. IEEE/CAA J. Autom. Sin. 2020, 8, 1549–1566. [Google Scholar] [CrossRef]
  79. Han, X.; Han, Y.; Chen, Q.; Li, J.; Sang, H.; Liu, Y.; Pan, Q.; Nojima, Y. Distributed Flow Shop Scheduling with Sequence-Dependent Setup Times Using an Improved Iterated Greedy Algorithm. Complex Syst. Model. Simul. 2021, 1, 198–217. [Google Scholar] [CrossRef]
  80. Gao, D.; Wang, G.-G.; Pedrycz, W. Solving Fuzzy Job-Shop Scheduling Problem Using DE Algorithm Improved by a Selection Mechanism. IEEE Trans. Fuzzy Syst. 2020, 28, 3265–3275. [Google Scholar] [CrossRef]
  81. Yu, H.; Yuan, K.; Li, W.; Zhao, N.; Chen, W.; Huang, C.; Chen, H.; Wang, M. Improved Butterfly Optimizer-Configured Extreme Learning Machine for Fault Diagnosis. Complexity 2021, 2021, 6315010. [Google Scholar] [CrossRef]
  82. Liu, G.; Jia, W.; Luo, Y.; Wang, M.; Heidari, A.A.; Ouyang, J.; Chen, H.; Chen, M. Prediction Optimization of Cervical Hyperextension Injury: Kernel Extreme Learning Machines with Orthogonal Learning Butterfly Optimizer and Broyden-Fletcher-Goldfarb-Shanno Algorithms. IEEE Access 2020, 8, 119911–119930. [Google Scholar] [CrossRef]
  83. Ren, H.; Li, J.; Chen, H.; Li, C. Stability of salp swarm algorithm with random replacement and double adaptive weighting. Appl. Math. Model. 2021, 95, 503–523. [Google Scholar] [CrossRef]
  84. Chen, H.; Yang, C.; Heidari, A.A.; Zhao, X. An efficient double adaptive random spare reinforced whale optimization algorithm. Expert Syst. Appl. 2019, 154, 113018. [Google Scholar] [CrossRef]
  85. Meng, A.-B.; Chen, Y.-C.; Yin, H.; Chen, S.-Z. Crisscross optimization algorithm and its application. Knowl.-Based Syst. 2014, 67, 218–229. [Google Scholar] [CrossRef]
  86. Su, H.; Zhao, D.; Yu, F.; Heidari, A.A.; Zhang, Y.; Chen, H.; Li, C.; Pan, J.; Quan, S. Horizontal and vertical search artificial bee colony for image segmentation of COVID-19 X-ray images. Comput. Biol. Med. 2022, 142, 105181. [Google Scholar] [CrossRef] [PubMed]
  87. Zhao, D.; Liu, L.; Yu, F.; Heidari, A.A.; Wang, M.; Oliva, D.; Muhammad, K.; Chen, H. Ant colony optimization with horizontal and vertical crossover search: Fundamental visions for multi-threshold image segmentation. Expert Syst. Appl. 2021, 167, 114122. [Google Scholar] [CrossRef]
  88. Liu, Y.; Chong, G.; Heidari, A.A.; Chen, H.; Liang, G.; Ye, X.; Cai, Z.; Wang, M. Horizontal and vertical crossover of Harris hawk optimizer with Nelder-Mead simplex for parameter estimation of photovoltaic models. Energy Convers. Manag. 2020, 223, 113211. [Google Scholar] [CrossRef]
  89. Fu, J.; Zhang, Y.; Wang, Y.; Zhang, H.; Liu, J.; Tang, J.; Yang, Q.; Sun, H.; Qiu, W.; Ma, Y.; et al. Optimization of metabolomic data processing using NOREVA. Nat. Protoc. 2022, 17, 129–151. [Google Scholar] [CrossRef]
  90. Li, B.; Tang, J.; Yang, Q.; Li, S.; Cui, X.; Li, Y.H.; Chen, Y.Z.; Xue, W.; Li, X.; Zhu, F. NOREVA: Normalization and evaluation of MS-based metabolomics data. Nucleic Acids Res. 2017, 45, W162–W170. [Google Scholar] [CrossRef] [Green Version]
  91. Wu, Z.; Li, G.; Shen, S.; Lian, X.; Chen, E.; Xu, G. Constructing dummy query sequences to protect location privacy and query privacy in location-based services. World Wide Web 2021, 24, 25–49. [Google Scholar] [CrossRef]
  92. Wu, Z.; Wang, R.; Li, Q.; Lian, X.; Xu, G.; Chen, E.; Liu, X. A Location Privacy-Preserving System Based on Query Range Cover-Up or Location-Based Services. IEEE Trans. Veh. Technol. 2020, 69, 5244–5254. [Google Scholar] [CrossRef]
  93. Li, Y.H.; Li, X.X.; Hong, J.J.; Wang, Y.X.; Fu, J.B.; Yang, H.; Yu, C.Y.; Li, F.C.; Hu, J.; Xue, W.; et al. Clinical trials, progression-speed differentiating features and swiftness rule of the innovative targets of first-in-class drugs. Brief. Bioinform. 2020, 21, 649–662. [Google Scholar] [CrossRef] [Green Version]
  94. Zhu, F.; Li, X.X.; Yang, S.Y.; Chen, Y.Z. Clinical Success of Drug Targets Prospectively Predicted by In Silico Study. Trends Pharmacol. Sci. 2018, 39, 229–231. [Google Scholar] [CrossRef] [PubMed]
  95. Yin, J.; Sun, W.; Li, F.; Hong, J.; Li, X.; Zhou, Y.; Lu, Y.; Liu, M.; Zhang, X.; Chen, N.; et al. VARIDT 1.0: Variability of drug transporter database. Nucleic Acids Res. 2020, 48, D1042–D1050. [Google Scholar] [CrossRef] [PubMed]
  96. Zhu, F.; Shi, Z.; Qin, C.; Tao, L.; Liu, X.; Xu, F.; Zhang, L.; Song, Y.; Zhang, J.; Han, B.; et al. Therapeutic target database update 2012: A resource for facilitating target-oriented drug discovery. Nucleic Acids Res. 2012, 40, D1128–D1136. [Google Scholar] [CrossRef]
  97. Wu, Z.; Li, R.; Zhou, Z.; Guo, J.; Jiang, J.; Su, X. A user sensitive subject protection approach for book search service. J. Assoc. Inf. Sci. Technol. 2020, 71, 183–195. [Google Scholar] [CrossRef]
  98. Wu, Z.; Shen, S.; Lian, X.; Su, X.; Chen, E. A dummy-based user privacy protection approach for text information retrieval. Knowl. Based Syst. 2020, 195, 105679. [Google Scholar] [CrossRef]
  99. Wu, Z.; Shen, S.; Zhou, H.; Li, H.; Lu, C.; Zou, D. An effective approach for the protection of user commodity viewing privacy in e-commerce website. Knowl. Based Syst. 2021, 220, 106952. [Google Scholar] [CrossRef]
  100. Yu, H.; Zhao, N.; Wang, P.; Chen, H.; Li, C. Chaos-enhanced synchronized bat optimizer. Appl. Math. Model. 2020, 77, 1201–1215. [Google Scholar] [CrossRef]
  101. Gupta, S.; Deep, K.; Heidari, A.A.; Moayedi, H.; Chen, H. Harmonized salp chain-built optimization. Eng. Comput. 2021, 37, 1049–1079. [Google Scholar] [CrossRef]
  102. Zhang, H.; Cai, Z.; Ye, X.; Wang, M.; Kuang, F.; Chen, H.; Li, C.; Li, Y. A multi-strategy enhanced salp swarm algorithm for global optimization. Eng. Comput. 2020, 1–27. [Google Scholar] [CrossRef]
  103. Chen, H.; Li, S.; Heidari, A.A.; Wang, P.; Li, J.; Yang, Y.; Wang, M.; Huang, C. Efficient multi-population outpost fruit fly-driven optimizers: Framework and advances in support vector machines. Expert Syst. Appl. 2020, 142, 112999. [Google Scholar] [CrossRef]
  104. Zhang, Q.; Chen, H.; Heidari, A.A.; Zhao, X.; Xu, Y.; Wang, P.; Li, Y.; Li, C. Chaos-Induced and Mutation-Driven Schemes Boosting Salp Chains-Inspired Optimizers. IEEE Access 2019, 7, 31243–31261. [Google Scholar] [CrossRef]
  105. Qiu, S.; Hao, Z.; Wang, Z.; Liu, L.; Liu, J.; Zhao, H.; Fortino, G. Sensor Combination Selection Strategy for Kayak Cycle Phase Segmentation Based on Body Sensor Networks. IEEE Internet Things J. 2021, 9, 4190–4201. [Google Scholar] [CrossRef]
  106. Wang, D.; Liang, Y.; Xu, D.; Feng, X.; Guan, R. A content-based recommender system for computer science publications. Knowl. Based Syst. 2018, 157, 1–9. [Google Scholar] [CrossRef]
  107. Li, J.; Chen, C.; Chen, H.; Tong, C. Towards Context-aware Social Recommendation via Individual Trust. Knowl. Based Syst. 2017, 127, 58–66. [Google Scholar] [CrossRef]
  108. Li, J.; Lin, J. A probability distribution detection based hybrid ensemble QoS prediction approach. Inf. Sci. 2020, 519, 289–305. [Google Scholar] [CrossRef]
  109. Li, J.; Zheng, X.-L.; Chen, S.-T.; Song, W.-W.; Chen, D.-R. An efficient and reliable approach for quality-of-service-aware service composition. Inf. Sci. 2014, 269, 238–254. [Google Scholar] [CrossRef]
  110. Guan, R.; Zhang, H.; Liang, Y.; Giunchiglia, F.; Huang, L.; Feng, X. Deep Feature-Based Text Clustering and Its Explanation. IEEE Trans. Knowl. Data Eng. 2020, 99, 1. [Google Scholar] [CrossRef]
  111. Qiu, S.; Zhao, H.; Jiang, N.; Wu, D.; Song, G.; Zhao, H.; Wang, Z. Sensor network oriented human motion capture via wearable intelligent system. Int. J. Intell. Syst. 2021, 37, 1646–1673. [Google Scholar] [CrossRef]
  112. Cao, X.; Cao, T.; Gao, F.; Guan, X. Risk-Averse Storage Planning for Improving RES Hosting Capacity Under Uncertain Siting Choices. IEEE Trans. Sustain. Energy 2021, 12, 1984–1995. [Google Scholar] [CrossRef]
  113. Ran, X.; Zhou, X.; Lei, M.; Tepsan, W.; Deng, W. A Novel K-Means Clustering Algorithm with a Noise Algorithm for Capturing Urban Hotspots. Appl. Sci. 2021, 11, 11202. [Google Scholar] [CrossRef]
  114. Cao, X.; Wang, J.; Wang, J.; Zeng, B. A Risk-Averse Conic Model for Networked Microgrids Planning With Reconfiguration and Reorganizations. IEEE Trans. Smart Grid 2020, 11, 696–709. [Google Scholar] [CrossRef]
  115. Pei, H.; Yang, B.; Liu, J.; Chang, K. Active Surveillance via Group Sparse Bayesian Learning. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 1133–1148. [Google Scholar] [CrossRef] [PubMed]
  116. Zhu, X.; Guo, K.; Fang, H.; Chen, L.; Ren, S.; Hu, B. Cross View Capture for Stereo Image Super-Resolution. IEEE Trans. Multimed. 2021, 99, 1. [Google Scholar] [CrossRef]
  117. Zhu, X.; Guo, K.; Ren, S.; Hu, B.; Hu, M.; Fang, H. Lightweight Image Super-Resolution with Expectation-Maximization Attention Mechanism. IEEE Trans. Circuits Syst. Video Technol. 2021, 32, 1273–1284. [Google Scholar] [CrossRef]
  118. Guo, K.; Hu, B.; Ma, J.; Ren, S.; Tao, Z.; Zhang, J. Toward Anomaly Behavior Detection as an Edge Network Service Using a Dual-Task Interactive Guided Neural Network. IEEE Internet Things J. 2020, 8, 12623–12637. [Google Scholar] [CrossRef]
  119. Zhang, Z.-H.; Min, F.; Chen, G.-S.; Shen, S.-P.; Wen, Z.-C.; Zhou, X.-B. Tri-Partition State Alphabet-Based Sequential Pattern for Multivariate Time Series. Cogn. Comput. 2021, 1–19. [Google Scholar] [CrossRef]
  120. Liang, J.J.; Qu, B.Y.; Suganthan, P.N. Problem Definitions and Evaluation Criteria for the CEC 2014 Special Session and Competition on Single Objective Real-Parameter Numerical Optimization; Technical Report for Computational Intelligence Laboratory, Zhengzhou University: Zhengzhou, China; Nanyang Technological University: Singapore, 2013. [Google Scholar]
Figure 1. The flowchart of the RCCBOA.
Figure 1. The flowchart of the RCCBOA.
Electronics 11 01080 g001
Figure 2. Flowchart of the suggested RCCBOA-SVM model.
Figure 2. Flowchart of the suggested RCCBOA-SVM model.
Electronics 11 01080 g002
Figure 3. Mechanism combination experiment.
Figure 3. Mechanism combination experiment.
Electronics 11 01080 g003
Figure 4. Convergence tendency of the RCCBOA and other advanced algorithms.
Figure 4. Convergence tendency of the RCCBOA and other advanced algorithms.
Electronics 11 01080 g004
Figure 5. The percentage of computational time taken by RCCBOA and other advanced algorithms.
Figure 5. The percentage of computational time taken by RCCBOA and other advanced algorithms.
Electronics 11 01080 g005
Figure 6. Classification results obtained by the five models in terms of four metrics.
Figure 6. Classification results obtained by the five models in terms of four metrics.
Electronics 11 01080 g006
Figure 7. Frequency of the feature selection from RCCBOA-SVM through the 10-fold CV procedure.
Figure 7. Frequency of the feature selection from RCCBOA-SVM through the 10-fold CV procedure.
Electronics 11 01080 g007
Table 1. Description of other novel improved algorithms.
Table 1. Description of other novel improved algorithms.
AuthorYearProposed AlgorithmDescription
Hu et al. [16]2021An improved Harris hawk optimization (HHOSRL)It was applied to feature selection and gained a high accuracy.
Fan et al. [17]2021A new particle swarm optimization (PSOCS)It was used to estimate the parameters of PV models.
Shi et al. [18]2021An enhanced colony predation algorithm (ECPA)It used a kernel extreme learning machine to classify the severity of COVID-19.
Zhou et al. [19]2021A novel enhanced spherical evolution algorithm (DSCSE)It was applied to evaluate unknown parameters of PV models.
Yu et al. [20]2021An improved slime mould algorithm (WQSMA)It provided effective assistance in solving optimization problems.
Zhou et al. [21]2021A new gradient-based optimizer with random learning mechanism (RLGBO)It was employed to gain the PV model parameters of different conditions.
Xu et al. [22]2021An innovative binary version of moth-flame optimizer (ESAMFO)It was utilized to select optimal feature subsets with the K-Nearest Neighbor Classifier.
Liu et al. [23]2021A novel ant colony optimizer (CLACO)It was verified by comparison with certain excellent peers.
Zhao et al. [24]2021An improved salp swarm algorithm (EHSSA)It was tested on CEC2014 functions and image segmentation problems.
Yu et al. [25]2020A dynamic bare-bones fruit fly optimization algorithm (BareFOA)It was tested on with CEC2017 and seven engineering optimization problems.
Chen et al. [26]2020An enhanced DE-driven multi-population Harris hawks optimization (CMDHHO)It was compared with plenty of other algorithms based on CEC2017 and CEC2011.
Chen et al. [27]2020A boosted sine cosine algorithm (OMGSCA)It was applied in CEC2014 and used to solve some real-world optimization problems.
Tu et al. [28]2019An adaptive support vector machine framework (RF-CSCA-SVM)It was regarded as being successful for predicting student graduation.
Chen et al. [29]2019A hybrid whale optimization algorithm (BWOA)It was treated as an effective means to solve complex problems.
Table 2. Description of the 28 attributes.
Table 2. Description of the 28 attributes.
AttributesNameDescription
A1GenderMale—1; Female—0
A2Age range0–30 years old—1; 30–60 years old—2; 60–80 years old—3.
A3Location of hometownWenzhou—1; Lishui—2;
other places—3.
A4Current identityOverseas Chinese with Chinese nationality or international students—1; descendants of overseas Chinese who were born in the country of residence and obtained the nationality of the residence country—2; returned overseas Chinese and family members of returned overseas Chinese—3.
A5Place of birthChina (Hong Kong, China)—1; foreign countries—2; unable to confirm—0.
A6When they went abroadBefore 1949—1; between 1950 and 1978—2; 1979 till now—3.
A7Reasons for going abroadFamily visit—1; work, trade, or investment—2; studying abroad or skilled immigrants—3;
other reasons or no reasons—4.
A8In which year they became permanent residentsBefore 2000—1; 2000 till now—2; no permanent residence—0
A9Highest level of education (degree)High school/technical secondary school/secondary vocational school/technical school or below—1; junior college/higher vocational college—2; Bachelor degree
or above—3.
A10MajorLiberal arts—1; science—2; others (catering, party school cadre training, entertainment, tourism, army academy)—3; none or unknown—0
A11Type of work currently engaged inworker, trade, business and investment—1; research and development, knowledge or education—2; catering—3; other or none—4.
A12Relatives living together in ChinaImmediate family member—1; non-immediate relatives—2; both 1 and
2–3; none—0.
A13Their position held in ChinaNational level—1; provincial level—2; city/county level—3; other or none—0.
A14Whether they had joined an overseas Chinese associationYes—1; no—0.
A15Whether they had acted as the founder of an overseas Chinese associationYes—1; no—0.
A16Reason for founding the overseas Chinese associationBusiness relations—1; geographical relations—2; learning relations—3; other reasons or none—4.
A17Motivation for joining the overseas Chinese associationActive—1; passive (invited by friends)—2; other or skip—3.
A18Position held in the overseas Chinese associationPositive—1; deputy—2; others—3; none—0.
A19Whether the overseas Chinese association has a clear division of dutiesYes—1; none or other—0.
A20Whether the overseas Chinese association is harmoniousHarmony—1; so-so or unknown—2; skip—0.
A21Whether the overseas Chinese association is a non-profit organizationYes—1; no—2; unknown or skip—0.
A22Whether the charter of the overseas Chinese association is reasonableYes—1; none—0.
A23Whether the overseas Chinese association holds regular meetingsYes—1; no—0.
A24Whether every member of the association has the right to vote and be electedYes—1; no—0.
A25Whether every member of the association has the right to criticize, make suggestions, and supervise the overseas Chinese associationYes—1; no—0.
A26Whether the membership fee of the association is paid according to the regulationsYes—1; no—0.
A27Main source of funding for the overseas Chinese associationOther fixed income—1; membership fees (including membership fees and donation)—2; no dues, only donations—3; unknown or other—0.
A28Expectations and suggestions for the overseas Chinese associationPositive—1; so-so or no (skip)—2; negative—3.
Table 3. Four BOA variants with two strategies.
Table 3. Four BOA variants with two strategies.
AlgorithmsRCC
RCCBOA11
CCBOA01
RBOA10
BOA00
Table 4. Average ranking of four BOA variants.
Table 4. Average ranking of four BOA variants.
AlgorithmRankARV
RCCBOA11.426667
CCBOA21.704444
RBOA32.908889
BOA43.96
Table 5. Parameters setting of the RCCBOA and other algorithms.
Table 5. Parameters setting of the RCCBOA and other algorithms.
MethodParameter
RCCBOA p = 0.8
CDLOBA r = [ 1 , 30 ] ;   Q m i n = 0 ; Q m a x = 2
CBA p = [ 0 , 1 ] ;   Q m i n = 0 ; Q m a x = 2
RCBA A = [ 0 , 1 ] ; r = 0.5 ; Q m i n = 0 ; Q m a x = 2
MWOA a 1 = [ 0 , 2 ] ; a 2 = [ 2 , 1 ]
LWOA a 1 = [ 0 , 2 ] ; a 2 = [ 2 , 1 ] ; b = 1
IWOA a 1 = [ 0 , 2 ] ; a 2 = [ 2 , 1 ] ; b = 1 ; C r = 0.1
CEFOA i n i t i a l l o c a t i o n   ϵ [ 10 , 10 ]
CIFOA m r = 0.8
AMFOA σ 1 = 0 ; σ 2 = 0
Table 6. Comparison of the results of the RCCBOA and different advanced algorithms.
Table 6. Comparison of the results of the RCCBOA and different advanced algorithms.
FuctionsIndicatorsRCCBOACDLOBACBARCBAMWOALWOAIWOACEFOACIFOAAMFOA
F1Avg1.30 × 1071.25 × 1061.23 × 1074.81 × 1065.72 × 1091.02 × 1071.85 × 1091.64 × 10101.21 × 10101.31 × 1010
Std3.36 × 1065.59 × 1054.89 × 1061.75 × 1061.90 × 1092.99 × 1065.26 × 1087.19 × 1082.46 × 1098.28 × 108
Rank51427361089
p-value-1.73 × 10−63.71 × 10−11.73 ×10−61.73 × 10−62.25 × 10−31.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F2Avg4.41 × 1031.51 × 1041.87 × 1051.38 × 1052.01× 113.52× 061.25 × 10111.99 × 10111.91 × 10111.89 × 1011
Std3.71 × 1031.12 × 1049.54 × 1053.89 × 1042.85 × 10108.38 × 1051.33 × 10105.37 × 1085.11 × 1086.09 × 109
Rank12431056987
p-value-1.74 ×10−44.71 × 10−21.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F3Avg3.69 × 1041.12 × 10−58.37 × 1033.89 × 1025.33 × 1053.35 × 1031.73 × 1056.81 × 1081.31 × 1075.27 × 107
Std4.89 × 1032.36 × 1048.78 × 1033.63 × 1011.83 × 1051.50 × 1033.12 × 1041.95 × 1072.26 × 1075.71 × 107
Rank45317261089
p-value-1.73 × 10−61.92 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F4Avg5.28 × 1025.19 × 1025.30 × 1025.16 × 1026.41 × 1045.51 × 1023.16 × 1047.18 × 1046.65 × 1046.02 × 104
Std2.91 × 1013.84 × 1014.41 × 1014.58 × 1011.58 × 1044.31 × 1017.29 × 1037.73 × 1023.85 × 1021.95 × 103
Rank32418561097
p-value-3.18 × 10−18.77 × 10−11.30 × 10−11.73 × 10−62.18 × 10−21.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F5Avg5.21 × 1025.21 × 1025.20 × 1025.20 × 1025.21 × 1025.21× 1025.21 × 1025.22 × 1025.21 × 1025.21 × 102
Std4.65 × 10−22.38 × 10−12.30 × 10−19.69 × 10−24.02 × 10−29.07 × 10−24.58 × 10−24.33 × 10−22.94 × 10−26.99 × 10−2
Rank54219371068
p-value-2.25 × 10−31.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−62.35 × 10−61.73 × 10−6
F6Avg6.35 × 1026.65 × 1026.73 × 1026.70 × 1026.80 × 1026.55 × 1026.71 × 1026.90 × 1026.85 × 1026.85 × 102
Std1.19 × 1013.32 × 1004.38 × 1004.81 × 1003.63 × 1004.89 × 1003.59 × 1003.78 × 10−11.31 × 1007.42 × 101
Rank13647251089
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F7Avg7.00 × 1027.00 × 1027.00 × 1027.00 × 1022.56 × 1037.01 × 1021.84 × 1032.56 × 1032.49 × 1032.43 × 103
Std3.53 × 10−31.09 × 10−21.57 × 10−15.11 × 10−23.60 × 1021.58 × 10−21.35× 1022.14 × 1014.91 × 1001.53 × 101
Rank12349561087
p-value-1.6 × 10−49.91 × 10−3 1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F8Avg9.55 × 1021.30 × 1031.17 × 1031.19 × 1031.60 × 1039.95 × 1021.38 × 1031.69 × 1031.60 × 1031.65 × 103
Std1.26 × 1015.35 × 1016.30 × 1015.38 × 1016.30 × 1013.24 × 1014.30 × 1011.59 × 1016.13 × 1002.20 × 101
Rank15348261079
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.02 × 10−51.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F9Avg1.26 × 1031.61 × 1031.41 × 1031.42 × 1031.84 × 1031.32 × 1031.57 × 1031.88 × 1031.78 × 1031.78 × 103
Std2.84 × 1019.97 × 1018.96 × 1019.41 × 1011.02 × 1027.42 × 1015.94 × 1012.15 × 1017.13 × 1003.09 × 101
Rank16349251078
p-value-1.73 × 10−62.35 × 10−61.92 × 10−61.73 × 10−61.18 × 10−31.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F10Avg3.62 × 1038.95 × 1038.81× 1038.87 × 1031.68 × 1044.81 × 1031.37 × 1041.92 × 1041.69 × 1041.82 × 104
Std2.63 × 1029.69 × 1029.68 × 1021.08 × 1036.87 × 1027.58 × 1027.53 × 1021.70 × 1023.12 × 1024.85 × 102
Rank15347261089
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−63.88 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F11Avg1.14 × 1048.54 × 1038.80 × 1038.92 × 1031.70 × 1048.57 × 1031.52 × 1041.91 × 1041.67 × 1041.77 × 104
Std6.78 × 1026.41 × 1029.33 × 1027.13 × 1028.18 × 1029.88 × 1021.04 × 1032.33 × 1021.28 × 1021.36 × 102
Rank51348261079
p-value-1.73 × 10−61.92 × 10−61.73 × 10−61.73 × 10−61.92 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F12Avg1.20 × 1031.20 × 1031.20 × 1031.20 × 1031.21 × 1031.20 × 1031.20 × 1031.21 × 1031.20 × 1031.21 × 103
Std4.15 × 10−14.24 × 10−16.59 × 10−16.04 × 10−19.86 × 10−14.91 × 10−18.92 × 10−19.80 × 10−12.76 × 10−19.65 × 10−1
Rank51429361078
p-value-1.73 × 10−64.90 × 10−42.35 × 10−61.73 × 10−62.13 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F13Avg1.30 × 1031.30 × 1031.30 × 1031.30 × 1031.31 × 1031.30 × 1031.31 × 1031.31 × 1031.31 × 1031.31 × 103
Std4.30 × 10−29.22 × 10−28.32 × 10−21.08 × 10−19.09 × 10−11.08 × 10−15.31 × 10−11.25 × 10−21.48 × 10−27.65 × 10−2
Rank31249561087
p-value-2.37 × 10−1 2.29 × 10−16.00 × 10−11.73 × 10−63.16 × 10−21.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F14Avg1.40 × 1031.40 × 1031.40 × 1031.40 × 1031.83 × 1031.40 × 1031.65 × 1031.87 × 1031.86 × 1031.82 × 103
Std3.13 × 10−26.86 × 10−21.13 × 10−11.13 × 10−15.66 × 1011.93 × 10−12.58 × 1015.45 × 1001.46 × 1001.38 × 101
Rank14238561097
p-value-3.38 × 10−31.78 × 10−13.68 × 10−21.73 × 10−68.94 × 10−4 1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F15Avg1.53 × 1032.04 × 1031.63 × 1031.58 × 1034.03 × 1071.55 × 1033.66 × 1062.54 × 1071.59 × 1077.64 × 106
Std2.08 × 1001.49 × 1023.91× 1012.18× 1013.26 × 1071.09 × 1011.87 × 1061.19 × 1065.14 × 1052.07 × 106
Rank15431026987
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−62.35 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F16Avg1.62 × 1031.62 × 1031.62 × 1031.62 × 1031.62 × 1031.62 × 1031.62 × 1031.62 × 1031.62 × 1031.62 × 103
Std3.17 × 10−14.08 × 10−14.78 × 10−14.66 × 10−12.09 × 10−16.33 × 10−13.88 × 10−11.80 × 10−16.98 × 10−21.80 × 10−1
Rank15749231068
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−62.30 × 10−22.35 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F17Avg1.54 × 1067.30 × 1049.46 × 1055.26 × 1059.85 × 1081.67 × 1065.08 × 1083.87 × 1091.98 × 1091.88 × 109
Std8.74 × 1053.66 × 1044.18 × 1052.53 × 1054.56 × 1087.03 × 1052.87 × 1081.97 × 1077.28 × 1084.50 × 108
Rank41327561098
p-value-1.73 × 10−61.04 × 10−32.35 × 10−61.73 × 10−63.82 × 10−11.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F18Avg3.54 × 1035.03 × 1034.57 × 1035.52 × 1032.09 × 10102.84 × 1046.75 × 1093.78 × 10103.45 × 10103.14 × 1010
Std1.03 × 1031.44 × 1032.11 × 1031.87 × 1035.86 × 1091.57 × 1042.90 × 1093.15 × 1082.44 × 1092.13 × 109
Rank13247561098
p-value-3.59 × 10−42.85 × 10−29.71 × 10−51.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F19Avg1.95 × 1031.99 × 1031.96 × 1031.96 × 1035.04 × 1031.95 × 1032.94 × 1031.08 × 1049.08 × 1038.12 × 103
Std3.14 × 1012.77 × 1012.58 × 1012.85 × 1011.53 × 1032.84 × 1012.73 × 1021.23 × 1027.93 × 1026.17 × 102
Rank15347261098
p-value-2.84 × 10−57.03 × 10−12.71 × 10−11.73 × 10−67.81 × 10−11.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F20Avg1.13 × 1044.43 × 1044.24 × 1032.82 × 1039.50 × 1068.83 × 1036.70 × 1053.22 × 1097.50 × 1072.69 × 109
Std2.99 × 1031.83 × 1043.14 × 1031.52 × 1027.96 × 1065.66 × 1038.59 × 1050.00 × 1004.87 × 1079.58 × 108
Rank45217361089
p-value-1.73 × 10−68.47 × 10−61.73 × 10−61.73 × 10−63.68 × 10−21.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F21Avg1.67 × 1068.75 × 1045.42 × 1053.43 × 1052.19 × 1088.61 × 1058.04 × 1071.80 × 1098.18 × 1084.95 × 108
Std4.61 × 1053.81 × 1042.70 × 1051.79 × 1051.04 × 1084.24 × 1054.69 × 1073.19 × 1073.40 × 1081.83 × 108
Rank51327461098
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.36 × 10−51.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F22Avg3.13 × 1034.09 × 1034.26 × 1034.19 × 1033.27 × 1053.93 × 1031.91 × 1046.11 × 1061.89 × 1064.64 × 106
Std2.26 × 1023.71 × 1023.50 × 1024.44 × 1025.28 × 1053.76 × 1022.20 × 1042.01 × 1041.45 × 1066.69 × 105
Rank13547261089
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.92 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F23Avg2.63 × 1032.65 × 1032.65 × 1032.64 × 1034.89 × 1032.64 × 1033.11 × 1032.50 × 1032.50 × 1032.50 × 103
Std4.39 × 1013.11 × 1002.16 × 1002.12 × 10−16.99 × 1022.96 × 10−15.70 × 1020.00 × 1004.05 × 10−15.09 × 10−4
Rank47851069132
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−63.61 × 10−31.73 × 10−61.73 × 10−63.18 × 10−6
F24Avg2.60 × 1032.79 × 1032.77 × 1032.76 × 1033.07 × 1032.62 × 1032.60 × 1032.60 × 1032.60 × 1032.60 × 103
Std1.14 × 10−88.48 × 1015.14 × 1015.89 × 1016.62 × 1012.11 × 1017.38 × 10−10.00 × 1001.21 × 10−12.82 × 10−1
Rank29871065134
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−63.11 × 10−51.73 × 10−6
F25Avg2.70 × 1032.75 × 1032.76 × 1032.76 × 1033.00 × 1032.72 × 1032.70 × 1032.70 × 1032.70 × 1032.70 × 103
Std0.00 × 1001.84 × 1012.67 × 1012.14 × 1018.62 × 1012.48 × 1010.00 × 1000.00 × 1000.00 × 1001.41 × 10−5
Rank17981061115
p-value-1.73 × 10-61.73 × 10-61.73 × 10-61.73 × 10-61.73 × 10-61.00 × 1001.00 × 1001.00 × 1001.73 × 10-6
F26Avg2.76 × 1032.75 × 1032.73× 032.80 × 1032.91 × 1032.70 × 1032.77 × 1032.80 × 1032.80 × 1032.80 × 103
Std5.00 × 1011.18 × 1021.02 × 1021.43 × 1021.96 × 1021.82 × 1014.16 × 1010.00 × 1000.00 × 1007.13 × 10-8
Rank43291015668
p-value-4.78 × 10−14.95 × 10−21.98 × 10−11.28 × 10−37.16 × 10−42.78 × 10−22.44 × 10−42.44 × 10−41.73 × 10−6
F27Avg3.13 × 1034.89 × 1035.04 × 1034.98 × 1035.55 × 1034.48 × 1035.01 × 1032.90 × 1032.90 × 1032.90 × 103
Std5.64 × 1011.26 × 1023.82 × 1023.88 × 1022.81 × 1022.98 × 1021.34 × 1021.39 × 10−121.39 × 10−127.74 × 10−5
Rank46971058113
p-value-1.73 × 10−61.92 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−6
F28Avg3.99 × 1038.63 × 1038.77 × 1039.10 × 1031.56 × 1047.03 × 1038.46 × 1033.00 × 1033.00 × 1033.00 × 103
Std7.15 × 1011.77 × 1031.75 × 1031.66 × 1032.30 × 1031.06 × 1034.44 × 1031.39 × 10−123.10 × 10−18.84 × 10−4
Rank47891056132
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−66.16 × 10−41.73 × 10−61.73 × 10−61.73 × 10−6
F29Avg5.34 × 1031.49 × 1084.27 × 1081.73 × 1088.94 × 1082.16 × 1072.25 × 1083.10 × 1031.68 × 1057.96 × 103
Std5.24 × 1021.20 × 1082.17 × 1081.10 × 1083.63 × 1082.08 × 1071.94 × 1080.00 × 1009.01 × 1051.05 × 103
Rank26971058143
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−65.31 × 10−51.73 × 10−63.11 × 10−51.73 × 10−6
F30Avg1.41 × 1042.32 × 1054.93 × 1053.12 × 1043.35 × 1072.34 × 1047.34 × 1063.20 × 1035.60 × 1033.44 × 103
Std1.71 × 1035.90 × 1051.55 × 1067.14 × 1031.68 × 1074.07 × 1033.89 × 1060.00 × 1001.32 × 1046.38 × 101
Rank47861059132
p-value-1.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−61.73 × 10−63.11 × 10−51.73 × 10−6
Table 7. Classification results obtained for RCCBOA-SVM-FS with four metrics.
Table 7. Classification results obtained for RCCBOA-SVM-FS with four metrics.
FoldAccuracySensitivitySpecificityMCC
Num.10.941.000.890.89
Num.20.911.000.820.84
Num.30.991.000.970.97
Num.40.960.960.930.91
Num.50.960.970.940.91
Num.60.940.970.900.88
Num.70.931.000.860.86
Num.80.961.000.920.91
Num.90.961.000.920.91
Num.100.941.000.970.88
Avg0.950.990.910.90
Std0.020.020.040.03
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Bao, H.; Liang, G.; Cai, Z.; Chen, H. Random Replacement Crisscross Butterfly Optimization Algorithm for Standard Evaluation of Overseas Chinese Associations. Electronics 2022, 11, 1080. https://doi.org/10.3390/electronics11071080

AMA Style

Bao H, Liang G, Cai Z, Chen H. Random Replacement Crisscross Butterfly Optimization Algorithm for Standard Evaluation of Overseas Chinese Associations. Electronics. 2022; 11(7):1080. https://doi.org/10.3390/electronics11071080

Chicago/Turabian Style

Bao, Hanli, Guoxi Liang, Zhennao Cai, and Huiling Chen. 2022. "Random Replacement Crisscross Butterfly Optimization Algorithm for Standard Evaluation of Overseas Chinese Associations" Electronics 11, no. 7: 1080. https://doi.org/10.3390/electronics11071080

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop