Abstract

High time-consuming computation has become an obvious characteristic of the modern multidisciplinary design optimization (MDO) solving procedure. To reduce the computing cost and improve solving environment of the traditional MDO solution method, this article introduces a novel universal MDO framework based on the support of adaptive discipline surrogate model with asymptotical correction by discriminative sampling. The MDO solving procedure is decomposed into three parts: framework level, architecture level, and discipline level. Framework level controls the MDO solving procedure and carries out convergence estimation; architecture level executes the MDO solution method with discipline surrogate models; discipline level analyzes discipline models to establish adaptive discipline surrogate models based on a stochastic asymptotical sampling method. The MDO solving procedure is executed as an iterative way included with discipline surrogate model correcting, MDO solving, and discipline analyzing. These are accomplished by the iteration process control at the framework level, the MDO decomposition at the architecture level, and the discipline surrogate model update at the discipline level. The framework executes these three parts separately in a hierarchical and modularized way. The discipline models and disciplinary design point sampling process are all independent; parallel computing could be used to increase computing efficiency in parallel environment. Several MDO benchmarks are tested in this MDO framework. Results show that the number of discipline evaluations in the framework is half or less of the original MDO solution method and is very useful and suitable for the complex high-fidelity MDO problem.

1. Introduction

MDO solution method, also names MDO architecture or MDO strategy, is the most essential part of the MDO solving procedure [1]. It is a process to organize disciplines and format MDO problem into a mathematical model which could be solved. Such works include decomposing the MDO problem, interconnecting coupling, coordinating the system, and organizing implementation procedure of the MDO problem. With constant increases in product integration and complexity, the application of the MDO solution method is a significant challenge in complex industrial design [2]. Especially for aerospace engineering, modern aircraft design includes aerodynamic, structure, aerothermodynamics, control, trajectory, etc., which cause an extremely complex and time-consuming problem [3]. Traditional design methods with statistical data and empirical formula are no longer applicable. So many high-precision numerical analysis methods such as computational fluid mechanics (CFD), computational structural mechanics (CSM), and computational electromagnetic (CEM) arise constantly. Time-consuming computation, huge information interchange, nonsmooth and nonlinear design space become new challenges to the traditional MDO solution method. Meanwhile, technologies such as parallel computing, distributed computing, and approximation method are increasingly important in the field of optimization. How to utilize these useful technologies to obtain a more efficient and robust MDO solution environment is a fascinating research area.

Wang et al. [4] proposed a new global optimization method for expensive black-box function. This global optimization method based on a novel mode-pursuing sampling (MPS) algorithm systematically generates more sample points in the neighborhood of the function mode while statistically covering the entire search space. MPS has good convergence and does not depend on the derivative information, which is significantly suitable for computation-intensive optimization problems [47]. MPS is also applied to discrete variable optimization [8], multiobjective optimization [9], and hybrid optimization [10]. Wang et al. [1115] proposed a new collaboration pursuing method (CPM) based on the MPS algorithm with the multidisciplinary analysis (MDA) process and aimed to search for the global optimum solution of a MDO problem with a short turnaround time. It maintains the consistency of coupling among state parameters by a collaboration model implemented with radial basis functions, and MPS is applied as a global optimizer module for CPM to search for the global optimum solution of the MDO problem. But the limitation of the MDA process hinders the use of the other MDO solution method and cannot satisfy the need for the flexible solution of the MDO solving procedure.

In this article, a novel universal MDO framework based on the idea of the stochastic asymptotical sampling method is presented. At first, the idea and composition of the universal MDO framework are introduced and the elementary theory of the MPS algorithm is simply reviewed. Then, based on the MPS iteration process, the solving procedure of the universal MDO framework is proposed. The detailed implementation of all three levels is discussed and used to construct the universal MDO framework. Finally, some benchmarks are utilized to give a verification and validation of the effectiveness and high efficiency.

2. A Universal MDO Framework

MPS algorithm has the ability of fast convergence which can be helpful for the time-consuming MDO problem. MDO problem is a combination of various disciplines with interdisciplinary coupling, and MDO solution method decouples this interdisciplinary relationship directly or indirectly to construct the optimization problem. Figure 1 gives a comparison between the MDO coupling structure and the MPS iteration structure. As shown in Figure 1(a), MDO solving procedure is totally controlled by the MDO solution method, which includes execution sequence and iteration pattern of the discipline model. The traditional MDO solving procedure is opaque. Actually, because of the design complexity of the MDO algorithm, calling mechanism of the discipline model is very complex, and it is difficult to manage the discipline models centrally. The MPS iteration process is shown in Figure 1(b). It is an iterative structure. The optimization algorithm carries on surrogate models of the optimization problem. The iteration control is utilized to manage the surrogate model updating and the convergence estimation. The degree of freedom of the optimization process can be improved greatly due to the decoupling of the optimization problem and the optimization algorithm, and this structure also provides a good support to parallel computing.

The MPS iteration structure gives a fast convergence to the optimization problem; the results in [7] show that it has far fewer function evaluations than the GA algorithm, which can be a significant help to accelerate the MDO solving procedure. But it is not a good idea to change the optimization problem in Figure 1(b) into the MDO problem in Figure 1(a) directly. Actually, it is better to approximate the discipline model rather than the MDO problem because of the opacity relation of the MDO coupling structure; then, each discipline model can be evaluated and approximated separately. An independent iteration control to update each discipline surrogate model is also needed to improve the quality of approximation.

In this article, the discipline model is regarded as the optimization problem of the MPS iteration structure shown in Figure 1(b), and the corresponding surrogate model is called a discipline surrogate model. The MDO solving procedure is carried out with these discipline surrogate models, and then, the current optimal solution is obtained and used to update the discipline surrogate model. This iteration process goes on as the MPS process until it converges.

Based on the above design pattern, the MDO framework is decomposed into three parts: framework level, architecture level, and discipline level. The design skeleton of the universal MDO framework can be viewed as Figure 2. The roles of these three levels are as follows: (a)Framework level: framework level is the system level of the MDO framework. It is responsible for managing the organizational relationship and implementation process of the framework and guiding the convergence process of the MDO problem. The main feature of the framework level includes global convergence detecting and MDO solution method constructing(b)Architecture level: architecture level decouples the MDO problem into some optimization problems and solves it based on the discipline surrogate model under the control of the framework level. This process will repeat continuously with the updating of the adaptive discipline surrogate model. The computing efficiency of a single MDO solving procedure will gain great improvement by replacing the discipline model to a discipline surrogate model(c)Discipline level: discipline level executes discipline analysis at sample points based on the MPS sampling process and the current optimal solution and updates the adaptive discipline surrogate model. The two-way interaction between the discipline model at the discipline level and the MDO solution method at the architecture level is simplified to one-way relation by introducing the framework level, which has a great flexibility to carry out as a distributed and parallel system

Based on the above definition, the whole MDO solving procedure is converted to a process with discipline surrogate model updating, MDO solution method solving, and discipline model analyzing. The MPS sampling method is used to establish and update the adaptive discipline surrogate model. Combining with these three levels, a novel MDO framework is established, called it disciplinary model pursuing sampling-MDO framework (DMPS-MDOF). The detailed introduction will be given in Section 4. In the next section, we have a review of the MPS algorithm.

3. Review of the Mode-Pursuing Sampling Algorithm

MPS algorithm was proposed as a method to search for the global optimum of the black-box function problem by Wang et al. [4]. It is a discriminative sampling method that systematically generates more sample points in the neighborhood of the current minimum while statistically covering the entire search space. Quadratic regression is carried out to detect the region containing the global optimum and a sampling, and detection process iterates until the global optimum is obtained. MPS algorithm does not need for the gradient information and contains the huge potential for parallel computing.

MPS algorithm contains three main parts: random selection, global surrogate model, and global convergence criterion. First, some design points are generated around the current minimum while statistically covering the entire search space, and then, a surrogate model is built to fit the design space by the above points; at last, a quadratic response surface is evaluated for checking convergence and meanwhile gives a preference probability to the sampling process. The main procedure of MPS can be elaborated as follows.

Step 1. Set the number of uniform distributed basic sample points and the size of contours and initialize the speed control factor , then generate initial design points by design of experiment (DOE) based on a uniform distributed sampling process. These design points are also used to build the design points set (DPS).

Step 2. Evaluate the unevaluated design points in DPS and fit a surrogate model with all design points in DPS, and then we have, where is the size of DPS and is the proper surrogate model selected to fit the design space.

Step 3. Uniformly create sample points over the design space and evaluate the surrogate model to define the guidance function (); classify these sample points uniformly into counters by the values of .

Step 4. GF is a function between 0 and 1 and could be regarded as the probability density function (PDF) of the objective function. The cumulative distribution function (CDF) is also evaluated from the sample points and revised by speed control factor . Then, apply the sampling strategy of Fu and Wang [16] to draw random design points and add these to DPS too.

Step 5. Evaluate the subregion of the convergence checking and build the local quadratic response surface. If the convergence criterion is not satisfied, update the speed control factor and return to Step 2, else go to Step 6.

Step 6. Resample new expensive design points randomly within the subregion, where stand for the integer part of and is the dimension of . Rebuild and reevaluate the local quadratic response surface. If the convergence criterion is satisfied, optimize the local quadratic response surface and get the optimum point as the global optimum, else add the design points to DPS and return to Step 2.

4. DMPS-MDOF

For a better solution performance and execution control, a novel hierarchy design pattern with the framework level, architecture level, and discipline level is established in DMPS-MDOF to decompose the MDO solving procedure. The detailed implementation of all these three levels and the executing process of the DMPS-MDOF is introduced in this section.

4.1. Discipline Level Design
4.1.1. Discipline Surrogate Model

We define the discipline model as a black-box function with input variable and output variable . where subscript is the th discipline. The discipline surrogate model is expressed as

4.1.2. Preference Function

Discipline model has no objective function, so we need a preference function to guide the direction of the MPS sampling. Approximation capability of the discipline surrogate model has a direct effect on the convergence accuracy and efficiency of the MDO framework; the following factors should be considered: (a)Improve fitting accuracy by placing the new updated sampling design points near the current optimal region as much as possible(b)Preference function must be continuous and smooth. This will enhance the stability of the MPS sampling(c)MPS sampling process of each discipline must be independent and has no relevance with the other disciplines

Due to all the requirements above, the following quadratic function is used as the preference function of the discipline surrogate model: where is the current optimal solution of the MDO framework of discipline . The guidance function of MPS sampling can be expressed as

With the above definition, MPS sampling of each discipline will get closer to the optimal region as the iteration goes on in probabilistic meaning.

4.1.3. Normalized Design Space

Normalization standardizes the design space and unifies all design variables into the same level, which improves the computing efficiency and convergence precision. The following linear transformation is used to normalize the input variables of discipline: where is the th input variable of the discipline , is the normalized variable, is the scale factor, and is the offset value. and could be calculated by defining the proper boundary of .

4.1.4. MPS Sampling Process

For better understanding, some illustration must be listed. We define the sample point as the cheap point which only needs to evaluate the preference function in (5); the execution time can be ignored. And we define the design point as the expensive point needs time-consuming discipline analysis. The MPS sampling process for each discipline is as follows.

Step 7. Sample discrete sample points in disciplinary design space based on the uniform sampling method and calculate disciplinary preference function and MPS guidance function .

Step 8. Divide the sample points into discrete regions and calculate the distribution function PDF and CDF of every region by the following equation:

Step 9. Sample disciplinary design points based on the rules in [16]. The number of sample points influences the density of the disciplinary discrete design space. Selecting new design points depends on the position of the sample points. The smaller will reduce the approximation precision, thus will increase the iterative times of the discipline surrogate model updating for converging; the bigger will increase the execution time of the MPS sampling process but improves the approximation precision. The number of discrete regions decides how many sample points are located in each region. For ordinary problems, and is recommended in [4, 7].

4.1.5. Disciplinary Convergence Criterion

The local quadratic response surface is used to evaluate the disciplinary convergence precision. The disciplinary convergence criterion will be carried out by the framework level based on the multiple correlation coefficient of each discipline.

4.1.6. Speed Control Factor

The updating of the speed control factor of each discipline surrogate model is the same as the MPS algorithm, which is controlled by .

4.1.7. The Adaptive Discipline Surrogate Model

The flowchart of the discipline level is illustrated in Figure 3. Detailed description of the adaptive discipline surrogate model is given below.

Step 10. Sample initial design points in the disciplinary design space and build DPS by uniting all design points. is a positive integer greater than or equal to 1 for providing enough design points to initialize the disciplinary design space reasonably at the first iteration.

Step 11. Calculate the preference function and MPS guidance function .

Step 12. Generate the disciplinary discrete design space by sampling sample points based on the uniform sampling criteria.

Step 13. Calculate CDF and correct it by a speed control factor, execute the MPS sampling process by the fixed to get new design points, and add it to DPS.

Step 14. Rebuild the discipline surrogate model by DPS.

Step 15. Generate local quadratic response surface by uniform sampling criteria in the local region around the new sampled design points and compare with discipline surrogate model to evaluate the disciplinary convergence precision .

Step 16. Fix the speed control factor by and repeat Steps 1115 until the framework level convergence criterion is met.

4.2. Architecture Level Design

Architecture level has a high efficiency because of the replacement of discipline model with discipline surrogate model. The complex interaction between the MDO solution method and discipline model is avoided, and also with the continuity and smoothness characteristic of the discipline surrogate model, a better convergence performance can be achieved. Architecture level is designed as two parts: the architecture configuration and the architecture solving, as shown in Figure 4. The main function of these is as follows: (a)Architecture configuration: according to the detail architecture configuration of the selected MDO solution method, the MDO problem is transformed to a system level optimization/iteration problem and some subsystem level optimization/iteration problems, and then, the MDO model can be generated(b)Architecture solving: the MDO model will be solved after finishing the architecture configuration based on the latest updated discipline surrogate models, and then, the current optimal result is returned to the framework level; a single MDO iteration is completed

The architecture solving has less computational requirements, so the success rate and the convergence precision are the primary purpose of the architecture level. The detail illustration of some common MDO solution methods can be found in [1, 3, 17, 18].

4.3. Framework Level Design

Framework level initializes the MDO solving procedure, manages the iteration of the discipline level and the architecture level, and provides the basic support with auxiliary modules and convergence criterion.

4.3.1. Design Flowchart

The flowchart of the framework level is shown in Figure 5. Framework level includes four parts: initialization, execution management, auxiliary modules, and convergence criterion. Initialization initializes the MDO solving procedure by user’s configuration. Execution management controls the iteration of the discipline level and the architecture level alternately to drive the entire framework process. Auxiliary modules give elementary support which includes variable interface, approximation method, optimization algorithm, and MDO solution method. Variable interface gives a transition between disciplinary input/output variables and MDO variables; radial basis function (RBF) is chosen to build the discipline surrogate model; sequential quadratic programming (SQP) method is chosen as the optimization algorithm of the constructed system optimization/iteration problem and subsystem optimization/iteration problems. Three MDO solution methods are chosen to test the DMPS-MDOF, which includes individual discipline feasible (IDF), multidisciplinary feasible (MDF), and concurrent subspace optimization with response surface (CSSO-RS). Detail description of the above MDO solution methods can be found in [1, 3]. A hybrid convergence criterion is executed at every MDO iteration to carry a convergence checking, which will be described in the next.

4.3.2. Convergence Criterion

Both of the local response surface fitting precision of the discipline surrogate model and the state of the current MDO optimal solution are considered as the convergence criteria of the DMPS-MDOF. The multiple correlation coefficient of the local response surface can only assess the fitting precision of the local region in each discipline. So, the following hybrid multistep method is used to check the convergence state of the MDO framework.

The convergence criterion of the discipline surrogate model is defined as

The convergence criterion of the MDO problem is defined as where is the objective function of the MDO problem, and are the maximum error of local fitting precision of the discipline surrogate model and the rate of objective function change, and is the th MDO iteration. There are three conditions in convergence criterion. (a)When is satisfied times continuously, and is satisfied for all disciplines in current MDO iteration step, where , to , it is considered that the fitting precision of the local response surface of all discipline surrogate models in the current optimal region is satisfied. Convergence criterion checking is successful(b)When is satisfied times continuously, the convergence criterion of discipline surrogate model is not entirely satisfied with all disciplines. This situation could be the reason for inaccuracy of disciplinary local fitting region in current MDO iteration step. The speed control factor is reinitialized to 0.5 to give discipline more chances to explore the global design space(c)When is satisfied times continuously for all disciplines, the convergence criterion of objective function does not meet the above detection (a) and (b). It is considered that the MDO problem is converged into current optimal region, but the local fitting precision of discipline surrogate models is not satisfied. The speed control factor is set to to accelerate convergence, and MDO iteration continues

The above hybrid multistep convergence criterion is conducive to accelerate convergence, improve convergence precision, and avoid premature convergence as much as possible.

4.4. Executing Process

With the three level design pattern, the flowchart of the DMPS-MDOF is shown in Figure 6. The entire implementation process can be described as three parts: MDO problem definition, MDO optimization, and discipline surrogate model regeneration. MDO problem definition transforms the MDO problem into a corresponding MDO model based on disciplinary relation matrix (DRM) [17], which gives a standardized format to the MDO problem; MDO optimization decomposes the MDO model into a system optimization/iteration problem and some subsystem optimization/iteration problems depending on the selected MDO solution method and optimizes it with the discipline surrogate model instead of the discipline model. The framework level and architecture level are realized in this part; discipline surrogate model regeneration updates and corrects discipline surrogate models by the MPS sampling process, which is illuminated in Section 4.1. Detailed description of the solution process is given below.

Step 17. Initialize MDO problem. Define initial value and boundary of the disciplinary input and output variables, set objective function and constraint of the MDO problem, build disciplinary coupling relationship, and select and set up the MDO solution method and optimization algorithm.

Step 18. Reconstruct MDO framework. Depending on the MDO problem and the selected MDO solution method defined in Step 17, construct and initialize the MDO framework.

Step 19. Generate initial design points. Sample design points based on the optimal Latin hypercube sampling (LHS) method and build and evaluate the DPS. The size of depends on the dimension of disciplinary input variables.

Step 20. Disperse disciplinary design space. Each discipline sample uniformly distributed sample points to fill disciplinary design space, and evaluate the disciplinary preference function, guidance function, and CDF.

Step 21. MPS sampling. Each discipline sample design points using the MPS sampling process, and add these points into the DPS.

Step 22. Analyze discipline model. Analyze all discipline models which are new added into DPS. This is the most time-consuming process of the MDO solving procedure, but for the independence of each design point, this process can be speeded up greatly by parallel computing.

Step 23. Set up/update the discipline surrogate model. Set up or update the discipline surrogate model based on the DPS and calculate the multiple correlation coefficient of each discipline.

Step 24. Solve the MDO problem. Solve the MDO problem with the MDO framework constructed in Step 18 and the discipline surrogate model set up in Step 23. It has a small amount of computation due to the use of the surrogate model.

Step 25. Update the speed control factor. The speed control factor is updated based on lasted evaluated disciplinary multiple correlation coefficient .

Step 26. Check the convergence criterion. The framework level carries convergence criterion checking based on the multiple correlation coefficient and the rate of objective function change; if the convergence criterion is satisfied, MDO iteration exits; otherwise, go to Step 20.
For some simple discipline models, there is no need to use the discipline surrogate model. So, the discipline surrogate model can be replaced with the true discipline model in Step 24 to get a better solution performance.

5. MDO Benchmarks

In this section, we will give a performance analysis to the proposed DMPS-MDOF with some typical MDO benchmarks.

5.1. A Single Example

First, a single MDO example with two disciplines is used to illustrate the DMPS-MDOF solving procedure. The optimization problem is as follows:

Discipline 1:

Discipline 2:

The parameters of DMPS-MDOF are configured as follows: , , , , and the MDF is selected as the MDO solution method. Convergence precision of the objective function and the discipline surrogate model is set to 1e − 6 and 1e − 4. The analytical solution is −6.75 with optimal position at (3.0, 1.0, 1.0). A comparison is given with the original MDF method. The iteration history on the objective function of the two methods can be found in Figure 7 and Table 1. All of the two methods converged to the optimal solution. The relative error of the objective function and the design variables are less than 1.6e − 6, slightly worse than the original MDF method, but it is very close to the optimal analytical solution. The number of discipline evaluations has a significant difference between the DMPS-MDOF and the original MDF method. DMPS-MDOF only needs less than a tenth of the total discipline counts of the original MDF method. For this simple example with cheap discipline analysis, DMPS-MDOF needs more CPU time than the original MDF method because of the generation of the surrogate model and the multiple optimization processes. But generally the modern MDO problem has more complex disciplines with time-consuming analysis which is far more expensive than the surrogate model. Compared to the time-consuming discipline model evaluations, the time cost by the generation of the surrogate model and the multiple optimization processes are almost negligible.

The iteration history on the distribution of discrete design points can be found in Figure 8 and Table 2. The closed lines are the convex hulls of the current sampling design points per iteration. Design points at each iteration are shown with different colors and different marks. As iteration goes on, the MPS sampling design points move round the current optimal solution. Meanwhile, fitting precision of the local response surface improves with the correction process of the discipline surrogate model and the region of the current sampling design points also becomes smaller. Then, the smaller region prompts the current local response surface to improve the fitting precision. With the change of the optimal solution, value becomes smaller; the global convergence criterion will be satisfied finally.

The first iteration in Table 2 is utilized to generate more design points to give a better global initialization of the discipline surrogate model. For small problem, 4 times of the normal sampling design points are compatible. The asymptotic randomness of the MPS sampling process will influence the size of the updating region. The region of design points becomes larger when the discipline surrogate model has a lower local fitting precision or the discipline convergence cannot be satisfied. Another interesting phenomenon in Figure 8 is that the region of the last iteration in red was larger than others. The reason is that the convergence criterion (c) is met at the third iteration and the speed control factor is reinitialized to give more chances to explore the global design space. This characteristic can avoid prematurity of the searching process and prevent the illogical convergence checking with low global fitting precision.

5.2. Test Cases

The above single example gave an intuitive understanding of the characteristic of DMPS-MDOF. Another three test cases are used to analyze comprehensive performance. The first one is an analytic example has been previously solved by Sellar et al. [19]. It is a two-discipline MDO problem and has low dimensionality. The second is adapted from NASA’s MDO test suite [20] and represents the design of a simple gearbox. As the problem has originally been solved as a single discipline optimization problem, the MDO problem is created by splitting up the single discipline problem into gear 1, gear 2, and gear shaft three parts with no coupling. The third example is an aircraft problem with aerodynamic, mass, and performance disciplines. The three MDO test cases are listed as follows. (a)Analytic problem

Discipline 1:

Discipline 2: (b)Golinski’s speed reducer

Discipline 1:

Discipline 2:

Discipline 3: (c)Aircraft problem

Discipline 1:

Discipline 2:

Discipline 3:

The parameters of DMPS-MDOF are set as follows: , , , and . Convergence precision of the objective function and the discipline surrogate model is set to 1e − 6 and 1e − 4. SNOPT [21], an efficient optimization library with the SQP method, is used as the system and subsystem’s optimization solver. MDF, IDF, and CSSO-RS are chosen as the MDO solution methods.

Results of the three test cases are listed in Tables 3 to 5. All of the three test cases with different MDO solution methods found out the optimal solution, but there is an obvious difference in the number of discipline evaluations between the DMPS-MDOF and the original MDO solution method. Some conclusions are given from computing efficiency, parallel computing, architecture, and add-on capability as follows.

5.2.1. Computing Efficiency

From the results, we know that at the same precision level, DMPS-MDOF with the discipline surrogate model has higher computing efficiency than the original MDO solution method with the discipline model directly. The number of discipline evaluations of DMPS-MDOF is half or less of the original MDO solution method in the three test cases. Especially for distributed architecture, such as CSSO, there is a significant reduction. The MDO solving process has a lightweight computation because of the full use of discipline surrogate models instead of the time-consuming original discipline models. The discipline models can be evaluated separately from the MDO solving process in the independent discipline level. This is helpful for the complex MDO optimization with high-fidelity discipline models.

5.2.2. Parallel Computing

DMPS-MDOF is a hierarchic framework based on the independent discipline models. The discipline models and disciplinary design points are all irrelevant; parallel computing could be utilized to improve the computing efficiency. For example, in a MDO problem with 5 disciplines, we suppose that each iteration uses 6 design points for every discipline, then a total 30 times of discipline model evaluations are needed for each iteration in this framework. If every discipline evaluation cost 5 minutes, the total CPU time will cost 2 hours and a half for one iteration. But the 30 times discipline model evaluations in each iteration are all independent. It only needs about 5 minutes if we have enough computing resources. So, the computing efficiency will be improved greatly by using parallel computing in DMPS-MDOF.

5.2.3. Architecture

Another obvious phenomenon is that the discipline evaluations reduction between DMPS-MDOF and the original MDO solution method are not consistent for each MDO solution method. For example, in the analytic problem, CSSO is the most inefficient one with the original MDO solution method and DMPS-MDOF and in the aircraft problem, CSSO is also the most inefficient one with the original MDO solution method but the most efficient one is with DMPS-MDOF. Benefited from high computing efficiency in DMPS-MDOF, it is acceptable and comfortable to select the most suitable MDO solution method for a given MDO problem in DMPS-MDOF.

5.2.4. Add-On Capability

The MDO solution method, approximation method, and optimization algorithm are kept separated from the discipline model; these are designed as some algorithm libraries with generic interfaces in DMPS-MDOF. It is convenient to add new method to the algorithm library for extension. And also it is convenient for designers to participate in the MDO solving procedure with DMPS-MDOF. Designers can offer the following assistances: (1) Designers can modify, add, or remove design points per iteration according to the convergence state of the current iteration; (2) The MDO solution method, approximation method, and optimization algorithm can be changed per iteration manually by designers when the current one is hard to converge or has low computing efficiency; (3) Designers even can adjust the MDO problem per iteration to obtain a more efficient and more easy-solved way by reducing design space or removing inactive constraint condition.

6. Conclusion

In this article, the adaptive discipline surrogate model with the MPS sampling process is used to replace the time-consuming discipline model and a new universal MDO framework is developed to implement an effective and parallel MDO solving environment. This framework is based on a universal MDO model with standard coupling relationship definition, which is discussed in greater detail in [17, 18]. So, an automatic decomposing and solving procedure with different MDO solution methods is realized to give a universal and comfortable way to carry out this framework.

Based on the adaptive discipline surrogate model, DMPS-MDOF has an excellent computing capability and clear framework architecture. The independent disciplines and MPS sampling process give a remarkable adaptation to parallel computing environment, which will bring further improvement for the computing efficiency. It is easy to change MDO solution methods or approximation methods in DMPS-MDOF. Designers could choose the most appropriate one flexibly to get a better performance. Designer’s experience and decision-making capacity could also be realized easily in DMPS-MDOF. These attractive characteristics of DMPS-MDOF make it extremely useful for solving the complex MDO problem with high-fidelity and time-consuming discipline models.

There are also some limits. DMPS-MDOF can solve the MDO problem more efficiently and carry out in parallel way with various MDO solution methods, and it has no obvious difference on the convergence characteristic compare to the original MDO solving procedure, so DMPS-MDOF cannot give a right answer to the problem that the original MDO solution method cannot solve. A possible way to improve the optimization performance is to carry out the MDO iteration process with different MDO solution methods in a nested manner. This will give a more flexible way to organize the MDO iteration process and may further increase the convergence performance. For simple MDO problem with analytic discipline model, DMPS-MDOF may likely cost more CPU time because of the surrogate model generation and the multiple optimization processes, so it is more appropriate for complex MDO problems with high-fidelity discipline models.

Future research will focus on the hybrid process combining with monolithic architecture and distributed architecture. More tests will be given to evaluate the performance of the DMPS-MDOF, especially for some complex MDO problems with high-fidelity discipline models. The proper distributed parallel computing environment with workstation clusters will be carried out to test and verify the parallel solving performance of the DMPS-MDOF.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This research was supported by the funding from the National Natural Science Foundation of China (no. 51505385), the Shanghai Aerospace Science Technology Innovation Foundation (no. SAST2015010), and the Defense Basic Research Program (JCKY2016204B102 and JCKY2016208C001). The authors are thankful to the National Key Laboratory of Aerospace Flight Dynamics of NPU.