Abstract

Complex systems are frequently found in modern industry. But with their multisubsystems, multiobjectives, and multiconstraints, the optimization of complex systems is extremely hard. In this paper, a new algorithm adapted from biogeography-based optimization (BBO) is introduced for complex system optimization. BBO/Complex is the combination of BBO with a multiobjective ranking system, an innovative migration approach, and effective diversity control. Based on comparisons with three complex system optimization algorithms (multidisciplinary feasible (MDF), individual discipline feasible (IDF), and collaborative optimization (CO)) on four real-world benchmark problems, BBO/Complex demonstrates competitive performance. BBO/Complex provides the best performance in three of the benchmark problems and the second best in the fourth problem.

1. Introduction

With the recent advances of technology in industry, many systems include more components and parts than those in the past. Such systems are more complex than ever before. The design optimization of such systems becomes more difficult under these circumstances. One familiar example is the design of the modern aircraft, where thousands of components need to be designed, and millions of parts need to be chosen for assembly. Due to the huge number of variables, it is extremely difficult to find an effective optimization method.

In the remainder of this section, we give a brief introduction to complex systems, optimization algorithms for complex systems, and biogeography-based optimization (BBO). In Section 2, we introduce the new optimization algorithm for complex systems (BBO/Complex). Section 3 demonstrates the performance of BBO/Complex with competitor algorithms. Section 4 presents conclusions and plans for future work.

1.1. Complex Systems

According to [1], a complex system has the following properties: a complex system contains a large number of elements; the elements have interactions with each other; the interactions are rich; the interactions include certain characteristics such as nonlinearity. In [2], a complex system is defined as “[a]n assembly of interacting members that is difficult to understand as a whole.” We see that complex systems can have various structures, as long as they satisfy the above descriptions. Considering these descriptions and real-world systems in modern industry, we propose here that a complex system includes the following characteristics: multiple objectives; multiple constraints; multiple variables; high degree of nonlinearity. This is an ambiguous and fuzzy definition, but no more so than the definitions of many other engineering terms. Perhaps it is appropriate that the definition of a complex system is, itself, complex.

The mathematical description of a system comprises equations and inequalities that include the definitions of variables, the ranges of variables, and the connections between variables. Optimizing a system is equivalent to mathematically defining the system and then finding the feasible solutions that (approximately) optimize the objective functions. But when the order of the equations or inequalities is relatively large or those equations or inequalities are highly nonlinear, the solutions must be obtained numerically rather than analytically [3]. Unfortunately, most complex systems include interacting subsystems that are either continuous or NP-hard and thus contain a huge number of possible solutions. The inclusion of subsystems in complex systems adds even more complexity than that involved in a single system.

1.2. The Optimization of Complex Systems: Multidisciplinary Design Optimization

Multidisciplinary design optimization (MDO) is a class of optimization methods dedicated to solving design problems that involve more than one discipline. Its definition is as follows: “Multidisciplinary Design Optimization (MDO) is a methodology for design and analysis of complex engineering systems and subsystems which coherently exploits the synergism of mutually interacting phenomena” [4]. Based on this definition, we see that MDO algorithms are good candidates for complex system optimization tools.

In the 1970s and 1980s, computer aided design became a mature approach for aircraft design, including economic factors, manufacturability, and reliability. Aircraft design was the initial motivation of MDO [5]. With thousands of parts and parameters in airplane design, MDO provided a revolution in the aircraft industry. In 1989, the American Institute of Aeronautics and Astronautics (AIAA) established the technical committee on MDO [5].

As mentioned above, MDO is a class of optimization methods. Numerous algorithms belong to this class, such as multidisciplinary feasible (MDF), which is the most popular MDO algorithm [6]; individual discipline feasible (IDF), which does not require system decomposition [7]; and collaborative optimization (CO), which is effective for many complex systems and which has been widely adopted in industry [8].

Traditional MDO algorithms are frameworks that provide basic conceptual structures without specifying the detailed underlying algorithms. In [9], the definition of MDO is given as follows: “an MDO method for a given problem consists of an MDO formulation and an optimization algorithm.” The particular optimization algorithm is usually chosen based on the specific problem or the user’s preference. Different MDO methods can share the same underlying optimization algorithm. Conversely, the same MDO method can be implemented with different underlying optimization algorithms. Therefore, the major difference between MDO algorithms is the MDO formulation, or, in other words, the structure of the method.

The most popular MDO algorithms include MDF, CO, and IDF. MDF is perhaps the most well-known MDO algorithm. It is often considered the standard solution method for multidisciplinary problems. The structure of a typical MDF algorithm is shown in Figure 1. The top level of MDF is system optimization. The second level is called multidisciplinary analysis (MDA), which passes coupled variables among subsystems to obtain feasible solutions at the subsystem level after a certain number of iterations. After reaching the iteration limit, the second level passes its solution to the first level, and this completes one optimization cycle. The iteration cycle limit is usually defined by the user. The structure of MDF enables it to be a very competitive optimization method when the subsystems are highly coupled.

CO is another typical MDO algorithm and has a bilevel structure which is shown in Figure 2. The first level is the system optimizer, which optimizes the feedback from the subsystem optimizers. The second level is the combination of the subsystem optimizers, which optimize each subsystem. Unlike MDF, the subsystem optimizations in CO are independent from each other, which means that CO puts more focus on subsystem optimization, which is advantageous for systems with extremely complex subsystems that are loosely coupled.

IDF is an all-in-one MDO algorithm. The most significant benefit of IDF is that it can optimize all of the subsystems together without subsystem optimizations. For most MDO algorithms, decomposition of the system is necessary. But unlike CO, IDF does not require subsystem optimization. It treats subsystems more like objective functions. As long as we have the objectives and constraints for each subsystem, IDF can be implemented. As we see from the structure of IDF in Figure 3, IDF includes subsystem analysis but not subsystem optimizers, which makes it an all-in-one algorithm. Optimization only operates at the global system level.

1.3. Biogeography-Based Optimization

BBO is a newly invented heuristic algorithm that was first introduced in 2008 [10]. Like most heuristic algorithms, it is inspired by nature. The inspiration of BBO comes from the distribution of species over time and area. The environment of BBO is analogous to an archipelago of islands, and each island is considered as a possible solution to the problem. Each decision variable is called a suitability index variable (SIV) in BBO, and each island consists of SIVs. The performance of each island is measured by objective functions, and we use habitat suitability index (HSI) to represent the level of performance. BBO uses migration to share SIVs and mutation to randomly create new SIVs. The basic procedure of the BBO algorithm is as follows [11].(1)Define the mutation probability and the elitism parameter. Mutation and elitism are the same as in genetic algorithms and many other evolutionary algorithms [12].(2)Initialize the population. Again, this is performed as in any other evolutionary algorithm [12].(3)Calculate the immigration rate and emigration rate for each island. Good solutions have high emigration rates and low immigration rates. Bad solutions have low emigration rates and high immigration rates.(4)Probabilistically choose the immigrating islands based on the immigration rates. Use roulette wheel selection based on the emigration rates to select the emigrating islands.(5)Migrate randomly selected SIVs (i.e., independent solution variables) based on the selected islands in the previous step.(6)Probabilistically perform mutation for each island.(7)Replace the worst islands in the population with the previous generation’s elite islands.(8)If the termination criterion is met, terminate; otherwise, go to step 3.

BBO is based on migration between islands, and each candidate solution in a BBO population is referred to as an island. BBO therefore uses some of the same terminology as that in island models in evolutionary computing. Island models were first introduced in distributed genetic algorithms (GAs) [13] designed for parallel computing. In island models, each island typically represents a semiisolated subpopulation of candidate solutions. Each subpopulation used a different search strategy, and candidate solutions occasionally migrate between islands. The island model is an effective tool for parallelizing evolutionary algorithms and also for preserving diversity throughout the entire population. A schema-based model of an island GA was developed and studied in [14], and a Markov-based model was proposed in [15]. Separability, population size, and convergence of island models were studied in [16]. Several parallel island EAs are reviewed and surveyed in [17]. The design and theoretical analysis of island model migration strategies are studied in [18]. Island models have been applied to practical optimization problems in several works, including [1921].

Although BBO terminology uses the term island, the definition of a BBO island is different than the definition of an island in the island model. In the island model each island represents a subpopulation of candidate solutions, while in BBO each island represents a single candidate solution. We use the term archipelago (which is a group of islands) to represent a BBO subpopulation. In the remainder of this paper, we discuss the multiarchipelago BBO structure for optimizing complex systems. The multiarchipelago BBO structure is similar to the standard island model structure of EAs but includes a significant difference. Island model EAs are generally designed to solve a single problem. However, our multiarchipelago BBO algorithm is designed for complex systems with multiple subsystems, with each archipelago consisting of multiple islands and designed to optimize a unique subsystem.

BBO has recently become popular in both academia and industry. As with other EAs, BBO can be considered as a family of algorithms, or metaheuristic, and can be easily modified for application to various types of problems. BBO has been used for parameter selection in electric discharge machining [22], power flow optimization [23], robot control tuning [24], cancer classification [25], and many other applications.

Since its inception, BBO has been modified in a variety of ways. For example, it has been hybridized with differential evolution [26], ant colony optimization [27], particle swarm optimization [28], artificial bee colony optimization [29], and harmony search [30]. BBO has also been extended to special types of optimization problems, such as those with noisy fitness function evaluations [31], those with constraints [32], those with discrete search spaces [33], and those with multiple objectives [34].

2. BBO for Complex Systems

BBO was invented less than a decade ago, but according to [10] it provides competitive optimization performance with ACO, differential evolution (DE), evolutionary strategy (ES), GA, population-based incremental learning (PBIL), particle swarm optimization (PSO), stud genetic algorithm (SGA), and many other algorithms. This is the reason we extend BBO to complex systems.

The original BBO algorithm was designed for a single objective, no constraints, and single system problems. But since then BBO has been extended to multiobjective problems [35] and multiconstraint problems [36]. As we recall from Section 1, the major feature of the complex system is its multisubsystem structure. Therefore, our major goal in this paper is to extend BBO to systems with multisubsystems, where each subsystem contains multiobjectives and multiconstraints. Our new algorithm is called BBO/Complex.

Our first BBO extension involves its environment. The original BBO environment is an archipelago that consists of islands. The islands represent possible solutions to the problem. This BBO environment is based on the premise that BBO is a single system optimization algorithm. Complex systems contain more than one subsystem, each of which is partially independent from the others. Therefore, the environment of BBO/Complex includes archipelagos, where is the number of subsystems. The second difference between BBO and BBO/Complex involves objectives and constraints. The original BBO algorithm only includes one objective and no constraints, but BBO/Complex includes multiobjectives and multiconstraints. The new environment of BBO/Complex is as follows [37].(1) is a population that is comprised of archipelagos. Each archipelago corresponds to one subsystem.(2) is an archipelago that is comprised of islands , objectives , and constraints .

As previously discussed, each archipelago is an analogy for a subsystem. So each archipelago contains three groups of components. The first group of components is a group of islands, and each island is a possible solution to the subsystem optimization problem. The second group of components is a group of objectives for the subsystem. The last group of components is the set of constraints for the subsystem. The combination of all three groups of components in the subsystem is called an archipelago.(3) is an island that is comprised of SIVs, also called candidate solution features, independent variables, or design variables, which are denoted as .

Mutation in BBO/Complex is identical to that in standard BBO. But migration in BBO/Complex needs to be modified due to the fact that the environment of BBO/Complex contains more than one subsystem. In the following sections we consider two types of migration: within-subsystem migration and cross-subsystem migration.

2.1. Within-Subsystem Migration

Within-subsystem migration contains two parts: a ranking system and a modified version of the BBO migration algorithm. In standard BBO, the fitness of an island is linearly related to the objective function because the system consists of only one objective function and no constraints. So the only performance measurement comes from the objective function. But in a complex system, the performance of an island is not reflected by only one objective function. Due to the fact that each subsystem contains multiobjectives and multiconstraints, we combine all of this information to determine the fitness of an island and its resulting migration rate. We note here that Pareto-optimal solutions are often used in multiobjective algorithms. But Pareto approaches require decision makers to select a single solution from a set of Pareto-optimal solutions, all of which are considered to be equally optimal. The Pareto approach has the advantage of providing multiple candidates to the decision maker as potential solutions but has the drawback of requiring the decision maker to select from a potentially large set of such candidate solutions. Our approach avoids the need for a human decision maker, which may be desirable for certain problems. In this paper, a ranking system is introduced for BBO/Complex which is a modified version of the nondominated ranking system (NDRS) [38].

NDRS was initially designed for single systems with multiobjectives [39]. NDRS eliminates the weighting factors used in weighted ranking algorithms. NDRS can be easily deployed in almost any optimization algorithm without major modification [40]. An updated version of NDRS was introduced in [41] as the ranking system in the multiobjective genetic algorithms (MOGA). That version uses inconsecutive integers as ranks to reflect the relative performance of each individual in a population. We are inspired here by both NDRS and the MOGA ranking system. But neither NDRS nor MOGA deal with constraint violation, which is a major concern in our work, as well as in most real-world optimization problems. So our modified NDRS considers constraint violations. We consider two factors that determine the relative performance of a candidate solution: fitness values and constraint violations. In our modified NDRS, the constraints have a higher priority than the fitness values. Violations of constraints significantly degrade the relative rank of individuals. Assume that we have a subsystem: the population size is ; the number of objectives is ; the number of constraints is ; is the rank of the th island (to be determined below); and is the number of constraint violations of the th island. Algorithm 1 outlines the modified NDRS procedure.

;
;
for to   do
   for to do
      if  constraint of island is violated then
         
      end if
   end for
end for
for to do
   for to   do
      if  
         
      else if  
         
      else if  
         for to   do
            if objective of island is better than of   then
               
            else if objective of island is better than of   then
               
            end if
         end for
      end if
   end for
end for

After performing the above version of NDRS, we have the rank of each island in the subsystem. A smaller rank means better performance. For example, suppose that we have 4 islands and each of the islands has 3 objectives and 3 constraints. The objective and constraint violation information is as in Table 1. Based on those, the rank of each island is calculated according to the modified NDRS method in Table 1.

The ranks obtained from the modified NDRS are shown in Table 1, but one thing that needs to be mentioned is that the ranks assigned to the islands are 0, 4, 5, and 9 rather than 0, 1, 2, and 3. Ranks are not necessarily consecutive integers. The reason is that NDRS reflects the performance of an island by including the number of partial domination counts in a rank rather than simply ordering the islands. This gives more granularity for rank values, which is important when statistically choosing migrating islands in BBO.

2.2. Cross-Subsystem Migration

Standard BBO only contains one type of migration, within-subsystem migration, which has been modified for BBO/Complex as shown before. But BBO/Complex also includes cross-subsystem migration. Cross-subsystem migration is different because each subsystem has its own ranking system. The comparison of ranks across subsystems is meaningless, because ranks assigned to each island in a subsystem only represents the relative goodness of the island in that specific subsystem. If we consider two islands from two different subsystems, we cannot determine which island is better by simply comparing their ranks, because ranks from different subsystems are calculated differently based on the different subsystem objectives and constraints. Instead, cross-subsystem migration is based on three factors—distance between islands, the similarity level of objectives, and the similarity level of constraints.

2.2.1. Distance between Islands

The first factor to consider in cross-subsystem migration is the distance between islands. As we know, heuristic algorithms require population diversity [12]. BBO migration is based on sharing SIVs among islands. If the population has a low diversity, most of the islands are similar to each other, and the probability that an island improves after migration is low. In this case, migration may not effectively contribute to improvement in the population.

Mutation is the technique that introduces new SIVs to the population, and mutation does not depend on the diversity of the population. But the mutation rate is usually a small number, for example, 1%, because large mutation rates negate the effectiveness of migration and reduce the evolutionary algorithm to a random search. The new information introduced to the population through mutation sometimes includes useful SIVs. But most of the time, those SIVs are useless and can even degrade the population. Mutation, in general, is not a rapid or efficient technique for evolution.

Usually we use the Euclidean distance to calculate the differences between islands. This calculation is straightforward for islands with the same structure. The Euclidean distance between islands and in archipelago , both of which have SIVs, is

This calculation is valid if and only if both islands share the same structure, which means they have the same SIV type at the same location. But in a complex system, subsystems usually have different island structures. That is, the independent variables in subsystems are not commensurate. For example, the SIV types in island 1 may be labeled types 1, 2, and 3, but the SIV types in island 2 may be labeled 2, 3, and 4. Equation (1) is not appropriate to calculate the distance between islands 1 and 2, because we cannot find the corresponding SIVs on both islands for the type 1 SIV and the type 4 SIV.

For BBO/Complex, we need a new technique to calculate the distance between islands with different structures. The partial distance strategy (PDS) is widely used in statistics to calculate Euclidean distances with missing data [42]. This is similar to our situation. Instead of missing data, we have missing SIV types. In order to implement PDS, we need to modify the data structure of the islands. First, we define each island to include all the SIV types on all islands. If an island did not originally include a specific SIV type, we assign an N/A value to the SIV and treat it as missing data. The implementation of PDS in BBO/Complex is given as follows:

is the partial distance between island in archipelago and island in archipelago , and is the total number of SIV types. As an example, suppose we have 2 islands: island and island . Island 1 has 5 SIVs and island 2 has 4 SIVs, and the two islands have 3 SIVs in common. Then the distance is calculated based on (2) as .

2.2.2. Similarities between Objectives and Constraints

The second and third factors in the island distance calculation are the similarity level of the objectives and the similarity level of the constraints. Subsystems with similar objectives and constraints are more likely to benefit each other through migration than subsystems that are not closely related. Our calculation of the similarity level is based on the fast similarity level calculation (FSLC) [37]. Suppose there are two islands, each of which has a vector of variables: and (either objectives or constraints). The similarity level (SL) of these vectors is calculated by FSLC in Algorithm 2.

SL = 0;
for each
   for each
      if and are the same type then
         SL = SL + 1
      end if
   end for
end for

2.2.3. Summary of Cross-Subsystem Migration

Now that we have discussed the three factors for cross-subsystem migration, we summarize cross-subsystem migration as follows. First, calculate the migration probability between islands based on the similarity level between subsystems: is objective similarity level between two islands, is the maximum interarchipelago objective similarity level in the population, is constraint similarity level between two islands, is the maximum inter-archipelago constraint similarity level in the population.

The probability for a pair of subsystems to perform cross-subsystem migration is linearly related to the above migration probability. After that, we need to choose emigrating islands for each immigrating island. We use roulette wheel [43] to select the emigrating island. Islands with better partial distances will have better chance to be selected as the emigrating island. Figure 4 shows an example of emigrating island selection across subsystems.

2.3. Summary of BBO/Complex

BBO/Complex is summarized as follows.(1)Define the control parameters: population size, stopping criteria, mutation probability, and elitism parameter. For example, a typical setup for BBO is that population size is 100, stopping criteria is 100,000 cost function calls, mutation probability is 0.05, and elitism parameter is 1.(2)Initialize the population. This is usually done with randomlygenerated individuals.(3)Calculate the constraint and objective similarity levels between all pairs of subsystems.(4)Calculate the rank of islands in each subsystem.(5)Perform within-subsystem migration: probabilistically choose the immigrating islands based on the island ranks. Use roulette wheel selection based on the emigration rates to select the emigrating islands. Emigration rates are linearly related to the island ranks. After each immigrating island selects its corresponding emigrating island, we perform within-subsystem migration. Each SIV in an immigrating island will have a chance to be replaced by an SIV from an emigrating island.(6)Perform cross-subsystem migration: find suitable pairs of subsystems based on similarity levels. Calculate distances between each pair of islands from different subsystems. Use roulette wheel selection based on partial distances to select the emigrating islands. Then, we begin cross-subsystem migration. Each SIV in an immigrating island will have a chance to be replaced by a SIV from an emigrating island, and this probability is which can be predefined by users.(7)Probabilistically perform mutation on each island based on the mutation probability.(8)Save the islands in each subsystem with best performances as elite islands. Replace the worst islands in the population with the previous generation’s elite islands.(9)If the termination criterion is not met, go to step 4; otherwise, terminate.

The structure of BBO/Complex is conceptually different than MDF, IDF, and CO. As we see from Figures 1, 2, and 3, that of MDF, IDF, and CO provide different strategies to optimize systems. But they are just frameworks, and we can choose any optimization method, like gradient descent or a genetic algorithm (GA), as the optimizer within the framework. But BBO/Complex is in a different category, because it includes both the framework and the optimization algorithm, as shown in Figure 5. It provides an efficient way to communicate between subsystems and provides a unique migration strategy to share information both within and across subsystems. Comparing Figures 1, 2, 3, and 5, we see that cross-subsystem migration in BBO/Complex is an innovation that can significantly enrich communication among subsystems compared to more traditional MDO methods.

3. Simulation Results

In this section, we compare the performance of BBO/Complex in real-world benchmark problems with other well-known MDO algorithms: MDF, IDF, and CO. As we mentioned before, these three MDO algorithms are frameworks which require an additional optimization method as a complementary but essential component. The optimization algorithm we use in all three of these MDO algorithms is BBO without cross-subsystem migration. The benchmark problems are obtained from [44] and include the speed reducer problem, the propane combustion problem, the heart dipole problem, and the power converter problem. Each benchmark contains several subsystems, and each subsystem contains multiobjectives and multiconstraints. Detailed information about each benchmark can be found in the Appendix.

The reason we choose these benchmarks is that they can be formulated as a complex system with interconnected subsystems. There are two decomposition strategies: one is based on the physical system and one is based on the system requirements. In this paper we decompose the systems based on system requirements. Based on [45, 46], traditional MDO algorithms usually lack the capability of dealing with multiobjectives, so their decomposition is based on the principle that each subsystem has one objective and multiconstraints. This type of decomposition is suitable for traditional optimization methods because it avoids the need to consider all objectives at once. Due to the fact that BBO belongs to the heuristic algorithm category and with supporting results from [34, 47, 48], BBO/Complex is expected to perform well on multiobjective problems. It has more flexible decomposition options compared to traditional MDO algorithms.

Our decomposition option for BBO/Complex is that each subsystem has multiobjectives and multiconstraints. But in order to provide a fair comparison between other MDO algorithms and BBO/Complex, we also introduce a BBO/Complex version that uses the same decomposition strategy as the other MDO algorithms. So we have two versions of BBO/Complex in this section: the first one uses the same decomposition method as CO, MDF, and IDF and is called BBO/Complex/Single; the other one uses multiobjectives in each subsystem and is called BBO/Complex/Multi.

For each benchmark test, we compare the performance of each algorithm using both feasibility and cost. We perform 100 Monte Carlo simulations for each algorithm and each benchmark problem to accurately measure performance. The termination criterion is 100,000 cost function evaluations. The feasibility index is calculated for each generation as the average number of constraint violations among all Monte Carlo simulations. The feasibility index is 0 if there are no violations. The second performance metric is based on the cost function values. We calculate the average cost values among all Monte Carlo simulations and then use the modified NDRS to obtain cost rank values. The optimization goal for each benchmark is to find the minimum value of the cost without violating any constraints. Since each benchmark contains multiobjectives, we use NDRS to calculate the rank for each algorithm based on its cost. But we have two priority levels: the first goal is to find feasible solutions; the second goal is to reduce cost. Priority level one overrides priority level two.

3.1. The Speed Reducer Problem

The first benchmark we test is the speed reducer problem. It contains 3 objectives, 11 constraints, and 7 design variables, as detailed in the Appendix. The performance of all algorithms in the first benchmark is shown in Table 2 and Figure 6, which show that BBO/Complex/Single has the best performance in the speed reducer benchmark, including the best cost rank and the best feasibility level. MDF, CO, and BBO/Complex/Multi are slightly worse than BBO/Complex/Single. IDF has the worst performance in terms of both cost rank and feasibility level. Note that both feasibility and cost at the beginning of the simulation start at different values for different algorithms. This is because when we initially evaluate the performance of algorithms, they have already been optimized at the subsystem level.

3.2. The Power Converter Problem

The second benchmark is the power converter problem. It has 6 design variables, 8 state variables, 2 objectives, and 4 constraints, as detailed in the Appendix. Table 3 and Figure 7 show the performance of the algorithms in the power converter problem. The performances of all algorithms are fairly close to each other. We have good results in this problem because all algorithms achieve a 0 feasibility level. MDF is the best algorithm in terms of cost, and BBO/Complex/Multi has the second best performance.

3.3. The Heart Dipole Problem

The third benchmark is the heart dipole problem. It has 6 design variables, 2 objectives, and 5 constraints, as detailed in the Appendix. Table 4 and Figure 8 show that BBO/Complex/Single and BBO/Complex/Multi are the only algorithms which achieve a 0 feasibility level, which means that the best individuals for each Monte Carlo run are feasible. When we combine cost rank and feasibility, BBO/Complex/Multi has the best performance in this benchmark, and BBO/Complex/Single is the second best.

3.4. The Propane Combustion Problem

The fourth benchmark is the propane combustion problem. It has 1 design variable, 3 objectives, and 4 constraints, as detailed in the Appendix. According to Table 5 and Figure 9, BBO/Complex/Multi is the best algorithm for this benchmark because it is the only algorithm that achieves a 0 feasibility level. BBO/Complex/Single achieves the second best performance with a feasibility level slightly greater than 0.

3.5. Summary of Benchmark Tests

The benchmark results show that BBO/Complex/Multi is the only algorithm that obtains feasible solutions in three of the benchmarks. For the speed reducer benchmark, none of the algorithms finds a feasible solution, but BBO/Complex/Single comes the closest. Among all four benchmarks, BBO/Complex/Multi achieves the best performance twice and the second best performance once, and BBO/Complex/Single achieves the best performance once and the second best performance twice. Among the non-BBO/Complex algorithms, MDF is the best, achieving the best performance once and the second best performance once.

4. Conclusion

Heuristic algorithms are powerful and proven optimization techniques whose structures are motivated by nature. In contrast with more traditional optimization methods, heuristic algorithms are intuitive and easy to apply, even to systems with complex structures.

Complex systems include multisubsystems, multiobjectives, and multiconstraints and have been deployed in every type of modern industry. But optimization methods for complex systems are lagging behind the implementation of complex systems in industry. CO, MDF, and IDF are often applied to the optimization of complex systems. Those methods have made many contributions to modern industry, but this paper has aimed to take complex systems optimization to the next level.

In this paper, BBO, a newly developed heuristic algorithm, has been extended and applied to complex system optimization. Our new algorithm is called BBO/Complex. BBO/Complex uses the original framework of standard BBO but extends it to a multiarchipelago environment to suit the structure of complex systems. BBO/Complex has one significant difference from its predecessors—it combines the optimization framework and the low-level optimization approach into a single algorithm. This is quite different from MDF, IDF, and CO, all of which are only frameworks for complex systems and need a low-level optimization method as an additional tuning parameter. The low-level optimization approaches incorporated in MDF, IDF, and CO are typically traditional algorithms like gradient descent and Newton’s method. But those algorithms can easily get stuck in a local optimum. Based on [49, 50], standard BBO can guarantee convergence to the optimal solution given enough generations. Besides the traditional advantages of BBO, the BBO/Complex algorithm also introduces new features, like a ranking system that evaluates candidate solutions based on both performance and constraints, the use of a partial distance strategy to maintain the diversity of the population, within-subsystem migration for information sharing within subpopulations, and cross-subsystem migration for information sharing between subpopulations. The simulation results indicate that BBO/Complex is a competitive multidisciplinary optimization algorithm.

Future work for BBO/Complex can be extended in two directions: speed and adaptation. Convergence speed is one of the primary concerns for heuristic algorithms. Parallel computation can be used to decrease convergence time by dividing a task into multiple subtasks and solving them in parallel. One of the classic parallel computation models is the master-slave model. The master is in charge of job assignment and global calculations. The slaves perform subtasks that are assigned by the master and return the results to the master. This structure can be adapted to BBO/Complex by viewing the master as the system optimizer and each slave as a subsystem optimizer. Computation time can be decreased dramatically with this structure, especially for problems with a large number of subsystems.

The second direction for future research in BBO/Complex is adaptation. In BBO/Complex, we find a solution to a complex system with a combination of within-subsystem migration and cross-subsystem migration. But other types of migration could be implemented. A proper migration method can significantly increase performance for different types of problems. So we can design a series of migration methods, like migration for complex systems with tight subsystem coupling, migration for complex systems with loose subsystem coupling, and migration for complex systems with many design variables. Then we can classify the migration methods according to their performances in various types of problems and create a BBO/Complex algorithm that adaptively chooses the most efficient migration methods according to the selected problem.

Appendix

This appendix gives details about the benchmark problems used in this paper.

Speed Reducer (see [44, 45, 51]). The speed reducer problem is a gear box design problem. The objective is to minimize the gear box weight and the von Mises stresses for shafts 1 and 2. This problem contains 3 objectives, 11 constraints, and 7 design variables. This problem is defined as follows: such that the following constraints hold:

The objectives, decision variables, and constraints are defined as follows:: overall weight of gear box,: von Mises stress for shaft 1,: von Mises stress for shaft 2,: gear face width,: tooth module,: number of teeth of pinion,: distance between bearing 1,: distance between bearing 2,: diameter of shaft 1,: diameter of shaft 2,: bending stress of gear tooth,: contact stress of gear tooth,: transverse deflection of shaft 1,: transverse deflection of shaft 2,: stress in shaft 1,: stress in shaft 2,: dimension requirement for shafts.

Power Converter (see [44, 51]). The power converter problem consists of two subsystems—the electrical subsystem and the loss subsystem. It has 6 design variables, 8 state variables, 2 objectives, and 4 constraints. The system is described as follows: such that the following constraints hold:

The state variables are defined as follows:

The objectives, decision variables, states, and constraints are defined as follows:: weight of primary winding,: weight of secondary winding,: core center leg width,: turns,: copper size,: inductance,: capacitance,: core window width,: component weight,: circuit efficiency,: duty cycle,: minimum duty cycle,: inductor resistance,: core cross-sectional area,: magnetic path length,: inductor value,: fill window constraint,: ripple specification,: core saturation,: minimum inductor size.

Heart Dipole (see [44, 51, 52]). The heart dipole problem is based on the electrolytic determination of the dipole moment in the heart. This problem contains 2 objectives, 5 constraints, and 6 design variables. This problem was modified from its original formulation in order to be testable with MDO algorithms. Therefore, although the problem is a common MDO benchmark, the objectives do not have any physical meaning. The problem is defined as follows: such that the following constraints hold:

The objectives, decision variables, and constraints are defined as follows:: sum of and ,: sum of and ,: magnitude of dipole 1 on -axis,: magnitude of dipole 2 on -axis,: magnitude of dipole 1 on -axis,: magnitude of dipole 2 on -axis,: coordinate of dipole 1 on -axis,: coordinate of dipole 2 on -axis,: coordinate of dipole 1 on -axis,: coordinate of dipole 2 on -axis,: predefined constraints to determine the magnitude, directions, and locations of two dipoles.

Propane Combustion (see [44, 51, 53]). The propane combustion problem is a chemical equilibrium problem. This problem contains 3 objectives, 4 constraints, and 11 design variables. This problem is described as follows:

such that the following constraints hold:

The objectives, decision variables, and constraints are defined as follows:: first product of combustion,: second product of combustion,: sum of third and fourth product of combustion,: number of moles of each product formed for each mole of propane burned,: sum of to ,: first product of combustion,: second product of combustion,: third product of combustion,: fourth product of combustion.

Acknowledgments

This material is based on work supported by the National Science Foundation under Grant no. 0826124 and by a Dissertation Research Award from Cleveland State University. The comments of an anonymous reviewer were instrumental in improving this paper.