Next Article in Journal
Pigeon-Inspired Depth-Reasoning-Driven Decision Framework for Autonomous Traversal Flight of Quadrotors in Unmapped 3D Spaces
Previous Article in Journal
Calcium Silicate-Based Cements for Vital Pulp Therapy: Integrated Assessment of Radiopacity, Elemental Composition, and 24-h Pulp Cell Responses
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Aerodynamic Optimization of Relay Nozzle Using a Chebyshev KAN Surrogate Model Integration and an Improved Multi-Objective Red-Billed Blue Magpie Optimizer

1
Three Dimensional Textile Hubei Engineering Research Center, Wuhan Textile University, Wuhan 430200, China
2
School of Mechanical Engineering and Automation, Wuhan Textile University, Wuhan 430200, China
*
Author to whom correspondence should be addressed.
Biomimetics 2026, 11(4), 282; https://doi.org/10.3390/biomimetics11040282
Submission received: 23 February 2026 / Revised: 30 March 2026 / Accepted: 2 April 2026 / Published: 18 April 2026
(This article belongs to the Section Biological Optimisation and Management)

Abstract

In air jet looms, relay nozzles are critical components in governing airflow velocity and air consumption during the weft insertion process. Although computational fluid dynamics (CFD) offers high-fidelity simulation for aerodynamic analysis, its computational burden hinders its practicality in iterative aerodynamic design of relay nozzles. To address the challenge, this study proposes a data-driven framework integrating a Chebyshev polynomial Kolmogorov–Arnold Network (Chebyshev KAN) surrogate model with an Improved Multi-objective Red-billed Blue Magpie Optimizer (IMORBMO). The accuracy of the Chebyshev KAN model was benchmarked against conventional multilayer perceptrons (MLP), convolutional neural networks (CNN), and the standard Kolmogorov–Arnold Network (KAN). Experimental results demonstrate that the Chebyshev KAN model achieves the lowest mean absolute error (MAE) of 0.103 for airflow velocity and 0.115 for air consumption. Building upon the non-dominated sorting and crowding distance strategies, IMORBMO was developed, incorporating an adaptive mutation mechanism by information entropy for improvement of convergence, diversity, and uniformity of the Pareto-optimal solutions. Comprehensive evaluations on the ZDT and WFG benchmark suites confirm that the IMORBMO consistently attains the best and highly competitive performance, yielding the lowest generation distance (GD), inverted generational distance (IGD) values and the highest hypervolume (HV). Applied to the aerodynamic optimization of a relay nozzle, the proposed framework delivers an optimal aerodynamic design that increases airflow velocity by 10.5% while reducing air consumption by 15.4%, as verified by CFD simulation. The steady-state flow field was simulated by solving the Reynolds-Average NavierStokes equations with the kω turbulent model, utilizing Fluent 2025.R2. No-slip wall, inlet pressure and outlet pressures are boundary conditions to the relay nozzle surfaces. This work establishes a computationally efficient and accurate optimization paradigm that holds significant promise for aerodynamic design and other complex real-world engineering applications.

1. Introduction

Air jet looms are the most prevalent type of weaving machinery, favored for their high productivity and precise control. However, their substantial energy consumption significantly increases operational costs for textile manufacturers [1]. In air jet looms, there are a main and multiple relay nozzles that collectively generate a high-velocity airflow to propel a weft yarn across the shed. Among these components, the relay nozzle plays a critical role, as it directly influences both the airflow velocity and air consumption [2]. In response to the dual pressures of global economic expansion and the reduction of carbon dioxide emissions, it is essential to aerodynamically optimize the design of relay nozzles for enhancing insertion efficiency and saving energy. However, there is a lack of innovative optimization frameworks that can achieve substantial air consumption reduction without compromising the airflow velocity of the relay nozzle.
Computational fluid dynamics (CFD) offers a powerful tool for investigating the airflow distribution of a relay nozzle. Existing approaches rely heavily on the airflow characteristics of the relay nozzle. Adámek [3] optimized the exit shape of the relay nozzle to enhance airflow speed. Belforte et al. [4] investigated the effect of outlet area on the airflow velocity of the relay nozzle. Delcour et al. [5] examined the effect of exit shape on transient characteristics of airflow. More recently, Xiao et al. [6] explored the influence of outlet geometry on the intersecting airflow velocity in the profiled channel. However, CFD simulation requires high-performance computer resources due to the high-dimensional, nonlinear nature of turbulent flow. This substantial computational cost limits the practicality of the CFD technique in iterative aerodynamic optimization of relay nozzles [7].
To alleviate computational costs and accelerate design cycles, a surrogate model-based aerodynamic optimization method has emerged as a promising alternative [8]. A surrogate model is a data-driven approximation that replaces computationally expensive numerical simulation by leveraging mathematical expressions, polynomial fitting, regression models, or neural networks [9]. Due to advances in machine learning (ML) and deep learning (DL), researchers have focused on developing various DL-based surrogate models that achieve both high precision and efficiency in aerodynamic design [10]. Representative surrogate models include artificial neural network (ANN) [11], convolutional neural networks (CNN) [12], deconvolutional neural network (DeCNN) [13], and variational autoencoders (VAEs) [14]. However, these traditional multilayer perceptrons (MLP) surrogate models typically rely on a set of predefined activation functions prior to training the neural network and apply uniformly across all neurons [15]. This static choice mechanism leads to limitations such as neuron saturation and vanishing gradients in high-dimensional regression analysis.
To address this limitation, Liu et al. [16] firstly developed an innovative Kolmogorov–Arnold Networks (KAN) as an alternative to traditional multilayer perceptrons (MLPs). Unlike MLPs, KAN architecture places learnable activation functions on the edges rather than within the neurons, enabling nonlinear transformation to be performed directly through these edge-based activation functions [17]. This mechanism of KAN can mitigate the curse of dimensionality in high-dimensional data, making KAN well-suited for complex nonlinear regression tasks. However, KAN is prone to overfitting in high-dimensional nonlinear regression problems [18].
Aerodynamic optimization design inherently involves multiple conflicting objectives, along with a large number of design variables. In such scenarios, traditional single-objective optimization algorithms are inadequate for dealing with the trade-off in practical aerodynamic design [19]. Consequently, there is a growing demand for robust multi-objective (MO) algorithms capable of identifying a set of solutions commonly referred to as the Pareto front (PF). For solving aerodynamic design problems, some researchers have developed a variety of metaheuristic MO algorithms, such as the non-dominated sorting genetic algorithm (NSGA) and its enhanced variant NSGA-II [20], multi-objective evolution (MOEAD) [21], multi-objective whale optimization [22], multi-objective dung beetle optimization algorithm (MODBO) [23], and multi-objective dragonfly (MODA) [24]. More recently, Ouyang et al. [25] introduced a Multi-objective Red-billed Blue Magpie Optimizer (MORBMO) inspired by the hunting behavior and food storage behaviors of red-billed blue magpies. However, existing MO algorithms still face significant challenges in maintaining solution diversity across the Pareto front in high-dimensional design space. This issue is called “curse of dimensionality”, which not only degrades the search efficiency but also dramatically increases computational costs. Hence, the MO optimization algorithms tend to suboptimal or sparsely distributed solutions, limiting their applicability to engineering aerodynamic design tasks.
Notably, research on the multi-objective optimization algorithms integration with surrogate models for high-dimensional nonlinear aerodynamic design remains scarce in the current literature. This gap underscores the need for developing a robust multi-objective optimization algorithm integration with a high-accuracy surrogate model, effectively balancing convergence, diversity, and efficiency in complex aerodynamic design. This study aims to propose a novel data-driven optimization framework that integrates an Improved Multi-objective Red-billed Blue Magpie Optimizer (IMORBMO) based on a Chebyshev Kolmogorov–Arnold Network (Chebyshev KAN) surrogate model for aerodynamic design of a relay nozzle. The proposed framework has the potential to substantially improve prediction accuracy and convergence compared to conventional approaches.
The main contributions are summarized as follows:
(1)
A Chebyshev KAN surrogate model is constructed by replacing B-spline basis functions with Chebyshev polynomials as learnable activation functions, enabling highly accurate approximation of the nonlinear mapping between high-dimensional structural design parameters and the nonlinear aerodynamic response of the relay nozzle.
(2)
The effectiveness of the Chebyshev KAN model is evaluated against established surrogate models, including multilayer perceptron (MLP), convolutional neural networks (CNN), and the original B-spline based Kolmogorov–Arnold Network (KAN).
(3)
A data-driven framework integrates a Chebyshev KAN surrogate model with an Improved Multi-objective Red-billed Blue Magpie Optimizer (IMORBMO), which incorporates an adaptive mutation mechanism based on information entropy for improved convergence and solution diversity in high-dimensional aerodynamic design problems.
(4)
Comparative experiments have been conducted to validate the effectiveness of the proposed IMORBMO with six state-of-the-art MO on standard benchmark functions. Moreover, the optimal aerodynamic design geometric parameters of the relay nozzle were obtained using the proposed IMOBMBO algorithms based on the Chebyshev KAN surrogate model.
The remainder of this article is organized as follows: Section 2 introduces the Chebyshev KAN surrogate model and its formulation; Section 3 presents the general framework of an Improved Multi-objective Red-billed Blue Magpie Optimizer (IMORBMO); Section 4 outlines comparative experiments assessing the predictive accuracy of CNN, MLP, KAN and the proposed Chebyshev KAN surrogate model; in Section 5, the integrated Chebyshev KAN and IMORBMO framework is applied to optimize the aerodynamic performance of the relay nozzle, followed by an in-depth discussion; finally, Section 6 summarizes key insights drawn from the Pareto-optimal solutions for the relay nozzle in the air jet loom.

2. Surrogate Model for Prediction of Aerodynamic Performance

2.1. Chebyshev Polynomial Kolmogorov–Arnold Networks

To optimize the aerodynamic geometry of the relay nozzle, there is a need to establish an accurate surrogate model for predicting both the nonlinear airflow velocity and air consumption instead of using traditional CFD simulation. Recently, the Kolmogorov–Arnold Networks (KAN) was proposed, which uses B-spline basis functions in the initial formulation. However, B-splines possess localized support, being non-zero only within a finite interval. This locality hinders KAN from capturing the relationships between high-dimensional structural features and the nonlinear aerodynamic response of the relay nozzle. As a result, the approximation error tends to grow exponentially as dimensionality increases.
To address these limitations, we propose a novel variant termed Chebyshev Kolmogorov–Arnold networks (Chebyshev KAN) by replacing the B-spline basis function with the Chebyshev polynomial. This is due to desirable properties of Chebyshev polynomials, such as fast convergence and minimizing the Runge phenomenon, which is the large oscillations observed near the edges of the interval using high-degree polynomials. The fundamental cause of the Runge phenomenon is that when using equidistant nodes for high-degree polynomial interpolation, the error increases sharply near the endpoints of the interval, leading to severe oscillations. The roots of Chebyshev polynomials, termed Chebyshev nodes, exhibit a non-uniform distribution over the interval [−1, 1], characterized by a higher density near the endpoints and sparsity in the center. This specific arrangement effectively counteracts the error amplification typically observed near the boundaries, thereby suppressing the oscillatory behavior of the interpolating polynomial and guaranteeing stability and convergence, even in high-degree interpolation. This property is well-suited for high-dimensional, nonlinear regression tasks due to its global support and spectral convergence properties.
Both B-spline KAN and Chebyshev KAN are grounded in the Kolmogorov–Arnold representation theorem that any continuous multivariate function f : [ 0 , 1 ] n R can be represented as a superposition of continuous univariate functions. The theorem guarantees the existence of a decomposition as a mathematical formulation:
f ( x ) = q = 1 2 n + 1 Φ q ( q = 1 n ψ p , q ( x p ) )
where ψ p , q   are one-dimensional univariate functions, and Φ q composes these functions to reconstitute f ( x ) .
In practice, this study adopts Chebyshev polynomials as the basis function ψ p , q to enhance express ability for nonlinear input features, such as:
ψ p , q ( x ) = n = 1 N w p , q ξ ( x ) + w ~ p , q Γ p , q ( x ) + β ( x )
where Γ p , q ( x ) is a learnable activation function, w ~ p , q is a learnable parameter to adjust the contribution of the term Γ p , q ( x ) , and β ( x ) is a bias term.
Let   Γ ( x ) be an analytic representation, and its Chebyshev polynomial of the first kind be defined as:
Γ p , q x = c o s ( n .   a r c c o s ( 2 x 1 ) )
where n is the degree of the polynomial, x 1 , 1 .
The coefficient of the Chebyshev polynomial is replaced with a learnable parameter w p , q , n , allowing the network to adaptively shape the activation function during training. Consequently, the nonlinear activation function can be expressed in a simplified form as:
ψ p , q x = n = 1 N w p , q , n x n + β q
where β q is the bias coming from the Chebyshev series.
The diagram of the Chebyshev KAN surrogate model is illustrated in Figure 1. The Chebyshev KAN can provide dual guarantees of prediction accuracy and robustness, thereby enhancing the reliability and practicality of aerodynamic performance optimization.

2.2. Evaluation Metrics for Chebyshev KAN Surrogate Model

To verify the prediction accuracy of the Chebyshev KAN surrogate model, three different evaluation indicators were adopted, that includes the mean absolute error (MAE), root mean square error (RMSE), and coefficient of determination (R2). These calculation formulas are as follows:
M A E = 1 N i = 1 N y i y ^ i
R M S E = 1 N i = 1 N ( y i y ^ i ) 2
R 2 = 1 i = 1 N ( y i y ^ i ) 2 i = 1 N ( y i y ¯ ) 2
In the equations above, y i represents the actual value, y ^ i denotes the predicted value, and N signifies the number of samples.

3. An Improved Multi-Objective Red-Billed Blue Magpies Optimizer (IMORBMO)

3.1. Multi-Objective Problem Definition

This section describes the processes of the Multi-objective Red-billed Blue Magpie Optimizer (MORBMO). The first objective is to reduce air consumption Q, while the secondary objective is to maximize the airflow speed V of the relay nozzle. Therefore, the negative of the velocity is taken as the optimization objective to be minimized. The structural characteristics comprise the outlet diameter of the inlet diameter (D1 mm), straight pipe diameter (D2 mm), diameter of circular exit (d mm), and conical degree (rad), as depicted in Figure 2.
The structural parameter of the relay nozzle, namely D1, D2, d, α and output variables V and Q, constitute a six-dimensional coupled space, K R 6 . Incorporate the predicted value of Q i and V i of Chebyshev KAN surrogate model into the MORBMO to construct a robust aerodynamic performance optimization framework. The formulation of the mathematical model is presented below:
f 1 X = m i n Q i                                                                                             f 2 X = m a x V i       X = X 1 , X 2 , , X m
Subject to:
  g 1 X = d i m i n d i d i m a x ,   o u t l e t   a r e a   c o n s t r a i n t s g 2 X = D i m i n D i D i m a x ,   i n l e t   a r e a   c o n s t r a i n t s
where i = 1 , 2 , m , j = 1 , 2 , n is the number, the superscript max and min indicate upper and lower bounds, respectively.
In contrast to single-objective solutions, which can be straightforwardly assessed using arithmetic comparisons, in MO optimization, there is no “best” solution that satisfies all objectives concurrently. Pareto dominance is employed to evaluate and compare solutions in the search space, where no solution is “dominated” by any other within the set. The concept of “domination” is formally defined through mathematical formulation.
Definition 1.
(Dominance relation) For a minimal problem, p and q are two solutions, respectively. The p dominates q can be defined by:
p q                 i f f i p f i q , f o r   a l l   i = 1 , 2 f j p < f j q , f o r   a t   l e a s t   o n e   j = 1 , 2
where i ,   j is the number of objective functions, f i p and f i q   is the value of two solutions in the decision vector, respectively.
Definition 2.
(Pareto set). A solution  x  is considered as a Pareto optimal if there exists no other solution  y  that dominates it. The set of all such non-dominated solutions constitutes the Pareto set (PS), which can be expressed in the equation:
P S = p X |   q X : p q
Definition 3.
(Pareto front). The Pareto front (PF) is the mapping of the Pareto set (PS) into the objective space through the objective functions, defined as:
P F F X | X P S
The aerodynamic optimization of the relay nozzle problem involves two decision variables that are presented in Figure 3. The red circles represent Pareto-optimal vectors, commonly named the Pareto front, while the black curve represents the true PF. Evaluating MO algorithms involves convergence, diversity, and distribution characteristics, as shown in Figure 3. The primary challenge in MO stems from the inherent conflict among objectives. Consequently, research efforts are typically directed toward the development of specialized MO algorithms capable of generating a well-distributed set of non-dominated solutions that closely approximate the true Pareto front. In this section, we propose an Improved Multi-objective Red-billed Blue Magpie Optimizer for aerodynamic design and optimization of the relay nozzle in an air jet loom.

3.2. Red-Billed Blue Magpie Optimizer (RBMO)

The single-objective Red-billed Blue Magpie Optimizer (RBMO) is a bio-inspired metaheuristic optimization algorithm. The RBMO successfully explores and exploits the search space by simulating the behaviors of searching, chasing, attacking prey, and food catching in red-billed blue magpies. The pseudocode for RBMO is provided in Fu et al. [26]. This subsection briefly describes the mathematical model of single-objective RBMO before the deviation of the multi-objective optimizer.
Step 1: Initialization of the population of RBMO
The RBMO starts with the initial population X , and main parameters, including the maximum number of iterations Max_iter, the dimensionality of problems, the lower bounds L, and upper bounds U. An initial population X within the search space is defined in Equation (14).
X = X 1,1 X 1 , d i m X n , 1 X n , d i m
where X indicates the location assigned to the search agent, n represents the population size, and d i m   indicates the dimensionality of the problem being solved.
A random function generates an initial population within the range L to U, as described in Equation (14).
X i t = U L × R a n d 1 + L
where R a n d denotes a randomly generated number between 0 and 1, the lower bounds L, and upper bounds U of the optimization parameter.
Step 2: Searching for food
While searching for food, red-billed blue magpies typically forage in small groups (2–5 individuals) or large groups of more than 10 individuals to ensure search efficiency. To access food sources, red-billed magpies adopt diverse strategies, including jumping, walking, and terrestrial movement. Small groups of red-billed magpies search for food. Equation (15) is defined as
X i t + 1 = X i t + 1 p m = 1 p X m t X r s t r a n d 2  
where t is the current number of iterations, X i t + 1 is the ith new search agent position, p [ 2 , 5 ] represents the number of red-billed blue magpies hunting in small groups, X m is the mth individual chosen at random, X i is the ith individual, and X s t is randomly selected search agents in the current iteration.
Group foraging for food in large numbers is given by
X i t + 1 = X i t + 1 q m = 1 p X m t X r s t r a n d 3
where q [ 10 , N ] is the search agents in larger number, and it is also randomly selected from the entire population.
Step 3: Attacking prey
Red-billed blue magpies demonstrate hunting expertise and cooperative behavior for pursuing prey. When their primary targets are typically small prey or plants, the mathematical model is defined as Equation (17). They collectively target larger prey such as large insects or small vertebrates. The expression is given in Equation (18)
X i t + 1 = X i t + C F × 1 p m = 1 p X m t X i t r a n d 1
X i t + 1 = X β t + C F × 1 q m = 1 p X m t X i t r a n d 2
where C F = 1   t / T 2 t / T , X i t is the position of the food, r a n d 1 and r a n d 2 [ 0 , 1 ] represents random numbers following a standard normal distribution.
Step 4: Stored food
In addition to searching for and attacking food, red-billed blue magpies also chase excess food in tree hollows or other concealed locations for future consumption, ensuring a stable food supply during times of scarcity. The mathematical equation for this is defined as:
X i t + 1 = X i t         i f     f i t n e s s o l d i > f i t n e s s n e w i X i t + 1                                               e l s e
where f i t n e s s o l d i and f i t n e s s n e w i are fitness values before and after updating the location of the ith red-billed blue magpie, respectively.

3.3. An Improved Multi-Objective Red-Billed Blue Magpies Optimizer

This subsection presents an improved, Red-billed Blue Magpie Optimizer (IMORBMO), which integrates the Chebyshev KAN surrogate model to improve both robustness and computational efficiency in high-dimensional aerodynamic design optimization. Based on the search mechanism of the original RBMO, the proposed IMORBMO extends the framework to handle multi-objective problems that integrate four core components: non-dominated sorting, crowding distance estimation, a search mechanism adapted from the single-objective Red-billed Blue Magpie Optimizer (RBMO), and an adaptive mutation operator based on information entropy. The overall workflow of IMORBMO is illustrated in Figure 4.
Step 1: Initialization parameters
This IMORBMO metaheuristic algorithm starts with the initial parameters like lower and upper bounds of agents, maximum number of iterations, number of populations, and number of repositories. Then, an arbitrarily formed population Pt (equivalent to the red-billed blue magpie’s position of the agent) with feasible search space S is generated.
Step 2: Non-dominated sorting and saved solution in Pareto Archive
Calculation of the fitness functions in the space vector for each member of Pt (the subscript t = 0) based on the Chebyshev KAN surrogate model. The Magpie fitness functions are sorted using the concept of non-dominated sorting. Next, identify the first rank by selecting non-dominated individuals from the initial population, which are assigned to the first non-domination rank(rank-1). These top-ranked individuals are assigned to the first front and excluded from the original population. Additionally, the non-dominated individuals in the remaining populations are allocated the second rank and positioned in the second front. This process persists until every individual is categorized into distinct fronts according to their ranks.
Step 3: Crowding distance evaluation
This stage focuses on calculating the crowding distance (CD) to assess the distribution density of feasible solutions near a specific point. The CD represents the average distance between two solutions on either side of a given point. When comparing solutions with varying CD, the one exhibiting a greater distance is situated in a less densely populated area. The CD of the ith individual is determined by averaging the distance to its nearest neighbors on either side, as specified as follows:
C D i = i = 1 m f j i + 1 f j i 1 f j m a x f j m i n
where m is the number of objective functions, f j m a x and f j m i n represent the maximum and minimum values of the j t h objective function.
The stage consists of the optimal positions of the search agent guiding the global optimum and removing the ones with the lowest crowding distance based on the archive size.
Step 4: Update population Pt with the RBMO algorithm and an adaptive mutation mechanism
This phase updates the current population Pt through application of the RBMO algorithm and an adaptive mutation mechanism based on information entropy. Update position vector of the red-billed blue magpie utilizing RBMO process Equations (15)–(19). Subsequently, update population Pt again using the adaptive mutation mechanism to generate a new kid population Qt. The mathematical formulation of the adaptive mutation mechanism is as follows:
An information entropy of the population H g l o b a l is defined as:
H g l o b a l = i = 1 k p i log p i p i = d i / j = 1 k d j                                
where p i is the information entropy of each individual position, and d i is the average distance from the ith solution to its nearest neighbors.
The local information H j reflects the uniformity of the distribution of surrounding neighbors. The higher the value of H j , more uniform is the distribution around the solution, indicating greater diversity in the region of solution sets. The mathematical expression is defined as:
H j = i = 1 k p i j l o g p i j
where p i j is the proportion distance between the jth solution and its ith nearest neighbor.
The comprehensive selection probability is given as
P j = 1 R ( j ) · H ( j ) H t o t a l
where R ( j ) is the Pareto rank of the jth Pareto solution, the larger P j   with a smaller rank, H ( j ) is the local information entropy of the jth Pareto solution based on the k-nearest neighbors, and H t o t a l is the sum of information entropy across all solutions.
This mechanism enables solutions with low rank and high diversity to achieve better accuracy. The mutation strength is adjusted based on the global information entropy H g l o b a l of the population.
ϑ H g l o b a l = 0.5 · exp H g l o b a l H 0     i f   H g l o b a l < H 0 0.01 + 0.1 · ( 1 H g l o b a l H 0 H m a x H 0 )   o t h e r w i s e  
where ϑ = 0.5 , higher mutation intensity is applied to explore new regions when solutions are densely distributed, and smaller mutation intensity is used when solutions are sparsely distributed to maintain convergence stability.
The updated position of the search agent after mutation is defined as follows:
W i m u t = W i +   ϑ . . N ( 0 , Σ )
where   = d i a g U L is a diagonal matrix of the search range, Σ is an adaptive covariance matrix adjusted according to the population distribution, W i   is each individual position of the search agent.
Next, integrating Pt and Qt to obtain a new population Rt is done, upon which the non-dominated sorting technique is repeatedly executed on Rt. Then, the members of Rt are ranked through non-domination levels in various categories.
Step 5: Generate the next population Pt+1
The next process involves selecting N elite members from Rt to create the next population Pt+1. When the first rank’s size exceeds or matches N, the IMORBMO selects N members from the least crowded area to constitute Pt+1. Conversely, if the first rank has fewer than N members, all individuals from this front are directly incorporated into Pt+1, and additional candidates are sourced from the least crowded region of the second rank. If Pt+1. remains undersized, the same strategy is iteratively applied to subsequent ranks until the population reaches the required size of N.
Step 6: Output Pareto-optimal solutions
The algorithm evaluates the termination criterion by comparing the current number Gen with the predefined maximum number of iterations. If the iteration number Gen is less than max iteration number, the generation counter is incremented (Gen = Gen + 1), and the process resumes from the second phase, iteratively generating successive populations Pt+2, Pt+3, Pt+4, … etc. The loop continues until the G e n G e n m a x , the algorithm terminates and returns the final set of non-dominated Pareto-optimal solutions.

3.4. Evaluation Metrics for MOWMA

MO optimizers typically generate Pareto fronts consisting of multiple non-dominated solutions. The resulting Pareto fronts often differ across various algorithms. To assess the performance of MOWMA, several metrics have been identified: generational distance (GD) evaluates the algorithm’s efficiency and reliability. Inverted generational difference (IGD) quantifies the convergence and diversity of the solution set. Spacing (SP) measures the uniformity and spread of solutions, while the hypervolume indicator (HV) provides a robust metric for analyzing both diversity and convergence in algorithmic outputs.
G D = i = 1 n o d i 2 / n d i = min j f 1 i ( x ) f 1 j ( x ) + f 2 i ( x ) f 2 j ( x )
I G D = i = 1 n t ( d i ) 2 / n
S P = 1 n 1 i = 1 n d ¯ d i 2
HV = Λ s P F s | s s s n a d i r
where no represents the number of true Pareto solutions, nt denotes the number of true Pareto-optimal solutions, d ¯ is the average of all d i , d i specifies the Euclidean distance, and n is the number of obtained Pareto fronts.

4. Data Acquisition Experiment

Recent advances in additive manufacturing, particularly 3D printing, have significantly expanded its applicability in the fabrication of complex functional materials and components. Unlike conventional manufacturing techniques, which often require costly tooling and are limited in geometric freedom, 3D printing offers exceptional design flexibility, enabling the rapid, mold-free production of intricate structures with high reproducibility and customization. We manufacture a series of relay nozzles with distinct internal geometries using a high-precision 3D printing technique. These representative 3D printing models, S1, S2, and S3, were presented in Figure 5.
The experimental apparatus comprises a Siemens LMS data acquisition system (SCADAS, Siemens, Munich, Germany), a MEMS flow rate sensor (model AFM0725H00S, Asair, Guangzhou, China), a pitot tube, two pressure transducers, relay nozzles, a pressure regulator valve, and an air pump. The software Simcenter Testlab 2021.2. is used for data acquisition. All experimental apparatus is depicted in Figure 6. The relay nozzles were supplied with high-pressure air by a pneumatic pump. The inlet pressure was regulated using a pressure control value to ensure an operating pressure of 0.3 MPa. A MEMS mass flow sensor was mounted at the relay nozzle exit to guarantee high precision airflow rate during real-time data acquisition. The flow rate ranges from 0 to 50 L/min. Additionally, a pilot tube is mounted 15 mm from the exit of the relay nozzle. The airflow velocity range of the pilot tube ranges from 0 to 340 m/s. The dynamic and static pressure of the pilot tube were measured with pressure transducers, respectively. The voltage output range of all sensors is between 0.5 V and 4.5 V. The Siemens LMS data acquisition system collects information from airflow rate and pressure sensors, which convert analog voltage signals into digital signals.

5. Results and Discussion

5.1. Data Description

To obtain the mapping relationship between the structural parameters and the first objective (airflow speed) and the second objective (air consumption), the Latin Hypercube sampling (LHS) method was adopted to design samples, including 120 groups of auxiliary nozzles. The dataset was split into training, validation and test sets in a ratio of 7:3. Among them, the value range of inlet diameter D1 is [6, 12.0], straight pipe diameter D2 is [4, 10.0], exit diameter d is [0.8, 1.8], and the value range of α is [10°, 80°]. Table 1 lists the 10 groups of airflow speed (V) and air consumption (Q) data of various auxiliary nozzles.
As presented in Table 1, a comparative analysis of various auxiliary nozzles indicates that the airflow rate increases dramatically from 3.21 L/min to 27.38 L/min. An in-depth analysis of the airflow rates in each group indicates an obvious impact of the change in outlet diameter on the airflow rate. Especially, the airflow rate varies from 4.08 L/min to 10.36 L/min for the No.3 and No.4 relay nozzles. The variance in airflow rate between No.3 and No.4 auxiliary nozzles reveals that the outlet diameter of the relay nozzle is a critical parameter affecting the airflow rate. The airflow velocity increases dramatically from 92.9 m/s to 232.8 m/s for the No.2 relay nozzle and the No.9 relay nozzle. It illustrates the strong nonlinear relationship between the airflow velocity and high-dimensional structural parameters of the relay nozzle.

5.2. Optimization Hyperparameter of the Chebyshev KAN Model

All prediction tasks in this study were conducted on a desktop computer running the Windows 10 operating system. This device is equipped with an AMD EPYC 7702 64-Core Processor, 64 GB of RAM and an NVIDIA GeForce RTX 4080 SUPER GPU, providing substantial computational power for deep learning workloads. The surrogate model was implemented in Python 3.9.13 using the PyCharm 2025.1 integrated development environment. PyTorch 12.6 served as the primary deep learning framework for model development and training, while Keras was employed for implementing baseline neural network models for comparison. Each regression task was completed by the surrogate model in under 300 s, demonstrating its feasibility for real-time applications. To ensure numerical stability during training, all input features were normalized to the range [0, 1] using the Min-Max scaling method prior to training various surrogate models. This preprocessing step mitigates the adverse effects of widely varying feature scales, which can otherwise lead to unstable gradient updates and hinder convergence.
In this paper, four surrogate models—MLP, CNN, standard KAN and the proposed Chebyshev KAN were compared under the same evaluation conditions. The CNN model consists of two convolutional layers with a kernel size of two, containing 64 and 32 filters, respectively. It is trained for 100 epochs using the Adam optimizer with a learning rate of 0.01, a mini-batch size of 32, and a dropout rate of 0.2. The MLP model features an input dimension of four, followed by two shared fully connected layers with 64 neurons each. Each output task is handled by a dedicated head comprising two additional fully connected layers with 32 and one neuron(s), respectively. The GELU activation function is employed throughout. Training spans 200 epochs with Adam (learning rate: 3 × 10−4), batch size 32, and a dropout rate of 0.25. To enhance stability and generalization, layer normalization and gradient clipping are applied as regularization techniques.
Furthermore, the standard KAN model uses an input dimension of four and a hidden dimension width of 16, without a task-specific output head. It employs the SiLU activation function and is optimized with Adam(learning rate: 1 × 10−3) over 100 epochs, using a mini-batch size of 32. The proposed Chebyshev KAN shares the same training data and preprocessing, replacing the original B-spline activations with Chebyshev polynomial expansions, aiming to improve approximation accuracy—particularly under limited data regimes.
Figure 7 shows the convergence curves of the loss function corresponding to each iterative process for airflow velocity and air consumption. As seen from Figure 7a, the loss function associated with airflow velocity begins to converge steadily around the 40th iteration and reaches its minimal fitness value by the 50th iteration. Similarly, as shown in Figure 7b, the loss function for air consumption starts converging at approximately the 50th iteration and attains its optimal fitness value at the 80th iteration. Although the convergence for air consumption requires more iterations, the consistent downward trend without divergence underscores the robustness and reliability of the hyperparameter tuning procedure employed in the Chebyshev KAN surrogate model. Collectively, these results validate the effectiveness of the optimization framework in achieving both convergence stability and high-fidelity surrogate modeling across multiple output responses.

5.3. Comparative Experiment Analysis

The accuracy of the Chebyshev KAN surrogate models for predicting airflow velocity and air consumption was quantitatively assessed using three statistical metrics, including mean absolute error (MAE), root mean square error (RMSE) and the coefficient of determination (R2). These metrics provide a thorough assessment of performance in terms of peak error, average error, and overall correlation with the predicted data, respectively.
Table 2 lists three evaluation indicators of airflow velocity and air consumption in the test set. The conventional MLP model exhibits relatively poor predictive capability, with MAE 10.221 for airflow velocity and 3.502 for air consumption. Similarly, the CNN model yields substantial prediction errors, reporting MAE values of 8.856 and 3.348 for the two objectives, respectively. Furthermore, the Kolmogorov–Arnold Network (KAN) achieves an MAE of 8.431 for airflow velocity and 2.111 for air consumption, respectively. In contrast, the proposed Chebyshev KAN surrogate models achieve remarkable accuracy. The MAE values for the airflow velocity and air consumption are 0.103 and 0.115, respectively. The RMSE of Chebyshev KAN surrogate models is 0.047 for airflow velocity and 0.056 for air consumption, respectively. Additionally, the coefficient of determination (R2) values of 0.975 and 0.950 for the two objectives are very close to one. These results confirm the superior predictive accuracy and robustness of the proposed Chebyshev KAN surrogate models for multi-output aerodynamic response prediction.
Conventional deep learning models (MLP and CNN) exhibit high computational overhead, requiring 20.294 to 24.970 s for training and 2.538 to 3.013 ms/sample for inference. Standard KAN requires 11.565 s and 2.083 ms/sample, respectively. Among traditional models (Kriging, SVR, and RBF), Kriging performs best overall, offering balanced predictive accuracy and relatively fast inference (2.081 ms/sample); however, this group as a whole still requires 10.461 to 14.852 s to train and 2.081 to 2.450 ms/sample to infer. In contrast, the proposed Chebyshev KAN achieves remarkable superiority, demanding the shortest training time (9.495 s) and lowest inference latency (1.370 ms/sample). Under the same evaluation budget, the estimated end-to-end speedup over CFD reaches 2.1278 × 10 4   s , indicating a substantial reduction in computational cost with preserved predictive quality. This confirms its exceptionally lightweight architecture, providing the rapid evaluation speeds critical for high-dimensional multi-objective aerodynamic optimization without compromising accuracy.
Figure 8 illustrates a comparative line graph of the predicted versus actual airflow velocity obtained by four surrogate models: MLP, CNN, standard KAN, and Chebyshev KAN. The deviation between the predicted values and actual values can be clearly distinguished among various models. As shown in Figure 8a, the MLP model exhibits significant deviations between its predictions and actual values with the experimental apparatus, particularly in regions with sharp velocity gradients. This suggests that the MLP struggles to generalize well to prediction accuracy under limited training data. As seen in Figure 8b, the CNN model demonstrates improved prediction accuracy but still suffers from relatively large fluctuation amplitudes at peak velocity. Figure 8c illustrates the standard KAN model that produces obvious discrepancies in velocity valley regions. These biases suggest the B-spline series introduces insufficient resolution in regions of high-velocity gradient, leading to underfitting. Figure 8d illustrates that the Chebyshev KAN model achieves markedly superior alignment between predicted and actual airflow velocities. The deviation is minimal across the entire domain, with near-perfect tracking of both peak and valley structures. This high fidelity stems from the replacement of B-spline activations with Chebyshev polynomial expansions, which offer several critical advantages: suppression of Runge’s phenomenon—by clustering basis function nodes near interval endpoints, they effectively mitigate oscillatory behavior commonly observed with high-degree polynomial interpolation.
Figure 9 presents the regression scatter plot of predicted airflow velocity values on the test set for the MLP, CNN, original KAN, and the proposed Chebyshev KAN models. In each subplot in Figure 9, the diagonal line represents perfect prediction, while the upper and lower dashed lines delimit an acceptable error margin of ± 8   m / s around the true airflow velocity. As shown in Figure 9a,b, the scatter points of both the MLP and CNN models exhibit substantial deviations from the diagonal, with a significant portion of predictions falling outside the ± 8   m / s error band. This indicates limited modeling capacity and poor generalization performance for these deep learning architectures in capturing complex, high-dimensional features, and multiple objectives. As seen in Figure 9c, the majority of KAN predictions cluster more closely around the diagonal, suggesting enhanced fitting capability and better prediction accuracy compared to MLP and CNN. In Figure 9d, the most compelling performance is observed by the Chebyshev KAN models. Here, the scatter points are even more tightly concentrated along the diagonal, with nearly all predictions residing well within the prescribed error tolerance. This demonstrates not only superior regression accuracy but also exceptional robustness and generalization, particularly given the relatively small size of the training dataset. The results consistently affirm that Chebyshev KAN achieves the best balance among fitting precision, error control, and generalization ability. The underlying reason for this superior performance lies in the expressive power of the Chebyshev polynomial employed in Chebyshev KAN as the activation function. Unlike fixed nonlinearities in traditional neural networks or even the spline series in standard KAN, Chebyshev expansions provide a spectrally orthogonal and numerically stable basis for approximating high-dimensional, nonlinear mappings.
Figure 10 presents the line plots comparing the predicted and actual air consumption values for MLP, CNN, standard KAN, and Chebyshev KAN models. As shown in Figure 10a, the MLP model exhibits substantial prediction errors on the test set. Its output frequently diverges from the true values, accompanied by fluctuations that indicate poor stability and capacity to fit high-dimensional input features and air consumption response with a limited-size training dataset. As seen in Figure 10b, the CNN model has the ability to extract local spatial features. However, there are obvious discrepancies between the prediction peak value and the actual values of the CNN model. As seen in Figure 10c, the standard KAN model demonstrates improved performance relative to MLP and CNN, but still suffers from inaccuracies. In particular, several predicted peak values deviate significantly from their true values. The errors suggest that KAN’s learnable activation functions enhance expressivity over fixed nonlinearities; they may still lack sufficient regularization to fully capture sharp transitions on the peak values. In contrast, as shown in Figure 10d, the Chebyshev KAN model achieves remarkable alignment between predicted and actual values of air consumption. Both peak and valley values are accurately tracked with minimal amplitude distortion, indicating strong fitting capabilities and high precision. The superior performance underscores Chebyshev KAN model enhanced representational ability, by leveraging orthogonal basis functions with favorable approximation properties. Thereby, the Chebyshev KAN can efficiently capture intricate structural features and nonlinear dependence with limited training data.
Figure 11 shows the regression scatter plots of prediction and actual air consumption values on the test set using MLP, CNN, standard KAN, and Chebyshev KAN models. The regression scatter illustrates the fitting ability of various models for high-dimensional nonlinear input features and outputs. In each subplot in Figure 11, the diagonal line represents perfect prediction, while the upper and lower dashed lines delimit an acceptable error margin of ± 2   L / m i n around the true air consumption. As shown in Figure 11a, most predicted points of the MLP model are significantly deviated from the diagonal, with dispersed density, and RMSE exceeds 3.502, and the determination coefficient R2 for MLP is only 0.72, indicating poor prediction performance. As shown in Figure 11b, the scatter points of CNN models further concentrate towards the diagonal, with RMSE lower than 2.046. As shown in Figure 11c, the determination coefficient R2 for KAN exceeds 0.907, notably higher than that of MLP and CNN. As seen in Figure 11d, the Chebyshev KAN model shows a high degree of linear correlation between the predicted values and the actual values, with the scatter points highly concentrated near the diagonal, especially in the middle range, where the fitting effect is the most significant. The determination coefficient of Chebyshev KAN is R2 = 0.950, indicating that the overall predicted values are along with actual values, and the deviation degree is small; RMSE = 0.056, further verifying its strong advantage in error control and demonstrating extremely low prediction errors. This study systematically compared several mainstream models in prediction air consumption of the relay nozzle. The results confirm that the Chebyshev KAN surrogate model has advantages in nonlinear high-dimensional MO regression tasks, offering controlled approximation errors.
Figure 12 presents the prediction errors for airflow velocity and air consumption across different surrogate models. In each subplot, the vertical bars denote the standard deviation (SD) of the predictions, while scattered points illustrate the residuals between the actual values and the predicted values on the test set. In the Figure 12, the squares represent the arithmetic mean of predicted data in the testing data set. The horizontal line within the box represents the median of the predicted data. The upper and lower boundaries of the box represent the upper quartile and the lower quartile respectively. The height of the box denotes the interquartile range (IQR).Whiskers typically represent the data range. A statistical evaluation of the prediction results in testing sets, highlighting the uncertainties across different models. For the airflow velocity as shown in Figure 12a, the scattered points of all models follow a normal distribution. The maximum absolute deviations of airflow velocity are 22.52 m/s, 17.1 m/s, 16.8 m/s and 15.8 m/s for the MLP, CNN, standard KAN, and Chebyshev KAN models, respectively. Correspondingly, their standard deviations are 8.970, 8.266, 7.628, and 5.012 for the MLP, CNN, standard KAN, and Chebyshev KAN models, respectively. Notably, the residuals of the Chebyshev KAN model are more tightly concentrated around the mean, indicating significantly lower uncertainty and higher fidelity in predicting airflow velocity. Regarding air consumption as shown in Figure 12b, the standard deviation values for MLP, CNN, standard KAN, and Chebyshev KAN models are 3.259, 3.162, 1.786, and 1.112, respectively. Chebyshev KAN surrogate model achieves the narrowest error band for air consumption, underscoring its superior predictive accuracy. This improvement stems from its use of Chebyshev polynomial expansions, which enhance approximation capability while mitigating overfitting, thereby yielding more precise and robust predictions.

5.4. Results on ZDT and WFG Functions from CEC 2020

To evaluate the effectiveness of the Improved Multi-objective Red-billed Blue Magpie Optimizer (IMORBMO) in addressing real-world engineering application challenges, the proposed IMORBMO was tested on a suite of widely recognized benchmark problems from the CEC 2020 [27]. Among these, the ZDT and WFG were selected due to the ability to represent a broad spectrum of multi-objective scenarios ranging from simple convex fronts to non-convex, discontinuous, and deceptive landscapes. These benchmark functions are bi-objective, nonlinear, and feature well-defined yet diverse Pareto-optimal fronts, making these functions ideal for assessing both convergence accuracy and solution diversity. Specific details can be found in the relevant literature [28].
The performance of the proposed IMORBMO was evaluated against five state-of-the-art multi-objective metaheuristics: MOEAD [21], MOWOA [22], MODBO [23], MODA [24], and MORBMO [25]. To ensure a fair and comprehensive comparison, six multi-objective algorithms were tested with identical settings: a population size of 100, a maximum of 500 iterations, and an external archive(repository) capacity of 100 solutions. Accounting for the inherent stochasticity of metaheuristic algorithms, each algorithm was executed independently over 20 runs to yield statistically reliable results. The mean value (fmean) and standard deviation(fstd) were adopted as the primary indicators, as commonly used for assessing consistency and robustness.
Table 3 illustrates the statistical results of the inverted generational distance (IGD) metric for the proposed IMORBMO algorithm in comparison with MOEAD, MOWOA, MODBO, MODA, and MORBMO algorithms. On ZDT1, IMORBMO achieves the optimal performance, yielding a mean IGD value(fmean) of 2.746 × 10−3 and the lowest standard error(fstd) of 1.581 × 10−3, indicating high accuracy. On ZDT2 and ZDT3 functions, IMORBMO achieves the smallest mean IGD value(fmean) of 3.452 × 10−3 and 3.393 × 10−3, respectively. The IGD metrics of IMORBMO are basically better than those of other algorithms. The IGD results demonstrate that IMORBMO delivers superior and competitive performance across the tested benchmark functions. This reflects its enhanced ability to balance convergence toward the true Pareto front and maintain solution diversity. Notably, on WFG2, WFG3 and WFG4 test problems, IMORBMO also obtains the lowest mean IGD value along with the smallest standard deviation, excellent in handling nonlinearity, bias, and degenerate Pareto fronts. Such performance is particularly valuable in real-world applications such as aerodynamic design optimization, where problems involve a high-dimensional nonlinear search space and multiple conflicting objects.
Table 4 illustrates the hypervolume (HV) metric results derived from all compared MO algorithms on ZDT and WFG benchmark suites. The HV indicator provides a unified measure of both convergence and solution diversity. A large HV value usually means that the algorithm can better approximate and cover the true PF, indicating not only proximity to the true Pareto front but also broad convergence across objective space. IMORBMO achieves the highest mean HV metric on ZDT1, ZDT2 and ZDT3, demonstrating superior performance in capturing both convex and non-convex PF geometrics. Moreover, it exhibits consistently low standard deviations, indicating high solution stability across independent runs. It is clear that the proposed IMORBMO effectively balances convergence and solution diversity.
On the WFG2-WFG4 test problem, IMORBMO also outperforms the above-mentioned algorithms in terms of HV, further validating its capability to handle scalable, high-dimensional, and structurally complex landscapes. This consistent advantage stems from its integration of an adaptive mutation mechanism with the search strategies of the RBMO, inspired by the red-billed blue magpie’s foraging behaviors. This adaptive mutation strategy dynamically adjusts exploration intensity based on population distribution and evolutionary progress, enhancing local exploitation near the Pareto front.
Table 5 illustrates the generational distance (GD) results obtained by all compared MO algorithms on the ZDT and WFG benchmark suites. On ZDT1, IMORBMO achieves the lowest mean GD value of 4.091 × 10−3, accompanied by the smallest standard error of 2.081 × 10−4. On ZDT2 and ZDT3, IMORBMO attains the smallest mean GD value of 4.161 × 10−3 and 1.561 × 10−3, respectively. In WFG cases, IMORBMO also has the mean GD value 1.624 × 10−3, 1.321 × 10−4 and 5.225 × 10−3 for WFG2, WFG3, and WFG4, respectively. The standard deviations of IMORBMO are consistently lower than those of the MOEAD, MOWOA, MODBO, MODA and MORBMO. These results highlight the effectiveness of adaptive mutation strategies based on information entropy. This superior performance stems from IMORBMO’s dynamic selection probability that prioritizes individuals with low rank and strong diversity contributions. Moreover, this dynamic mutation scheme enhances population exploration while escaping local optima. In contrast, the original MORBMO is prone to premature convergence and suboptimal solutions. It is evident that the IMORBMO outperformed the mentioned MO algorithms with superior trade-off balance and Pareto-optimal sets exploration ability.
Figure 13 shows the best Pareto front of all considered MO algorithms on the ZDT test functions. ZDT1 represents a convex Pareto front, and ZDT2 is a non-convex front. As seen in Figure 13, the ZDT1 function is characterized by a concentration of points within a small range close to the boundary of f 2 x = 0 , and most of them are out of the correct lower bound f 1 x = 0 . On the ZDT1 function, the IMORBMO achieves a closer convergence to the curves of true Pareto fronts compared to other algorithms. On ZDT2, the IMORBMO exhibits superior uniformity and accuracy across the entire Pareto front. The Pareto front obtained by the IMORBMO is maximized for each target, with a broad spectrum of values covered by non-dominated solutions. On the disconnected function ZDT3, the IMORBMO also performs the strongest convergence performance, producing uniformly distributed solutions and the highest accuracy along the true Pareto fronts. However, the Pareto front was disrupted by the MORBMO, MOWOA and MODA, and was sparse in some regions on the ZDT2. Moreover, MODA has difficulties evolving well-distributed trade-off fronts on the ZDT1, ZDT2 and ZDT3 functions.
Figure 14 presents the Pareto-front approximations obtained by the compared algorithms on representative WFG instances- namely, WFG2, WFG3 and WFG4. The WFT test function is intended to assess the MO algorithm′s capability to solve highly intricate and nonlinear problems. As shown in Figure 14, the IMORBMO demonstrates superior performance across the WFG suite, which is designed to evaluate algorithms under highly nonlinear and geometrically complex Pareto fronts. On WFG2, the Pareto front exhibits oscillatory characteristics. Particularly, the IMORBMO closely follows the overall shape of the true value with significant deviations that other compared MO algorithms, indicating enhanced convergence. On WFG3, the solutions produced by IMORBMO nearly coincide with the true Pareto front, reflecting high accuracy. On WFG4, the IMORBMO produces smooth and accurate solutions along the true Pareto front, maintaining a uniform solution distribution. In contrast, IMORBMO yields a solution set with inadequate diversity and poor uniformity on the WFG3 and WFG4. MOWOA also exhibits insufficient diversity and uniformity on the WFG3 and WFG4, and the MODA algorithms show noticeable deviations on the WFG2 and WFG3 functions.
These results suggest that IMORBMO is effective in handling irregular and shape-complex Pareto fronts, with a notable ability in preventing solution dispersion away from the target manifold. Moreover, the IMORBMO achieves a favorable balance between convergence and diversity in optimizing multiple conflicting objectives. This superior performance can be attributed to its adaptive mutation mechanism, which dynamically updates the population to enhance global exploration while avoiding getting trapped in local optima. Consequently, IMORBMO effectively preserves solution diversity and yields the closest approximation to the true Pareto front among all compared approaches.

5.5. Optimization of the Aerodynamic Performance of Relay Nozzle

This subsection presents an application of IMORBMO integrating a Chebyshev KAN surrogate model for aerodynamic design of the relay nozzle. In consideration of the conflict between two objective functions, the design must strike a compromise between maximum airflow velocity and minimum air consumption of the relay nozzle.
The temporal evolution of both population entropy and adaptive mutation strength was monitored throughout the optimization process. As illustrated in Figure 15, the trajectory exhibits a distinct pattern, an initial transient phase characterized by rapid fluctuation, followed by a quasi-stationary regime marked by bonded, low-amplitude oscillations. This behavior provides empirical evidence that the mutation strength is dynamically modulated by information entropy. Specifically, the stabilization of mutation strength coincides with the convergence of population diversity, suggesting an effective feedback mechanism that balances exploration and exploitation as the search progresses.
Figure 16 depicts the iterative convergence curves for the IMORBMO and MORBMO algorithms integrated with the Chebyshev KAN surrogate model. As shown in Figure 16a, the airflow velocity converges to 228.3 m/s using IMORBMO, initiating at the eighth iteration and stabilizing by the 15th. In contrast, the MORBMO algorithm converges to 227.1 m/s, starting at the 10th iteration and stabilizing by the 20th. As shown in Figure 16b, regarding air consumption, IMRBMO achieves a minimal value of 11.1 L/min at the 25th iteration, whereas MORBMO reaches a minimum value of 11.2 L/min at the 28th iteration. Although the convergence for air consumption requires more iterations, the consistent divergence efficiency underscores the robustness of the Chebyshev KAN surrogate model. Collectively, IMORBMO demonstrates a superior capacity for global exploration across both objectives compared to MORBMO. These results validate the framework’s effectiveness in ensuring stable convergence and high-fidelity predictions.
To rigorously quantify the individual and synergistic contributions of the proposed IMORBMO and Chebyshev KAN framework, we conducted a comprehensive ablation study evaluating the quality of Pareto fronts across four configurations. Figure 17 illustrates the Pareto fronts obtained by the standard KAN integrated with the original MORBMO, compared against the proposed improvements. As depicted in Figure 17a, the baseline framework utilizing the standard KAN and original MORBMO, which exhibits an uneven distribution of solutions and the coverage of the Pareto front is limited to 22 L/min. In Figure 17b, the Pareto front was solved based on IMORBMO and Chebyshev KAN. Here, the integration of Chebyshev KAN rectifies the high-dimensional mapping accuracy, improving the prediction accuracy. As depicted in Figure 17c, the Pareto front generated by the standard KAN integrated with IMORBMO demonstrates that IMORBMO significantly improves population diversity, resulting in a more uniform distribution. Figure 17d presents the Pareto front obtained by the dual-improvement framework, which synergistically combines IMORBMO and Chebyshev KAN. This integrated approach merges the high-fidelity fitness landscape of Chebyshev KAN with the robust global search capability of IMORBMO, generating the most continuous and optimal Pareto front. Consequently, the trade-off curve is shifted closest to the ideal upper-left region. This comparative analysis robustly verifies that both components are indispensable and jointly contribute to the final aerodynamic optimization of the relay nozzle. In addition, the Spacing metric for MORBMO and the standard KAN surrogate model is 0.3590. MORBMO combined with Chebyshev KAN achieves a value of 0.3736, while IMORBMO combined with standard KAN yields 0.5728. IMORBMO combined with Chebyshev KAN yields 0.6087.
To quantitatively analyze the distribution characteristics and solution uniformity of the Pareto front, three representative solutions were selected based on varying TOPSIS [29] preference weights (balancing airflow velocity and air consumption) and validated via high-fidelity CFD simulations. In Figure 18a, the preference weights for airflow velocity and air consumption were set to 0.35 and 0.65, respectively. The red circle denotes the compromise solution identified by the IMORBMO algorithm on the Pareto front. According to the Pareto front and TOPSIS analysis, this optimal alternative achieves the minimum air consumption of 11.8 L/min, while the airflow velocity reaches 175.5 m/s. In Figure 18b, the maximum airflow velocity at the 15 mm cross-section area along the exit is 173.1 m/s, and air consumption is 11.5 L/min, utilizing CFD simulation. The simulation results are in excellent agreement with the prediction results obtained from the IMORBMO framework and TOPSIS decision-making technique. In Figure 18c, the weights for airflow velocity and air consumption were adjusted to 0.70 and 0.30, respectively. The corresponding optimal relay nozzle exhibits a medium air consumption of 16.1 L/min, with the airflow velocity increasing to 210.2 m/s. In Figure 18d, the maximum airflow velocity is 208.9 m/s, and air consumption is 15.8 L/min using CFD simulation. In Figure 18e, the weights for airflow velocity and air consumption were set to 0.9 and 0.1. The optimal alternative demonstrates the maximum air consumption of 21.7 L/min, while the airflow velocity achieves the maximum value of 223.1 m/s. In Figure 18f, the maximum airflow velocity at 15 mm cross-section is 220.8 m/s and air consumption is 21.5 L/min. This not only intuitively reveals the physical trade-off between airflow velocity and air consumption in relay nozzle design but also fully validates the high accuracy and decision-making flexibility of the surrogate model and developed IMORBMO multi-objective optimization framework in practical engineering applications.
Figure 19 depicts the steady-state velocity contour on the symmetry plane for both the baseline and optimized relay nozzles. These simulations were performed using Ansys Fluent 2025.R2. The baseline relay nozzle features an outlet diameter (d) of 1.6 mm, an inlet diameter (D1) of 8.8 mm, a straight pipe diameter of 5.6 mm, and a spray angle of 30°. The three-dimensional fluid domain was modeled in SolidWorks 2023, followed by mesh generation and boundary condition definition in ANSYS ICEM 2025.R2. A high-quality hexahedral structured grid was generated for spatial discretization. No-slip wall boundary conditions were applied to the relay nozzle surfaces, with an inlet pressure of 0.3 MPa and outlet pressure of 101,325 Pa. Subsequently, the Reynolds-Average Navier–Stokes equations (RANS) were solved with the kω turbulent model under steady-state conditions, utilizing the Fluent solver. To ensure rigorous comparability between the two cases, identical mesh topologies and Fluent solver parameters were maintained. Convergences were achieved when the residuals for all governing equations fell below the prescribed thresholds. As illustrated in Figure 19, the geometric parameters of the relay nozzle have a significant impact on the steady-state flow field distribution. The jet core is clearly separated from the ambient air by a surrounding mixing layer. The jet core length of the baseline relay nozzle is approximately 10 mm, whereas that of the optimized design extends to about 20 mm, demonstrating a significant increase. This improvement of the jet core in the optimized relay nozzle can be attributed to two key geometric modifications: a reduced outlet diameter and a convergent taper angle. These changes promote stronger clustering of the jet and enhance the velocity of the jet. Consequently, the optimized geometry of the relay nozzle leads to a higher velocity than the baseline type of relay nozzle. The CFD simulation results validate the effectiveness of the proposed data-driven optimization framework in enhancing the airflow velocity of the relay nozzle.
Figure 20 compares the axial velocity of the baseline and optimized relay nozzles obtained from CFD simulation. As shown in Figure 20, the maximum axial velocity is 217.9 m/s for the original relay nozzle, whereas the optimized design achieves a peak value of 240.0 m/s— an improvement of 10.5%. This enhancement is attributed to the optimization of geometric parameters that were obtained with the IMORBMO algorithm based on the Chebyshev KAN surrogate model. Across the axial velocity, the optimized nozzle consistently exhibits a higher axial velocity magnitude compared to the baseline. The airflow velocity accelerates to a peak value at the exit of the relay nozzle, followed by a gradual decay with increasing axial distance. Notably, the air consumption decreases from 20.2 L/min in the original type to 17.5 L/min in the optimized relay nozzle—an improvement of 15.4%. This demonstrates that the optimized version not only enhances airflow velocity but also improves energy efficiency, making the design more suitable for practical engineering.

6. Conclusions

This paper presents a data-driven framework that integrates a Chebyshev KAN surrogate model with an Improved Multi-objective Red-billed Blue Magpie Optimizer (IMORBMO), specifically designed to address high-dimensional, multi-objective aerodynamic optimization design problems. To accelerate the design cycle and reduce computational cost, the Chebyshev KAN surrogate model is constructed to map the geometric parameter of the relay nozzle to key performances, namely, airflow velocity and air consumption. To verify its accuracy and effectiveness, the Chebyshev KAN model is compared with conventional MLP, CNN and standard KAN models. Results demonstrate that the Chebyshev KAN surrogate model achieves significantly higher prediction accuracy while reducing the number of CFD simulations by approximately 85%. Furthermore, IMORBMO was developed utilizing an adaptive mutation mechanism and Prey-capture strategy of the Red-billed Blue Magpie algorithm, which together promote solution diversity, convergence, and ensure uniform distribution along the Pareto front. The performance of IMORBMO was rigorously evaluated on widely used ZDT and WFG benchmark suites, with comparisons of five state-of-the-art multi-objective optimizers: MOEAD, MOWOA, MODBO, MODA and MORBMO. The statistical metrics IGD, HV and GD are used to evaluate convergence, diversity, and overall solution quality. Finally, the proposed framework is applied to the aerodynamic design of a relay nozzle in an air jet loom.
The main outcomes of this article are as follows:
(1)
A Chebyshev KAN surrogate model is proposed for fitting the relationship between high-dimensional structural parameters and multiple output objectives of airflow velocity and air consumption. For predicting the airflow velocity of the relay nozzle, the Chebyshev KAN achieves a coefficient of determination ( R 2 ) of 0.975, a mean absolute error (MAE) of 0.103, and a root mean square error (RMSE) of 0.047. For predicting the air consumption of the relay nozzle, the Chebyshev KAN yields an exceptional predictive performance, with a coefficient of determination ( R 2 ) of 0.950, a mean absolute error (MAE) of 0.115, and a root mean square error (RMSE) of 0.056
(2)
For ZDT and WFG problems, IMORBMO demonstrates strong performance, with the lowest IGD and GD metrics and the highest HV metrics. Compared with the state-of-the-art algorithms, IMORBMO exhibits superior convergence, diversity, and uniformity in the convex, non-convex and nonlinear discontinuous Pareto fronts. These results highlight IMORBMO is effective, stable, and reliable in addressing complex trade-offs among multiple conflicting objectives.
(3)
The integration of Chebyshev KAN and IMORBMO creates a robust framework for aerodynamic design of the relay nozzle. The optimal aerodynamic performance was achieved at a maximum airflow velocity of 240.0 m/s and air consumption of 17.5 L/min. The corresponding optimal structural parameters are as follows: input diameter (D1) of 7.6 mm, the straight pipe diameter of 5.8 mm, the outlet diameter of 1.7 mm and spray angle of 40°.
Building on the findings, the proposed data-driven optimization framework is excellent in solving multi-objective optimization problems like aerodynamic design in textile components. Further investigation is warranted to assess the applicability of the proposed framework to more complex scenarios, including higher-dimensional input features and more complex engineering designs incorporating nonlinear constraints.

Author Contributions

Conceptualization, M.S.; methodology, L.D.; software, Z.Z. and D.Z.; resources, M.S.; visualization, Z.Z.; formal analysis, G.Q.; investigation, G.Q.; validation, D.Z.; data curation, D.Z.; writing—original draft, M.S. and Z.Z.; writing—review and editing, L.D.; supervision, L.Y.; project administration, L.Y.; funding acquisition, M.S. All authors have read and agreed to the published version of the manuscript.

Funding

This project is supported by the Chinese National Science Foundation (Grant No. 51505344, 11872048), the Shandong Province key research and development plan projects refer to major Science and Technology Innovation Engineering (2024CXGC010215), the Project of Outstanding Young and Middle-aged Scientific and Technological Innovation Team in Universities of Hubei Province (No. T2022015) and Hubei Key Laboratory of Digital Textile Equipment Open Subjects (No. 2020001).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The source code of IMORBMO and data are available at https://github.com/Wuse-MM/mo (accessed on 1 April 2026).

Acknowledgments

This paper has no additional acknowledgments beyond those listed in the author contributions or funding sections.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
CFDComputational Fluid Dynamics
Chebyshev KANChebyshev Kolmogorov–Arnold Network
CNNConvolutional Neural Network
GDGenerational Distance
HVHypervolume
IGDInverted Generational Distance
IMORBMOImproved Multi-objective Red-billed Blue Magpie Optimizer
KANKolmogorov–Arnold Network
MAEMean Absolute Error
MLPMultilayer Perceptron
MOMulti-Objective
MODAMulti-Objective Dragonfly Algorithm
MODBOMulti Objective Dung Beetle Optimizer
MOEADMulti-objective Evolutionary Algorithm based on Decomposition
MORBMOMulti-objective Red-billed Blue Magpie Optimizer
MOWOAMulti-objective Whale Optimization Algorithm
PFPareto front
RANSReynolds-Average Navier–Stokes equations
RMSERoot Mean Square Error
WFGWalking Fish Group test suite
ZDTZitzler-Deb-Thiele test suite

References

  1. Dong, G.; Zhang, D.; Yue, J.; Wu, L.; Han, L.; Zhang, Z.; Qian, X. Progress of air flow field and fiber motion analysis in textile manufacturing process: A review. Text. Res. J. 2024, 94, 1581–1612. [Google Scholar] [CrossRef]
  2. Messiry, M.E.; Mohamed, A. Numerical study of flows for slub yarn transmission in an air jet. Text. Res. J. 2023, 93, 242–254. [Google Scholar] [CrossRef]
  3. Adámek, K. Numerical modelling of air flow in air jet weaving system. Int. J. Polym. Mater. Polym. Biomater. 2000, 47, 613–623. [Google Scholar] [CrossRef]
  4. Belforte, G.; Mattiazzo, G.; Testore, F.; Visconte, C. Experimental investigation on air-jet loom sub-nozzles for weft yarn insertion. Text. Res. J. 2011, 81, 791–797. [Google Scholar] [CrossRef]
  5. Delcour, L.; Langenhove, L.V.; Degroote, J. Towards simulation of force and velocity fluctuations due to turbulence in the relay nozzle jet of an air jet loom. Text. Res. J. 2021, 91, 990–1008. [Google Scholar] [CrossRef]
  6. Xiao, S.; Shen, M.; Yang, Q.; Wang, Z.; Zhou, J.C. Characteristics of instantaneous intersecting airflow from main nozzle and various relay nozzles in an air jet loom. J. Text. Inst. 2024, 115, 1701–1713. [Google Scholar] [CrossRef]
  7. Alhousni, F.K.; Nwokolo, S.C.; Meyer, E.L.; Alsenani, T.R.; Alhinai, H.A.; Ahia, C.C.; Okonkwo, P.C.; Ahmed, Y.E. Multi-scale computational fluid dynamics and machine learning integration for hydrodynamic optimization of floating photovoltaic systems. Energy Inform. 2025, 8, 103. [Google Scholar] [CrossRef]
  8. Xi, D.; Chen, S.; Xiao, G.; Wang, Y.; Wang, Q.; Sun, X.; Long, W. Comprehensive performance improvement of methanol/diesel dual-fuel engines using multi-physics field coupling simulation and surrogate-assisted many-objective optimization. Energy 2025, 340, 139185. [Google Scholar] [CrossRef]
  9. Wang, C.; Li, J.; Wu, Z.; Sun, J.H.; Ma, S.; Zhao, Y. A surrogate modeling method for large-scale flow field prediction based on locally optimal shape parameters. Aerosp. Traffic Saf. 2025, 2, 1–9. [Google Scholar] [CrossRef]
  10. Liu, X.; Yang, S.; Sun, H.; Wang, Z.; Guan, X.; Gu, Y.; Wang, Y. Review of deep learning-based aerodynamic shape surrogate models and optimization for airfoils and blade profiles. Phys. Fluids 2025, 37, 046111. [Google Scholar] [CrossRef]
  11. Keshtiban, M.M.; Roozbehi, A.R.; Fathi, M.; Targhi, M.Z.; Heyhat, M.M. Experimental validation and machine learning assisted multi-objective optimization of variable cross-section channels in turbulent jet impingement cooling systems. Appl. Therm. Eng. 2025, 278, 127297. [Google Scholar] [CrossRef]
  12. Esfahanian, V.; Izadi, M.J.; Bashi, H.; Ansari, M.; Tavakoli, A.; Kordi, M. Aerodynamic shape optimization of gas turbines: A deep learning surrogate model approach. Struct. Multidiscip. Optim. 2024, 67, 2. [Google Scholar] [CrossRef]
  13. Qiu, X.; Mao, Y.; Wang, B.; Xia, Y.; Liu, Y. Spatial–temporal prediction model for unsteady near-wall flow around cylinder based on hybrid neural network. Comput. Fluids 2024, 284, 106420. [Google Scholar] [CrossRef]
  14. Guo, Z.; Li, G.; Chen, Y.; Song, L.; Li, J.; Feng, Z. Knowledge transfer accoladed turbine blade optimization via a sample-weighted variational autoencoder. Aerosp. Sci. Technol. 2024, 149, 108998. [Google Scholar] [CrossRef]
  15. Sofos, F.; Drikakis, D. A review of deep learning for super-resolution in fluid flows. Phys. Fluids 2025, 37, 041303. [Google Scholar] [CrossRef]
  16. Liu, Z.; Wang, Y.; Vaidya, S.; Ruehle, F.; Halverson, J.; Soljačić, M.; Hou, T.Y.; Tegmark, M. KAN: Kolmogorov-arnold networks. arXiv 2024, arXiv:2404.19756. [Google Scholar] [CrossRef]
  17. Lu, X.; Gong, X.; Chen, Y. GDKansformer: A group-wise dynamic Kolmogorov-Arnold transformer with multi-view gated attention for pathological image diagnosis. Expert Syst. Appl. 2025, 286, 127978. [Google Scholar] [CrossRef]
  18. Guo, C.; Sun, L.; Li, S.; Yuan, Z.; Wang, C. Physics-informed Kolmogorov–Arnold network with Chebyshev polynomials for fluid mechanics. Phys. Fluids 2025, 37, 095120. [Google Scholar] [CrossRef]
  19. Wang, W.; Dong, H.; Wang, P.; Wang, X.; Jiang, Y.; Lu, J. Data-driven multidisciplinary and multi-objective optimization with a cooperative constraint-handing mechanism. Eng. Optim. 2025, 58, 887–933. [Google Scholar] [CrossRef]
  20. Chen, J.; Wu, B.; Zhu, X.; Yang, C.; Huang, X.; Dai, Y. Multi-objective optimization of air-oil two-phase flow for helicopter planetary gear bearings based on the Kriging surrogate model and NSGA-II algorithm. Eng. Appl. Comput. Fluid. Mech. 2025, 19, 2559098. [Google Scholar] [CrossRef]
  21. Yang, Z.; Qiu, H.; Gao, L.; Chen, L.; Liu, J. Surrogate-assisted MOEA/D for expensive constrained multi-objective optimization. Inf. Sci. 2023, 639, 119016. [Google Scholar] [CrossRef]
  22. Makhadmeh, S.N.; Kassaymeh, S.; Rjoub, G. Recent advances in multi-objective whale optimization algorithm, its versions and applications. J. King Saud Univ. Comput. Inf. Sci. 2025, 37, 200. [Google Scholar] [CrossRef]
  23. Wu, W.; Tian, L.; Wu, J.; Lin, L. Multi-objective dung beetle optimization algorithm: A novel algorithm for solving complex multi-objective optimization problems. PLoS ONE 2025, 20, e0331713. [Google Scholar] [CrossRef] [PubMed]
  24. Hadelu, L.M.; Noorpoor, A.; Boyaghchi, F.A. Assessment and multi-objective dragonfly optimization of utilizing flash tank vapor injection cycle in a new geothermal assisted-pumped thermal energy storage system based on transcritical CO2 cycle. J. Energy Storage 2024, 88, 111628. [Google Scholar] [CrossRef]
  25. Ouyang, K.; Wei, D.; Fu, S.; Gu, S.; Sha, X.; Yu, J.; Heidar, A.A.; Cai, Z.; Chen, H. Multi-objective red-billed blue magpie optimizer: A novel algorithm for multi-objective UAV path planning. Results Eng. 2025, 27, 106785. [Google Scholar] [CrossRef]
  26. Fu, S.; Li, K.; Huang, H.; Ma, C.; Fan, Q.; Zhu, Y. Red-billed blue magpie optimizer: A novel metaheuristic algorithm for 2D/3D UAV path planning and engineering design problems. Artif. Intell. Rev. 2024, 57, 134. [Google Scholar] [CrossRef]
  27. Ye, M.; Zhou, H.; Yang, H.; Hu, B.; Wang, X. Multi-Strategy Improved Dung Beetle Optimization Algorithm and Its Applications. Biomimetics 2024, 9, 291. [Google Scholar] [CrossRef] [PubMed]
  28. Zhang, Y.; Li, J.; Ma, H.; Su, Z.; Wu, J. MIWOA: A multi-strategy improved whale optimization algorithm with hybrid perturbation for engineering optimization. Expert Syst. Appl. 2026, 302, 130245. [Google Scholar] [CrossRef]
  29. Nafei, A.; Azizi, S.P.; Edalatpanah, S.A.; Huang, C.Y. Smart TOPSIS: A neural Network-Driven TOPSIS with neutrosophic triplets for green supplier selection in sustainable manufacturing. Expert Syst. Appl. 2024, 255, 124744. [Google Scholar] [CrossRef]
Figure 1. Schematic of the Chebyshev KAN surrogate model.
Figure 1. Schematic of the Chebyshev KAN surrogate model.
Biomimetics 11 00282 g001
Figure 2. Geometric models of the relay nozzles.
Figure 2. Geometric models of the relay nozzles.
Biomimetics 11 00282 g002
Figure 3. Diagram for convergence, diversity, and distribution performance of the MO algorithm.
Figure 3. Diagram for convergence, diversity, and distribution performance of the MO algorithm.
Biomimetics 11 00282 g003
Figure 4. Flowchart of IMORBMO using an adaptive mutation mechanism based on the information entropy.
Figure 4. Flowchart of IMORBMO using an adaptive mutation mechanism based on the information entropy.
Biomimetics 11 00282 g004
Figure 5. 3D printing models of the relay nozzles.
Figure 5. 3D printing models of the relay nozzles.
Biomimetics 11 00282 g005
Figure 6. Airflow speed and air flow rate acquisition system.
Figure 6. Airflow speed and air flow rate acquisition system.
Biomimetics 11 00282 g006
Figure 7. Loss function with iterations for airflow velocity and air consumption.
Figure 7. Loss function with iterations for airflow velocity and air consumption.
Biomimetics 11 00282 g007
Figure 8. Prediction results of airflow velocity using various models.
Figure 8. Prediction results of airflow velocity using various models.
Biomimetics 11 00282 g008aBiomimetics 11 00282 g008b
Figure 9. Regression plot of airflow velocity using various models.
Figure 9. Regression plot of airflow velocity using various models.
Biomimetics 11 00282 g009aBiomimetics 11 00282 g009b
Figure 10. Prediction results of air consumption using different surrogate models.
Figure 10. Prediction results of air consumption using different surrogate models.
Biomimetics 11 00282 g010aBiomimetics 11 00282 g010b
Figure 11. Regression plot of air consumption using various models.
Figure 11. Regression plot of air consumption using various models.
Biomimetics 11 00282 g011aBiomimetics 11 00282 g011b
Figure 12. Normal distribution and standard deviation of airflow velocity and air consumption using different models.
Figure 12. Normal distribution and standard deviation of airflow velocity and air consumption using different models.
Biomimetics 11 00282 g012
Figure 13. Pareto fronts with various algorithms on the ZDT function.
Figure 13. Pareto fronts with various algorithms on the ZDT function.
Biomimetics 11 00282 g013
Figure 14. Pareto fronts with various algorithms on the WFG function.
Figure 14. Pareto fronts with various algorithms on the WFG function.
Biomimetics 11 00282 g014
Figure 15. Entropy–mutation co-evolution in IMORBMO.
Figure 15. Entropy–mutation co-evolution in IMORBMO.
Biomimetics 11 00282 g015
Figure 16. Converge curves of IMORBMO and MORBMO based on the Chebyshev KAN surrogate model.
Figure 16. Converge curves of IMORBMO and MORBMO based on the Chebyshev KAN surrogate model.
Biomimetics 11 00282 g016
Figure 17. Pareto front obtained with IMORBMO or MORBMO based on the surrogate model.
Figure 17. Pareto front obtained with IMORBMO or MORBMO based on the surrogate model.
Biomimetics 11 00282 g017
Figure 18. Pareto front obtained with IMORBMO based on the Chebyshev KAN surrogate model.
Figure 18. Pareto front obtained with IMORBMO based on the Chebyshev KAN surrogate model.
Biomimetics 11 00282 g018
Figure 19. Velocity contour diagram of the original and optimized relay nozzle.
Figure 19. Velocity contour diagram of the original and optimized relay nozzle.
Biomimetics 11 00282 g019
Figure 20. Comparison of the axial jet velocity magnitude for the original type and optimized type relay nozzle.
Figure 20. Comparison of the axial jet velocity magnitude for the original type and optimized type relay nozzle.
Biomimetics 11 00282 g020
Table 1. Relay nozzle structure parameters and air consumption.
Table 1. Relay nozzle structure parameters and air consumption.
Numberd (mm)D1 (mm)D2 (mm)α (°)V (m/min)Q (L/min)
10.89.07.26094.43.21
20.89.08.46092.93.63
30.810.06.86097.24.08
41.210.06.860151.710.36
51.210.85.832157.413.58
61.69.64.816200.615.87
71.610.68.016187.820.75
81.68.86.416220.621.28
91.89.27.260232.824.52
101.812.010.032193.227.38
Table 2. Evaluation metrics for various surrogate models on test data.
Table 2. Evaluation metrics for various surrogate models on test data.
Evaluation MetricCalculation Time
MODELRelative Mean Error (MAE)Root Mean Square Error (RMSE)Determination Coefficient (R2)Training Time (s)Inference Latency (ms/Sample)
MLPV (m/s)10.2217.9450.88224.9702.538
Q (L/min)3.5022.5310.720
CNNV (m/s)8. 8567.1280.87420.2943.013
Q (L/min)3.3482.0460.738
KrigingV (m/s)2.7893.4140.90114.8522.081
Q (L/min)1.0131.2680.929
SVRV (m/s)1.2681.9160.88413.5122.450
Q (L/min)6.685.3090.916
RBFV (m/s)1.0181.3590.94210.4612.211
Q (L/min)2.9711.5750.881
KANV (m/s)8.4316.4970.88311.5652.083
Q (L/min)2.1111.3030.907
Chebyshev KANV (m/s)0.1030.0470.9759.4951.369
Q (L/min)0. 1150.0560.950
Table 3. The IGD metrics of all compare algorithms on ZDT and WFG functions.
Table 3. The IGD metrics of all compare algorithms on ZDT and WFG functions.
MOEADMOWOAMODBOMODAMORBMOIMORBMO
ZDT1fmean1.660 × 10−23.016 × 10−34.884 × 10−14.525 × 10−23.180 × 10−22.746 × 10−3
fstd6.547 × 10−21.946 × 10−31.628 × 10−31.119 × 10−23.426 × 10−11.581 × 10−3
ZDT2fmean8.809 × 10−14.874 × 10−24.218 × 10−15.782 × 10−14.266 × 10−13.452 × 10−2
fstd2.685 × 10−13.383 × 10−44.121 × 10−31.442 × 10−24.800 × 10−41.621 × 10−4
ZDT3fmean3.819 × 10−15.618 × 10−16.021 × 10−14.902 × 10−15.993 × 10−13.393 × 10−1
fstd4.057 × 10−22.951 × 10−34.311 × 10−22.661 × 10−21.080 × 10−37.242 × 10−4
WFG2fmean2.963 × 10−12.851 × 10−14.815 × 10−12.288 × 10−11.444 × 10−11.113 × 10−1
fstd2.395 × 10−23.151 × 10−22.245 × 10−22.567 × 10−26.610 × 10−22.083 × 10−2
WFG3fmean4.619 × 10−25.594 × 10−23.816 × 10−22.040 × 10−12.946 × 10−26.624 × 10−3
fstd1.169 × 10−24.556 × 10−32.002 × 10−32.356 × 10−21.560 × 10−32.644 × 10−4
WFG4fmean7.856 × 10−27.635 × 10−27.049 × 10−21.034 × 10−12.303 × 10−22.094 × 10−2
fstd3.571 × 10−33.673 × 10−32.464 × 10−41.634 × 10−21.284 × 10−31.574 × 10−4
Table 4. The HV metrics of all compare algorithms, ZDT, and WFG functions.
Table 4. The HV metrics of all compare algorithms, ZDT, and WFG functions.
MOEADMOWOAMODBOMODAMORBMOIMORBMO
ZDT1fmean5.150 × 10−17.203 × 10−17.189 × 10−14.525 × 10−17.180 × 10−18.746 × 10−1
fstd7.554 × 10−22.840 × 10−21.771 × 10−21.119 × 10−23.426 × 10−11.581 × 10−3
ZDT2fmean2.624 × 10−14.032 × 10−14.118 × 10−12.782 × 10−14.266 × 10−15.374 × 10−1
fstd2.882 × 10−28.148 × 10−24.121 × 10−21.842 × 10−24.800 × 10−31.221 × 10−3
ZDT3fmean4.040 × 10−15.986 × 10−16.001 × 10−14.302 × 10−15.893 × 10−11.328 × 100
fstd6.609 × 10−26.063 × 10−44.311 × 10−32.661 × 10−23.080 × 10−42.242 × 10−4
WFG2fmean5.609 × 10−11.256 × 10−16.252 × 10−15.311 × 10−16.140 × 10−16.132 × 100
fstd3.359 × 10−22.563 × 10−22.268 × 10−31.947 × 10−21.385 × 10−31.161 × 10−3
WFG3fmean5.617 × 10−15.023 × 10−15.641 × 10−14.590 × 10−15.577 × 10−15.638 × 100
fstd7.319 × 10−33.211 × 10−31.596 × 10−31.018 × 10−25.824 × 10−31.482 × 10−4
WFG4fmean3.107 × 10−13.050 × 10−13.072 × 10−12.909 × 10−13.011 × 10−13.346 × 100
fstd3.602 × 10−33.402 × 10−39.644 × 10−38.224 × 10−29.741 × 10−32.285 × 10−3
Table 5. The GD metrics of all compare algorithms, ZDT, and WFG functions.
Table 5. The GD metrics of all compare algorithms, ZDT, and WFG functions.
MOEADMOWOAMODBOMODAMORBMOIMORBMO
ZDT1fmean1.187 × 10−25.921 × 10−36.892 × 10−37.485 × 10−26.150 × 10−34.091 × 10−3
fstd4.689 × 10−32.449 × 10−32.256 × 10−33.425 × 10−23.001 × 10−32.081 × 10−4
ZDT2fmean5.693 × 10−25.449 × 10−24.567 × 10−31.542 × 10−16.825 × 10−34.161 × 10−3
fstd1.657 × 10−26.842 × 10−32.653 × 10−46.421 × 10−24.401 × 10−53.837 × 10−5
ZDT3fmean2.161 × 10−12.596 × 10−34.653 × 10−36.611 × 10−21.910 × 10−31.561 × 10−3
fstd3.567 × 10−34.988 × 10−33.345 × 10−22.521 × 10−21.222 × 10−25.451 × 10−4
WFG2fmean5.433 × 10−27.365 × 10−21.367 × 10−12.681 × 10−12.410 × 10−31.624 × 10−3
fstd5.067 × 10−31.834 × 10−32.458 × 10−31.260 × 10−27.403 × 10−45.292 × 10−4
WFG3fmean1.165 × 10−36.177 × 10−33.895 × 10−32.111 × 10−28.260 × 10−41.321 × 10−4
fstd8.978 × 10−39.319 × 10−42.559 × 10−45.001 × 10−31.480 × 10−41.822 × 10−5
WFG4fmean4.311 × 10−26.990 × 10−36.417 × 10−21.010 × 10−26.493 × 10−35.225 × 10−3
fstd7.993 × 10−36.790 × 10−45.269 × 10−31.251 × 10−39.200 × 10−44.951 × 10−4
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Shen, M.; Zhang, Z.; Qin, G.; Zhou, D.; Du, L.; Yu, L. Aerodynamic Optimization of Relay Nozzle Using a Chebyshev KAN Surrogate Model Integration and an Improved Multi-Objective Red-Billed Blue Magpie Optimizer. Biomimetics 2026, 11, 282. https://doi.org/10.3390/biomimetics11040282

AMA Style

Shen M, Zhang Z, Qin G, Zhou D, Du L, Yu L. Aerodynamic Optimization of Relay Nozzle Using a Chebyshev KAN Surrogate Model Integration and an Improved Multi-Objective Red-Billed Blue Magpie Optimizer. Biomimetics. 2026; 11(4):282. https://doi.org/10.3390/biomimetics11040282

Chicago/Turabian Style

Shen, Min, Ziqing Zhang, Guanxing Qin, Dahongnian Zhou, Lizhen Du, and Lianqing Yu. 2026. "Aerodynamic Optimization of Relay Nozzle Using a Chebyshev KAN Surrogate Model Integration and an Improved Multi-Objective Red-Billed Blue Magpie Optimizer" Biomimetics 11, no. 4: 282. https://doi.org/10.3390/biomimetics11040282

APA Style

Shen, M., Zhang, Z., Qin, G., Zhou, D., Du, L., & Yu, L. (2026). Aerodynamic Optimization of Relay Nozzle Using a Chebyshev KAN Surrogate Model Integration and an Improved Multi-Objective Red-Billed Blue Magpie Optimizer. Biomimetics, 11(4), 282. https://doi.org/10.3390/biomimetics11040282

Article Metrics

Back to TopTop