Abstract
Artificial Physics Optimization (APO) algorithms in solving constrained multi-objective problems often encounter challenges such as uneven population distribution and imbalances between global and local search capabilities. To address these issues, we propose the Constrained Rank Multi-Objective Artificial Physical Optimization based on the R2 indicator (R2-ICRMOAPO) algorithm. This algorithm integrates non-dominated sorting with the R2 indicator and updates the external storage set using the contribution value derived from the R2 indicator formula, ensuring both set distribution and convergence. It also dynamically adjusts inertia weights and gravitational factors to enhance its global and local search capabilities. To evaluate the performance of the R2-ICRMOAPO algorithm, we compared it with four other multi-objective optimization algorithms using standard test functions. The results indicate that it demonstrates superior distribution and optimization performance. Furthermore, we applied it to optimize the parameters of a hydro-pneumatic suspension system. The experimental results show that it can reduce the root mean square value of car body vertical acceleration by approximately 21.4% and the root mean square value of dynamic tire load by about 19.6%. This reduction effectively enhances vehicle smoothness within a reasonable range. Consequently, these results confirm the feasibility of the R2-ICRMOAPO algorithm to solve practical problems.
Keywords
Introduction
In recent years, many problems in engineering fields are finally transformed to solve the optimal value of constrained multi-objective optimization problems (CMOPs). With the emergence of a multi-objective optimization problem (MOP), scholars began to propose traditional optimization methods. They typically adopt certain techniques to convert the MOP into a single-objective optimization problem (SOP) and uses SOP methods to solve MOP. Although existing SOP methods are well-established and can assist in solving MOPs, they necessitate a comprehensive understanding of the relevant background knowledge. Moreover, each optimization process yields only one Pareto-optimal solution, which necessitates multiple iterations to fully explore the solution space. Swarm Intelligence (SI) algorithms take inspiration from natural group behaviors, simulating collaboration and information exchange among individuals to identify the best solution to a problem. Consequently, they exhibit significant potential and advantages in addressing complex real-world challenges. A variety of innovative optimization approaches have emerged, including Ant Colony Algorithm (ACO), 1 Particle Swarm Optimization (PSO), 2 Firefly Algorithm, 3 Grey Wolves Algorithm, 4 Differential Evolution Algorithm, 5 among others. ACO and PSO are regarded as the most classical SI algorithms, known for their robustness and powerful search capabilities. However, ACO can be computationally demanding and time-consuming to solve, while PSO is highly sensitive to parameter settings and susceptible to getting trapped in local optima. 6 Artificial Physics Optimization (APO) is an emerging SI algorithm proposed in 2010. It can prevent the convergence to local optima that PSO algorithms often encounter during global optimization. APO has been effectively applied to solving SOPs, demonstrating strong global search capabilities, stability, rapid convergence, and good robustness. The APO algorithm is analogous to the PSO algorithm, which has been widely adopted and extensively applied in solving MOPs. Consequently, APO can be effectively applied to solve MOPs. 7 Wang et al. 7 analyzed the MOP from the perspective of virtual forces and employed fast sorting to rank non-dominated solution sets. Sun et al. 8 introduced concepts from unconstrained multi-objective optimization into the constrained domain, proposing an improved APO algorithm that incorporates an ordinal value and congestion degree based on the constraint violation degree judgment criterion. However, the comparison process between new individuals and archived solution sets often leads to the loss of high-quality solutions and fails to identify those that are more widely and uniformly distributed. Consequently, further improvements to the algorithm are necessary.
Currently, researchers have proposed various strategies to design improved algorithms for MOPs, which can be categorized into three types: Pareto-dominated optimization algorithms, decomposition-based optimization algorithms, and indicator-based optimization algorithms. Pareto-dominated optimization algorithms may face selection difficulties at the initial iteration as the number of non-dominated solutions increases with the number of iterations, such as Non-dominated Sorting Genetic Algorithm-II. 9 Decomposition-based optimization algorithms obtain a single objective function for single-objective optimization by aggregating the sub-problem functions together using weight aggregation, Chebyshev and cross-boundary methods, such as Multi-objective Evolutionary Algorithm Based on Decomposition. 10 The core of indicator-based optimization algorithms is to design or select the appropriate performance evaluation indicator to improve algorithm performance, such as an IGD∼+ Performance Indicator Based Particle Swarm Optimizer for Multi-objective Optimization. 11 During the process of improving the design of algorithms for MOPs, it is common to start with the use of some metrics capable of evaluating algorithm performance. Common indicators include Hypervolume (HV) 12 and R2. 13 Although HV metrics are widely used in the current research phase, the time consumed in the solution selection grows exponentially with the number of objectives. In contrast, the R2 metric is less computationally intensive and is characterized by weak monotonicity. Therefore, the R2 metric can serve as a selection mechanism for updating the algorithm. Zitzler et al. 14 defined the R2 metric in 2008 and gave the formula for the standard R2 metric. Wei et al. 15 proposed a hybrid multi-objective PSO algorithm based on R2 metric by introducing R2 metric, S-shaped function mapping method, and simulated binary crossover operator to improve the algorithm. Liu et al. 16 used a selection strategy guided by the R2 metric and reference vectors to propose a two-stage evolutionary algorithm based on the R2 metric. In this paper, a constrained rank multi-objective artificial physical optimization based on the R2 indicator (R2-ICRMOAPO) algorithm is proposed to address the shortcomings of the ICRMOAPO algorithm. This algorithm leverages the R2 indicator for a comprehensive evaluation of the solution set’s characteristics. It integrates non-dominated sorting with the R2 metric to update and maintain the external storage set. This process is guided by the contribution value of the R2 indicator, ensuring the retention of a uniformly distributed set of elite solutions. The algorithm balances global and local search capabilities by dynamically adjusting inertia weights and gravity factors based on the iteration count. It has demonstrated superior convergence and distribution performance compared to advanced multi-objective algorithms on standard test functions, proving its effectiveness in dealing with complex CMOPs. Moreover, its practicality is confirmed through successful application to a real-world engineering problem.
There are six parts to this paper. Section 2 provides background knowledge, including the concepts of CMOP and APO algorithms. Section 3 introduces the improved algorithm: R2-ICRMOAPO. Section 4 details the experimental setup and presents numerical results on various benchmark problems. Section 5 discusses the application of R2-ICRMOAPO in hydro-pneumatic suspension. The final section draws conclusions and suggests directions for future studies.
Background
The objective of this paper is to address the CMOP, and the solution we employ is an improved APO algorithm. We begin by introducing the CMOP and the APO algorithm, followed by the presentation of our enhanced algorithm.
Constrained multi-objective problems
Most engineering design problems require that multiple indicators simultaneously achieve optimal values within a specified range, and such problems are termed CMOPs.
The mathematical model of CMOPs can be expressed as follows:
Where
For CMOPs, the infeasibility of each solution is:
An infeasible domain consists of all points that do not satisfy the constraints. Conversely, when the infeasibility measure for a solution
Artificial physical optimization algorithm
APO algorithm is an intelligent optimization algorithm based on population search, its essence is the simulation of Newton’s second law. Each individual is treated as a particle in physics. By calculating the individual’s mass, the rules of the interaction force between individuals, and acceleration, the algorithm updates each individual’s position to solve optimization problems. It is characterized by a simple principle, species diversity, and high search efficiency. The algorithm can be described as follows:
Suppose the population size is
Where
The virtual force formula is derived from the force of gravity. Consequently, the virtual force that individual
Where
The formula for calculating the resultant force acting on
The velocity and position update of individual
Where
The flow of the APO algorithm is as follows:
Improved algorithm: R2-ICRMOAPO algorithm
With the widespread application of CMOPs, corresponding optimization algorithms have emerged. The selection of non-dominated solutions is crucial to the algorithm’s performance on MOPs. This paper introduces the R2-ICRMOAPO algorithm in response to the deficiencies of APO algorithms, which include uneven population distribution and an imbalance between global and local search capabilities when solving MOPs.
The R2 indicator updates the external storage set
The R2 indicator is based on a utility function, which can be used both to estimate the relative mass of individuals and to distinguish the strengths and weaknesses of candidate solution schemes. In this context, the weighted Chebyshev function is used as the utility function for the R2 indicator. With the chosen utility function and a specific reference point, the quality of a set of individuals relative to the reference point can be evaluated, and the candidate solution with greater utility is selected. The R2 indicator not only comprehensively evaluates algorithms but also obtains a uniformly distributed solution set through rapid calculation. Therefore, it has been applied to solve multi-objective problems (MOPs).
The utility function expression is as follows:
Where
When different vectors of weights determine the functions within the utility function, The individual’s contribution to the R2 indicator (CR2) is:
In the population, individuals can be fully sorted based on their CR2 values. A larger CR2 indicates that the solution set is better distributed, a higher quality of the solution, and a higher probability that it will be retained in the next generation. The size of non-dominated solutions increases with the size of iterations of the algorithm and may exceed the preset solution set size. If the external storage space is more than a predefined size, the non-dominant solution of the external storage set is evaluated by using (9), and individuals with smaller CR2 values are deleted.
The time complexity of R2
Assume that the size of the candidate set is M and the number of targets is n.
The R2 time complexity is the R2 metric for calculating each individual in the candidate set, that is
Where |V| is the number of Chebyshev’s weights. 17
Key elements of the algorithm
Assume that
The ordinal value of an individual
Where
When the ordinal values are equal, it is necessary to introduce a neighborhood radius. To prevent the neighborhood radius from being too small in the algorithm, it can be defined as follows:
Where
To take into account the dominant relationship between individuals and the radius of the neighborhood in which the individuals are located the degree of crowding. The mass function is 8 :
The magnitude of the inertia weights
Where
The gravity coefficient significantly influences the performance of the algorithm. To some extent, it determines the number of individuals who make convergent motions. In the standard APO algorithm, the gravitational factor is typically set to a value of ten. The R2-ICRMOAPO algorithm improves this by making the gravitational factor change dynamically with the evolution of the population. Equation (14) is the formula for calculating the gravitational factor in the R2-ICRMOAPO algorithm.
Where
Algorithm flow
The selection of non-dominated individuals significantly influences the convergence and distribution of the algorithm. As iterations proceed, the number of non-dominated solutions may increase and potentially exceed the pre-set size of the solution set. Consequently, updating and maintaining the external archive is crucial in the solution process. This paper introduces an approach that combines non-dominated ranking with the R2 indicator. Initially, the Pareto dominance relationship is used to identify a set of non-dominated solution sets, and the R2 indicator contribution is calculated for each. Subsequently, the algorithm selects the candidate solution with better utility by deleting individuals with smaller R2 index contributions. During the update process, the algorithm balances its global and local search capabilities by linearly decreasing the inertia weights and gravity coefficients. The update mechanism of the external archive, referred to as CR2, ensures both the renewal of non-dominated solutions and the preservation of their distribution. Guided by these concepts, the R2-ICRMOAPO algorithm is constructed, offering an innovative method for addressing Multi-Objective Problems (MOPs). Figure 1 illustrates the main design concept of the R2-ICRMOAPO algorithm.

The main design idea for R2-ICRMOAPO.
The detailed steps for the R2-ICRMOAPO algorithm are described below:
Experimental study and analysis
Test functions and comparison algorithm
All operational tests are performed at Matlab-R2020b. In this paper, we evaluate the performance of the R2-ICRMOAPO by comparing it with CMOEAD, 18 NSGA-II, 9 CMOAPO, 7 and C-TAEA. 19 Experiments were conducted on the CF 20 test functions and DC-DTLZ 21 test functions. By comparing the decomposition-based optimization algorithm CMOEAD and the non-dominated ordering-based optimization algorithm NSGA-II, we demonstrate the feasibility of the indicator-based approach of R2-ICRMOAPO. Furthermore, by comparing the constrained multi-objective-based optimization algorithms CMOAPO and C-TAEA, we analyze the role of improved strategies in R2-ICRMOAPO. The DC-DTLZ functions, classical test functions, and CF benchmark functions, an improved set of test functions, are widely used for evaluating algorithm performance. Experimentation with these functions provides a comprehensive assessment of an algorithm’s capabilities.
For consistency, the population size is set to 100 for all algorithms, with a maximum archive size of 100. Table 1 shows the parameter settings for the R2-ICRMOAPO algorithm and the comparison algorithms.
Algorithm parameter setting.
Performance indicator
In the experiment, HV and Inverted Generational Distance (IGD) are used as performance evaluation metrics for algorithms. The algorithm is then comprehensively evaluated from the perspectives of convergence and distribution, illustrating its effectiveness.
HV measures the quality of the algorithm to identify a non-dominated solution set within the solution space. A larger HV value indicates better convergence and distribution of the solution set. HV can be expressed as:
Where
The IGD metric allows for a comprehensive evaluation of the solution set’s performance by measuring the average of the smallest distances from the true Pareto optimal solutions to the approximate solution set. The IGD can be expressed as:
Where
Experimental results
To graphically illustrate the optimization ability of the R2-ICRMOAPO algorithm for solving multi-objective problems, Figure 2 shows the Pareto boundary graphs obtained by the R2-ICRMOAPO algorithm and the comparison algorithm for CF1, CF2, and CF6 test problems. Figure 3 plots the Pareto frontier graphs obtained by five algorithms on the CD1-DTLZ1, DC2-DTLZ2, and DC3-DTLZ3 test problems. In Figure 2, the CMOEAD and CMOAPO algorithms demonstrated uneven distribution on the CF1 and CF6 test problems and failed to converge to the Pareto Front (PF). For the CF6 test problem, no algorithm fully converged to the PF upon completion. Nonetheless, the R2-ICRMOAPO algorithm exhibited superior distribution compared to the comparison algorithm. As can be seen from Figure 3, on the DC1-DTLZ1 test problem, the C-TAEA algorithm showed an uneven population distribution with significant gaps, while the NAGAII algorithm displayed a more uniform distribution than the others. The R2-ICRMOAPO algorithm demonstrated enhanced distribution capabilities in the DC2-DTLZ1 and DC3-DTLZ3 test problems. A comprehensive analysis reveals that the R2-ICRMOAPO algorithm optimizes the test problems with a frontier that approaches the true PF more closely and offers a more uniform distribution than the other algorithms.

The compared Pareto frontiers of the CF1, CF2, and CF6 test functions.

The compared Pareto frontiers of the DC1-DTLZ1, DC2-DTLZ2, and DC3-DTLZ3 test functions.
Without loss of generality, 30 independent experiments were conducted on 13 test problems, recording the IGD and HV values for each run. Tables 2 and 3 detail the HV and IGD comparison results between the R2-ICRMOAPO algorithm and other comparison algorithms on the CF and DC-DTLZ family of test functions, with the best results for each test function highlighted in bold. Moreover, the Wilcoxon rank sum test has been applied to determine if there is a significant difference between the R2-ICRMOAPO algorithm and the other algorithms. The symbols +, −, and ≈ indicate that the comparative algorithms are better, worse, or equivalent to the R2-ICRMOAPO algorithm in terms of performance, respectively. The final statistics are presented in the last row of the table.
HV indicator test results for the test function.
IGD indicator test results for test functions.
From Table 2, it is evident that the R2-ICRMOAPO algorithm demonstrates superior performance compared to other algorithms in the CF1-5, CF7, DC1-DTLZ3, DC2-DTLZ1, DC2-DTLZ3, and DC3-DTLZ3. This suggests that R2-ICRMOAPO has a better overall performance with respect to the HV metric.
Regarding Wilcoxon’s rank-sum test results, the R2-ICRMOAPO algorithm significantly outperformed its competitors in more than half of the test functions. The statistical results clearly indicate that, for the IGD indicator, R2-ICRMOAPO achieves better overall performance.
To specifically analyze the convergence of the R2-ICRMOAPO algorithm, the upward trend curves of the HV metrics for each algorithm under various test problems are plotted in Figure 4. The horizontal and vertical coordinates indicate the maximum assessment number and HV index value for each run, respectively. As shown in Figure 4, the R2-ICRMOAPO algorithm demonstrates an iterative tendency to outperform the comparison algorithms on most test problems. Specifically, in CF1, CF3, CF5, DC2-DTLZ1, and DC3-DTLZ3, the R2-ICRMOAPO algorithm not only rises most rapidly but also reaches a stable state when the number of evaluations is approximately 2 × 104. Furthermore, it achieves the largest HV value at the end of the evaluations. In contrast, the CMOAPO algorithm achieves the minimum HV value when the evaluation times are maximized, thereby highlighting the effectiveness of the improvement measures adopted by the R2-ICRMOAPO algorithm.

HV indicator convergence curve.
Although no optimization algorithm can solve all problems optimally, the R2-ICRMOAPO algorithm demonstrates high competitiveness in addressing MOPs. The experimental results indicate that R2-ICRMOAPO often finds the best solution among the tested problems, suggesting its effectiveness in solving MOPs.
Multi-objective optimization of hydro-pneumatic suspension parameters
As a piece of indispensable mechanical equipment in modern engineering projects, wheeled excavators play an irreplaceable role in both civil municipal and military construction. Increasing the machine’s speed offers significant practical benefits for military and civilian applications. However, higher travel speeds can amplify road surface input excitation, leading to excessive vibration. Currently, wheeled excavators rely solely on cab and seat suspension for comfort, with no suspension between axles for vibration damping. This design is fine at low speeds, but at speeds above 50 km/h, it generates excessive road vibration so a suspension system must be introduced to dampen it. 22
Hydro-pneumatic suspension, utilizing gas as the elastic medium and liquid as the force transmission medium, can effectively dampen vibrations, and stabilize the excavator at high speeds. It is necessary to enhance the suspension performance evaluation indices based on the excavator’s smoothness and driving comfort under varying road conditions. However, these performance evaluation indicators are not only constrained by each other but improving one or two of them is likely to cause deterioration in the other.23,24 Therefore, it is necessary to seek the best balance between the contradictions by optimizing the design and adjusting its parameters appropriately. This optimization process of finding an optimal solution among multiple mutually constrained objective functions is called a MOP. In this work, a mathematical model is developed using the vertical body acceleration and tire dynamic load as objective functions. The R2-ICRMOAPO algorithm is used to optimize the model in the MATLAB environment. The optimization of the main parameters of the hydro-pneumatic suspension is realized interactively with Simulink.
Establishment of multi-objective optimization model
The structure of the single-chamber hydro-pneumatic suspension system is shown in Figure 5 below.

The Single-chamber hydro-pneumatic suspension structure.
During the compression stroke, a portion of oil in the piston chamber enters and fills the annular chamber through a damping orifice and check valve, while the remaining oil simultaneously compresses the gas. Conversely, during the recovery stroke, the check valve closes. The gas flowing out of the annular chamber through the damping orifice is insufficient to fill the space created by the cylinder’s elongation, causing the gas to expand. The compression and expansion of the nitrogen chamber then act as a gas spring, and the flow of hydraulic oil in the orifice is equivalent to a damping element, which will rapidly attenuate the vibration energy transmitted to the body and transform it into heat energy.
The design goal of hydro-pneumatic suspension is to minimize the car-body vertical acceleration and dynamic tire load as much as possible within a limited working space. In this paper, half of the Front axle model of a high-speed wheel excavator is abstractly simplified, and the Two degree-of-freedom suspension vibration system of a high-speed wheel excavator is obtained as shown in Figure 6.

Two-degree-of-freedom suspension vibration system structure.
Newton’s law of motion is adopted to derive the motion equation of the vibration system, as shown below:
Where
In light of the practical challenges encountered in production design, the external structural parameters of the hydro-pneumatic suspension cylinders remain unchanged. Instead, the initial gas volume and pressure, the damping hole diameter, and the check valve diameter are selected as design variables.25,26 That is
According to the actual situation and experience, the value range of design variables is as follows (Table 4):
Design variable value range.
Car-body vertical acceleration, dynamic tire load, and suspension dynamic forgiveness are the three primary indicators for assessing vehicle driving smoothness. However, effectively unifying these indicators for road excitation is challenging due to the inherent constraints between them. Therefore, this paper proposes the establishment of a suspension parameter optimization model. In this model, car-body vertical acceleration and dynamic tire load are considered as the objective functions, while suspension dynamic forgiveness serves as the constraint condition. This approach aims to find the best compromise among the competing objectives, leading to an optimized design that enhances overall vehicle smoothness.
The objective function expression of suspension multi-objective optimization is given by:
Where
When a wheel excavator operates at high speeds, it is crucial to maintain sufficient tire-ground contact to prevent the risk of the machine becoming airborne. To mitigate this risk, the dynamic tire load is typically restricted to one-third of the total suspension mass. Studies indicate that under these conditions, the likelihood of the wheel dynamic load surpassing the safety threshold is only 0.3%, and the chance of wheels losing contact with the ground is a mere 0.15%.
The dynamic deflection of the suspension system is restricted to prevent the suspension cylinder from hitting the limit device. This constraint is necessary because when the suspension dynamic stroke is excessive, the likelihood of the suspension striking the limit block increases. Such a situation could occur if the amplitude of suspension motion becomes too large.
Where
Therefore, the calculation model for the optimization algorithm of the hydro-pneumatic suspension is as follows:
Using equation (22), we establish the corresponding Simulink model and invoke the R2-ICRMOAPO algorithm optimization program written in the MATLAB environment to obtain the optimization results.
Optimization results
The R2-ICRMOAPO algorithm is employed to estimate the optimal values of the vehicle suspension system parameters, effectively minimizing the cost toward its optimal value. The vehicle model parameters utilized in the study are outlined in Table 5.
Vehicle suspension system parameters.
The simulation model of a dual-degree-of-freedom suspension system was established in Simulink, as depicted in Figure 7, based on the established multi-objective model.

Simulink model.
According to the model, the excitation generated by the wheeled excavator traveling at a speed of 15 m/s on a Class D road surface is considered as the road disturbance. The corresponding R2-ICRMOAPO algorithm optimization program has been developed, and the optimization results obtained after running the program are shown in Table 6.
Parameter optimization results.
The optimized parameters of the hydro-pneumatic suspension were incorporated into the suspension system model, and the ride comfort was evaluated. Comparisons of the ride comfort before and after optimization, including the vertical acceleration, dynamic deflection, and dynamic load on the bodywork of the vehicle, were made under identical operating conditions (Class D road surface, with a driving speed of 15 m/s). The results are presented in Figures 8 to 10.

Optimize front and rear car-body vertical acceleration curves: (a) before optimization and (b) after optimization.

Optimize front and rear dynamic tire load curves: (a) before optimization and (b) after optimization.

Optimize front and rear suspension dynamic forgiveness curves: (a) before optimization and (b) after optimization.
Figures 8 to 10 illustrates that the vertical acceleration of the car-body, dynamic tire load, and suspension dynamic forgiveness of the hydro-pneumatic suspension are improved after the algorithm is optimized. Table 7 depicts the root mean square comparison of the metrics before and after optimizing the hydro-pneumatic suspension.
Comparison of root mean square values of each indicator before and after optimization.
Table 7 shows the improvements achieved after optimizing the wheeled excavator’s suspension system. The vertical acceleration of the car body was significantly reduced, 1.351 to 1.062 m/s2, representing a 21.4% decrease. Similarly, the dynamic wheel load experienced a 19.6% reduction, dropping from 4839.671 to 3890.3274 N. The suspension dynamic forgiveness also saw a 4.72% reduction, decreasing from 7.868 to 7.492 mm. The optimization not only significantly reduces the vertical acceleration and tire dynamic load but also ensures that the suspension’s dynamic camber remains within a reasonable range. The results suggest that the R2-ICRMOAPO algorithm effectively enhances the smoothness of wheeled excavators, offering a theoretical foundation for further suspension system optimization.
Conclusions and future studies
The APO algorithm has received widespread attention as an emerging SI optimization algorithm. The R2-ICRMOAPO algorithm proposed in this paper obtains well-distributed solutions. Based on APO’s high search efficiency, the algorithm takes advantage of the dominant relationship between individuals and the crowding degree of individuals, selects individuals based on the contribution value of R2 indicators. This approach enhances population distribution by rationally ordering individuals from the search space for retention and updating in the external storage set. Furthermore, the inertia weights and gravity factors are dynamically adjusted to optimize the global and local search capability of the R2-ICRMOAPO algorithm. By analyzing the test results in CF and DC-DTLZ test functions and Wilcoxon rank sums, it is shown that the algorithm is highly competitive.
We utilized the R2-ICRMOAPO algorithm to further optimize the parameter design of the hydro-pneumatic suspension system, formulating a constrained multi-objective optimization model. In this model, our primary objectives were to minimize the vertical acceleration of the car body and the dynamic loads on the tires. The main structural parameters of the hydro-pneumatic suspension system were considered as variables. The results show that the parameters optimized by the R2-ICRMOAPO algorithm reduce the root mean square value of car-body vertical acceleration by 21.4%, the root mean square value of dynamic tire load by 19.6%, and the smoothness of the optimized performance is greatly improved. The optimization results may offer a theoretical foundation that can be used for improving the hydro-pneumatic suspension.
In the future, we are prepared to further extend the algorithm to the high-dimensional domain and apply it to a broader range of engineering fields. This is because the R2 index introduced in this paper is particularly suitable for solving high-dimensional MOP problems due to its weak Pareto dominance property and computational simplicity. Meanwhile, numerous problems in engineering involve high dimensions.
Footnotes
Declaration of conflicting interests
The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work was supported by National Natural Science Foundation of China (Grant No. 52302475), Basic Research Programs of Shanxi Province (Grant No. 202203021221150).
Data availability statement
Data sharing not applicable to this article as no datasets.
