Abstract

Simulation of a system-of-systems (SoS) model, which consists of a combat model and a network model, has been used to analyze the performance of network-centric warfare in detail. However, finding the combat model parameters satisfying the required combat power using simulation can take a long time for two reasons: (1) the prolonged execution time per simulation run and (2) the enormous number of simulation runs. This paper proposes a simulation-based optimization method for the SoS-based simulation model to overcome these problems. The method consists of two processes: (1) the transformation of the SoS-based model into an integrated model using the neural network to reduce the execution time and (2) the optimization of the integrated model using the genetic algorithm with ranking and selection to decrease the number of simulation runs. The experimental result reveals that the proposed method significantly reduced the time for finding the optimal combat parameters with an acceptable level of accuracy.

1. Introduction

In modern warfare, communication, responsible for the flow of information between combat entities, is a primary factor in attaining victory. That is, without proper communication, the combat commander cannot obtain detection information and forward appropriate attack orders to combat entities. Such a battlefield environment based on communication systems is called network-centric warfare (NCW) [1, 2]. Many researchers in the defense modeling and simulation (DM&S) domain have recognized the importance of NCW and have tried to analyze combat systems using war game simulators reflecting the effects of communication. In earlier studies, researchers depicted communication effects by using a simplified model or by assuming perfect communication in a combat model from the perspective of a standalone system [3, 4]. However, as the importance of communication and the need for a detailed depiction of the network system increase, recent studies have separated the network model from the combat model [5, 6]. Namely, they have implemented each model with dedicated modeling development tools and have interconnected the model through an interoperation standard, such as the high-level architecture (HLA) or the test and training enabling architecture from the perspective of the system of systems (SoS) [710].

In the SoS, the system means a set of interrelated components working together toward some common objective or purpose, and the SoS means a set of systems for a task that none of the systems can accomplish on its own [11, 12]. This SoS-based approach has a merit in that a collection of dedicated systems offers more functionality and performance than simply the sum of the constituent systems and the conduct of various analyses by using existing models developed using the specialized tools in each domain [1315]. For example, the combat model, which was only able to analyze the combat power, can measure the combat power under the communication environment by combining with a network model, which only can describe the communication environment.

The SoS-based NCW simulation offers the advantage of enabling the conduct of the “what-if” analysis of the combat power against various combat scenarios with related parameters in the combat model, by reflecting detailed communication effects from the network model [16, 17]. However, the high complexity of the network model and the interface connecting the two models paradoxically increase the execution time per simulation trial [1820]. Porche et al. raised the simulation overhead of the highly complex network model and then analyzed the combat system with the metamodel of the network model [21]. Miner et al. also brought up the prolonged execution time due to the network model when developing the SoS analysis toolset, and they constructed its metamodel [19]. Although some studies have conducted the abstraction of the SoS-based NCW simulation model, they have not entirely reflected the SoS property due to using data from the simulation of the standalone network model, not the SoS.

Furthermore, because the NCW simulation model is usually represented as a discrete-event simulation model with a stochastic property, a large number of replicated simulations are required to obtain a steady state of the combat power [22]. As a result, the “what-if” analysis based on the SoS-based NCW simulation becomes a time-consuming problem due to two challenges: (1) enormous total simulation runs due to a large number of experimental points and replicated simulations per point and (2) the long execution time per simulation run. When a decision-maker wants to find the parameters of the combat model satisfying the requirement operation capability (ROC) of the combat power using the SoS-based NCW simulation, a significant computational cost is required.

One way to reduce the enormous simulation runs is to apply the optimization method for the discrete-event stochastic simulation model [17, 23, 24]. However, this process also requires the considerable time because it takes a long time per run of the SoS-based simulation model. On the other hand, another approach to dealing with the long execution time per run is to transform the SoS-based simulation model into an integrated simulation model via the abstraction of the model [2527]. Although this can reduce the time required to conduct the exploratory analysis, for example, a full search on the design space, the “what-if” analysis is also time-consuming because the integrated simulation model requires somewhat execution time [28, 29]. That is, independently using each approach to the SoS-based NCW simulation model has a limitation when it comes to solving the two drawbacks simultaneously.

This paper applies a simulation-based optimization method to the SoS-based NCW simulation model in the form of a hybrid approach to overcome the abovementioned challenges. It consists of two processes: (1) the transformation of the SoS-based NCW simulation model into the integrated simulation model via the model abstraction using the neural network [30, 31] and (2) the simulation-based optimization using the genetic algorithm (GA) with ranking and selection (R&S) [32, 33]. The former plays a role in reducing the execution time for the NCW simulation with an acceptable error; the latter plays a role in reducing the number of simulation runs required for finding the parameters of the combat model satisfying the given combat power in the entire design space. By integrating the merits of the two approaches, this paper finally facilitates simulation-based optimization in the SoS environment.

In our case study, we measured the accuracy and efficiency of the proposed optimization method for the SoS-based NCW simulation, which has already been validated. Consequently, the experimental results show that the first process reduced the execution time 113.31 times within the 5.6248% error range and the second process decreased the total number of simulation runs 19.76 times for obtaining the optimal solution with 95% accuracy. Considering the synergy effect, the proposed method ultimately reduced the execution time 2239 times within acceptable accuracy. Finally, our study provides an alternative method for finding the optimized parameters satisfying the given performance requirements in the enormous design space in the SoS.

This study is organized as follows. Section 2 describes the background and related work. Section 3 explains the proposed method. Section 4 discusses the experimental results from the NCW simulation. Finally, Section 5 concludes this study.

2. Background

2.1. System-of-Systems Stochastic Simulation Model for NCW

The NCW system consists of combat entities that are geographically or hierarchically dispersed and that share information through communication [34]. To describe the NCW system as depicted in Figure 1, modelers have developed a combat model for the military operation and a network model for communication effects separately from the perspective of the SoS, and they have enabled the information between two heterogeneous models to be shared through the interoperation middleware.

In this structure, the network model reflects the communication effects on information delivery among entities of the combat model, which acquires the communication effects, for example, the packet delivery ratio (PDR) or end-to-end delay. The former refers to the ratio of the number of successfully delivered packets from the source to the destination node; the latter refers to the average time the packets take to arrive at the destination from the source node [35]. By reflecting these effects, the combat model simulates the combat power.

2.2. Optimization in the Stochastic Simulation Model

The concept of optimization in the stochastic simulation models can simply be depicted in Figure 2. Since the model cannot be expressed in an analytic closed form, conducting the optimization using the inverse model is impossible. Thereby, conducting repeated simulations for solving the optimization problem is inevitable [36]. To be specific, if we find an optimized parameter setting that maximizes the model’s performance among design alternatives (where design refers to a particular setting of the model parameters), the total simulation runs are required when considering replications per design. To overcome the stochastic noise and to find the optimal design accurately, increasing and obtaining the accurate performance of each design (i.e., ) are necessary. However, increasing causes efficiency problems in the optimization due to the increased cost of repeating the simulation as previously mentioned. The greater the number of design alternatives 𝑘, the worse this problem becomes.

Many methods for solving the efficiency problem have been proposed. These methods can be classified into two categories according to the number of alternatives [37]. If is infinite or very large, classical metaheuristic search methods, such as simulated annealing [38], GA [39], and tabu search [40], can be considered efficient approaches. These methods reduce the required number of simulation runs by performing the simulations only for selected alternatives rather than for all alternatives as depicted in Figure 3(a). To accurately find optimal designs using these methods, selecting alternatives for the simulation, including such optimal designs, is important.

On the other hand, if is finite and relatively small (specifically, all alternatives can be simulated more than five times), the ranking and selection (R&S) methods in statistics, such as OCBA [41], KN [42], and UE [43], can be considered efficient approaches. Unlike classical metaheuristic methods, statistical R&S performs simulations for all alternatives. It reduces the total number of simulation runs by appropriately adjusting in each design as indicated in Figure 3(b). That is, the aim of R&S is to select the optimal designs accurately by allocating the limited number of simulation runs effectively. Because the R&S performs the simulations for all designs, it is less likely to fall into a local optimization compared with metaheuristic methods that perform the simulations only for the selected alternatives, and it ensures that the discovered optimal design is the global optimum. However, it is clear that the R&S cannot be applied to the case of a large number of alternatives because the simulation should be performed for all alternatives at least more than five times.

3. Proposed Method

As illustrated in Figure 4, the objective of this study is to find the optimized input parameters of the combat model, which satisfy the given ROC corresponding to the combat model’s outputs (i.e., the combat power in the SoS-based simulation model). To find the parameters as efficiently as possible, this paper is aimed at minimizing the simulation cost and time due to a large number of simulation runs while retaining the accuracy. Figure 5 reveals the overall procedure of this proposed method for minimizing the simulation cost for the optimization problem, which consists of two processes: (1) transformation and (2) optimization.

The transformation process transforms the stochastic simulation model into the integrated stochastic simulation model (upper part). For this, this paper abstracts the network model to the abstracted model. Owing to the simplified network model and the removal of the interoperation middleware, this process surely shortens the execution time per simulation run.

In the optimization process subsequently, an optimization algorithm specialized in the stochastic simulation model minimizes the number of simulation runs required for finding the optimized input in the entire design space (lower part). As a result of the two processes, the proposed method can reduce the total time for finding the parameters satisfying the required combat power. The following sections explain each process in detail.

3.1. Transformation Process

Figure 6 depicts the transformation process consisting of two phases: (1) data acquisition from the simulation of the SoS-based NCW stochastic model (right upper part) and (2) the abstracted network model construction using the neural network (right lower part). As mentioned in the prior section, the original network model plays a role in calculating the communication effects. Likewise, the abstracted model should be able to calculate the same effects. In addition, because the original network model is the discrete-event model, the abstracted network model should also be a discrete-event model that can participate in the discrete-event simulation.

For the abstraction, data exchanged between the two models in the original SoS simulation should be collected and analyzed. From the C response message, the PDR and end-to-end delay can be approximated. The C request messages are used for calculating the interdeparture time (intDepT) of the messages. This paper uses the interdeparture time for the identification of the original network model [44, 45]. From the raw data, we can construct each data input and output set, {intDepT, PDR} and {intDepT, DELAY}, for training the neural network of two communication effects.

After the data acquisition, the second phase involves constructing the abstracted network model through the model hypothesis in phase 2.1 and the variable estimation in phase 2.2. In the model hypothesis phase, a discrete-event system specification (DEVS) atomic model is constructed and will participate in the discrete-event simulation with the combat model. To estimate the PDR and end-to-end delay in the variable estimation phase, the input and output sets are trained in the nonlinear autoregressive exogenous (NARX) neural network, which is suitable for representing the dynamic and nonlinear properties of the network model [46]. Finally, this paper constructs the integrated stochastic model (left lower part of Figure 6) by substituting the network model with the identified and abstracted network model from the SoS-based NCW stochastic model (left upper part of Figure 6).

Figure 7 represents the abstracted network model (ANM) based on the DEVS formalism. We hypothesize that the abstracted model, which an atomic DEVS model describes, is a probabilistic priority queue, where the DELAY associated with events are considered to be priorities by influencing the PPDR in generating stochastic events in the mixed time [47]. The formal specification of ANM can be found in Specification 1.

     
;
;
   where is message queue;
  
;
  
   where Q is empty;
  
   where Q is not empty;
   where Q is not empty;
   where Q is empty;
;
;
  ;
  ;
is ’s variable;
     is the packet delivery ratio;
     is the end-to-end delay;
= the minimum remaining time related with among all messages in Q.

This model has three states: , , and . The first and second are the states of without and with messages received from the combat model; the third state is the state sending the message to the combat model. When receiving a message for reflecting the communication effects in from , this model calculates and values using and , which are trained via the NARX model and implemented as the functions. Then, the model stores the message with a scheduled time for output () and by adding the current time and in . Then, it updates and transits to . After the time, this model conducts to based on and generates the message to the combat model in . Through such a model structure, this abstracted model can participate in the discrete-event simulation, which is impossible using only the neural network, and generates a different output according to the status of the adjacent model through the neural network.

3.2. Optimization Process

As mentioned previously, the optimization methods for the stochastic simulation model can be classified into the classical metaheuristic and R&S methods depending on the number of design alternatives . To increase the efficiency of the optimization (i.e., to decrease the total number of simulation runs denoted as in Figure 2), the metaheuristic methods reduce the when is large. On the other hand, the R&S method improves the efficiency by decreasing when is relatively small. Although the applicable case of each method is different, the efficiency of the optimization can be further increased by reducing and simultaneously if both methods can be used together. Therefore, in this section, we introduce a GA with R&S to improve the efficiency of the optimization for the SoS-based NCW stochastic simulation model.

The GA is a population-based search algorithm inspired by the process of natural selection [39]. Figure 8(a) represents the procedure of the GA. Each design alternative is encoded as a single chromosome represented as a series of binary bits to apply genetic operations. Since the GA finds the optimal design by repeatedly updating the population through evaluating the population with stochastic simulation and applying the genetic operations, its performance highly depends on the quality of the population. That is, the more the population contains optimal or similar designs, the more the GA can find the solution efficiently with fewer repetitions.

To increase the quality of the population, two parent chromosomes selected stochastically based on the evaluated ranking revealed in Figure 8(a) should be the designs with higher performance than the other designs in the population. Accordingly, the evaluated ranking needs to be more accurate. However, estimating the exact performance of a chromosome via a large number of simulation replications for each chromosome (i.e., increasing ) reduces the GA’s efficiency by increasing . As mentioned previously, the aim of R&S is to find optimal designs accurately by allocating limited simulation replications effectively to design alternatives. Since the size of the population is small enough to apply R&S (i.e., is small), applying R&S to the evaluation stage of the GA can improve the quality of the population via finding the ranking accurately without increasing as demonstrated in Figure 8(b). Consequently, the efficiency of GA can be increased [37, 48, 49].

Among various R&S algorithms, we apply the UEmr algorithm which is the most recently developed based on the uncertainty evaluation (UE) framework [43]. Algorithm 1 represents the UEmr algorithm (see [50] for detail). This algorithm focuses on finding good designs of which the performance is within the top- and identifying their rankings accurately. To maximize the accuracy under the limited number of simulation runs, the algorithm allocates further simulation runs sequentially based on the uncertainty. The uncertainty, the criterion for allocating for each design, is defined with the value of the statistical hypothesis test. It indicates the degree to which the observed simulation results of design, such as the sample mean and standard error, can be significant evidence for the correct selection of the design. A small value of the uncertainty close to zero means that the observed results are significant evidence, so the selection of the design can be statistically considered correct. On the other hand, a relatively larger value means that the results cannot be the evidence, so it is uncertain whether the selection of the design is correct. Depending on the meaning of the uncertainty, it is necessary to allocate more simulation runs to designs with a relatively higher value of the uncertainty, as shown in step 5 of Algorithm 1.

Parameters: , , ,
  INITIALIZATION:
1:   simulate times for each design ,
2:   set
  LOOP:
3:   while do
4:  calculate the uncertainty for each using the simulation results
5:  allocate to all designs according to :
       
    where , , and
6:  simulate times for each additionally
7:  update the simulation results
8:  set
9:   end while
  FINALIZATION:
10:   return the top- designs and their performance ranking based on the simulation results

Compared with the other similar R&S algorithms, such as UEm [23], OCBAm+ [48], OCBAm [51], and EOC-m [49], the UEmr can find the top- designs and their rankings with higher accuracy if the simulation model has a large amount of stochastic noise. In the case of complex models, such as the SoS-based NCW model covered in this paper, stochastic noise tends to be great due to its high complexity; thus, the UEmr property of high robustness to noise allows the GA to perform the optimization of such complex models more efficiently. To verify this, we applied the UEmr and the similar R&S algorithms to the evaluation stage of the GA and compared the improved efficiency for the three kinds of benchmark models of which the optimal performance value is zero. The comparative results revealed in Figure 9 demonstrate the improved efficiency of the GA with the UEmr. In particular, in the case of Schaffer’s model, in which the stochastic noise is relatively greater than that in the other models due to many similar peaks (where the standard GA did not even converge), the GA with UEmr showed the highest efficiency improvement. Algorithm 2 represents the proposed GA with the UEmr.

Parameters:
 GA: , , , ,
 R&S (Algorithm 1): , , ,
  INITIALIZATION:
1:  choose chromosomes randomly as initial population
  LOOP:
2:  for to do
   EVALUATION WITH R&S:
3:   evaluate and find elite chromosomes from the population with Algorithm 1 (, , , )
   ELITISM:
4:   put the best e chromosomes among the elite chromosomes into the emptied new population
   GENETIC OPERATIONS:
5:   do
6:    choose 2 parent chromosomes from the elite chromosomes with the linear ranking selection
7:    generate 2 child chromosomes from the 2 parents with the uniform crossover with rate
8:    mutate the 2 children with the simple bit inversion method with rate
9:    put the 2 children into the new population
10:   while size of the new population
11: end for
  FINALIZATION:
12: return the best chromosome among the population

Algorithm 2 has various parameters, and they can be classified into the two groups of GA and R&S. Among the parameters for the GA, and mean the size of the population and the number of generations, respectively. and refer to the crossover and mutation probabilities, respectively, used in the genetic operations. Parameter indicates the number of chromosomes for the elitism that guarantees that the quality of the population does not degrade as the generation progresses [52]. On the other hand, among the parameters for the R&S, is the total number of simulation runs that can be allocated to the designs in the population via Algorithm 1 from each generation. indicates the initial number of simulation runs for the designs to obtain the minimum simulation results for further allocation (as mentioned previously, due to this , R&S cannot be applied when is large). means the additional number of replications to be distributed to the designs according to the evaluated uncertainties in each iteration of the loop. Finally, is the number of the top- designs selected by Algorithm 1.

In summary, Algorithm 2, which is a combination of the GA and R&S, can further increase the efficiency of the optimization for the stochastic simulation model by reducing and in Figure 2 simultaneously through applying both metaheuristic and R&S methods together. That is, applying R&S to the evaluation stage of the GA can improve the quality of the population by finding the good chromosomes and their rankings accurately under limited simulation runs. The experimental results in Section 4.2 demonstrate the improved efficiency of Algorithm 2 in the optimization of the SoS-based NCW stochastic simulation model.

4. Experimental Results

The objective of this section is to demonstrate how much the proposed method reduces the simulation costs while retaining accuracy when finding the parameters satisfying the required combat power. Here, the given required combat power is to maximize the loss-exchange ratio (LER), which refers to the ratio of the number of red casualties to the number of blue casualties. That is, the optimization problem in this section is finding the optimal parameters of NCW [53, 54] that maximize the LER using the SoS-based NCW simulation.

Figure 10 illustrates the scenario of the NCW simulation model that includes complex and hierarchical information exchange among combat entities [55, 56]. When the red force approaches, a blue force’s soldier detects it and hierarchically sends the detection information to company C2 through intelligence fusion (IF). Then, C2 performs threat evaluation and weapon assignment (TEWA) and transmits the results to indirect weapons for the attack. Afterward, when the red force’s combat power is below a certain level, it instructs the subordinate entities to begin close combat for the direct attack. In this situation, the information exchange (blue arrow) occurs through communication, and thereby, its performance influences the combat power.

According to this scenario, the blue force executes a defense operation against the red force with three times the military strength in a 2 km × 2 km operation area. The combat model represents the army’s military logic at an infantry company level including 131 entities, implemented in the DEVSimHLA [57, 58]. The network model depicts the mobile ad hoc network (MANET) based on the destination sequenced distance vector (DSDV) routing protocol including 131 nodes corresponding to the entities, implemented in the ns-3 discrete-event network simulator [5962]. The two models participate in the SoS-based NCW simulation using HLA-RTI, which manages simulation time and exchanges the data [63]. The environment for this case study is as follows. The combat model uses CPU I5-3550 (3.3 GHz), RAM (4 GB), and DEVSim++ v.3.1; the network model uses NS3 v.3.18. They used RTI 1.3-NG and progressed simulation time over 5000 sec. For the training, this paper uses the MATLAB neural network toolbox v.8.2.1 and MATLAB Coder v.2.7.

4.1. Experimental Design and Results: Transformation

For the first process of the proposed optimization method, we applied the transformation process of Section 3.1 to the SoS-based NCW simulation to reduce the simulation execution time. To acquire the data for the transformation, we conducted the SoS-based NCW simulation. Among the full factorial design spaces, we selected 34 experimental points for training using a Latin hypercube design [60] and conducted 30 replicated simulations against each point. According to the process in Figure 6, we constructed an abstracted network model with the NARX model, which consists of two input delays, two output delays, and 10 neurons in the hidden layer using the Levenberg-Marquardt algorithm. After the transformation, we chose an extra 17 test points at random to compare the experimental results from the SoS-based simulation with the integrated simulation with those from the replicated simulation.

From the perspective of accuracy, the absolute root-mean-square error (RMSE) of the LER indicates 0.0742, which means a relative 5.6248% error when considering the minimum and maximum values (0.8287 and 2.149, respectively). In addition, to analyze the speed, we compared the average simulation execution time and the average number of processed events per trial in the SoS-based and integrated simulation. The SoS-based simulation indicates 67.083 minutes and events, respectively, and the integrated simulation indicates 0.592 minutes and events, respectively. Assuming that the time for training is negligible, we could reduce the simulation execution time about 113.31 times by abstracting the network model with enormous events and removing the interoperation middleware.

4.2. Experimental Design and Results: Optimization

For the second process of the proposed optimization method, we applied the proposed algorithm (Algorithm 2) to the integrated model, which was developed in the previous process, to efficiently find the optimal parameter setting that maximizes the LER by reducing the number of simulation runs. A total of 16,384 design alternatives were generated depending on the combat model parameters in Table 1 (i.e., , and each design was encoded to a chromosome of 14 bits (i.e., two bits per parameter in Table 1). The parameters of GA in Algorithm 2 were set as follows according to the typical Dejong setting [64]: , , , , and . The parameters of R&S were set as follows according to the efficient setting guideline [43]: , , , and . As a result, we could find the optimal design that maximizes the LER, [20, 20, 20, OC4, 20, 20, type 4], among 16,384 alternatives very efficiently via applying Algorithm 2. Table 2 and Figure 11 demonstrate the improved efficiency of Algorithm 2 compared to the standard GA. Here, the accuracy implies the probability of correct selection [37] and was estimated over 1000 independent trials.

Algorithm 2 could greatly reduce the total number of simulation runs required to find the optimal design. As shown in Table 2, to find the optimal design with 95% accuracy, the standard GA required 2,470,000 simulation runs (5000 × 494 generations), whereas Algorithm 2 used only 125,000 (5000 × 25 generations) runs. In the case of applying only R&S instead of GA to find the optimal design, it is inefficient compared with Algorithm 2 because 163,840 simulation runs are required even if just 10 initial replications per design are conducted for 16,384 designs. Namely, Algorithm 2, which decreases both and by combining GA with R&S, can perform the optimization on the integrated model more efficiently than GA and R&S that only reduce or .

As mentioned previously, the improved efficiency of Algorithm 2 is due to the increased quality of the population via applying R&S that finds the good chromosomes and their rankings accurately under limited simulation runs. This effect can be more clearly identified by changing the parameter settings of the algorithm, as shown in Figure 11. In Figure 11, the setting P1 means the previously mentioned setting, whereas P2 and P3 are the settings in which and were changed from P1 (i.e., , , and ). Here, and are the parameters that have the greatest effect on the quality of the population. In the case of the standard GA, as and decrease, the quality of the population becomes poor due to the inaccurately evaluated rankings of chromosomes and the reduced effects of the elitism; thus, the efficiency is reduced greatly, as shown in Figure 11. On the other hand, the efficiency of Algorithm 2 does not decrease significantly because the algorithm finds relatively accurate ranking and good chromosomes via R&S. In addition, in the case where the stochastic noise is large due to many similar peaks as shown in Figure 12, the high robustness to noise of the applied UEmr further increases the efficiency of Algorithm 2.

5. Conclusion

To solve the time-consuming problem occurring when trying to find the combat model parameters satisfying the ROC, for example, combat power, this paper has proposed a simulation-based optimization method for the SoS-based NCW stochastic simulation model in the form of a hybrid approach with two processes.

In the first process, to shorten the prolonged execution time per simulation run, the SoS-based model was transformed into an integrated model by abstracting the highly complex network model and removing the interoperation middleware. The transformation based on the neural network achieved a small level of error by maintaining the network model’s characteristics. In the second process, to decrease the number of simulation runs, the simulation-based optimization for the integrated model was conducted using the GA with R&S. The simulation-based optimization significantly reduced the number of simulation runs for finding the optimized parameters compared with the optimization using the GA or R&S alone.

The empirical analysis revealed that the first process reduced the simulation execution time by 113.31 times within a 5.6248% error range; the second process decreased the number of simulation runs by 19.76 times to find the optimal parameters with 95% accuracy. Taken together, the proposed method ultimately reduced the total time by 2239 times with acceptable accuracy. We expect that the proposed method will help to conduct the simulation-based optimization on the SoS-based model in various domains, such as the military domain.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by the Brain Korea 21 Plus program through the National Research Foundation (NRF) of Korea funded by the Ministry of Education. The authors would like to thank the Editor, Prof. László T. Kóczy, and anonymous reviewers for their valuable comments and constructive suggestions.