Next Article in Journal
Design and Synchronization Procedures of a D&F Co-Operative 5G Network Based on SDR Hardware Interface: Performance Analysis
Next Article in Special Issue
Problem Characteristics and Dynamic Search Balance-Based Artificial Bee Colony for the Optimization of Two-Tiered WSN Lifetime with Relay Nodes Deployment
Previous Article in Journal
Barrier Function Adaptive Nonsingular Terminal Sliding Mode Control Approach for Quad-Rotor Unmanned Aerial Vehicles
Previous Article in Special Issue
An Efficient Turbo Decoding and Frequency Domain Turbo Equalization for LTE Based Narrowband Internet of Things (NB-IoT) Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The RapidIO Routing Strategy Based on the Double-Antibody Group Multi-Objective Artificial Immunity Algorithm

School of Computer, Electronics and Information, Guangxi University, No. 100 University East Road, Nanning 530004, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2022, 22(3), 914; https://doi.org/10.3390/s22030914
Submission received: 23 November 2021 / Revised: 14 January 2022 / Accepted: 21 January 2022 / Published: 25 January 2022
(This article belongs to the Special Issue Wireless Sensor Networks and Communications)

Abstract

:
The RapidIO standard is a packet-switching interconnection technology similar to the Internet Protocol (IP) conceptually. It realizes the high-speed transmission of RapidIO packets at the transport layer, but this greatly increases the probability of network blocking. Therefore, it is of great significance to optimize the RapidIO routing strategy. For this problem, this paper proposes a Double-Antibody Group Multi-Objective Artificial Immune Algorithm (DAG-MOAIA), which improves the local search and global search ability of the population by adaptive crossover and adaptive mutation of the double-antibody groups, and uses co-competition of multi-antibody groups to increase the diversity of population. Through DAG-MOAIA, an optimal transmission path from the source node to multiple destination nodes can be selected to solve the Quality Of Service (QoS) problem during data transmission and ensure the QoS of the RapidIO network. Simulation results show that DAG-MOAIA could obtain high-quality solutions to select better routing transmission paths, and exhibit better comprehensive performance in all simulated test networks, which plays a certain role in solving the problem of the RapidIO routing strategy.

1. Introduction

The advent of the 5G era and the concept of the ’Internet of Everything’ have profoundly accelerated the layout of the Internet of Things (IoT) [1]. Both wireless sensor-based intelligent interconnection technology and the embedded systems-based interconnection technology have been developed rapidly [2,3]. RapidIO, as a kind of embedded high-performance I/O interconnection technology, can be used for signal processing and data transmission, in which data transmission is mainly implemented at the transport layer [4,5]. The underlying structure of RapidIO is similar to the TCP/IP four-layer model [6], including: logical layer, transport layer, and physical layer. Similarly, high-speed transmission of data packets is realized at the transport layer similar to the TCP/IP four-layer model. Moreover, while high-speed data transmission is carried out at the transport layer, the RapidIO network will also meet the problem of packet loss caused by excessive traffic and network congestion [7]. Therefore, it is especially necessary to choose the appropriate RapidIO routing strategy to guarantee the network to transport data quickly and safely.
In traditional networks, only the best-effort service is provided for data transmission without considering the comprehensive performance of transmission cost, packet loss, delay, etc., which will increase the chances of network congestion to a certain extent, and even lead to the problem of network collapse [8]. To avoid or alleviate congestion problems when transferring large amounts of data at high speeds over RapidIO networks, the RapidIO network has higher requirements on QoS such as transmission cost, packet loss, delay etc. [9]. QoS is a technology used to meet network requirements such as transmission cost, packet loss, and delay during packet transmission. The QoS mechanism can ensure the selection of better paths for packets during transmission, allowing the network to operate efficiently [10,11]. Therefore, the problem of the RapidIO routing strategy is actually a QoS multi-constraint routing problem (QoS-MCRP), whose main objective is to find a multicast tree satisfying the QoS constraints [12], where the multicast tree covers the source node and all the destination nodes, so that the packets spend the least cost during the network transmission. This is also equivalent to finding a minimal Steiner Tree with QoS constraints [13]. It has been proved that solving the problem of minimal Steiner tree is actually a Non-deterministic Polynomial Complete (NPC) problem [14], and the most commonly used algorithm for solving it is the meta-heuristic intelligent algorithm.
In recent years, a series of meta-heuristic intelligent algorithms have been used to solve QoS-MCRP. Ying Xu et al. [15] proposed the multi-objective jumping particle swarm algorithm (MOJPSO) for QoS-MCRP. The MOJPSO performs four jumps, i.e., the inertial, cognitive, social and global jumps, to guide particles to move to a better position to create a better search space, solving the problems of randomness and the occurrence of stagnation in the traditional PSO algorithm, enabling the algorithm to jump out of the limits of local optimal. Fei Li et al. [16] proposed the Quantum Ant Colony Multi-Objective Routing Algorithm (QAC-MORA) for QoS-MCRP. In the QAC-MORA, to increase the solution space of the algorithm, the quantum bits are introduced to represent node pheromones, and quantum gates are rotated to update the pheromone. In such a way, the QAC-MORA overcomes the disadvantage of traditional Ant Colony Algorithm falling local optimum and can find a better routing path for the QoS-MCRP. Mohammed Mahseur et al. [17] proposed an Improved Quantum Chaotic Animal Migration Optimization Algorithm (IQCAMOA) to solve the QoS-MCRP. The IQCAMOA improves the Animal Migration Optimization Algorithm (AMOA) using quantum representation to the solutions and introducing chaotic map to determine the random numbers, increasing the diversification and intensification of the algorithm and avoiding the problems of AMOA that easily fall into the local optimum. Yassine Meraihi et al. [18] proposed an Improved Chaotic Binary Bat Algorithm (ICBBA) for the QoS-MCRP. The ICBBA enhances the performance and the robustness of the Binary Bat Algorithm (BBA) and ensures the diversity of the solutions by introducing the logistic map and the trend map to determine the parameter of the pulse frequency, and using a dynamic formulation to update the parameter of the loudness. Qing Liu et al. [19] proposed an Encoding-Free Non-Denoted Sorting Genetic Algorithm (EF-NSGA) for QoS-MCRP. The EF-NSGA realizes a coding-free scheme by designing a new gene structure, and putting forward new crossover and mutation operators to increase the performance of the algorithm. The EF-NSGA can quickly obtain a high-quality Pareto front and overcome the slow convergence speed of the traditional Genetic Algorithms. Huanlai Xing et al. [20] proposed a Multi-Objective Artificial Bee Colony Algorithm (MOABCA). The MOABCA integrates two schemes: the elitism-based bee food source generation scheme for scout bees and the Pareto local search operator scheme. Through these two schemes, the local search ability and global search ability of the algorithm is improved, and the diversity of the population is increased at the same time, solving the problem of falling into the local optimum of traditional Bee Colony Algorithm (BCA).
The above research shows that the QoS-MCRP is a discrete problem and relatively complex. In the process of solving QoS-MCRP, the traditional meta-heuristic algorithm cannot be used directly; the encoding method needs to be modified. In addition, the traditional meta-heuristic algorithm easily falls into the local optimum and difficult to obtain a better solution. In response to this issue, this paper makes the following contributions. This paper proposes DAG-MOAIA, which adopts a new encoding method, two-cell coding [21], and designs adaptive crossover operators and adaptive mutation operators in the multi-objective problem for the first time. Then, for the RapidIO routing strategy problem existing in the RapidIO network, a QoS-MCRP model is established, and the proposed DAG-MOAIA is adopted to deal with the problem model. The main idea of DAG-MOAIA is that during the immunization of antibody population, the probability of crossover between antibodies and the probability of mutation of antibodies are determined by a variety of factors, which enable the probability of crossover and mutation to adaptively change under different conditions. Where antibody Group 1 focuses on local search, it needs to increase the crossover probability between similar antibodies to jump out of the local optimum by adaptive crossover operator; antibody Group 2 needs to increase the solution space to focus on a global search by means of an adaptive mutation operator. Finally, a new generated antibody group is introduced to achieve the co-competition of multiple groups. By the concept of survival of the fittest, the outstanding antibodies will be passed to the next generation, which increases the superiority of the population based on ensuring the diversity of the population. The experimental results show that the DAG-MOAIA can find the optimal solution and guarantee the high quality of the solution. Therefore, the DAG-MOAIA can well solve the QoS multi-constraint routing problem and be applied to the RapidIO routing strategy.
The remainder of this article is organized as follows. Section 2 introduces the problem background of the RapidIO network, and builds related problem models. Section 3 demonstrates the DAG-MOAIA proposed in this paper. Section 4 exhibits a tree-shaped antibody and applies the operations of DAG-MOAIA to the proposed problem model. Section 5 analyzes the data results of the simulation experiment. Section 6 has a discussion about the work.

2. Problem Formulated

2.1. Problem Description

As is shown in Figure 1, the RapidIO network is mainly composed of switches and terminal devices [22]. Its topology is very flexible. In addition to connecting with switches, the terminals can also be connected to each other. Throughout the RapidIO network, the RapidIO network is used to control and implement the end-to-end transmission of data packets, where the packets mainly contain the information of source ID and destination ID. The switches play the role of forwarding. Each port of the switch has a built-in routing table. According to the destination ID provided, packets are routed from the input port to different output ports by means of routing table mapping. The terminals are matched with the unique device identifier ID as the source or destination of the packet. Apart from that, the terminals play the role of encapsulating and parsing the packet. The workflow of the entire RapidIO network is that the terminal initiates a transmission request, and the switch realizes forwarding to realize data transmission between the terminals.
In the RapidIO network, delay, packet loss, and transmission cost are the most common QoS problems [23]. The aim of QoS-MCRP is to find a multicast tree that satisfies all these constraints, so that data packets can be transmitted end to end on the multicast tree with the least cost.

2.2. Problem Modeling

The communication between the terminals in RapidIO is full duplex communication [24]. In the topology of RapidIO network, the structure in the network can be represented by an undirected assignment graph G = < V , E > , where V = v i i = 1 , 2 , 3 , , n , representing the set of nodes in the network, n denotes the number of nodes in the network. E = e i j e i j = v i , v j ; v i , v j V , which represents all communication links in the network. Each link e i j has three properties: P a c k _ l o s s , D e l a y , C o s t . For a given source node s V , destination node t T , where T V s , find an optimal multicast tree T s , T from source node s to destination nodes T.
When DAG-MOAIA is applied to the RapidIO routing strategy problem, the antibody itself represents a multicast tree T s , T . On the multicast tree, the measurement of the transmission consumption of each multicast tree is related to all the nodes and links of the multicast tree, and the calculation method is mainly to add the cost of the node and the cost of the link. The same is true for the delay in computing the multicast tree. When measuring the packet loss rate on the multicast tree, it is calculated by subtracting the product of the packet loss rate of all nodes on the multicast tree from 1. Therefore, the following relevant functions are defined: Packet loss rate function: P a c k _ l o s s T s , T , delay function: D e l a y T s , T , transmission cost function: C o s t T s , T . The functional relationship is shown in Equation (1).
f c = C o s t T s , T = e T ( s , T ) C o s t e + v T ( s , T ) C o s t v f d = D e l a y T s , T = e T ( s , T ) D e l a y e + v T ( s , T ) D e l a y v f p = P a c k _ l o s s T s , T = 1 e T ( s , T ) P a c k _ l o s s e
In the DAG-MOAOA, the antibody is a multicast tree covering the source node and all destination nodes. The fitness function is defined in Equation (2)
f T s , T = f c , f d , f p
The QoS-MCRP model of the RapidIO routing strategy problem can be described as a multi-objective optimization problem shown in Equation (3).
m i n i m i z e y = f T s , T = f c , f d , f p

2.3. Problem-Model Analysis

When optimizing a multi-objective problem, the sub-objectives conflict with each other. The optimization of one objective will cause the performance degradation of other objectives [25]. Therefore, while dealing with multi-objective problems, it is necessary to take into account the changes of each objective at the same time. The concept of non-dominated solutions is introduced [26] in the QoS-MCRP model of the RapidIO routing strategy problem mentioned in Equation (3), for the given antibody u, v, when f u c < f v c , f u d < f v d , f u p < f v p , denoted f u < f v . In addition, when and only when f u < f v , we call u dominates v, denoted u v , indicating that there is at least one objective component of u in the minimum optimization problem that is smaller than v, and no other objective component is larger than v. If and only if u does not exist to be dominated by other solutions, then u is called the non-dominated solution or Pareto optimal solution. For the given subset Q = u 1 , u 2 , u 3 , , u m , where u m is the Pareto optimal solution, and u 1 , u 2 , u 3 , , u m are non-dominated each other, then such a subset is called the Pareto sets. The set of objective value vectors corresponding to each solution in Pareto sets is called the Pareto front, abbreviated as PF. The process of solving a multi-objective optimization problem is the process of finding Pareto sets.
The QoS-MCRP model of the RapidIO routing strategy problem does not take constraint parameters as limiting conditions of a certain range or take multiple optimization objectives as penalty function to form a single objective through weighting [27,28]. This paper optimizes several constraint parameters at the same time, and finally produces a set of non-dominated solutions, i.e., Pareto sets, from which the satisfactory solutions can be selected. Compared with the single objective, which only finds its own optimal solution under certain constraints, the general solution is not the optimal solution for the multiple objectives, and the meaning of optimization is not reflected. In contrast, this paper has the flexibility to optimize all the objectives.

3. DAG-MOAIA

The immune system is the defense system of mammals against foreign viruses. Animals may suffer various injuries during their lives, and the immune system will take effect at this time. The artificial immune algorithm (AIA) is inspired by the natural immune system [29]. It uses some characteristics of the biological immune system to solve some combinatorial optimization problems and has strong information-processing capabilities [30].
The diversity of antibody population will be weakened while the AIA evolves to a late stage, which will lead to premature convergence and stagnant search. To address this problem, this paper proposes a DAG-MOAIA. The main idea of DAG-MOAIA is shown as follows. The two antibody groups focus on different directions, where antibody Group 1 focuses on local search, and antibody Group 2 focuses on global search. In addition, then, the co-competition among multi-antibody groups is implemented by introducing the new generated antibody group, thus further increasing the diversity of antibody population. The main operations of DAG-MOAIA include clone selection, adaptive crossover, adaptive mutation, and clone inhibition.

3.1. The Operations of DAG-MOAIA

This section describes the idea of implementing clone selection, adaptive crossover, adaptive mutation, clone inhibition of DAG-MOAIA.

3.1.1. Clone Selection

Clone selection is an important operation for the generation of antibody Group 1 and antibody Group 2, the main purpose of which is to find better antibodies from the initial antibody population and put them into the next-generation population. This paper simulates the realization idea of the binary tournament selection [31]. Two antibodies are selected from the initial antibody population and compared. The relatively optimal individual is selected to be added to antibody Group 1 or antibody Group 2. Generally, the size of antibody Group 1 and antibody Group 2 is 1/2 of the initial antibody population.

3.1.2. Adaptive Crossover

Crossover operation is an important operation to obtain new antibodies and avoid falling into the local optimum. This paper designs an adaptive crossover operator. When two antibodies are similar, the crossover probability will be increased. When the difference between two antibodies is great, their crossover probability will be reduced. All individuals of the antibody group are performed by non-dominated sorting [32], and each antibody has the attribute of Pareto rank. The crossover probability of an antibody is determined by the average Pareto rank of the current antibody group and antibody itself. When the Pareto rank of two antibodies is low and there is not much difference, the crossover probability of the two antibodies will be enhanced, which helps to avoid falling into local optimum on the one hand, and ensures that the excellent characteristics of the antibody can be passed on to the next generation on the other hand. When the Pareto rank between antibodies is quite different, and both greater than the average of the current Pareto rank, their crossover probability should be decreased. The crossover method used in this article is the double-body crossover method. We randomly select antibody a and b from the antibody population. According to their Pareto rank, the crossover probabilities of antibody Group 1 and antibody Group 2 are calculated as shown in (4) and (5).
P c 1 = P c m a x 1 P a P b i f P a + P b 2 P a v g , P a P b P c m a x 1 i f P a + P b 2 P a v g , P a = P b P c m i n 1 i f P a + P b 2 > P a v g
P c 2 = P c m a x 2 P a P b i f P a P b P c m i n 2 i f P a = P b
where P c 1 denotes the crossover probability of antibody Group 1, P c 2 denotes the crossover probability of antibody Group 2, P a denotes the Pareto rank of antibody a, P b denotes the Pareto rank of antibody b, and P a v g denotes the average Pareto rank in the current antibody group, P m a x 1 denotes the maximum crossover probability of antibody Group 1 and P m i n 1 denotes the minimum crossover probability of antibody Group 1, P m a x 2 denotes the maximum crossover probability of antibody Group 2 and P m i n 2 denotes the minimum crossover probability of antibody Group 2.

3.1.3. Adaptive Mutation

The mutation operation can assist in crossover operation to generate new antibodies and is associated with global search capability. In this paper, adaptive mutation is used in combination with adaptive crossover to enable the algorithm to have both local search capability and global search capability. Antibody Group 1 focuses on local search and the mutation operation uses the ordinary mutation, i.e., the probability of mutation is a fixed value; Antibody Group 2 focuses on global search, then the algorithm needs to create new search hyperplanes that go beyond the local scope, which means that a new mutation method needs to be adopted to increase the mutation probability of antibody population. This paper puts forward an adaptive mutation operator in which the mutation probability of antibody Group 2 is determined by its own dispersion and the dispersion of antibody Group 1, where the dispersion represents the difference between the largest Pareto rank and the smallest Pareto rank in the antibody Group. When the dispersion of antibody Group 2 is greater than the dispersion of antibody Group 1, it indicates that the globality of antibody Group 2 is better than the globality of antibody Group 1. In this case, it is only necessary to ensure that the probability of mutation of antibody Group 2 is greater than or equal to antibody Group 1. When the dispersion of antibody Group 2 is less than the dispersion of antibody Group 1, it is necessary to increase the mutation probability of antibody Group 2 to ensure that the globality of antibody Group 2 is greater than that of antibody Group 1. The mutation probability of antibody Group 2 is calculated by Equation (6).
P m 2 = a P m 1 i f P m a x 2 P m i n 2 P m a x 1 P m i n 1 b P m 1 i f P m a x 2 P m i n 2 < P m a x 1 P m i n 1
where P m 1 denotes the mutation probability of antibody Group 1, P m 2 denotes the mutation probability of antibody Group 2, a, b denote the multiplicity of P m 2 to P m 1 , where a > 1 , b > a ; P m a x 1 denotes the maximum Pareto rank of antibody Group 1, P m i n 1 denotes the minimum Pareto rank of antibody Group 1. P m a x 2 denotes the maximum Pareto rank of antibody Group 2, P m i n 2 denotes the minimum Pareto rank of antibody Group 2.

3.1.4. Clone Inhibition

Clonal inhibition is an operation to increase the overall diversity of the population and eliminate inferior antibodies. After antibody Group 1 and antibody Group 2 undergo adaptive crossover and adaptive mutation, a new generated antibody group is introduced to further increase the diversity of the population and achieve the co-competition of the multi-antibody groups. This paper simulates the realization idea of the elite strategy [33]. Through performing non-dominated sorting and crowded-comparison operators to the multi-antibody groups, multiple outstanding individuals are selected at one time and added to the next-generation population. The remaining disadvantaged individuals are inhibited, so that the superiority of the next-generation population is ensured.

3.2. The Process of DAG-MOAIA

Figure 2 shows the iterative process from the t-generation antibody population to the t + 1-generation. First, the antibody population is initialized. Then the antibody Group 1 and antibody Group 2 are generated by clone selection to initial antibody population. The next step is to realize independent adaptive crossover and adaptive mutation operations between different antibody groups, and obtain the offspring of antibody Group 1 and antibody Group 2 after cross-mutation. Finally, the new generated antibody group is introduced to achieve co-competition of multi-antibody groups, and through clonal inhibition, the superior antibodies are selected, and the insufficiently excellent antibodies are inhibited to form the next-generation antibody population. Algorithm 1 shows the implementation process of DAG-MOAIA.
Algorithm 1: DAG-MOAIA
1Population ← Initialize the antibody population.
2while t < maximum number of iterations  do
3   Anti_group1, Anti_group2 ← Perform Clone selection to Population
4   Anti_group1, Anti_group2 ← Perform Adaptive crossover to Anti_group1, Anti_group2
5   Anti_group1, Anti_group2 ← Perform Adaptive mutation to Anti_group1, Anti_group2
6   New_generated_group ← Initialize the antibody population
7   Population ← Perform Clone inhibition to Anti_group1, Anti_group2,
New_generated_group
8   t = t + 1
9end while
10Return Population

4. The DAG-MOAIA for RapidIO Routing Strategy

For the specific topological structure of the RapidIO network, this section proposes a new antibody structure, tree-shaped antibody, and describes the encoding method as well as generation process of the antibody. In addition, then it describes how the operations of DAG-MOAIA are applied to the process of solving the problem of RapidIO routing strategy. The process mainly includes the generation of antibody Group 1 and antibody Group 2, the immunization of double groups, and the co-competition of multi-antibody groups.

4.1. Tree-Shaped Antibody

Most meta-heuristic intelligent algorithms are mainly used to optimize the continuous problem [34], while the problem of RapidIO routing strategy is to find an optimal multicast tree under multiple constraints, to minimize the cost of RapidIO packet transmission in the multicast tree. This problem belongs to the discrete problem. For the discrete problems, traditional binary coding is not able to express the antibody. This paper cites a new encoding method: two-cell coding.
The expression of the antibody is shown in Equation (7).
A n t i = c e l l 1 , c e l l 2
where c e l l 1 = x 1 , x 2 , x 3 , , x n , c e l l 2 = y 1 , y 2 , y 3 , , y n , generally, y n is the predecessor node of x n , when n = 1, x 1 defaults to the source node and y 1 defaults to 0.
Figure 3 shows a multicast tree with source node s = 1 and destination nodes set T = 2 , 11 , 15 , 18 , 25 .
According to the definition of two-cell coding, the coding of antibody is shown as below.
A n t i = 1 , 2 , 13 , 12 , 18 , 8 , 11 , 15 , 23 , 25 , 0 , 1 , 2 , 13 , 13 , 13 , 8 , 8 , 15 , 23 }
The antibody is a multicast tree generated according to a given RapidIO network G, source node S, and destination nodes set E. Algorithm 2 describes the process of generating a tree-shaped antibody.
Algorithm 2: init_antibody(G,S,E)
Input: network: G; source node: S; destination nodes set: E
Output: A n t i B o d y .
1For i = 1 : length(E)
2   If i = 1
3      randomly select a destination node T in E
4      Cur ← S
5      While  C u r T  do
6         select adjacent node N to Cur, adjacent link e according to G
7          p a t h = p a t h e ; n o d e = n o d e N
8      End While
9   Else
10     select a destination node T that has not been selected according to E
11     Cur ← T
12     While  C u r ! exsit in n o d e  do
13        select adjacent node N to Cur, adjacent link e according to G
14         p a t h = p a t h e ; n o d e = n o d e N
15     End While
16  End If
17End For
18AntiBody ← {path,node}
19Return Antibody

4.2. Generation of Antibody Group 1 and Antibody Group 2

After the antibody population initialization, antibody Group 1 and antibody Group 2 are generated by applying the clone selection of DAG-MOAIA to the initial antibody population. For the multi-objective optimization problem, non-dominated sorting and crowded-comparison operators are introduced. The antibodies are ranked according to their non-dominance among each other through non-dominance sorting, and crowding distance of each antibody is obtained through crowded-comparison operators. In such a way, each antibody has two attributes: Pareto rank, and crowding distance.
Figure 4 shows the generation process of antibody Group 1 and antibody Group 2 by the clone selection. First, randomly select two antibodies at a time from the antibody population in the objective space and compare them. Since the RapidIO routing strategy problem is a minimum optimization problem, the one with the lower Pareto rank and crowding distance will be the winner and added to the next-generation population. This selection process is executed N times in total. Put the antibodies selected by first 1/2 N times into antibody Group 1, and put the antibodies selected by last 1/2 N times into antibody Group 2, ensuring the number of antibody Group 1 and antibody Group 1 are the 1/2 of initial antibody population, where N is the size of the initial antibody population. Algorithm 3 shows the process of clone selection.

4.3. The Immunization of Double-Antibody Groups

The immunization of double groups is mainly archived by the adaptive crossover and adaptive mutation of DAG-MOAIA, the main purpose of which is to increase the local search ability and global search ability of the antibody population. The following describes the process of implementing adaptive crossover and adaptive mutation for the RapidIO routing strategy.
Algorithm 3: clone_selection(Population)
Input: P o p u l a t i o n
Output: A n t i _ g r o u p 1 , A n t i _ g r o u p 2
1pop_rank ← Perform non-dominant sorting to population
2pop_cdis ← Calculate the crowding distance of individuals in population.
3For i = 1 : 2
4   For j = 1 : size(Population)/2
5         antibody1, antibody2 ← Randomly select two antibodies from the population
6         If pop_rank(antibody1) < pop_rank(antibody2)
7            Anti_group(j) = Population(antibody1)
8        Else If pop_rank(antibody1) > pop_rank(antibody2)
9           Anti_group(j) = Population(antibody2)
10       Eles If pop_ndis(antibody1) < pop_ndis(antibody2)
11           Anti_group(j) = Population(antibody1)
12       Else
13           Anti_group(j) = Population(antibody2)
14       End If
15  End for
16  If i == 1
17     Anti_group1 ← Anti_group
18  Else if i == 2
19     Anti_group2 ← Anti_group
20  End if
21End for
22Return Anti_group1, Anti_group2

4.3.1. Adaptive Crossover for the RapidIO Routing Strategy

Crossover is a process in which two parental antibodies interact with information to produce offspring. In the problem of RapidIO routing strategy, for the proposed tree-shaped antibody, the crossover operation can only be achieved by the exchange of topological structures, and then the exchange of information can be realized. However, after the partial topological structure of the two antibodies is exchanged, the connectivity of the tree-shaped antibody cannot be guaranteed. In this paper, we merge the topological structures of parental antibody 1 and parental antibody 2 to obtain the merged structure and name it ’antibody information pool’. Then the ’antibody information pool’ is regarded as a new network. A new antibody could be generated from the new network and viewed as the offspring of parental antibody 1 and parental antibody 2 after crossover.
In Figure 5a,b, the tree structure of parental antibody 1 and parental antibody 2 with source node s = 1 , destination nodes T = 2 , 11 , 15 , 18 , 25 is displayed, respectively. Figure 5c represents the ’antibody information pool’ obtained by merging parental antibody 1 and parental antibody 2. Take the ’antibody information pool’ as a new network, and the offspring antibodies, offspring 1 and offspring 2, are derived from the new network as shown in Figure 5d,e. It can be found that the offspring antibodies inherit parental antibody information from different degrees, where the topology of offspring antibody 2 is inherited from parental antibody 1 and the topology of offspring antibody 1 is inherited from parental antibody 2. In such a way, this crossover operation perfectly realizes the information exchange and ensures the connectivity of the tree-shaped antibody structure. Algorithm 4 presents the process of crossover by two antibodies.
Algorithm 4: crossover(Antibody1, Antibody2, S, E)
Input: A n t i b o d y 1 . A n t i b o d y 2 , source node: S, destination node set: E
Output: N e w _ a n t i b o d y 1 , N e w _ a n t i b o d y 2
1Information_pool ← Combine Antibody1 and Antibody2
2New_antibody1 ← inti_antibody(Information_pool, S, E)
3New_antibody2 ← inti_antibody(Information_pool, S, E)
4Return New_antibody1, New_antibody2
To increase the local search capability to find better solutions, after realizing the crossover operation between each antibody, the crossover probability will be dynamically adjusted to realize the adaptive crossover operation according to the Pareto rank of the antibody. Algorithm 5 shows the adaptive crossover process.
Algorithm 5: adaptive_crossover(n, Anti_group, P c m a x , P c m i n )
Input: group type: n, Anti_group, source node: S, destination node set: E
            max probability of crossover: P c m a x , min probability of crossover: P c m a x ,
Output: Off_group
1pop_rank ← Perform non-dominant sorting to Anti_group
2times = size(Anti_group)/2
3While i < times  do
4   antibody a, antibody b ← Randomly select two different antibodies from Anti_group
5   //ensure that each antibody is selected only once
6   remove antibody a and antibody b from Anti_group
7   If n==1    //n==1 represents antibody group 1
8        P c ← Calculate the crossover probability according to Equation (4) and pop_rank
9   Else if n==2    //n==2 represents antibody Group 2
10       P c ← Calculate the crossover probability according to Equation (5) and pop_rank
11  End if
12  r← Randomly generated probability
13  If r < = P c
14     antibody_a,antibody_b=crossover(antibody_a, antibody_b, S, E)
15  End if
16  Off_group(2*i-1)=antibody_a
17  Off_group(2*i)=antibody_b
18   i = i + 1
19End while
20Return Off_group

4.3.2. Adaptive Mutation for the RapidIO Routing Strategy

Mutation is an operation by which an individual changes its initial structural state. Additionally, in the RapidIO routing strategy problem for the tree-shaped antibody, changing the structure may result in the topology being unconnected or even invalid. To avoid this, the mutation process mimics the crossover process of antibodies. First, a new antibody is initialized, whose aim is to form an ’antibody information pool’ with the antibody to be mutated. Then, a new antibody is derived based on the ’antibody information pool’ and viewed as the mutated antibody. In such a way, the mutation operation based on tree-shaped antibodies is archived. Algorithm 6 is the pseudo-code of the mutation operation.
Algorithm 6: mutation(Antibody, G, S, E)
Input: A n t i b o d y , network: G, source node: S, destination nodes set: E
Output: N e w _ a n t i b o d y
1Temp_antibody ← init_antibody(G, S, E)
2Information_pool ← Combine New_antibody and Antibody
3New_antibody ← inti_antibody(Information_pool, S, E)
4Return New_antibody
For improving the global search capability to increase the solution space, after realizing the mutation operation of each antibody, the mutation probability will be dynamically adjusted to realize the adaptive mutation operation according to the relative diversity between the antibody Group 1 and antibody Group 2. Algorithm 7 shows the adaptive mutation process.
Algorithm 7: adaptive_mutation(n, Anti_group, P m a x , P m i n , P m 1 , G, S, E)
Input: group type: n, Anti_group, network: G, source node: S, destination nodes set: E
           max probability of mutation: P c m a x , min probability of mutation: P c m a x
           mutation of Antigroup1: P m 1
Output: Off_group
1times = size(Anti_group)
2While i < times
3   antibody a ← Randomly select an antibody from Anti_group
4   //ensure that each antibody is selected only once
5   remove antibody a from Anti_group
6   If n==1    //n==1 represents antibody group 1
7       P m P m 1
8   Else if n==2    //n==2 represents antibody group 1
9       P m ← Calculate the crossover probability according to Equation (6)
10  End if
11  r← Randomly generated probability
12  If r < = P m
13     antibody_a = mutation(antibody_a, G, S, E)
14  End if
15  Off_group(i)=antibody_a
16   i = i + 1
17End While
18Return Off_group

4.4. The Co-Competition of Multi-Antibody Groups

The co-competition of multi-antibody groups is achieved by clonal inhibition of DAG-MOAIA, the purpose of which is to further maintain the diversity of the population. A new generated antibody group is introduced to form the merged antibody groups with antibody Group 1 and antibody Group 2. Then the merged antibody groups will be sorted from small to large according to the Pareto rank of each antibody. For the antibodies with equal Pareto rank, they will be sorted again according to the crowding distance. Finally, the top N excellent antibodies will be selected to join the next population, and the rest will be inhibited.
Figure 6 shows the specific implementation process of generating the next antibody population through clonal inhibition. Among the antibody Group 1, antibody Group 2 and new generated antibody group, the front F1, F2, and F3 of Pareto optimal solutions are selected to the next population through non-dominated sorting. For F4, if it is added, then the overall number will exceed the size of the initial antibody population. Therefore, the crowded-comparison operator is used to select the more superior individuals and inhibit the inferior ones, so that the number of the next population is finally maintained to be equal to the initial antibody population size. Algorithm 8 presents the pseudo code of clone inhibition process.
Algorithm 8: clone_inhibition(Anti_group1,Anti_group2,New_generated_group, N)
Input: A n t i _ g r o u p 1 , A n t i _ g r o u p 2 , N e w _ g e n e r a t e d _ g r o u p , population size: N
Output: P o p u l a t i o n
1pop_rank ← Perform non-dominant sorting to population
2pop_cdis ← Calculate the crowding distance of individuals in population.
3New_population ← Combine A n t i _ g r o u p 1 , A n t i _ g r o u p 2 , N e w _ g e n e r a t e d g r o u p
4Update N e w _ p o p u l a t i o n by sorting N e w _ p o p u l a t i o n in ascending order according to pop_rank
5Update N e w _ p o p u l a t i o n by sorting N e w _ p o p u l a t i o n in ascending order according to pop_cids
6 P o p u l a t i o n N e w _ p o p u l a t i o n ( 1 : N )
7Return Population

5. Simulation Experiment

This experiment uses Matlab programming to implement the DAG-MOAIA proposed in this paper. The hardware environment is Intel(R) Core(TM) i5-7200U CPU @ 2.50 GHz, 2.70 GHz.8.9 GBRAM, 512 G hard disk, and the development tool used is MATLAB R2019b.
Meanwhile, to examine the performance of DAG-MOAIA, this experiment randomly generates 10 network topologies: RDNet-1 RDNet10. Each network topology contains nodes between 20 and 60. The specifications of the random network topology are shown in Table 1.
To further evaluate the performance of DAG-MOAIA, the currently popular multi-objective optimization algorithms including NSGA-II [35], MOPSO [36], MOMRDE [37] are compared with DAG-MOAIA. Then, to better reflect the improvement of DAG-MOAIA, this paper compares MOAIA with DAG-MOAIA in the experiment. In contrast to DAG-MOAIA, MOAIA adopts the strategy of single antibody group immunization. During the immunization process, the crossover and mutation of probability are all fixed values, rather than adaptively adjusting during the immunization process similar to DAG-MOAIA. Table 2 describes the public experimental parameter settings, and Table 3 shows the parameter settings of all algorithms.
Table 3 introduces the parameter settings of different algorithms in the experiment. In MOMRDE, c r represents the crossover probability, K represents the scale factor, and I c represents the isocapacity; In NSGA-II, p c represents the crossover probability, and p m represents the variation probability; In the MOPSO, w represents inertia coefficient, c 1 represents individual cognitive coefficient, c 2 represents social cognitive coefficient; In MOAIA, p c represents crossover probability, and p m represents mutation probability.

5.1. Evaluation Indicators for MOP

To evaluate the comprehensive performance of each aspect of the algorithm, define P F k to denote the Pareto front corresponding to Pareto sets obtained by each algorithm, P F r to denote the true Pareto front corresponding to Pareto sets from all algorithms. Regard P F r as reference for P F k . The following relevant performance metrics are used in the experiments of this paper, which are widely recognized in the literature [38,39] as well.
  • HV(Hyper Volume)
    HV is used to measure the coverage of Pareto sets obtained by the algorithm in the objective space and is defined as follows.
    H V = σ i = 1 | P F r | v i
    where σ represents the Lebesgue [40] measure and is used to measure the volume, P F r denotes the total number of Pareto sets, v i denotes the hyperspace constituted by the ith solution in the reference point to the solution in Pareto sets. A larger HV value indicates that the Pareto sets obtained by the algorithm cover a wider area in the objective space, are more evenly distributed and are closer to the true Pareto front.
  • IGD (Inverted Generational distance)
    I G D = v P F r d v , P F k P F r
    where d v , P F k denotes the minimum Euclidean distance between an individual v in P F r and its nearest P F k , P F r denotes the total number of true Pareto front. IGD measures both the convergence and diversity of the algorithm. A smaller IGD can better reflect the overall optimization performance of the algorithm.

5.2. Experimental Results and Analysis

This section will verify the performance of DAG-MOAIA from three aspects: the comparison of Pareto front, the optimization of QoS constraints, and the comparison of HV and IGD.

5.2.1. The Comparison of Pareto Front

Figure 7 demonstrates the bi-objective comparison of the Pareto front corresponding to Pareto sets obtained by different algorithms in different networks. Figure 8 directly shows the comparison of the Pareto front corresponding to Pareto sets in the three-dimensional space. Take the Pareto sets obtained by all algorithms as the overall solution set, then find Pareto sets based on overall solution set, and regard it as the true Pareto front, denoted as △.
It can be found from Figure 7a–d that when the number of nodes in the network is not much and there are few destination nodes, DAG-MOAIA does not show much advantage over other algorithms. The optimization objectives of the solution sets of each algorithm are mutually dominated. However, analyzing together with Figure 8a,d, it can be found that the Pareto front obtained by DAG-MOAIA overlap highly with △, which indicates that the majority of solutions in Pareto sets is obtained by DAG-MOAIA dominating those obtained by the other algorithms, It can be concluded that DAG-MOAIA may not differ much from other algorithms in bi-objective optimization when the network is simple and the number of target nodes is small, but in combination with simultaneous analysis of treble objectives, DAG-MOAIA still outperforms other algorithms.
As the number of network nodes and the destination nodes increase, the network becomes complex. As can be seen from Figure 7e–j and Figure 8e–j, it is obvious that DAG-MOAIA is superior to other algorithms, whether from the comparison of the Pareto front or from the comparison of bi-objective of the Pareto front. In comparison to the bi-objective of the Pareto front, the Pareto sets obtained by DAG-MOAIA directly dominate the Pareto sets obtained by the other algorithms, illustrating that DAG-MOAIA has a more integrated performance in the optimization process compared to the other algorithms. In the direct comparison of Pareto front, the quality of solution in the Pareto set obtained by DAG-MOAIA is better than the quality of those obtained by the other algorithms, indicating that DAG-MOAIA could jump out of the local optimum to find better solutions. By comparing the number of solutions, the number of solutions obtained by DAG-MOAIA is also higher than the number of solutions obtained by the other algorithms, showing that DAG-MOAIA has better diversity.

5.2.2. The Optimization of QoS Constraints

This section evaluates the performance of different algorithms by presenting the optimization effect on QoS constraints such as packet loss rate, delay and transmission cost.
Figure 9 shows the comparison of the average packet loss rate, transmission cost, and delay of different algorithms in the 10 networks. It can be found that as the number of network nodes as well as the number of destination nodes increases, and the network becomes increasingly complex, which affects the performance of the algorithm to some extent. In addition, as the network size increases, the average transmission delay, cost, and packet loss rate of different algorithms also increases gradually. However, overall, DAG-MOAIA still outperforms other algorithms. The packet loss rate, delay and transmission cost obtained by DAG-MOAIA during data transmission in the RapidIO network are lower than those obtained by other algorithms, which suggests that DAG-MOAIA can find a better transmission path, making the data transmission with least cost. This also indirectly indicates that DAG-MOAIA obtains solutions with better quality and has better performance.

5.2.3. The Comparison of HV and IGD

In this section, the average values of HV and IGD obtained by different algorithms are compared to test the quality of the solution obtained by the algorithm, as well as the diversity, convergence and comprehensive performance of the algorithm.
The average values of HV and IGD obtained by different algorithms in different networks are shown in Table 4 and Table 5. In Table 4, it can be found that DAG-MOAIA has a higher average HV value than other algorithms in different networks in almost all cases, indicating that the solutions in Pareto sets obtained by DAG-MOAIA are closer to the true Pareto front than other algorithms, also explaining that the quality of its solution is better than those obtained by other algorithms. In Table 5, the average values of IGD obtained by DAG-MOAIA are smaller than those obtained by other algorithms, which provides an explanation that DAG-MOAIA not only has better convergence and diversity, but also better comprehensive performance.

6. Discussion

In this paper, we propose DAG-MOAIA for the RapidIO routing strategy problem during packet transmission in the RapidIO network, and put forward adaptive crossover operator and adaptive mutation operator for the first time in a multi-objective problem to improve the local search ability and global search ability. In addition, we further increase the diversity of population by achieving co-competition of multi-antibody groups. We have evaluated the performance of DAG-MOAIA in different aspects.
First, by comparing the Pareto front corresponding to Pareto sets obtained by different algorithms, it is found that the solutions obtained by DAG-MOAIA are not only better in quality, but also more in quantity than those obtained by other algorithms, which explains that DAG-MOAIA has better search ability to find the optimal solution and better diversity of algorithms; then, by contrast with the optimization effects of different QoS constraint parameters, the DAG-MOAIA could find a better transmission path, which accounts for the lower transmission cost of data packets in the RapidIO network, and the higher quality of solutions obtained by DAG-MOAIA. Finally, the evaluation indicators of MOP, such as IGD and HV, are introduced to analyze the diversity, convergence and comprehensive performance of the different algorithms. From the data in Table 4 and Table 5, it can be concluded that the solutions obtained by DAG-MOAIA are closer to the true Pareto front, and the diversity, convergence and comprehensive performance of DAG-MOAIA are better than other algorithms.
In summary, the quality of the solutions obtained by DAG-MOAIA is higher compared to other algorithms. The DAG-MOAIA can select better transmission paths and obtain better performance. In the further work, we will continue to develop the algorithm for solving the problem of RapidIO routing strategy. In addition, we will apply DAG-MOAIA to other areas such as Telematics, IoT, Edge Computing, etc.

Author Contributions

The contributions of authors are as follows: Conceptualization, Y.F. and Y.J.; Methodology, Y.J., Y.F. and X.Z.; Formal Analysis, Y.F., Y.J., X.Q. and B.H.; Writing Original Draft Preparation, Y.F. and Y.J.; Writing Review and Editing, Y.F., Y.J., B.H. and X.Q.; Supervision, Y.F., Y.J., B.H. and X.Q.; Funding Acquisition, Y.F. and B.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Research on the Secure and Efficient Dissemination Model of Descriptive Information of Untrusted Entity in VANET (grant number 61962005).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Distefano, S.; Banerjee, N.; Puliafito, A. Smart objects, infrastructures, and services in the internet of things. Int. J. Distrib. Sens. Netw 2016, 12, 8642512. [Google Scholar] [CrossRef] [Green Version]
  2. John, J.; Kasbekar, G.; Baghini, M.S. Maximum lifetime convergecast tree in wireless sensor networks. Ad Hoc Netw. 2021, 120, 8642512. [Google Scholar] [CrossRef]
  3. Wei, X. 3D landscape art design and network space reconstruction based on complex embedded system. Microprocess. Microsyst. 2021, 80, 103539. [Google Scholar] [CrossRef]
  4. Huang, L.; Liu, F. High-speed Interconnection Network Based on RapidIO and Memory Mapping. Comput. Eng. 2008, 34, 116–117. [Google Scholar]
  5. Huang, Z.; Chai, X.; Li, X.; Luo, Y. Driver Design of PCI-RapidIO Bridge Based on Vxworks. Comput. Eng. 2010, 36, 239–240. [Google Scholar]
  6. Lin, L.; Jiang, J.; Chai, X. Application of RapidIO Technology in Multiprocessor System Interconnection. Comput. Eng. 2006, 32, 244–246. [Google Scholar]
  7. Wang, Z.; Crowcroft, J. Quality-of-service routing for supporting multimedia applications. IEEE J. Sel. Areas Commun. 1996, 14, 1228–1234. [Google Scholar] [CrossRef] [Green Version]
  8. Xiong, N.; Wu, Z.; Huang, Y.; Xu, D. Analyzing Comprehensive QoS with Security Constraints for Services Composition Applications in Wireless Sensor Networks. Sensors 2014, 14, 22706–22736. [Google Scholar] [CrossRef] [Green Version]
  9. Baymani, S.; Alexopoulos, K.; Valat, S. Exploring RapidIO Technology Within a DAQ System Event Building Network. IEEE Trans. Nucl. Sci. 2017, 64, 7857–7880. [Google Scholar] [CrossRef]
  10. Fekair, M.E.A.; Lakas, A.; Korichi, A. CBQoS-Vanet: Cluster-based artificial bee colony algorithm for QoS routing protocol in VANET. In Proceedings of the 2016 International Conference on Selected Topics in Mobile &Wireless Networking (MoWNeT), Cairo, Egypt, 11–13 April 2016; pp. 1–8. [Google Scholar]
  11. Lee, G.W.; Jiang, J.; Lee, S.Y.; Huh, E.N. Congestion Prediction Modeling for Quality of Service Improvement in Wireless Sensor Networks. Sensors 2014, 14, 7857–7880. [Google Scholar] [CrossRef] [Green Version]
  12. Ramanathan, S.; Chai, X. Multicast tree generation in networks with asymmetric links. IEEE/ACM Trans. Netw. 1996, 4, 558–568. [Google Scholar] [CrossRef]
  13. Drake, D.E.; Hougardy, S.; Oh, H. Application layer multicast tree for real-time media delivery. Comput. Commun. 2006, 29, 1480–1491. [Google Scholar]
  14. Dong, W.; Zhang, W.; Yang, W. Node constraint routing algorithm based on reinforcement learning. In Proceedings of the 2016 IEEE 13th International Conference on Signal Processing (ICSP), Chengdu, China, 6–10 November 2016; pp. 1752–1756. [Google Scholar]
  15. Xu, Y.; Xing, H. A multi-objective jumping particle swarm optimization algorithm for the multicast routing. In Proceedings of the International Conference in Swarm Intelligence, Hefei, China, 17–20 October 2014; pp. 414–423. [Google Scholar]
  16. Li, F.; Liu, M.; Xu, G. A quantum ant colony multi-objective routing algorithm in WSN and its application in a manufacturing environment. Sensors 2019, 19, 3334. [Google Scholar] [CrossRef] [Green Version]
  17. Mahseur, M.; Boukra, A.; Meraihi, Y. Improved quantum chaotic animal migration optimization algorithm for qos multicast routing problem. In Proceedings of the IFIP International Conference on Computational Intelligence and Its Applications, Oran, Algeria, 8–10 May 2018; pp. 128–139. [Google Scholar]
  18. Meraihi, Y.; Acheli, D.; Ramdane-Cherif, A. An improved chaotic binary bat algorithm for QoS multicast routing. Int. J. Artif. Intell. Tools 2016, 25, 1650025. [Google Scholar] [CrossRef]
  19. Liu, Q.; Tang, R.; Ren, H.; Pei, Y. Optimizing multicast routing tree on application layer via an encoding-free non-dominated sorting genetic algorithm. Appl. Intell. 2020, 50, 759–777. [Google Scholar] [CrossRef]
  20. Xing, H.; Song, F.; Yan, L.; Pan, W. On multicast routing with network coding: A multiobjective artificial bee colony algorithm. China Commun. 2019, 16, 160–176. [Google Scholar]
  21. Kangfeng, Z.; Xiujuan, W.; Xuan, Z.; Huan, X. A new network coding mechanism balancing coding opportunities, energy and QoS in WSNs. China Commun. 2014, 11, 108–118. [Google Scholar] [CrossRef]
  22. Zhang, J.J.; Chen, D.P.; Chai, X. Implementation of rapidIo interconnect system under VxWorks. Comput. Eng. 2017, 3, 236–237. [Google Scholar]
  23. Wang, Y. A formal Model of QoS-Aware Web Service Orchestration Engine. IEEE Trans. Netw. Serv. Manag. 2015, 13, 113–125. [Google Scholar] [CrossRef] [Green Version]
  24. Bueno, D.; Leko, A.; Conger, C.; Troxel, I.; George, A.D. Simulative analysis of the RapidIO embedded interconnect architecture for real-time, network-intensive applications. In Proceedings of the 29th Annual IEEE International Conference on Local Computer Networks, Tampa, FL, USA, 16–18 November 2004; pp. 710–717. [Google Scholar]
  25. Marler, R.T.; Arora, J.S. Survey of multi-objective optimization methods for engineering. Struct. Multidiscip. Optim. 2004, 26, 369–395. [Google Scholar] [CrossRef]
  26. Xing, H.; Qu, R. A nondominated sorting genetic algorithm for bi-objective network coding based multicast routing problems. Inf. Sci. 2013, 233, 36–53. [Google Scholar] [CrossRef] [Green Version]
  27. Sun, J.; Fang, W.; Wu, X.; Xie, Z.; Xu, W. QoS multicast routing using a quantum-behaved particle swarm optimization algorithm. Eng. Appl. Artif. Intell. 2011, 24, 123–131. [Google Scholar] [CrossRef]
  28. Liu, Q.; Odaka, T.; Kuroiwa, J.; Shirai, H.; Ogura, H. An artificial fish swarm algorithm for the multicast routing problem. IEICE Trans. Commun. 2014, 97, 996–1011. [Google Scholar] [CrossRef]
  29. Bagheri, A.; Zandieh, M.; Mahdavi, I.; Yazdani, M. An artificial immune algorithm for the flexible job-shop scheduling problem. Future Gener. Comput. Syst. 2010, 26, 533–541. [Google Scholar] [CrossRef]
  30. Dasgupta, D. Advances in artificial immune systems. IEEE Comput. Intell. Mag. 2006, 1, 40–49. [Google Scholar] [CrossRef]
  31. Xie, H.; Zhang, M. Parent selection pressure auto-tuning for tournament selection in genetic programming. IEEE Trans. Evol. Comput. 2012, 17, 1–19. [Google Scholar] [CrossRef]
  32. Fang, H.; Wang, Q.; Tu, Y.C.; Horstemeyer, M.F. Horstemeyer, An efficient non-dominated sorting method for evolutionary algorithms. Evol. Comput. 2008, 16, 355–384. [Google Scholar] [CrossRef]
  33. Yuan, X.; Zhang, B.; Wang, P.; Liang, J.; Yuan, Y.; Huang, Y.; Lei, X. Multi-objective optimal power flow based on improved strength Pareto evolutionary algorithm. Energy 2017, 122, 70–82. [Google Scholar] [CrossRef]
  34. Beheshti, Z.; Shamsuddin, S.M.H. A review of population-based meta-heuristic algorithms. Int. J. Adv. Soft Comput. Appl. 2013, 5, 1–35. [Google Scholar]
  35. Li, H.; Zhang, Q. Multiobjective optimization problems with complicated Pareto sets, MOEA/D and NSGA-II. IEEE Trans. Evol. Comput. 2008, 13, 284–302. [Google Scholar] [CrossRef]
  36. Wang, S.; Lei, X.; Huang, X. Multi-objective optimization of reservoir flood dispatch based on MOPSO algorithm. In Proceedings of the 8th International Conference on Natural Computation, Milan, Italy, 1–5 July 2013; pp. 827–832. [Google Scholar]
  37. Wei, W.; Qin, Y.; Cai, Z. A multi-objective multicast routing optimization based on differential evolution in MANET. Int. J. Intell. Comput. Cybern. 2018, 11, 121–140. [Google Scholar] [CrossRef]
  38. Ishibuchi, H.; Imada, R.; Setoguchi, Y.; Nojima, Y. Reference point specification in inverted generational distance for triangular linear Pareto front. IEEE Trans. Evol. Comput. 2018, 22, 967–975. [Google Scholar] [CrossRef]
  39. Bader, J.; Zitzler, E. HypE: An algorithm for fast hypervolume-based many-objective optimization. Evol. Comput. 2011, 19, 45–76. [Google Scholar] [CrossRef] [PubMed]
  40. Astrom, K.J.; Bernhardsson, B.M. Comparison of Riemann and Lebesgue sampling for first order stochastic systems. In Proceedings of the 41st IEEE Conference on Decision and Control, Melbourne, Australia, 13–15 December 2017; Volume 2, pp. 1752–1756. [Google Scholar]
Figure 1. Topology of the RapidIO network.
Figure 1. Topology of the RapidIO network.
Sensors 22 00914 g001
Figure 2. Iterative process of antibody population from generation t to generation t + 1.
Figure 2. Iterative process of antibody population from generation t to generation t + 1.
Sensors 22 00914 g002
Figure 3. The tree-shaped antibody.
Figure 3. The tree-shaped antibody.
Sensors 22 00914 g003
Figure 4. Generation process of antibody Group 1 and antibody Group 2.
Figure 4. Generation process of antibody Group 1 and antibody Group 2.
Sensors 22 00914 g004
Figure 5. The process of crossover by parental antibodies.
Figure 5. The process of crossover by parental antibodies.
Sensors 22 00914 g005
Figure 6. The process of clone inhibition to multiple groups.
Figure 6. The process of clone inhibition to multiple groups.
Sensors 22 00914 g006
Figure 7. The comparison of bi-objective in the Pareto front. (a) The comparison of bi-objective in the RD_Net 1. (b) The comparison of bi-objective in the RD_Net 2. (c) The comparison of bi-objective in the RD_Net 3. (d) The comparison of bi-objective in the RD_Net 4. (e) The comparison of bi-objective in the RD_Net 5. (f) The comparison of bi-objective in the RD_Net 6. (g) The comparison of bi-objective in the RD_Net 7. (h) The comparison of bi-objective in the RD_Net 8. (i) The comparison of bi-objective in the RD_Net 9. (j) The comparison of bi-objective in the RD_Net 10.
Figure 7. The comparison of bi-objective in the Pareto front. (a) The comparison of bi-objective in the RD_Net 1. (b) The comparison of bi-objective in the RD_Net 2. (c) The comparison of bi-objective in the RD_Net 3. (d) The comparison of bi-objective in the RD_Net 4. (e) The comparison of bi-objective in the RD_Net 5. (f) The comparison of bi-objective in the RD_Net 6. (g) The comparison of bi-objective in the RD_Net 7. (h) The comparison of bi-objective in the RD_Net 8. (i) The comparison of bi-objective in the RD_Net 9. (j) The comparison of bi-objective in the RD_Net 10.
Sensors 22 00914 g007
Figure 8. The comparison of Pareto front in three dimensions. (a) The comparison of the Pareto front in the RD_Net 1. (b) The comparison of the Pareto front in the RD_Net 2. (c) The comparison of the Pareto front in the RD_Net 3. (d) The comparison of the Pareto front in the RD_Net 4. (e) The comparison of the Pareto front in the RD_Net 5. (f) The comparison of the Pareto front in the RD_Net 6. (g) The comparison of the Pareto front in the RD_Net 7. (h) The comparison of the Pareto front in the RD_Net 8. (i) The comparison of the Pareto front in the RD_Net 9. (j) The comparison of the Pareto front in the RD_Net 10.
Figure 8. The comparison of Pareto front in three dimensions. (a) The comparison of the Pareto front in the RD_Net 1. (b) The comparison of the Pareto front in the RD_Net 2. (c) The comparison of the Pareto front in the RD_Net 3. (d) The comparison of the Pareto front in the RD_Net 4. (e) The comparison of the Pareto front in the RD_Net 5. (f) The comparison of the Pareto front in the RD_Net 6. (g) The comparison of the Pareto front in the RD_Net 7. (h) The comparison of the Pareto front in the RD_Net 8. (i) The comparison of the Pareto front in the RD_Net 9. (j) The comparison of the Pareto front in the RD_Net 10.
Sensors 22 00914 g008
Figure 9. The comparison of average transmission delay, average transmission cost, and average packet loss rate.
Figure 9. The comparison of average transmission delay, average transmission cost, and average packet loss rate.
Sensors 22 00914 g009
Table 1. Random network topology specifications.
Table 1. Random network topology specifications.
NetworkNumber of NodesNumber of Target Nodes
RDNet-1205
RDNet-2207
RDNet-3306
RDNet-4307
RDNet-5406
RDNet-6408
RDNet-7508
RDNet-85010
RDNet-96012
RDNet-106014
Table 2. Public experimental parameter settings.
Table 2. Public experimental parameter settings.
Relevant ParametersParameter Settings
population size100
iteration times200
packet loss rate(0, 1)
transmission costdepends on the Euclidean distance between the nodes
link delay10 ms–100 ms
Table 3. Parameter settings of all algorithms.
Table 3. Parameter settings of all algorithms.
AlgorithmRelevant ParameterParameter Settings
DAG-MOAIA p c m a x 1 0.8
p c m a x 1 0.2
p c m i n 1 0.5
p c m a x 2 0.2
p m 1 0.5
a1
b2
MOMRDE c r 0.8
K0.3
I c 1.0 × 10 4
NSGA-II p c 0.7
p m 0.3
MOPSOw0.4
c 1 2
c 2 2
MOAIA p c 0.8
p m 0.2
Table 4. Mean values of HV (best results are shown in bold).
Table 4. Mean values of HV (best results are shown in bold).
NetDAG-MOAIAMOMRDENSGA-IIMOPSOMOAIA
RD-Net10.46210.33830.44210.42380.4397
RD-Net20.42260.32740.39840.36920.3925
RD-Net30.37790.23980.34640.31100.3316
RD-Net40.35410.23940.32530.29940.3053
RD-Net50.39820.19160.32080.26740.2939
RD-Net60.32320.13700.23680.21420.1994
RD-Net70.38410.15970.34260.28690.2935
RD-Net80.36260.12450.25990.19010.1754
RD-Net90.38410.04910.18530.10930.1057
RD-Net100.36050.07010.17940.15030.1586
Table 5. Mean values of IDG (best results are shown in bold).
Table 5. Mean values of IDG (best results are shown in bold).
NetDAG-MOAIAMOMRDENSGA-IIMOPSOMOAIA
RD-Net12.039240.13874.65209.91429.7219
RD-Net23.153447.172914.559014.963011.1055
RD-Net31.155145.59549.993413.227110.6940
RD-Net41.819835.36179.540414.51869.9136
RD-Net50.384494.289524.586436.597535.3348
RD-Net60.0807171.689830.143152.116872.0818
RD-Net70.8119129.95069.946623.408518.5274
RD-Net80.0240157.321233.2815157.7992148.0127
RD-Net90.0000407.5112107.7797286.7245270.5150
RD-Net100.0000350.506057.3034130.9448136.7497
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Fu, Y.; Jia, Y.; Huang, B.; Zhou, X.; Qin, X. The RapidIO Routing Strategy Based on the Double-Antibody Group Multi-Objective Artificial Immunity Algorithm. Sensors 2022, 22, 914. https://doi.org/10.3390/s22030914

AMA Style

Fu Y, Jia Y, Huang B, Zhou X, Qin X. The RapidIO Routing Strategy Based on the Double-Antibody Group Multi-Objective Artificial Immunity Algorithm. Sensors. 2022; 22(3):914. https://doi.org/10.3390/s22030914

Chicago/Turabian Style

Fu, Yanming, Youquan Jia, Baohua Huang, Xing Zhou, and Xiaoqiong Qin. 2022. "The RapidIO Routing Strategy Based on the Double-Antibody Group Multi-Objective Artificial Immunity Algorithm" Sensors 22, no. 3: 914. https://doi.org/10.3390/s22030914

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop