Abstract

The multiple sequence alignment (MSA) problem is essential in biological research for finding a specific relationship between the biologic sequences and their function. This study proposes a decomposition and dominance-based multiobjective artificial bee colony optimization algorithm for MSA (MOABC/D-MSA). MOABC/D-MSA uses three kinds of searching strategies to obtain a group of nondominated solutions with high quality and diversity of an MSA problem. A decomposition-based employed bee strategy is proposed to search for high-performance solutions of the MSA, while insuring their diversity. A nondominated sorting-based onlooker strategy searches for the solutions near the Pareto front (PF) to guide the subsequent searching. The scout bee strategy facilitates the algorithm to get out of the local optimal. A comparative experiment is implemented on BAliBASE 3.0, a benchmark for MSA algorithms. Experimental results show that the proposed algorithm has competitive performance with state-of-the-art metaheuristic algorithms. Furthermore, nondominated solutions of MOABC/D-MSA have a more uniform distribution in the objective space.

1. Introduction

The multiple sequence alignment (MSA) problem aims to find shared fragments among three or more sequences. In general, the sequences to be aligned are biological sequences, such as nucleotides, amino acids, and proteins. The results of the alignment are a set of sequences that are transformed from the original sequences by inserting several gaps. The sequences in the alignment solution have the same length. From the alignment results, researchers could identify regions that exist the same elements among the sequences. These regions could reveal potential relations among the input sequences, such as the evolutionary relationship among the sequences [1] and the influence of special sites on structure and function.

The MSA problem has been proven to be an NP-complete problem with the sum-of-pairs (SP) metric [2] and NP-hard for most of the existing metrics [3]. Therefore, researchers have paid a lot of attention to developing an effective and efficient approach for MSA. Different kinds of algorithms are proposed to solve the MSA problem.

Literature [4] finds six main groups of different approaches for dealing with biological MSA problems: (1) exact methods, (2) progressive methods, (3) consistency-based methods, (4) iterative methods, (5) evolutionary algorithms, and (6) structure-based methods.

The metaheuristic algorithms, including evolutionary algorithms and swarm intelligence algorithms, have shown competitive performance in optimizing MSA problems. Literature [4] proposed a hybrid multiobjective metaheuristic for MSA, which combines the shuffled frog-leaping optimization algorithm with the fast and accurate Kalgin algorithm. Literature [5] proposes a characteristic-based framework for MSA, which extracts the characteristics of unaligned input sequences and aligns the sequences with the specific configuration according to the characteristics. Ten kinds of characteristics are considered in this study; they are divided into three groups. A multiobjective evolutionary algorithm for MSA (MOMSA) is proposed in reference [2]. MOMSA is a biobjective aligner based on the framework of MOEA/D. The Tchebycheff approach is adopted for subproblem design. Furthermore, this study proposes a tree-based initialization method and a gap-reinserting-based mutation operator. Literature [6] proposes a quantum-inspired heuristic optimization method for MSA, where a quantum-inspired GVN routine is designed. Literature [1] proposes a multiobjective formulation for MSA for inferring the evolutionary history relating the sequences known as phylogenetic trees. ProbPFP [7] combines the partition function and the hidden Markov model (HMM). The parameters of the HMM are optimized by particle swarm optimization (PSO). Literature [8] proposes an algorithm that employs sparse approximation to reduce the computational cost for the relaxation. Literature [9] proposes a hybrid artificial bee colony (ABC) optimization algorithm for MSA. This algorithm performs a single-point crossover for the employed bee phase. It performs a multiple mutation operator that contains four kinds of mutations operators for the onlooker bee phase. The Kalign2 algorithm is implemented in the scout bee phase to align a segment of the sequences.

Early literature evaluates the alignments by one score function. However, when optimizing the MSA problem, researchers have more than one requirement for aligned sequences. For example, researchers hope to find as many similar fragments as possible. Meanwhile, they want to insert gaps as much as possible. To meet the different requirements of researchers, the MSA problem is designed to contain multiple optimization objectives. Researchers have proposed different definitions of multiobjective MSA problems. Reference [4] adopts the weighted sum-of-pairs function with affine gap penalties (WSP) and the number of conserved total column (TC) score. Reference [5] uses the Q-score (i.e., sum-of-pairs (SP) score) and total column (TC) score as the objective functions. In reference [2], the MSA problem is a biobjective minimization problem, where the first objective function is the scoring function that minimizes the number of gaps and the second objective function is the opposite of the SP function. Four new objectives are proposed in reference [1]as follows: nongap columns for the calculation of entropy, the similarity of columns containing one or more gaps, the similarity of columns containing no gap, and the number of consecutive gaps. Reference [8] develops a relaxed formulation for the MSA problem based on a regression-coding framework.

Since the optimization objectives in a multiobjective MSA are conflicted in most cases, it is hard to optimize all objectives simultaneously. In practice, the optimization algorithm solves the multiobjective problem by working out a set of solutions that reflects the trade-off of the objectives. The relationship between the solutions of the set of solutions is Pareto nondominated.

Metaheuristics have been proven to be effective in optimizing multiobjective problems [1013]. In this study, a typical metaheuristic algorithm, ABC [14], is adopted to optimize a multiobjective MSA problem. ABC is one of the popular metaheuristic algorithms. It mimics the behaviors of three kinds of bees: employed bees, onlooker bees, and scout bees. The earliest ABC for MSA known in this research is a single-objective algorithm [15]. The motivation for using ABC in this research is that its searching strategy is suitable for solving a complicated multiobjective problem. The ABC uses different kinds of searching strategies; therefore, it can balance the convergence speed and solution quality. Furthermore, the coupling between the three stages of the ABC is low, and the algorithm designer can design targeted strategies for solving MSA problems according to their needs. When optimizing a multiobjective MSA problem, the algorithm needs to handle two tasks: making the solutions converge to the Pareto frontier (PF) of the problem and ensuring the uniform distribution of solutions. The decomposition strategy is adopted in this study. A decomposition-based algorithm could obtain a set of evenly distributed nondominated solutions. It has shown strong performance in approximating the shape of the PF of the multiobjective problem. Furthermore, to improve the effectiveness and efficiency of the algorithm, the ABC needs to be well designed. For the proposed ABC, the employed bees are utilized for making the solutions converge to the PF and be distributed uniformly; the task of the onlooker bees is accelerating the convergence speed of the algorithm; the scout bees aim to prevent the algorithm from falling into local optimums, which is a common phenomenon during the iterations of ABC.

This study proposes a novel ABC algorithm for multiobjective MSA based on decomposition and dominance (MOABC/D-MSA). MOABC/D-MSA uses the decomposition-based multiobjective optimization strategy to ensure the diversity of solutions. Therefore, it can provide MSA users the information about the shape of the PF, which is essential to decision-making. The main contribution of this study is as follows:(1)A novel ABC algorithm for MSA is proposed. The proposed algorithm considers both the solution quality and diversity. The employed bee stage achieves even distribution of solutions while optimizing the MSA problem. The onlooker bee stage can obtain high-quality solutions based on superior solutions found by employed bees. The scout bee could facilitate the algorithm in avoiding local optimums.(2)A decomposition-based employed bee searching strategy is employed for optimizing the MSA problem. The proposed algorithm decomposes the multiobjective MSA problem into several scalarized subproblems. The solutions of subproblems are used to construct a nondominated solution set. This strategy allows the algorithm to obtain a group of solutions distributed in the objective space uniformly.(3)A nondominance sorting-based onlooker bee searching strategy is proposed. This strategy allows the proposed algorithm to improve the quality of alignments by utilizing high-quality solutions that have been searched.(4)An experimental study on an MSA benchmark is implemented. The experiment compares the proposed algorithm with state-of-the-art evolutionary and metaheuristic algorithms.

The remaining parts of this study are organized as follows: the second section introduces the definition of the multiobjective MSA problem in the proposed study. Section 3 describes the design and implementation of the proposed MOABC/D-MSA. The fourth section compares the MOABC/D-MSA with state-of-the-art metaheuristics on BAliBASE 3.0, a benchmark MSA test suite. The last section summarizes the proposed work and predicts the research direction of metaheuristic algorithms for MSA.

2. Problem Definition

In this study, the multiobjective MSA problem is defined as a three-objective optimization problem.

There are three objectives in the problem: single structure induced evaluation (STRIKE), percentage of totally conserved columns (%TC), and percentage of non-gaps (%nonGap). STRIKE aims to maximize the accuracy of the alignment. Maximizing %TC ensures there are more columns that the residues are exactly the same, that is, more conserved or special regions within an alignment. Maximizing the %nonGap encourages the aligner to reduce the number of gaps in the aligned sequences. The MSA problem is represented by the mathematical form as shown in the following equation:

Strike evaluates the accuracy of an alignment based on structural information of, at least, one sequence of the alignment. This structural information is commonly retrieved from the Protein Data Bank [16].

Using the structural information as a source for amino acid frequencies and contacts, a log-odds contact matrix is estimated by measuring the ratio between the frequency of each possible contact and its expectation, given the background frequency of each single amino acid. Given any pair of amino acids and , the score for their contacts can be estimated as follows:where is the frequency of contacts involving and across all observed residue-residue contacts and and are the single residue frequencies in the dataset considered.

%TC takes into account the number of columns that are fully aligned with exactly the same compound. TC is defined as shown in the following equation:where is the column of , , and is defined as follows:

%nonGap measures the number of residues with respect to the number of gaps into the alignment. This objective function is shown in the following equation:where represents the symbol in the position of the sequence in the alignment . The function isNotGap for a specific residue is defined in the following equation:where the symbol “—” is a placeholder that is used to align subsequences.

3. MOABC/D-MSA

3.1. Representation of Individuals

Since the solution for an MSA problem is a sequence of characters and gaps, this study adopted an encoding strategy that records the positions of gaps for each sequence. The adopted representation uses the format to store the position of a gap or several consecutive gaps.

Figure 1 illustrates the solution representation in this study. The solution has four regions that exist gap or gaps: the fifth character, the eleventh to the fourteenth characters, the eighteenth character, and the twentieth to twenty-first characters. This solution is represented by the in Figure 1.

3.2. Crossover and Mutation Operators

The search behaviors of the bees are based on crossover and mutation operators. Similar to most of the metaheuristics for MSA, this study employs a single-point crossover operator. For two solutions and that , the crossover operator generates a random integer between zero and . Then each sequence of is divided into two parts after the position, assuming that they are sequences, is divided to . For , each sequence is cut after the last character of the corresponded sequence of that is not gap.

After the division, a child solution is constructed by connecting the first part of and the last part of . The other child solution is constructed by connecting the last part of and the last part of . Since all sequences should have the same length, the crossover operator should adjust the new sequences by inserting gaps into them. The length of all sequences of the child solutions is the length of the longest sequence. This length is calculated according to the following equation:

For a sequence whose length is shorter than , the crossover operator inserts gaps between the two segments from and to make the sequence’s length reach .

There are three kinds of mutation operators adopted in the proposed algorithm:(i)Shift-closed gaps. Closed gaps (i.e., a series of sequential gaps) in a sequence are randomly chosen and shifted to another position randomly. At last, gaps columns (i.e., columns that only contain gaps) are removed.(ii)Nongap group splitting. A non-gap group (i.e., a series of characters between two gaps) is selected randomly. Then, this operator split the nongap group into two groups by inserting a gap at a random position. Finally, gaps columns are deleted.(iii)Adjacent gap groups merging. For this operator, two adjacent gaps groups are selected and merged by shifting the nongap group between the two gap groups to the right.

3.3. Algorithm Overview

The proposed algorithm searches for the optimal alignment by simulating the behavior of bees collecting nectar. There are two kinds of bees in the proposed algorithm that performs different kinds of searching behavior: employed bees and onlooker bees. Algorithm 1 shows the framework of the proposed MOABC-MSA. First, the algorithm initializes random food sources that represent candidate alignments. Meanwhile, an archive for storing nondominated solutions is initialized as NULL. Then the algorithm executes searching procedures of employed bees, onlooker bees, and scout bees. The MOABC-MSA repeats the searching behaviors of two kinds of bees until it meets the stop criterion. Finally, the algorithm outputs nondominated solutions and their corresponding scores. Figure 2 shows the alignment process of the proposed algorithm.

Input: sequences to be aligned;
Output: aligned sequences;
 initialize random food sources;
 initialize non-dominated set ;
 evaluate food sources;
while termination criterion is false do
  employed bees execute search behaviour;
  onlooker bees execute search behaviour;
  for each sub-problem do
   if is not updated for iterations then
    scout bee execute search behaviour;
   end if
  end for
  update non-dominated set ;
end while
 output non-dominated solutions in ;
3.4. Food Source Initialization

The initial food sources are created by MUSCLE [17], a nonmetaheuristic method. MUSCLE creates a group of precomputed alignments. This approach can reduce the execution time of the proposed algorithm.

3.5. Decomposition-Based Employed Bee Phase

The employed bees in this study perform a decomposition-based multiobjective optimization, which can obtain solutions with both high quality and diversity. The diversity is essential for the algorithm since it has an important influence on the subsequent optimization. Algorithm 2 shows the execution process of the employed bee stage.

Input: food sources;
Output: new food sources;
 initialize to ;
 calculate neighborhood of each food source;
while termination criterion is false do
  for each employed bee do
   perform single-point crossover operation;
   perform shift-closed gaps mutation operation;
  end for
  evaluate offspring solutions;
  merge food sources and offspring solutions;
  find optimal solution of each sub-problem;
  update food sources;
end while

Each employed bee is assigned a food source. The single-point crossover operation is performed. The proposed algorithm calculates the Euclidean distance between the food sources. For each food source, its nearest food sources are defined as its neighbors. When executing the crossover operator, for the bee, the first individual of the crossover operation is the food source and the second individual is randomly selected from neighbors of the food source.

After the crossover, two new candidate alignments are generated. Then the proposed algorithm performs shift-closed gaps mutation operator on the two candidate alignments and generates two offspring alignments.

Next, all offspring alignments are evaluated by the objective functions. Then the algorithm should select optimal solutions from original alignments and offspring to update the food sources.

The selection stage adopts the decomposition-based idea. The proposed algorithm generates weight vectors to that are uniformly distributed in the objective space. The weight vectors are utilized in building scalarized subproblems. In this study, the penalty-based boundary intersection (PBI) approach [18] is adopted in designing subproblems. The number of subproblems equals the number of weight vectors. For the weight vector, its corresponding subproblem is constructed as follows:wherewhere is the ideal point that satisfies , and each dimension of is the minimum value among all candidate solutions.

Since each subproblem is a scalarized function, the algorithm can obtain the unique optimal solution of each subproblem in each iteration. The optimal solutions for the sub-problems are the new food sources.

3.6. Nondominated Sorting-Based Onlooker Phase

The searching behavior of onlooker bees is guided by the searching results of employed bees.

To guide the food sources converge to the PF, the onlooker bees prefer to exploit high-quality solutions founded by employed bees. Meanwhile, the proposed algorithm should maintain the diversity of food sources. The diversity of food sources is important for fitting the PF. Furthermore, maintaining the diversity of food sources could help the proposed algorithm to avoid being trapped in local optimal.

At this stage, each onlooker selects a food source to search. Since the employed bees have obtained the quality information of food sources, each onlooker bee selects a food source to search based on the quality information. MOABC/D-MSA uses a nondominated ranking-based roulette wheel selection. This method ranks the food sources according to their Pareto dominance relationship. Then, it uses the roulette wheel selection to guarantee that the nondominated food sources are more likely to be selected.

Inspired by the fast nondominated sorting method [19], the proposed algorithm divides the food sources into several ranks. The first rank is nondominated solutions among all food sources. The second rank is nondominated solutions among food sources except the first rank. The rest of the food sources are sorted in the same manner.

When selecting food sources, an onlooker bee first selects a rank. Assuming that there are ranks among the food sources, the selected probability of the rank is calculated according to the following equation:

Each onlooker bee generates a random number between zero and one. Then, it selects a specific rank according to the roulette wheel method. Finally, the onlooker bee selects a food source randomly from this rank.

After selecting a food source, each onlooker bee performs a single-point crossover operation. Then it performs the shift-closed gaps mutation, nongap group splitting mutation, and adjacent gap groups merging mutation in sequence.

Finally, similar to the employed bee phase, the new solutions are merged with the food sources, and the proposed algorithm updates the food sources by the nondominated and crowded-based sorting selection [20]. The onlooker bee stage is described in Algorithm 3.

Input: food sources;
Output: new food sources;
 perform fast non-dominated sorting;
 calculate selected probability for each food source;
 select a food source for each onlooker by roulette wheel selection;
while termination criterion is false do
  for each employed bee do
   perform single-point crossover operation;
   perform shift-closed gaps mutation operation;
   perform non-gap group splitting;
   perform adjacent gap groups merging;
  end for
  evaluate new solutions;
  merge food sources and new solutions;
  perform non-dominated and crowded-based sorting selection;
  update food sources;
end while
3.7. Scout Bee Phase

The scout bees aim to facilitate the algorithm avoiding local optimum. They watch the food sources in every iteration, but they work when the optimal solution of a subproblem is not updated for more than iterations. The scout bees perform the same crossover operator and mutation operator with the onlooker bees. For the crossover operation, the scout bees select a solution from the neighbor of the food source as the mating partner. Finally, the scout bee updates the food sources of the nonupdated subproblems. Algorithm 4 shows the searching behavior of the scout bee.

Input: sequences to be aligned;
Output: aligned sequences;
 initialize random food sources;
 initialize non-dominated set ;
 evaluate food sources;
while termination criterion is false do
  for each sub-problem do
   if the optimal solution is not updated for more than iterations then
    perform single-point crossover operation;
    perform shift-closed gaps mutation operation;
    perform non-gap group splitting;
    perform adjacent gap groups merging;
   end if
  end for
  evaluate new solutions;
  merge food sources and new solutions;
  find optimal solution of each sub-problem;
  update food sources;
end while
3.8. Complexity Analysis

According to Algorithms 24, the time complexity of the employed bee phase, onlooker bee phase, and scout phase are all . Therefore, the time complexity of MOABC/D-MSA is . Furthermore, the scout bee phase is not always performed during the optimization process. Meanwhile, MOABC/D-MSA does not require an external archive, and it only maintains a food source set. Therefore, its space complexity is .

4. Experimental Study

This section proposed a comparison study. The performance of the proposed MOABC/D-MSA is compared with metaheuristics on benchmark dataset.

4.1. Benchmark Dataset

Benchmark alignment database (BAliBASE) [21] is a benchmark dataset for evaluating the performance of algorithms for MSA problems. BAliBASE is developed by manually aligning based on 3-D structures of proteins. This study uses the 3.0 version of BAliBASE to test the proposed algorithm. BAliBASE includes thousands of challenging sequences. It is widely accepted in the research of MSA problem. Therefore, using BAliBASE as the benchmark can help researchers to investigate the performance of the proposed algorithm. There are 218 sets of sequences in BAliBASE 3.0, and they are divided into six families as follows: RV11, RV12, RV20, RV30, RV40, and RV50.

This experiment selects twenty-seven test cases from BAliBASE 3.0 to implement the comparative study between the proposed MOABC/D-MSA and other genetic and metaheuristic algorithms. The selected instances are as follows: BB11001, BB11005, BB11018, BB11020 in RV11, BB12001, BB12013, BB12022, BB12035, BB12044 in RV12, BB20001, BB20010, BB20022, BB20033, BB20041 in RV20, BB30001, BB30008, BB30015, BB30022 in RV30, BB40001, BB40013, BB40025, BB40038, BB40048 in RV40, BB50001, BB50005, BB50010, and BB50016 in RV50.

4.2. Peer Competitors

This study compares the proposed MOABC-MSA with several state-of-the-art evolutionary or metaheuristic algorithms. The competitor algorithms includes NSGA-II [22], MOEA/D [2], GAPAM [23], MO-SAStrE [24], and HMOABC [25]. The parameters of the peer algorithms are set according to their original literature.

4.3. Static Results

This section compares the statistical results of the algorithms on STRIKE, %TC, and %nonGap. Meanwhile, the executing times of the algorithms are recorded and compared. Each algorithm runs each test cases for 30 times to avoid randomness. The termination criterion is set as 25,000 times of evaluation to guarantee the fairness of the experiment. For MOABC/D-MSA and HMOABC, both the number of employed bees and the number of onlooker bees are set to 20. For the other algorithms, the size of their populations is set to 20.

Tables 16 list the best value of STRIKE, %TC, and %nonGap among solutions found by the tested algorithms for each test case. Tables 13 list that for instances in RV11, RV12, and RV20, MOABC/D-MSA obtains the optimal STRIKE, %TC, and %nonGap on all test cases. For BB30008, both MOABC/D-MSA and MOEA/D obtain the optimal %TC. For BB30015 and BB50010, MOEA/D obtains the optimal %TC. For BB40048, results of NSGA-II obtain the best %nonGap. For the other test cases in RV30, RV40, and RV50, MOABC/D-MSA outperforms the compared algorithms in all three objectives.

Figure 3 shows the box plots of running time of the tested algorithms. Subfigures (a)–(f) exhibit the running times of the algorithms on BB11001, BB12001, BB20001, BB30001, BB40001, and BB50001, respectively. The box plot is an effective tool in showing the distribution of data. In this experiment, each box in a box plot represents the distribution of running times for the 30 runs of independently repeated experiments of a specific algorithm. There are five horizontal lines in a box, from top to bottom, the lines represent the maximum value, the three-quarter median, the median, the quarter median, and the minimum value. The circles around the box represent an unusual value. The box plots show that the running time of MOABC/D-MSA is stable, in each subfigure, the box of the MOABC/D-MSA is thin. Furthermore, the location of the MOABC/D-MSA’s boxes is low, which means that the proposed algorithm consumes less time. Although MOABC/D-MSA takes a little longer time than NSGA-II and MOEA/D, the running time of the proposed algorithm is significantly better than HMOABC, GAPAM, and MO-SAStrE. The boxplots show that the MOABC/D-MSA is an effective algorithm. The efficiency is an essential performance indicator in evaluating the algorithm for MSA. An efficient algorithm can ensure that the algorithm can process a large number of biological information sequences in a short time, which is practical and valuable in practice.

4.4. Hypothesis Results

This study uses the Wilcoxon signed-rank hypothesis test [26] to investigate the difference between the performance of the MOABC/D-MSA and results of the competitors. The objective values of each solution are normalized to a real number between zero and one, and then the normalized solutions are evaluated by the IGD indicator [27]. The IGD indicator works out a scalarized score for each nondominated solution set. Finally, the IGD value of each solution set is utilized in the hypothesis test. Table 7 lists the values between the results of MOABC/D-MSA and results of the peer algorithms. The significance level is set at 0.05 in this study. If the value is less than 0.05, it indicates that the result of MOABC/D-MSA is significantly better than the result of the competitor. According to Table 7, except for BB40038, BB50010, and BB50016, MOABC/D-MSA outperforms all its competitors in the test cases. Experimental results show that the results of the proposed algorithm are significantly better on most of the test cases. On BB40038, although the results of MOABC/D-MSA cannot significantly outperform NSGA-II and MOEA/D, according to Table 5, its results outperform the two algorithms in the aspect of %TC, %nonGap, and STRIKE. On BB50010, there is no significant difference between the results of MOABC/D-MSA and the results of NSGA-II, MOEA/D, GAPAM, and MO-SAStrE. On BB50016, although the results of MOABC/D-MSA cannot significantly outperform MOEA/D and MO-SAStrE, according to Table 6, its results outperform the two algorithms in the aspect of %TC, %nonGap, and STRIKE.

4.5. Solution Distribution

The statistical results show that nondominated solutions of MOABC/D-MSA can obtain the optimal results on all three objectives. Since the objectives cannot be optimized simultaneously, the results indicate that the distribution of results of MOABC/D-MSA is more uniform than the results of compared algorithms. Figure 4 illustrates the distribution of nondominated solution sets of MOABC/D-MSA and NSGA-II on BB11001 and BB12001, respectively. The figures show that solutions of MOABC/D-MSA have more comprehensive coverage of the PF. In this case, MOABC/D-MSA can provide solutions that meet different demands of users and researchers.

4.6. Discussion

Experimental results show that MOABC/D-MSA can obtain a better solution on all objectives when optimizing the three-dimensional multiobjective MSA problem. This result means that MOABC/D-MSA not only obtains solutions that are close to the PF of the problems but also obtains uniform solution distribution. In other words, MOABC/D-MSA achieves a good balance between convergence and diversity of solutions.

Meanwhile, MOABC/D-MSA is an efficient algorithm. For the same evaluation times, the running time of MOABC/D-MSA is competitive among the tested algorithms. This performance might be due to the fact that the proposed algorithm does not introduce additional calculations and complex search steps. Efficiency is important for the metaheuristics. In addition, MOABC/D-MSA avoids local optimum and controls the randomness during the research. An efficient algorithm could execute more iterations at the same time; therefore, it is more likely to obtain high-quality solutions.

Since the decomposition-based strategy is adopted in the employed bee phase, MOABC/D-MSA controls the uniform distribution of solutions. This strategy maximizes the difference between understandings while ensuring the quality of the nondominated solutions. In this way, the algorithm can provide more solutions that meet the different demands of algorithm users.

5. Conclusion

This study proposes MOABC/D-MSA, a decomposition-based artificial bee colony optimization algorithm for solving the MSA problem. The searching behavior of the employed bees is based on the PBI method, a decomposition-based strategy. The proposed algorithm considers both the convergence performance and the distribution of the alignments. The employed bees not only make the food sources converge to the PF but also ensure the distribution of the food sources, reflecting the real shape of the PF. The onlooker bees of MOABC/D-MSA accelerate the converging of food sources by utilizing high-quality solutions. MOABC/D-MSA uses the scout bee to get out of the local optimum. This study implements a comparative study on BAliBASE 3.0. The experimental results verify that MOABC/D-MSA has competitive convergence performance. Furthermore, nondominated solutions generated by MOABC/D-MSA show better performance in reflecting the PF the MSA problems. The superior distribution performance provides stronger decision support for biological researchers. For future studies, improving efficiency is a tough task and promising research direction.

Data Availability

There are no applicable datasets.

Conflicts of Interest

The author declares that there are no conflicts of interest.

Acknowledgments

This work was supported by the Key Project of National Natural Science Foundation of China (U1908212) and the Startup Research Foundation for PhD of Liaoning Province (2020-BS-152).