Next Article in Journal
A Comparative and Collaborative Study of the Hydrodynamics of Two Swimming Modes Applicable to Dolphins
Next Article in Special Issue
Diagnosis of Monkeypox Disease Using Transfer Learning and Binary Advanced Dipper Throated Optimization Algorithm
Previous Article in Journal
Detection and Dispersion Analysis of Water Globules in Oil Samples Using Artificial Intelligence Algorithms
Previous Article in Special Issue
Multi-Criterion Sampling Matting Algorithm via Gaussian Process
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Binary Sand Cat Swarm Optimization Algorithm for Wrapper Feature Selection on Biological Data

by
Amir Seyyedabbasi
Software Engineering Department, Faculty of Engineering and Natural Science, Istinye University, 34396 Istanbul, Turkey
Biomimetics 2023, 8(3), 310; https://doi.org/10.3390/biomimetics8030310
Submission received: 27 April 2023 / Revised: 2 June 2023 / Accepted: 4 June 2023 / Published: 14 July 2023
(This article belongs to the Special Issue Nature-Inspired Computer Algorithms)

Abstract

:
In large datasets, irrelevant, redundant, and noisy attributes are often present. These attributes can have a negative impact on the classification model accuracy. Therefore, feature selection is an effective pre-processing step intended to enhance the classification performance by choosing a small number of relevant or significant features. It is important to note that due to the NP-hard characteristics of feature selection, the search agent can become trapped in the local optima, which is extremely costly in terms of time and complexity. To solve these problems, an efficient and effective global search method is needed. Sand cat swarm optimization (SCSO) is a newly introduced metaheuristic algorithm that solves global optimization algorithms. Nevertheless, the SCSO algorithm is recommended for continuous problems. bSCSO is a binary version of the SCSO algorithm proposed here for the analysis and solution of discrete problems such as wrapper feature selection in biological data. It was evaluated on ten well-known biological datasets to determine the effectiveness of the bSCSO algorithm. Moreover, the proposed algorithm was compared to four recent binary optimization algorithms to determine which algorithm had better efficiency. A number of findings demonstrated the superiority of the proposed approach both in terms of high prediction accuracy and small feature sizes.

1. Introduction

Recently, several metaheuristic algorithms were introduced to solve global optimization problems [1,2,3]. It is well known that these algorithms can be used in optimization [4,5,6]. As a problem becomes larger, the computation time and cost will also increase. Classical mathematical methods cannot be utilized to solve these problems due to the complexity of the problems. Using approximate approaches such as metaheuristic algorithms to solve NP-hard problems (uncertain polynomial time) might be a way to handle NP-hard problems (uncertain polynomial time) as well [7]. These algorithms can solve complex problems in a reasonable time. A metaheuristic algorithm is designed to find near-optimal solutions to high-dimension complex problems because the search space expands as the dimensions increase. In general, most metaheuristic algorithms resolve problems in an effective and efficient manner to achieve near-optimal results. As a result of the significant increase in optimization algorithms in recent years [8,9], there is now an abundance of optimization algorithms that are either intended to improve algorithms or to improve their disadvantages.
Metaheuristic algorithms are divided into four categories: evolution-based, swarm intelligence-based, physics-based, and human-based [7]. The evolution-based algorithms are based on the evolutionary behavior of creatures. Some of the well-known algorithms in this category include the genetic algorithm (GA) [10], differential evolution (DE) [11], evolutionary programming (EP) [12], and biogeography-based optimization (BBO) [13]. The Swarm Intelligence (SI) approach mimics animals’ collective behavior [7]. Popular algorithms in this category include particle swarm optimization (PSO) [14], grey wolf optimization (GWO) [15], the bat algorithm (BA) [16], and sand cat swarm optimization (SCSO) [9]. Physics-based algorithms are influenced by the physical rules of nature. The most famous algorithms in this category consist of black hole (BH) [17], atom search optimization (ASO) [18], big bang–big crunch (BBBC) [19], and simulated annealing (SA) [20]. Human activities with evolution-based processing are modeled mathematically by human-based metaheuristic algorithms. Well-known algorithms in this category include Tabu (Taboo) Search (TS) [21], Teaching–Learning-Based Optimization (TLBO) [22], Variable Neighborhood Search [23], GRASP [24], and Iterated Local Search [25]. The sand cat swarm optimization (SCSO) algorithm is one of the new metaheuristic algorithms for continuous optimization problems [9]. The SCSO algorithm is based on sand cat behavior. This algorithm uses sand cats as search agents in continuous real search spaces to find near-optimal solutions. The SCSO algorithm is described in detail in the next section. Compared with a newly proposed metaheuristic algorithm, the SCSO algorithm has remarkable performance. Based on the no-free-lunch (NFL) theorem [6], there is no algorithm suitable for all problems. In this way, each metaheuristic algorithm may be suitable for some problems and find optimal solutions. Metaheuristic algorithms are used in a wide variety of industries, including health care, engineering, biology, and finance [26,27,28,29,30].
The feature selection (FS) technique is one of the most popular dimension reduction techniques [31]. This technique eliminates the redundant and noisy attributes while selecting only the relevant ones. Using a set of significant features from a large dataset is advantageous not only in terms of efficiency, but also in terms of computational complexity; thereby, enhancing the classification accuracy. It is well known that FS methods have been used in many studies over the years. FS algorithms can be divided into three major categories: filters, wrappers, and embedded approaches [32]. This classification was made through a learning algorithm (classifier) which was a learning algorithm (classifier). Filter-based FS methods remove the irrelevant features from data based on the statistical characteristics of the data. There are many popular filter approaches, such as information gain, t-test, chi-squared test, and correlation-based feature selection to select features, all of which can be used in a filtering process. In FS methods using wrappers, a specific machine learning algorithm is used to reduce a subset of the data and evaluate it. As part of the learning algorithms training, these methods employ Cross-Validation (CV) schemas [33]. A significant characteristic of this type of approach is that the learning algorithm and feature selection are tightly coupled together. In this type of approach, the feature selection algorithm is one of the main sections of the learning algorithm. Metaheuristic algorithms are widely used to find an optimal solution to NP-hard problems. The feature selection problem is one of the problems to be solved in this case. In recent years, several metaheuristic algorithms have been introduced that reduce medical data [34].
An approach based on wrappers is used to reduce the feature selection issues using the Binary Golden Eagle Optimizer with Time Variable Flight Length (BGEO-TVFL). As a result of BGEO-TVFL, binary GEO exploration and exploitation are balanced by time-varying flight lengths [35]. The authors proposed a binary Coronavirus Disease Optimization Algorithm (BCOVIDOA) to select the features, a mechanism that mimics the Coronavirus replication mechanisms when hijacking human cells [36]. For evaluating the performance of the proposed algorithm, benchmark datasets from the UCI Repository were utilized. It was proposed [37] to develop a wrapper-based Binary Improved Grey Wolf Optimizer (BIGWO) to categorize Parkinson’s disease with optimal features. In this study, five different transfer functions were used to encode the search space for features. Additionally, the BIGWO algorithm was evaluated for classification performance with adaptive kNN (AkNN). One of the recently introduced metaheuristic algorithms known as the Marine Predator Algorithm (MPA) successfully solved optimization problems [38]. This study aimed to find the optimal subset of features in the datasets using a novel Binary Marine Predator Algorithm (BMPA-TVSinV). A continuous search space was converted to a binary one using two new time-varying transfer functions.
The authors of [39] have presented the binary version of the ant lion optimization algorithm. In addition, they have presented the binary version of the GWO algorithm used in the feature selection problem [32]. Due to the increase in metaheuristic algorithms, the number of binary versions of algorithms has increased. A version of the cockroach swarm optimization was proposed in [40]. The binary bat algorithm was proposed in [41]. The authors of this study used the Sigmoid transfer function to adopt binary algorithms for discrete optimization problems. There is a binary version of the WOA algorithm described in [42]. The authors of this study presented a binary version of WOA to predict photovoltaic cell parameters. According to another study [43], a new binary version of the WOA algorithm was proposed for solving marketing problems. Using the S-shaped transform function, another binary version of the WOA algorithm was proposed in [44].
For the purpose of selecting the most appropriate features for the COVID-19 dataset, a hyper-learning binary decision algorithm (HLBDA) [45] has been introduced. Hyper-learning is employed in this strategy to learn dragonflies based on the top solutions available on a global and personal basis. Ref [46] demonstrates that NSGA II is an effective method for selecting the potential features to be considered. It has recently been suggested that a fast rival genetic algorithm might be an effective solution to the FS problems [47]. The proposed method was demonstrated to find the informative feature subset and was able to do so in a short time compared to conventional methods. Another work [48] has been published proposing a wrapper-based binary SCA (WBSCA) based on a V-shaped transfer function. Using both S-shaped and V-shaped transfer functions, the binary butterfly optimization algorithm (bBOA) addresses the feature selection issues. The bBOA model fails to balance exploration and exploitation. The local search strategy involves butterflies only changing positions randomly, which is considered inadequate [49].
Sentiment classification was improved with the use of the iterated greedy metaheuristic. This was employed by [50] to select quality features for improving its performance. As a method for feature selection in [51], the authors combined the whale optimization algorithm with simulated annealing techniques. It can be concluded that the hybrid approach that they used utilized the simulated annealing method to enhance their search agents’ exploitation ability in promising areas. This was carried out by enhancing their search capabilities. The S-shaped and V-shaped transfer functions were used in this study to develop a binary EPO (BEPO) algorithm [52]. In this algorithm, the V-shaped transfer function is more efficient than the S-shaped. In [53], one of the most recent metaheuristic algorithms for tackling this problem has been applied to feature selection.
It was discovered that the Hamming distance based BPSO algorithm (HDBPSO) can be used to operate on high-dimension datasets [54]. A local search algorithm was developed in [55] to facilitate the selection of minimal reductions in the PSO algorithm that was based on the correlation information provided by the correlation function. This study proposes a new binary version of the Crow search algorithm (CSA) algorithm named bSCA [56]. The bCSA is binarized using a sigmoid transformation. In this study, the proposed algorithm was used to solve a two-dimensional bin packing problem. In order to select subgraphs with the highest accuracy, a binary cat swarm intelligence technique was applied at each level of classification [57]. The binary cat swarm intelligence technique ensures the most accurate subgraphs are selected for classification. It also improves the overall accuracy and speed of classification. This paper presented an improved binary version of the SSA based on a modified Arctan transformation [58].
The proposed algorithm was evaluated on benchmark datasets and compared to other existing methods. The results showed that the proposed method outperformed the existing methods in terms of accuracy and execution time. Regarding the transfer function, this modification possessed two characteristics: multiplicity and mobility. It was possible to enhance the exploration and exploitation capabilities by making this modification. This paper presents a hybrid approach consisting of a new multi-objective binary chimp optimization algorithm (MOBChOA) and a deep convolutional neural network (DCNN) for feature selection [59]. MOBChOA and DCNN were used in combination to select the most relevant features and optimize the hyperparameters for image classification. The results of this approach were evaluated and compared with the existing methods.
The following contributions were made as a result of the need for novel and efficient optimization algorithms:
  • An innovative binary version of the sand cat swarm optimization algorithm was presented.
  • Binarization of the sand cat swarm optimization algorithm was achieved using the V-shaped transfer function.
  • An extensive evaluation of the bSCSO’s performance was conducted against a set of 10 well-known biological benchmarks.
  • A comparison was made between the bSCSO algorithm and the well-known binary metaheuristic algorithms.
The remainder of the paper is organized as follows. The Section 2 describes the sand cat swarm optimization (SCSO) algorithm. The proposed binary sand cat swarm optimization algorithm (bSCSO) is described in more detail in the Section 3. In the Section 4, a discussion and analysis of the results are presented. The study’s conclusion is presented in the Section 5 of the report.

2. Sand Cat Swarm Optimization (SCSO) Algorithm

There is a metaheuristic algorithm called sand cat swarm optimization (SCSO), inspired by the sand cats’ behavior in nature [9]. Sand cats can hear sounds below 2 kHz. In contrast to domestic cats, sand cats prefer sandy and stony deserts. In terms of appearance, there is not a significant difference between these two types of cat. Due to the harsh conditions in their living environment, sand cats’ soles and palms are entirely covered with fur. This gives them protection against heat and cold. It is also difficult to track cats’ footprints due to this characteristic. As mentioned above, the sand cat’s ability to detect low-frequency noises makes its ears the most distinctive aspect of the animal. Foraging in a harsh environment is hard for animals, especially small animals. Sand cats hunt during the cool nights and rest underground during the day. They have a different hunting method.
The sand cat has a very special foraging and hunting mechanism. The ability of these animals to locate prey underground or on the ground is the basis for their remarkable ability to locate prey. As a result, they can find their prey quickly. The swarm optimization algorithm (SCSO) imitated this feature to find the most optimal solution [9]. As with other metaheuristic algorithms, the first step is population initialization. The search space is populated randomly based on the problem’s lower and upper boundaries. Each row of search space indicates a search agent solution to a predefined optimization problem. The search agent is usually defined during the initialization. Metaheuristic algorithms optimize a problem and find a near-optimal solution. In this way, for each optimization problem, a fitness function (cost function) is defined to evaluate the obtained solution. Based on the problem objective, the metaheuristic algorithm guides the solution to the goal. For each solution (search agent), the fitness (cost) determines the next iteration until it reaches the last iteration. The result obtained in the last iteration (which is up to the user) is the most optimal solution. Here, each metaheuristic algorithm mechanism reaches the optimum solution. Generally, the hunting mechanism determines the optimum result.
The SCSO algorithm has a special working principle. After initialization, searching for prey is performed to find the optimum solution. In this way, the sand cat’s ability in the low-frequency noise emission is used. Each search agent has a predefined sensitivity range starting at 2 kHz. In the SCSO algorithm, the R G parameter linearly decreases from 2 to 0 (Equation (1)). Where SM is assumed to be 2, Iterc is the current iteration number, and itermax is the maximum number of iterations. In this way, in the initial iterations, the sand cat moves quickly and after half of the iterations, its movement becomes more intelligent. As with other metaheuristic algorithms, the trade-off between the exploration and exploitation phases is important; in this way, the SCSO uses a R parameter. In accordance with (Equation (2)), the transition between the two phases is balanced. Furthermore, Equation (3) is defined in order to avoid trapping in the local optimum. The r parameter determines the sensitivity range of each search agent. The main step of the SCSO is a position update for each search agent. Based on Equation (4), the position update for the corresponding search agent in each iteration is based on the best candidate position and its current position beside the sensitivity range. In Equation (4), the p o s b c , p o s c , and r indicates the best-candidate position, current position, and sensitivity range, respectively. After searching for prey (exploration), the next step in the SCSO is attacking the prey (exploitation) phase. The distance between the best position and the current position of each search agent in the corresponding iteration is calculated using Equation (5). As aforementioned, the sand cats’ precise sensitivity is used to hunt their prey. The sensitivity range is assumed to be circular, so in each movement, the direction is determined by a random θ angle based on a roulette wheel selection in the SCSO. A θ random angle between 0 and 360 results in a cosine of between −1 to 1. In this way, a circular movement is achieved. In Equation (5) (in the paper), the p o s b and p o s r n d are the best position (best solution) and random position, respectively.
r G = S M S M × i t e r c i t e r M a x
R = 2 × r G × r a n d 0,1 r G
r = r G × r a n d 0,1
P o s t + 1 = r . P o s b c t r a n d 0,1 · P o s c t
P o s r n d = r a n d 0,1 · P o s b t P o s c t
P o s t + 1 = P o s b t r . P o s r n d · cos θ
X t + 1 = P o s b t P o s r n d · cos θ . r r . P o s b c t r a n d 0,1 · P o s c t   R 1 ; e x p l o i t a t i o n R > 1 ; e x p l o r a t i o n

3. Binary Sand Cat Swarm Optimization (bSCSO) Algorithm

In the field of optimization, problems in the binary space are addressed. It is therefore necessary to implement binary versions of metaheuristic algorithms. Typically, in this type of algorithm, the search space includes one or zero, as well as the search agents’ movement in the binary space. The search space is arranged in rows that determine the solution, which is a combination of the binary values for each row. Comparing the binary (discrete) version of each metaheuristic algorithm with the continuous metaheuristic algorithm, the main difference is the particle movements, where zero changes to one and vice versa. In the SCSO algorithm [6], the search space is populated by continuous and real numbers, so in a binary optimization problem, this algorithm cannot be used. As a result of this, this study proposed the binary sand cat swarm optimization (bSCSO) algorithm to solve this problem. bSCSO is an algorithm that has been proposed specifically for binary search spaces. During the position update of each sand cat (search agent), a V-shaped transformation is applied to transfer the obtained values to a range of values between 0 and 1. A solution to the problem is the location of each sand in a 0’s and 1’s vector.
Each sand cat in the bSCSO algorithm detected sounds below 2 Khz, similar to the SCSO algorithm. This method followed the SCSO algorithm, but the search agent moved in the range of [0, 1]. Using Equation (7), each search agent (sand cat) could update its position [39]. In the end, the V-shaped transfer function transfered the result to zero or one. The bSCSO algorithm used the V-shaped function as its main rule. As discussed earlier, the search was performed in a populated search space of zero or one. The lower and upper boundaries were zero and one. After initialization, the search agents’ positions should be updated. Accordingly, using the SCSO algorithm, the sand cat’s searching and hunting phases were aided by its unique hearing ability. In each iteration, each search agent obtained a position to update in this way, and the V-shaped transfer function was used to transfer the result to zero and one.
Any value between plus and minus infinity could be transferred to zero or one using a V-shaped transfer function. For each agent in the search space, the obtained result was between zero and one. Additionally, search agents were forced to move in binary space by a rule applied to the bSCSO. The bSCSO transfer function provided a probability of a search agent changing from 0 to 1 and vice versa. The different types of V-shaped transfer functions are described in Table 1. Different types of transfer functions existed here, with a different probability of changing its value. Figure 1 illustrates the four types of V-shaped functions. Exploration and exploitation were affected by the abrupt change between 0 and 1 in a v-shaped function. This behavior enabled the algorithm to explore and exploit the environment simultaneously. It also enabled the algorithm to explore and exploit the environment more efficiently, resulting in improved performance.
In order to achieve the goal, type four of the V-shaped transfer functions and an updating rule for the position were performed, where the x i n t value referred to the location of ith search agent in the nth dimension at iteration t. The rand (random number) was a uniform random number between 0 and 1. Algorithm 1 and Figure 2 provided the pseudocode and flowchart of the bSCSO algorithm.
V x i n t = 2 π arctan π 2 x i n t
x i n t + 1 = ( x i n ) 1 ( x i n )                             i f   r a n d < V x i n t o t h e r w i s e
Algorithm 1. Binary Sand cat swarm optimization algorithm pseudocode.
Initialize the population
Calculate the fitness function based on the objective function
Initialize the r, rG, R
Biomimetics 08 00310 i001
          End
      End
   t=t++
End

4. Simulation and Result Analysis

Feature selection is one of the most frequently encountered problems in computer science, where the search space is a n-dimensional Boolean array. Thus, it can be concluded that the bSCSO algorithm we proposed here could effectively solve the feature selection problems. It should be noted that as the search agent position was determined by selecting or excluding the features, binary vectors were used for expressing the position as ‘1’, which indicated that the feature corresponding to the search agent position was selected, and ‘0’, which indicated that the feature was not selected. Feature selection processes are concerned with maximizing classification accuracy and minimizing the number of features. The bSCSO algorithm took into account these two objectives during its adaptive search to find the combination of features most appropriate for the application. It is important to note that the bSCSO applied a fitness function to search the agent position in Equation (9):
f i t n e s s = α E R + β | S | | C |
The error rate ER was defined as the ratio between the number of instances wrongly classified and the total number of instances. Here, S was the length of the feature subset, C was the total number of features, and B was the number of instances incorrectly classified. It was assumed that the parameters α and β were the weight vectors for determining the importance of classification performance and feature size.

4.1. Simulation Setting

This study aimed to enhance learning capabilities, reduce computation complexity, and improve computational efficiency by selecting the relevant features from a dataset to enhance classification performance. We determined the optimal set of features by using a binary algorithm, based upon the nature of the task at hand and upon the characteristics of the subset of features to be selected. Accordingly, each solution was represented by a binary vector of D entries that reflected the number of features in the dataset. As with the binary method, each solution was represented by a binary vector. It is worth noting that there were two entries in the solution vector; one signified the absence of selection, and the other signified the selection of a particular feature.
A binary SCSO (bSCSO) version was used to assist in the solution of feature selection problems. The performance of different optimization algorithms based on fitness functions was compared using medical datasets to determine which algorithm performed the most efficiently as a result of the comparison. As an evaluation of the accuracy of the combined bSCSO and KNN methods, a series of repeated experiments were conducted (repeated five times to avoid bias). We conducted a comparison of bSCSO’s performance with BMNABC [60], BBA [41], bGA [48], and bPSO [61] in order to determine which performed better. It was based on the accuracy of the data that the study’s results were reported. To measure the effectiveness of the proposed bSCSO, four evaluation metrics were calculated. These metrics included the mean and standard deviation of accuracy and the mean and standard deviation of the selected features.
The algorithm’s simulation parameters are summarized in Table 2. The proposed bSCSO algorithm was evaluated on 10 datasets available in the UCI machine learning repository. Table 3 provides information on the number of features and data objects in each of the medical datasets. In addition, it provides details on the number of classes within each dataset. As part of the evaluation of the performance of the proposed bSCSO algorithm in comparison with other optimization algorithms, we used the same population size of 30. We compared it with the other algorithms in a number of iterations of 100 to test its performance. We also analyzed the performance of each algorithm based on the average value of each objective function over five independent runs. On a computer with a 1.60 GHz CPU and 8 GB of RAM, simulation and analysis were conducted using MATLAB 2020b.

4.2. Dataset

A few datasets were selected from well-known dataset repositories such as Heart, Heart-Statlog, Parkinson, Wisconsin Diagnostic Breast Cancer (Wdbc), Breast Cancer, Dermatology, and Lung Cancer. In the feature selection problem, one of the greatest challenges is the analysis of datasets with a high-dimensional feature set. This is followed by the selection of features based on only a few samples. PersonGait, Colon tumor, and Leukemia-3c are examples of high-dimensional datasets. In Table 2, we have provided the names, number of features, instances, and classes of each feature. As can be seen, aside from being one of the most famous and complex medical datasets, the Wisconsin Diagnostic Breast Cancer (Wdbc) is also among the most widely used.

4.3. Results and Discussion

There were several datasets chosen to represent the different types of issues based on the instances and attributes associated with them. For cross-validation, each dataset was divided into three randomly selected subsets, including training, testing, and validation data sets. In the case of feature selection, we used the K-NN classifier as a wrapper method to select the features. For this example, we applied K-NN with 3,5, and 7. Each search agent position generated a different subset of attributes as a result of the training process it went through. KNN classifiers were evaluated on the validation subset using the training set during optimization. It was also part of the scope of the bSCSO’s role to provide guidance during the feature selection process. This was in addition to the feature selection. In addition, the optimization algorithm did not know about the test subset at the time of optimization.
This experiment aimed to produce optimal performance by partitioning the data into training and testing sets with a ratio of 8:2. This was so the data could be used to optimize performance. It meant that 80 percent of each dataset was used for training and 20 percent for testing. An evaluation of the proposed algorithm’s performance was conducted with nine medical datasets in this subsection. The datasets were chosen from the UCI machine learning repository [62,63]. The bSCSO’s efficacy could be evaluated based on the mean and standard deviation of its accuracy, as well as the number of features selected. The results achieved by the algorithms are shown in Table 4 and Table 5 as a representation of their results. Table 4 provide the averages and standard deviations for the accuracy and selected features of the binary version of bSCSO with V-shaped transfer function, and other binary version algorithms, based on five runs of the algorithm. Considering the tables described above, it was evident that the bSCSO provided the most accurate accuracy for the most datasets.
Table 3 includes a statistical analysis of the obtained results from different optimization algorithms on the different datasets. Therefore, it was generally considered that the algorithm that had the highest accuracy rate in terms of its mean value of the accuracy was the best solution. Each algorithm’s mean and standard deviation were compared in terms of accuracy and selected features. Additionally, the various KNN parameters values were chosen to determine their efficiency. Consequently, the bSCSO performed very well when compared with other algorithms tested on the datasets compared to the other algorithms. Table 2 shows the results obtained by running each algorithm five times independently using the same parameter configuration.
It was found that the proposed algorithm, bSCSO, selected the most minimum number of features on all datasets. This was compared with the other algorithms BMNABC, BBA, bGA, and bPSO. In some cases, it was also possible to get good performance using the bPSO algorithms. It was possible to rank the bGA algorithm at the second position on the list. Based on Table 3, it should be noted that the bPSO algorithm came in second in the rankings. This was followed by the bGA algorithm, the BBA algorithm, and the BMNABC algorithm.
In tests on Heart, Parkinson, Dermatology, Breast Cancer, Lung Cancer, Person Gait, Colon Tumor, and Leukemia-3c, the bSCSO outperformed the other algorithms. In terms of the most widely used medical dataset, it is important to note that the Heart dataset not only remains one of the most well-known, but it is also one of the most complex. bSCSO has been found to perform extremely well on the Heart datasets when compared to the other algorithms that have been tested against it. Based on the Heart dataset, the bSCSO algorithm was the most effective when the features were selected in the smallest number. Thus, as a result, it was found that the bSCSO algorithm minimized the number of features better than any other algorithm in this study. The bGA and bPSO algorithms outperformed compared with the other algorithms in the Heart-Statlog dataset. In the Wisconsin Diagnostic Breast Cancer (Wdbc) dataset, the bGA algorithm outperformed compared with the other algorithms. The accuracy of the bSCSO algorithm was significantly better than the other algorithms when processing the datasets with very high features such as Person Gait, Colon Tumor, and LEUKEMIA-3C.
The results achieved by the algorithms are shown in Table 4 in terms of the accuracy for each dataset. Table 5 provides the averages and standard deviations for the selected features of the binary version of bSCSO with V-shaped transfer function, and the other binary version algorithms, based on five runs of the algorithm. Considering the tables described above, it was evident that bSCSO provided the most accurate accuracy for most datasets.
A comparison of the accuracy values for the proposed algorithms and the comparative algorithm for each dataset is shown in Figure 3. It was found that bSCSO, which took into account ten datasets, had the greatest classification accuracy out of all the algorithms. On the other hand, according to this study, the bSCSO only needed fewer features to diagnose a patient’s health. Occasionally, the proposed algorithm was in the second position and had competition to get first place. In addition, no algorithm found the most efficient solution to every problem.
Figure 4 illustrates the convergence curves for all algorithms on each dataset. The figure shows that the four different algorithms had similar convergence curves for each dataset. This indicated that the algorithms found similar solutions in a similar amount of time, regardless of which dataset they were used on. On different types of data sets, bSCSO performed significantly better than the compared algorithms. The results showed that bSCSO was an efficient and powerful algorithm for solving feature selection problems in biological data. It found optimal solutions quickly and accurately, making it a valuable method for data scientists. In addition, the proposed method performed efficiently. The results indicated that the proposed method outperformed the existing approaches in accuracy and efficiency. Furthermore, it was robust to changes in data and could be applied to different types of problems. The algorithm is suitable for a wide variety of applications, from image processing to robotics and autonomous systems. Its efficiency makes it an attractive choice for data scientists who need optimal solutions.

5. Conclusions

This paper proposed a binary version of the sand cat swarm optimization (bSCSO), which was used for the feature selection in wrapper mode. Through the use of V-shaped transfer functions and binary operators, the sand cat swarm optimization (SCSO) was transformed into a binary form so that it could be used as a discrete optimization algorithm. The binary strategy further improved the efficiency of the global and local search by balancing the exploration and exploitation tendencies in order to maximize its efficiency. As a method of evaluating the search performance of a range of algorithms in machine learning, the proposed approaches were used for selecting features to assess their search abilities. This study applied binary algorithms as part of the domain of evaluation. It compared the results with those of well-known feature selection methods, such as bPSO, bGA, BBA, and BMNABC to find out which one performed better. Feature selection is a crucial part of the classification process before classifiers are applied to a set of data to select informative features. To create a high-accuracy classification model at a low computational cost, a feature selection method must be effective.
Feature selection can be designed as a combinatorial problem by using several metaheuristic algorithms, including bPSO, bGA, BBA, and BMNABC. It is fascinating to note that based on the experimental results of bSCSO on a medical dataset, it selected the smallest number of features based on the experimental results. KNN classification could be more accurate with bSCSO, but this algorithm required more time to run. In both the bSCSO and KNN classifications, the lowest number of features was found. As a result, the classifications were more accurate than the other methods. As a result of these experiments, we concluded that the bSCSO algorithm outperformed other similar algorithms. It was more accurate with prediction accuracy as well as minimizing the number of features selected compared to the other algorithms. The performance of the bSCSO algorithm was impressive due to the fact that it allowed the search agents (sand cats) to move in different positions because it used a random angle, which allowed them to move in various positions. Furthermore, it was followed by modified V-shaped transfer functions used to transfer the results into binary values. It is possible to conduct further research on this discrete algorithm by applying a different transfer function to this proposal. In the future, this work is intended to be expanded as follows:
  • bSCSO is also applicable to real-world problems and datasets common in the real world.
  • The SCSO is particularly suited to applying S-shaped and U-shaped transfer functions.
  • The proposed bSCSO can be applied to face recognition and natural language processing problems.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.

Conflicts of Interest

All authors have no conflict of interest to report.

References

  1. Azizi, M.; Talatahari, S.; Gandomi, A.H. Fire Hawk Optimizer: A novel metaheuristic algorithm. Artif. Intell. Rev. 2023, 56, 287–363. [Google Scholar] [CrossRef]
  2. Dehghani, M.; Montazeri, Z.; Trojovská, E.; Trojovský, P. Coati Optimization Algorithm: A new bio-inspired metaheuristic algorithm for solving optimization problems. Knowl.-Based Syst. 2023, 259, 110011. [Google Scholar] [CrossRef]
  3. Azizi, M.; Aickelin, U.; Khorshidi, H.A.; Baghalzadeh Shishehgarkhaneh, M. Energy valley optimizer: A novel metaheuristic algorithm for global and engineering optimization. Sci. Rep. 2023, 13, 226. [Google Scholar] [CrossRef] [PubMed]
  4. Jamil, M.; Yang, X.S. A Literature Survey of Benchmark Functions for Global Optimization Problems. 2013. Available online: http://arxiv.org/abs/1308.4008 (accessed on 19 August 2013).
  5. Talbi, E.G. Metaheuristics: From Design to Implementation; Wiley: New York, NY, USA, 2009; Volume 74, pp. 5–39. [Google Scholar]
  6. 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]
  7. Yang, X.S. Nature-Inspired Metaheuristic Algorithms; Luniver Press: Bristol, UK, 2010. [Google Scholar]
  8. Castillo, O.; Martinez-Marroquin, R.; Melin, P.; Valdez, F.; Soria, J. Comparative study of bio-inspired algorithms applied to the optimization of type-1 and type-2 fuzzy controllers for an autonomous mobile robotInformation. Science 2012, 192, 19–38. [Google Scholar] [CrossRef]
  9. Seyyedabbasi, A.; Kiani, F. Sand Cat swarm optimization: A nature-inspired algorithm to solve global optimization problems. Eng. Comput. 2022, 1–25. [Google Scholar] [CrossRef]
  10. Holland, J.H. Genetic algorithms. Sci. Am. 1992, 267, 66–72. [Google Scholar] [CrossRef]
  11. Storn, R.; Price, K. Differential evolution—A simple and efficient heuristic for global optimization over continuous spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef]
  12. Yao, X.; Liu, Y.; Lin, G. Evolutionary programming made faster. IEEE Trans. Evol. Comput. 1999, 3, 82–102. [Google Scholar]
  13. Simon, D. Biogeography-based optimization. IEEE Trans. Evol. Comput. 2008, 12, 702–713. [Google Scholar] [CrossRef] [Green Version]
  14. Eberhart, R.; Kennedy, J. Particle swarm optimization. In Proceedings of the IEEE International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar]
  15. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey wolf optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef] [Green Version]
  16. Yang, X.S.; Gandomi, A.H. Bat algorithm: A novel approach for global engineering optimization. Eng. Comput. 2012, 29, 464–483. [Google Scholar] [CrossRef] [Green Version]
  17. Hatamlou, A Black hole: A new heuristic optimization approach for data clustering. Inf. Sci. 2013, 222, 175–184. [CrossRef]
  18. Zhao, W.; Wang, L.; Zhang, Z. Atom search optimization and its application to solve a hydrogeologic parameter estimation problem. Knowl.-Based Syst. 2019, 163, 283–304. [Google Scholar] [CrossRef]
  19. Erol, O.K.; Eksin, I. A new optimization method: Big bang–big crunch. Adv. Eng. Softw. 2006, 37, 106–111. [Google Scholar] [CrossRef]
  20. Van Laarhoven, P.J.; Aarts, E.H. Simulated annealing. In Simulated Annealing: Theory and Applications; Springer: Dordrecht, The Netherlands, 1987; pp. 7–15. [Google Scholar]
  21. Fogel, D.B. Artificial İntelligence through Simulated Evolution; Wiley-IEEE Press: Hoboken, NJ, USA, 1998; pp. 227–296. [Google Scholar]
  22. Rao, R.V.; Savsani, V.J.; Vakharia, D.P. Teaching–learning-based optimization: A novel method for constrained mechanical design optimization problems. Comput.-Aided Des. 2011, 43, 303–315. [Google Scholar] [CrossRef]
  23. Mladenović, N.; Hansen, P. Variable neighborhood search. Comput. Oper. Res. 1997, 24, 1097–1100. [Google Scholar] [CrossRef]
  24. Feo, T.A.; Resende, M.G. Greedy randomized adaptive search procedures. J. Glob. Optim. 1995, 6, 109–133. [Google Scholar] [CrossRef] [Green Version]
  25. Lourenço, H.R.; Martin, O.C.; Stützle, T. Iterated local search. In Handbook of Metaheuristics; Springer: Boston, MA, USA, 2003; pp. 320–353. [Google Scholar]
  26. Yu, X.; Luo, W. Reinforcement learning-based multi-strategy cuckoo search algorithm for 3D UAV path planning. Expert Syst. Appl. 2023, 223, 119910. [Google Scholar] [CrossRef]
  27. Aghaei, V.T.; Ağababaoğlu, A.; Yıldırım, S.; Onat, A. A real-world application of Markov chain Monte Carlo method for Bayesian trajectory control of a robotic manipulator. ISA Trans. 2022, 125, 580–590. [Google Scholar] [CrossRef]
  28. Hassan, M.H.; Kamel, S.; Jurado, F.; Ebeed, M.; Elnaggar, M.F. Economic load dispatch solution of large-scale power systems using an enhanced beluga whale optimizer. Alex. Eng. J. 2023, 72, 573–591. [Google Scholar] [CrossRef]
  29. Peng, M.; Jing, W.; Yang, J.; Hu, G. Multistrategy-Boosted Carnivorous Plant Algorithm: Performance Analysis and Application in Engineering Designs. Biomimetics 2023, 8, 162. [Google Scholar] [CrossRef]
  30. Hameed, A.A.; Ajlouni, N.; Özyavaş, A.; Orman, Z.; Güneş, A. An Efficient Medical Diagnosis Algorithm Based on a Hybrid Neural Network with a Variable Adaptive Momentum and PSO Algorithm. In Proceedings of the International Congress on Human-Computer Interaction, Optimization and Robotic Applications Proceedings, Urgup, Nevşehir, Turkey, 5–7 July 2019; pp. 152–157. [Google Scholar]
  31. Kumar, V.; Minz, S. Feature selection: A literature review. SmartCR 2014, 4, 211–229. [Google Scholar] [CrossRef]
  32. Emary, E.; Zawbaa, H.M.; Hassanien, A.E. Binary grey wolf optimization approaches for feature selection. Neurocomputing 2016, 172, 371–381. [Google Scholar] [CrossRef]
  33. Nguyen, T.-K.; Ly, V.D.; Hwang, S.O. Effective feature selection based on MANOVA. Int. J. Internet Technol. Secur. Trans. 2020, 10, 383–395. [Google Scholar] [CrossRef]
  34. Seyyedabbasi, A. A reinforcement learning-based metaheuristic algorithm for solving global optimization problems. Adv. Eng. Softw. 2023, 178, 103411. [Google Scholar] [CrossRef]
  35. Eluri, R.K.; Devarakonda, N. Binary Golden Eagle Optimizer with Time-Varying Flight Length for feature selection. Knowl.-Based Syst. 2022, 247, 108771. [Google Scholar] [CrossRef]
  36. Khalid, A.M.; Hamza, H.M.; Mirjalili, S.; Hosny, K.M. BCOVIDOA: A Novel Binary Coronavirus Disease Optimization Algorithm for Feature Selection. Knowl.-Based Syst. 2022, 248, 108789. [Google Scholar] [CrossRef] [PubMed]
  37. Rajammal, R.R.; Mirjalili, S.; Ekambaram, G.; Palanisamy, N. Binary Grey Wolf Optimizer with Mutation and Adaptive K-nearest Neighbour for Feature Selection in Parkinson’s Disease Diagnosis. Knowl.-Based Syst. 2022, 246, 108701. [Google Scholar] [CrossRef]
  38. Beheshti, Z. BMPA-TVSinV: A Binary Marine Predators Algorithm using time-varying sine and V-shaped transfer functions for wrapper-based feature selection. Knowl.-Based Syst. 2022, 252, 109446. [Google Scholar] [CrossRef]
  39. Emary, E.; Zawbaa, H.M.; Hassanien, A.E. Binary ant lion approaches for feature selection. Neurocomputing 2016, 213, 54–65. [Google Scholar] [CrossRef]
  40. Obagbuwa, I.C.; Abidoye, A.P. Binary cockroach swarm optimization for combinatorial optimization problem. Algorithms 2016, 9, 59. [Google Scholar] [CrossRef] [Green Version]
  41. Mirjalili, S.; Mirjalili, S.M.; Yang, X.S. Binary bat algorithm. Neural Comput. Appl. 2014, 25, 663–681. [Google Scholar] [CrossRef]
  42. Eid, H.F. Binary whale optimisation: An effective swarm algorithm for feature selection. Int. J. Metaheuristics 2018, 7, 67–79. [Google Scholar] [CrossRef]
  43. Reddy, K.S.; Panwar, L.; Panigrahi, B.K.; Kumar, R. Binary whale optimization algorithm: A new metaheuristic approach for profit-based unit commitment problems in competitive electricity markets. Eng. Optim. 2019, 51, 369–389. [Google Scholar] [CrossRef]
  44. Hussien, A.G.; Houssein, E.H.; Hassanien, A.E. A binary whale optimization algorithm with hyperbolic tangent fitness function for feature selection. In Proceedings of the 2017 Eighth International Conference on Intelligent Computing and Information Systems (ICICIS), Cairo, Egypt, 5–7 December 2017; pp. 166–172. [Google Scholar]
  45. Too, J.; Mirjalili, S. A hyper learning binary dragonfly algorithm for feature selection: A COVID-19 case study. Knowl.-Based Syst. 2021, 212, 106553. [Google Scholar] [CrossRef]
  46. Mazaheri, V.; Khodadadi, H. Heart arrhythmia diagnosis based on the combination of morphological, frequency and nonlinear features of ECG signals and metaheuristic feature selection algorithm. Expert Syst. Appl. 2020, 161, 113697. [Google Scholar] [CrossRef]
  47. Too, J.; Abdullah, A.R. A new and fast rival genetic algorithm for feature selection. J. Supercomput. 2021, 77, 2844–2874. [Google Scholar] [CrossRef]
  48. Taghian, S.; Nadimi-Shahraki, M.H. A binary metaheuristic algorithm for wrapper feature selection. Int. J. Comput. Sci. Eng. 2019, 8, 168–172. [Google Scholar]
  49. Zhang, B.; Yang, X.; Hu, B.; Liu, Z.; Li, Z. OEbBOA: A novel improved binary butterfly optimization approaches with various strategies for feature selection. IEEE Access 2020, 8, 67799–67812. [Google Scholar] [CrossRef]
  50. Gokalp, O.; Tasci, E.; Ugur, A. A novel wrapper feature selection algorithm based on iterated greedy metaheuristic for sentiment classification. Expert Syst. Appl. 2020, 146, 113176. [Google Scholar] [CrossRef]
  51. Mafarja, M.M.; Mirjalili, S. Hybrid whale optimization algorithm with simulated annealing for feature selection. Neurocomputing 2017, 260, 302–312. [Google Scholar] [CrossRef]
  52. Dhiman, G.; Oliva, D.; Kaur, A.; Singh, K.K.; Vimal, S.; Sharma, A.; Cengiz, K. BEPO: A novel binary emperor penguin optimizer for automatic feature selection. Knowl.-Based Syst. 2021, 211, 106560. [Google Scholar] [CrossRef]
  53. Mafarja, M.M.; Eleyan, D.; Jaber, I.; Hammouri, A.; Mirjalili, S. Binary dragonfly algorithm for feature selection. In Proceedings of the 2017 International Conference on New Trends in Computing Sciences (ICTCS), Amman, Jordan, 11–13 October 2017; pp. 12–17. [Google Scholar]
  54. Banka, H.; Dara, S. A Hamming distance based binary particle swarm optimization (HDBPSO) algorithm for high dimensional feature selection, classification and validation. Pattern Recognit. Lett. 2015, 52, 94–100. [Google Scholar] [CrossRef]
  55. Moradi, P.; Gholampour, M. A hybrid particle swarm optimization for feature subset selection by integrating a novel local search strategy. Appl. Soft Comput. 2016, 43, 117–130. [Google Scholar] [CrossRef]
  56. Laabadi, S.; Naimi, M.; El Amri, H.; Achchab, B. A binary crow search algorithm for solving two-dimensional bin packing problem with fixed orientation. Procedia Comput. Sci. 2020, 167, 809–818. [Google Scholar] [CrossRef]
  57. Hassan, A.K.; Mohammed, S.N. A novel facial emotion recognition scheme based on graph mining. Def. Technol. 2020, 16, 1062–1072. [Google Scholar] [CrossRef]
  58. Rizk-Allah, R.M.; Hassanien, A.E.; Elhoseny, M.; Gunasekaran, M. A new binary salp swarm algorithm: Development and application for optimization tasks. Neural Comput. Appl. 2019, 31, 1641–1663. [Google Scholar] [CrossRef]
  59. Sadeghi, F.; Larijani, A.; Rostami, O.; Martín, D.; Hajirahimi, P. A Novel Multi-Objective Binary Chimp Optimization Algorithm for Optimal Feature Selection: Application of Deep-Learning-Based Approaches for SAR Image Classification. Sensors 2023, 23, 1180. [Google Scholar] [CrossRef] [PubMed]
  60. Beheshti, Z. BMNABC: Binary multi-neighborhood artificial bee colony for high-dimensional discrete optimization problems. Cybern. Syst. 2018, 49, 452–474. [Google Scholar] [CrossRef]
  61. Too, J.; Abdullah, A.R.; Mohd Saad, N. A new co-evolution binary particle swarm optimization with multiple inertia weight strategy for feature selection. Informatics 2019, 6, 21. [Google Scholar] [CrossRef] [Green Version]
  62. Dua, D.; Graff, C. {UCI} Machine Learning Repository. 2017. Available online: https://archive.ics.uci.edu/ml (accessed on 1 April 2023).
  63. Zhu, Z.; Ong, Y.S.; Zurada, J.M. Identification of full and partial class relevant genes. IEEE/ACM Trans. Comput. Biol. Bioinform. 2008, 7, 263–277. [Google Scholar]
Figure 1. V-shaped transfer functions.
Figure 1. V-shaped transfer functions.
Biomimetics 08 00310 g001
Figure 2. The flowchart of the bSCSO.
Figure 2. The flowchart of the bSCSO.
Biomimetics 08 00310 g002
Figure 3. Average of the obtained accuracy for each dataset.
Figure 3. Average of the obtained accuracy for each dataset.
Biomimetics 08 00310 g003aBiomimetics 08 00310 g003b
Figure 4. Convergence curves of each dataset.
Figure 4. Convergence curves of each dataset.
Biomimetics 08 00310 g004aBiomimetics 08 00310 g004b
Table 1. Variants of V-shaped transfer functions.
Table 1. Variants of V-shaped transfer functions.
NameTransfer Function
V-Shaped 1 V x = t a n h ( x )
V-Shaped 2 V x = e r f ( π 2 x )
V-Shaped 3 V x = x 1 + x 2
V-Shaped 4 V x = 2 π a r c t a n ( π 2 x )
Table 2. The simulation parameters used in each optimization algorithm.
Table 2. The simulation parameters used in each optimization algorithm.
AlgorithmParameterValue
bSCSOSensitivity range (rG)
Phases control range (R)
[2, 0]
[−2rG, 2rG]
BMNABCrmin
rmax
vmax
0
1
6
BBALoudness
Pulse rate
Frequency minimum
Frequency maximum
0.25
0.1
0
2
bGACrossover rate
Mutation rate
0.8
0.3
bPSOc1
c2
Wmax
Wmin
Vmax
2
2
0.9
0.4
6
Table 3. Detailed information about the used datasets.
Table 3. Detailed information about the used datasets.
DATASETFEATURESDATA OBJECTSCLASS
HEART132975
HEART-STATLOG132702
PARKİNSON221952
WİSCONSİN DİAGNOSTİC BREAST CANCER (WDBC)315692
BREAST CANCER321982
DERMATOLOGY333666
LUNG CANCER56323
PERSONGAİT3214816
COLON TUMOR2000622
LEUKEMİA-3C7129723
Table 4. In five independent runs, the following results were obtained in terms of accuracy for each dataset.
Table 4. In five independent runs, the following results were obtained in terms of accuracy for each dataset.
AlgorithmbSCSOBMNABCBBABGAbPSO
DatasetKnnMeanStdMeanStdMeanStdMeanStdMeanStd
Heart371.66062.660.91611.4971.66063.330
568.33063.33061.331.8264.660.7463.330
768.33066.66066.66068.33066.660
Heart-Statlog392.5926091.48151.014391.851.014392.59092.590
593.70371.014382.96300.828292.960.828294.44094.44440
793.70371.014392.96300.828292.960.828294.44094.44440
Parkinson397.43092.30092.30097.43097.430
594.87094.351.1494.87094.87094.870
794.87094.87094.87094.87094.870
Wisconsin Diagnostic Breast Cancer (Wdbc)398.420.3997.541.5697.541.5699.12098.940.392
598.24097.360.62098.24098.24098.070.39
798.24096.661.1495.431.5698.24098.240
Breast Cancer388082.502.580.502.738685084.51.1180
5922.738688.51.369389.502.7393.52.236194.51.1180
784.52.73831.1183.501.3680.111.77850
Dermatology310001000100010001000
510001000100010001000
71000100099.45950.740210001000
Lung cancer3100097.14296.388891.42867.824697.14296.38881000
51000100094.28577.8246100094.28577.8246
794.28577.824697.14296.388894.28577.824688.57146.388891.42867.8246
Person Gait31000100090.838.5386.667.4593.339.12
51000100096.667.4510001000
71000100081.9016.6392.6610.1179.3312.50
Colon tumor384.61081.6084.61084.61084.610
586.570.7884.613.4483.073.4484.61084.610
784.61081.6081.53484.61084.610
Leukemia-3c397.651.1794.12093.40.4797.65097.650
597.650.5694.12091.41.4997.65097.650
798.120.7894.12093.40.4997.65097.650
Table 5. Each dataset selected features using different nearest neighbor sizes (KNN).
Table 5. Each dataset selected features using different nearest neighbor sizes (KNN).
AlgorithmbSCSOBMNABCBBABGAbPSO
DatasetKnnMeanStdMeanStdMeanStdMeanStdMeanStd
Heart33041.224750.70713.40.89446.81.0954
530203.81.094.41.341620
74050504050
Heart-Statlog3403.40.54774.21.09544040
54.81.64323.61.34163.61.34166060
74.81.64323.61.34163.61.34166060
Parkinson36030306.400.5476.601.34
5202.400.5430302.800.44
73030303030
Wisconsin Diagnostic Breast Cancer (Wdbc)37.201.646.201.9261.8713.81.09510.81.64
57.200.445.201.097.400.5411.400.8991.87
7704.81.7832.231009.82.04
Breast Cancer3302.60.54773.60.54779.41.5166102.7749
53.62.73861.40.65882.60.894411.24.08669.41.5166
71.400.5472.60.89443010.41.140291
Dermatology39.83.11458.81.30389.81.303830.81.788912.60.5477
59.22.774971.41428.83.346626.47.056910.40.8944
7121.414210.60.894410.40.894432.40.547713.62.0736
Lung cancer3605.21.09546.42.073620.84.6043212.1213
57.62.88105.40.89445.21.303823.42.966519.84.8683
77.43.577751.581161.5811183.162318.23.2711
Person Gait391.86.541.801.0988.812.35145.404.56147.44.44
587.83.632069.807.19144.85.93134.206.22
788.14.31.20.4477.204.438150.6010.18141.27.56
Colon tumor3721.618.523.41.14738.812.59898.86.788310.02
5725.813.0112.81.7751.816.154920.810.616893.613.72
7732.419.123.21.30875519.5595014.3906.427.64
Leukemia-3c31964.266.93210114.33033.811.963324.815.573283.224.58
5197148.2214141.153030.219.52332614.613297.616.89
71969.447.1220013.263039.114.93333314.17330413.76
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Seyyedabbasi, A. Binary Sand Cat Swarm Optimization Algorithm for Wrapper Feature Selection on Biological Data. Biomimetics 2023, 8, 310. https://doi.org/10.3390/biomimetics8030310

AMA Style

Seyyedabbasi A. Binary Sand Cat Swarm Optimization Algorithm for Wrapper Feature Selection on Biological Data. Biomimetics. 2023; 8(3):310. https://doi.org/10.3390/biomimetics8030310

Chicago/Turabian Style

Seyyedabbasi, Amir. 2023. "Binary Sand Cat Swarm Optimization Algorithm for Wrapper Feature Selection on Biological Data" Biomimetics 8, no. 3: 310. https://doi.org/10.3390/biomimetics8030310

Article Metrics

Back to TopTop