Previous Article in Journal
Acceptance Criteria for Beams in Reinforced Concrete Frame Structures Under Accidental Design Conditions
Previous Article in Special Issue
Enhancing Daylight and Energy Efficiency in Hot Climate Regions with a Perforated Shading System Using a Hybrid Approach Considering Different Case Studies
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on Global Seismic Reliability Analysis of Steel Frames Based on Machine Learning

School of Civil Engineering, Harbin Institute of Technology, Harbin 150001, China
*
Author to whom correspondence should be addressed.
Buildings 2026, 16(12), 2379; https://doi.org/10.3390/buildings16122379 (registering DOI)
Submission received: 24 March 2026 / Revised: 5 June 2026 / Accepted: 7 June 2026 / Published: 14 June 2026
(This article belongs to the Special Issue Resilience Analysis and Intelligent Simulation in Civil Engineering)

Abstract

Seismic reliability assessment of steel frame structures using nonlinear finite element analysis is often hindered by implicit limit state functions and high computational cost. To address these challenges, this study proposes a machine learning-based framework for global seismic reliability analysis. A nine-story steel frame model is established and validated through modal and pushover analysis. Global sensitivity analysis using the Sobol’ method is performed to identify key parameters governing the maximum inter-story drift ratio. Three machine learning models—PSO-SVR, PSO-XGBoost, and PSO-BPNN—are trained with the selected features and integrated into Monte Carlo simulation (MCS) for reliability calculation. The results show that the PSO-BPNN model achieves the highest accuracy with the maximum error of 1.0259% relative to direct MCS, outperforming the conventional MLE-based approach, which yields errors up to 11.9383% due to the non-standard distribution of the structural response. The impact of training sample size on model performance is also examined, with 1000 samples identified as a practical threshold for acceptable prediction accuracy. Existing code design methods require modifications based on the total probability approach for global reliability analysis. This study offers an efficient and precise methodology for seismic reliability design of steel frame structures, particularly when structural responses deviate from standard parametric distributions.

1. Introduction

With the advancement of architectural structures toward higher-rise and more complex designs, steel frame structures have gained widespread application in engineering due to their advantages such as high strength and good ductility. The seismic reliability of these structures directly impacts the safety and durability of building structures. Traditional seismic reliability analysis methods for steel frame structures predominantly rely on the combination of finite element analysis and Monte Carlo simulation (MCS), yet they face challenges such as low computational efficiency and difficulties in handling implicit limit state functions. In recent years, machine learning methods have garnered significant attention in the field of structural engineering reliability analysis due to their robust capabilities in data mining and nonlinear fitting.
The core of structural reliability analysis lies in accurately describing the probability distribution characteristics of structural load effects and resistance, while establishing reasonable limit state functions. In early research, researchers predominantly employed traditional methods such as the response surface method [1] and first-order second-moment method [2] for reliability calculations. However, these approaches struggle to balance precision and efficiency for complex structures. With advancements in machine learning technologies, models like back propagation neural networks (BPNNs), support vector machines (SVR), and extreme gradient boosting trees (XGBoost) have been progressively applied to structural response prediction and reliability analysis. Nie et al. [3] conducted static reliability analysis of steel frames using a combination of BPNN and radial basis function networks with the Fekete point method, validating the feasibility of neural networks in structural reliability studies. Wakjira et al. [4] determined optimal input variables for composite reinforced concrete beams through regression analysis of load and flexural capacity using various machine learning methods. Dai et al. [5] achieved a 99% coefficient of determination in predicting flexural capacity of cold-formed thin-walled steel sections using XGBoost, demonstrating the high-precision predictive capabilities of machine learning models.
The successful application of machine learning models in structural reliability analysis depends critically on two additional factors: sampling methods and parameter optimization. Proper sampling techniques can provide high-quality training data for models, directly influencing surrogate accuracy. Wang [6] combined number theory point selection with artificial neural networks (ANNs), effectively improving the computational efficiency of global seismic reliability analysis for reinforced concrete-steel frames. Hu et al. [7] adopted a center composite design to select training data, significantly reducing the time cost of reliability calculations for complex structures. Meanwhile, optimization algorithms play a vital role in parameter tuning for machine learning models. Asteris et al. [8] utilized a feedforward neural network based on krill swarm algorithm (KHA) to predict inter-story drift ratio (IDR), achieving minimal model errors. Nguyen et al. [9] employed particle swarm optimization–artificial neural networks (PSO-ANNs) to predict seismic responses of short columns, with a coefficient of determination exceeding 0.999, demonstrating the effectiveness of optimization algorithms in enhancing model performance.
It should be noted that the present study adopts a regular, symmetrical steel frame, which inherently exhibits lower vulnerability to torsional and geometric irregularities than many real-world structures. Recent post-earthquake investigations following the 2023 Kahramanmaraş sequence have demonstrated the critical influence of infill walls and subsurface conditions on seismic performance. Tan et al. [10] showed that including infill walls in nonlinear models yields damage distributions significantly closer to field observations than bare frame models. Tan et al. [11] further reported that variations in foundation soil stiffness caused structurally identical buildings on the same site to exhibit completely different outcomes, with softer soils increasing drift demands by 30–50%. While the current study intentionally focuses on a regular bare steel frame to isolate parameter sensitivity effects, extending the proposed machine learning-(ML-)based reliability framework to irregular configurations, infilled frames, and soil–structure interaction remains an important direction for future work.
Some recent works have further advanced the integration of ML surrogates and metaheuristic optimization in structural seismic analysis. Afshari et al. [12] provided a comprehensive review of ML-based methods in structural reliability, concluding that a surrogate model replaces the true limit state function with a computationally inexpensive approximation. This reduces the number of calls to the structural finite element analysis while maintaining acceptable accuracy, thereby significantly lowering the computational cost of structural reliability analysis. Li et al. [13] proposed an improved extreme learning machine combined with seagull optimization for seismic evacuation risk assessment of educational buildings, achieving 92% accuracy. Qin and Kaewunruen [14] compared multiple ML models with traditional approaches for shear reliability analysis of steel fiber reinforced concrete beams, demonstrating that comparative evaluation across ML paradigms yields practical guidance for model selection. Asgarkhani et al. [15] developed a dynamic ensemble ML model with GA and PSO hyperparameter optimization for predicting seismic probability curves of infilled steel frames considering soil–foundation–structure interaction, and reported that the proposed ensemble model achieved 99.3% accuracy while conventional models (XGBoost, gradient boost machine (GBM), random forest, LightGBM) ranged from 91% to 94.2%. These studies collectively confirm that PSO and other metaheuristic algorithms are effective tools for hyperparameter tuning in ML-assisted structural reliability, and that the achievable prediction accuracy depends strongly on the specific model architecture and the nature of the structural response. These studies do not proceed the analysis from the perspective of global structural performance, so that surrogate models can be combined with global structural reliability analysis to provide methods for efficient computation in large-scale structural reliability assessment.
Nevertheless, the global seismic reliability analysis of steel frame structures still faces several challenges. First, the probability distribution of critical response parameters such as the maximum IDR of the structure is difficult to accurately fit, which compromises the precision of reliability calculations. Second, the selection of input features for machine learning models lacks systematicity, and redundant features may impair the generalization ability of the model. Third, the impact of sample size on model prediction performance remains unclear, making it challenging to determine the optimal sample size. It is worth noting that the aforementioned studies [3,4,5,6,8,9] each adopt a single machine learning paradigm, with typically one variant of neural networks or gradient boosting, lacking systematic comparison against alternative models under identical conditions.
Therefore, this study focuses on multi-story steel frame structures and aims to address three specific gaps. First, while the general combination of sensitivity analysis, surrogate models, and Monte Carlo simulation is well established, existing studies rarely provide a systematic comparison among multiple machine learning paradigms—in particular, PSO-Optimized SVR, PSO-Optimized XGBoost, and PSO-Optimized BPNN—within the same seismic reliability context. Such a comparison is practically valuable because the optimal model choice is not known a priori for structural response data that deviates from standard distributions. Second, the study explicitly demonstrates that when the structural response does not conform to conventional distributions (as confirmed by the K-S test rejection of all four candidate distributions), traditional distribution-fitting approaches such as MLE can introduce noteworthy errors in reliability indices, whereas ML-based surrogates bypass this limitation entirely by avoiding distributional assumptions. Third, many existing ML-assisted reliability studies on frame structures have been conducted at the component level; for example, predicting the flexural or shear capacity of individual beams, columns, or connections. In contrast, this study addresses the global reliability of the overall deformation capacity of multi-story steel frames. Focusing on global reliability, this study computes the maximum inter-story drift ratio under random pushover analysis by simultaneously propagating uncertainties from nine structural parameters through a nonlinear finite element model. This introduces a higher-dimensional, more strongly coupled input–output mapping compared to component-level prediction tasks. This work thus provides a reference for the application of machine learning to global reliability assessment. Beyond these methodological contributions, the study also establishes a practical 1000-sample threshold for training data adequacy and clarifies its dependence on the input dimensionality and structural complexity. Through a series of research steps including finite element modeling and validation, global sensitivity analysis, machine learning model optimization and reliability calculations, a framework with high potential for large-scale computational applications is established for seismic reliability of steel frame structures.

2. Finite Element Model of Multi-Story Steel Frame Structure

To establish a reliable numerical platform for seismic response analysis and subsequent uncertainty quantification of multi-story steel frame structures, a single-bay plane frame from the middle span of a 9-story steel frame structure is selected as the analysis model. Referencing the structural configuration of the benchmark steel frame designed for the SAC Phase II Steel Project [16], its initial design is carried out based on the Chinese Code for Seismic Design of Buildings (GB 50011-2010) [17]. The resulting cross-sectional dimensions and material grades (Table 1 and Table 2) are then adopted to build consistent numerical models in both OpenSEES 3.4 and ETABS 2013 for subsequent nonlinear and modal analyses. The middle span is chosen because interior frames typically carry larger gravity loads and are less affected by torsional effects than perimeter frames, making them representative of the most critical seismic demand. This structural form is primarily intended for a typical type of regular steel structural layout in multi-story buildings ranging from 4 to 9 stories. Figure 1a and Figure 1b shows its plan layout and structural form, respectively.
To validate the accuracy of the finite element model, a centralized mass model of the planar frame is established using both OpenSEES and the commercial software ETABS. The OpenSEES model employs force-interpolation-based distributed plastic beam-column elements (nonlinearBeamColumn) to simulate beam and column components. The steel constitutive behavior is modeled using the Steel02 model incorporating the Bauschinger effect (see Figure 2). The strain hardening ratio is taken as 0.01, and the transition curve parameters R0 = 18, cR1 = 0.925, and cR2 = 0.15 are adopted following OpenSEES default recommendations. The yield strength and elastic modulus are treated as random variables in the subsequent uncertainty analysis, with their statistical properties provided later in the text. The P-Delta effect is also accounted for in the analysis.
The first five modes were selected for comparison because, for regular multi-story planar steel frames of this height, the cumulative effective mass participation typically exceeds 90% within the first five modes, ensuring that the dominant translational and torsional dynamic characteristics are captured. A comparison of the natural frequencies from the two models (Table 3) shows relative differences below 5% in all five modes, confirming the reliability of the OpenSEES model for subsequent seismic performance and reliability analysis. In addition, a deterministic pushover analysis was performed on the structure. The resulting pushover curve and inter-story drift distribution are shown in Figure 3. These results are in close agreement with those of existing studies [18,19], thereby validating the finite element model in terms of nonlinear structural behavior.

3. Seismic Reliability Analysis of Overall Deformation Capacity

3.1. Limit State Function of Structural Overall Deformation Capacity

In the seismic engineering framework based on performance, the maximum IDR of the structure is often adopted as the engineering demand parameter (EDP) for evaluating the overall deformation demand [20,21]. Accordingly, a limit state function based on deformation capacity for steel frame structures is established:
g = R S = Δ l i m Δ m a x
where Δlim is the elastoplastic IDR limit specified in the Chinese Code for Seismic Design of Buildings (GB 50011-2010), taken as 1/50 for steel frame structures, and Δmax is the maximum IDR obtained from random pushover analysis.

3.2. Structural Uncertainties and Their Probability Distribution

The uncertainties in steel frame structures primarily stem from material properties, geometric dimensions, and manufacturing installation deviations. This study considers nine random variables: steel Young’s modulus, beam-column yield and ultimate strength, and cross-sectional geometric dimensions (height, web thickness, flange width and flange thickness). Nine random variables and their probability distribution and statistical parameters are determined through comprehensive studies [20,21,22,23], as detailed in Table 4. Connection behavior and modeling errors were assumed to be deterministic because this paper aims to investigate the impact of basic, code-specified uncertainties, like materials and geometry, on reliability. Incorporating detailed connection characteristics or model discrepancy parameters would add significant computational cost and obscure the primary sensitivity drivers. We will leave model-form uncertainty for dedicated future work.
The primary objective of this section is to establish a baseline uncertainty quantification under independent inputs; correlations among variables are not considered in this study. Therefore, in this study, the random variables are assumed to be mutually independent. This assumption also supports the orthogonality requirement of the standard Sobol’ variance decomposition method. Moreover, if a variable identified as highly sensitive under the independence assumption still passes the importance threshold, it will necessarily remain important when correlations are present. Thus, this assumption provides a conservative screening path. In future work, the Nataf transformation or Vine Copula is planned to be introduced to model the correlation structure among variables, and the ranking may be re-validated using the Shapley effect.

3.3. Structural Random Pushover Analysis

To account for the aforementioned uncertainties, 104 independent stochastic structural samples are generated using the Latin Hypercube Sampling (LHS) method. LHS is adopted here for its superior space-filling property compared to standard Monte Carlo sampling, which ensures more uniform coverage of the nine-dimensional input space with fewer samples. The sample size of 104 is selected as a practical balance between statistical stability and computational cost, providing sufficient resolution for both the subsequent distribution fitting and sensitivity analysis. For each sample, pushover analysis is performed with OpenSEES, and the target roof displacement and corresponding maximum IDR Δmax under the specified rare earthquake action are calculated based on the N2 method. Here, “rare earthquake action” refers to the seismic intensity level with a 2% probability of exceedance in 50 years (return period of 2475 years), as defined in the Chinese Code for Seismic Design of Buildings (GB 50011-2010). The corresponding peak ground acceleration for the site is 0.40 g. The N2 method combines pushover analysis with inelastic response spectra to estimate the seismic demand: the capacity curve from pushover analysis is converted into an equivalent single-degree-of-freedom system, and the target displacement is determined as the intersection of the capacity curve with the inelastic demand spectrum corresponding to the rare earthquake level.
The statistical distributions of Δmax and the target roof displacement are shown in Figure 4 and Figure 5. The results indicate that randomness leads to significant discreteness in structural responses, and their probability distributions serve as the basis for reliability assessment.

3.4. Structural Seismic Reliability Analysis

To fit the probability distribution of Δmax, the maximum likelihood estimation (MLE) method is employed to estimate parameters of four common distributions: normal, lognormal, Gumbel, and Beta. The goodness-of-fit is tested using the Kolmogorov–Smirnov (K-S) test at the significance level α = 0.05. The results are shown in Table 5.
The K-S test indicates that all four candidate hypothesis distributions are rejected at the α = 0.05 significance level. It should be emphasized that the Gumbel distribution, despite yielding the smallest test statistic Dn value (0.0252), is not a statistically validated target distribution; rather, it merely presents the best available approximation among the four rejected candidates. Its probability density and cumulative distribution curves are shown in Figure 6 and Figure 7, respectively, and are adopted here solely as a reference baseline for subsequent comparison with the machine learning-based methods.
Using the fitted Gumbel distribution parameters, the reliability indices and failure probabilities for different IDR limits (1/50 to 1/70) have been calculated, as shown in Table 6. When adopting a Chinese standard limit of 1/50, the reliability index is 2.722, falling short of the target reliability indices (e.g., 3.2–3.7) typically required for ductile structural systems [24]. This indicates a key issue: traditional reliability calculation methods based on parameter estimation and hypothesis testing may introduce significant errors when response samples deviate from standard distributions, which is a limitation further compounded by the fact that the Gumbel distribution adopted here represents only a pragmatic approximation among statistically rejected models. Therefore, there is an urgent need to adopt more robust and precise methods for comprehensive seismic reliability assessment.

4. Seismic Reliability Analysis of Overall Deformation Capacity Based on Machine Learning

4.1. Model Feature Parameter Selection Based on Sensitivity Analysis

The 9-story steel frame structure established in the previous section aims to construct an efficient and reliable reliability analysis method based on machine learning. To reduce the complexity of machine learning models and enhance their generalization ability, a global sensitivity analysis is conducted to identify the input parameters (features) that most significantly influence the maximum IDR of the output. The variance-based Sobol’ method, applicable to strongly nonlinear systems, is employed to quantify the contributions of each input variable and their interactions to the output variance.
The Sobol’ sequence sampling of nine random variables is carried out, and the first-order sensitivity index and total sensitivity index of the maximum IDR are calculated. The results are shown in the interval bar chart in Figure 8. The analysis shows that:
(1)
The elastic modulus of steel, the yield strength of steel beam and the height of beam column section are the key parameters that affect the overall deformation capacity of the structure.
(2)
The total sensitivity index of the width and thickness of the beam and column flange is significantly higher than that of the first-order index, which indicates that the interaction is the main effect on the output.
Therefore, the five key parameters—steel Young’s modulus E, steel beam yield strength fyb, section height coefficient H, flange width coefficient bf, and flange thickness coefficient tf—are selected as input features for the subsequent machine learning model. It is worth noting that the four excluded variables—column yield strength fyc, column ultimate strength fuc, beam ultimate strength fub, and web thickness coefficient tw—each display a total sensitivity index ST,i noticeably larger than their first-order index Si (see Figure 8), suggesting that their contribution to the output variance operates primarily through interactions with the retained parameters rather than through independent main effects. Consequently, the surrogate model captures their influence only indirectly via the five selected features with which they interact. While this simplification is justified by the sensitivity ranking and practically necessary for dimensionality reduction, it carries implications for model robustness and transferability that warrant acknowledgment. The trained models are expected to maintain high predictive accuracy within the current parameter space, as the dominant variance contributors are retained; however, were these models applied to structural configurations where the interaction structure among variables differs—for instance, cases where web thickness or column strength play a more direct role—predictive performance could degrade. Furthermore, the selected feature subset is inherently specific to the nine-story steel frame. Moreover, the probability distributions adopted in this study, and its transfer to frames of different heights, irregular layouts, or alternative steel grades, should be preceded by a re-evaluation of the sensitivity structure. Notwithstanding these considerations, the five-feature set is considered adequate for the primary objective of this study, i.e., establishing and validating a machine learning-based reliability analysis methodology, as corroborated by the consistently high coefficient of determination values (all exceeding 0.987) achieved by all three models on the test set.

4.2. Machine Learning Data Preprocessing and Model Evaluation Metrics

A dataset comprising 10,000 samples is generated using the Latin Hypercube Sampling (LHS) method, with each sample containing the aforementioned five input features and one output label representing the maximum IDR. The dataset is randomly divided into a training set (8000 samples) and a test set (2000 samples) at an 8:2 ratio. To eliminate dimensionality effects, the input features are standardized to have a mean of zero and a standard deviation of 1.
The following four commonly used regression evaluation indicators are calculated to evaluate and compare the model performance:
Mean Squared Error (MSE) refers to the average of the squares of the differences between predicted and actual values. A smaller MSE indicates that the model’s predictions are closer to the true values.
MSE = 1 n i = 1 n y i y ^ i 2
Root Mean Squared Error (RMSE) is the square root of Mean Squared Error (MSE). It shares the same unit as the original data and is more sensitive to outliers than MSE.
RMSE = 1 n i = 1 n y i y ^ i 2
Mean Absolute Error (MAE) refers to the average absolute value of the difference between predicted and actual values.
MAE = 1 n i = 1 n y i y ^ i 2
The coefficient of determination (R2) indicates the model’s fit to observed values. The range of R2 is (−∞, 1], where a higher R2 value closer to 1 signifies better model fit to the data.
R 2 = 1 i = 1 n y i y ^ i 2 / i = 1 n y i y ¯ i 2
where y i represents the true value, y ^ i represents the predicted value, and y ¯ i is the mean of the true values, with n being the sample size. Lower MSE, RMSE, and MAE values, along with a closer R2 to 1, indicate better model performance.

4.3. Machine Learning Training and Optimization

Three optimized machine learning models are employed for training and prediction respectively:
(1)
PSO-SVR: The particle swarm optimization (PSO) algorithm is employed to optimize the kernel function coefficients and penalty factors of support vector regression (SVR).
(2)
PSO-XGBoost: The PSO algorithm is employed to optimize key parameters of extreme gradient boosting trees, including maximum depth and learning rate.
(3)
BPNN: A single-hidden-layer backpropagation neural network with seven hidden layer nodes.

4.3.1. PSO-SVR Training and Optimization Details

In SVR, the kernel coefficient γ, the penalty factor C, and the tolerance ε are three key model parameters. When the radial basis function (RBF) kernel is selected, a larger γ leads to higher model complexity, which makes the model more prone to overfitting and reduces its generalization ability. Conversely, a smaller γ results in lower model complexity and may fail to capture the underlying patterns in the dataset. A larger C value indicates a lower tolerance for misclassification, placing greater emphasis on accurate classification of data points, which can also lead to overfitting. In contrast, a smaller C allows the model to be more tolerant of misclassification, making the model more flexible; however, this may result in suboptimal performance on the training data, as the model may struggle to capture complex patterns in the data. The tolerance ε denotes the width of the insensitive band; a larger ε allows more data points to fall within the band. When the band is sufficiently wide, it can encompass all sample points, but this also makes the model more prone to underfitting.
The accuracy of the SVR model also depends heavily on the choice of its parameters. To select optimal parameters for better prediction of structural responses and accurate evaluation of the overall seismic reliability of the structure, this subsection adopts PSO to tune the three key parameters of the SVR model. The coefficient of determination R2 is used as the fitness function for the optimization. To ensure that the particle swarm can fully explore potential solutions while maintaining computational efficiency, the population size is typically set to 10 times the number of parameters to be optimized—resulting in 30 particles. Through multiple experimental tests, it was found that 50 iterations are sufficient for the fitness value to stabilize. In parameter optimization, the search space of all parameters is very large and the initial positions of particles are usually randomly distributed. Therefore, it is necessary to impose constraints on the search ranges. After repeated attempts and considering hardware limitations, the constrained search ranges for the PSO are determined, and presented in Table 7.
During the early stage of particle swarm evolution, a relatively large inertia weight and a large cognitive (individual best) learning factor are adopted to allow particles to explore the search space fully, while a smaller social (global best) learning factor is used to reduce information sharing among particles. In the later stage of evolution, the opposite strategy is employed: information sharing among particles is enhanced to move the swarm toward the global best. The inertia weight w and the learning factors c1 and c2 are conventionally set to 0.4, 2, and 2, respectively. In this study, a linear decreasing weight strategy is adopted, in which the inertia weight and learning factors are treated as varying gradually with the number of iterations. The inertia weight starts at 0.9 in the early stage and decreases linearly to 0.4 as the iteration increases. The cognitive learning factor decreases linearly from 3 to 1, while the social learning factor increases linearly from 1 to 3. The optimized model parameters are also presented in Table 7. The result shows that coefficient of determination R2 has improved considerably, indicating that the adoption of PSO enhances the training effectiveness of the SVR model.

4.3.2. PSO-XGBoost Training and Optimization Details

Before parameter tuning, XGBoost exhibited very good training performance on the training set, but performed poorly on the test set, indicating poor generalization ability and suggesting possible overfitting. In addition, the prediction performance on the tail data of the test set was also unsatisfactory, which would lead to increased errors in reliability calculations in subsequent analyses.
To overcome the above issues, PSO is adopted for parameter optimization in this subsection. In XGBoost, the maximum tree depth dmax, learning rate η, number of boosting rounds Nb, L2 regularization term on leaf weights λ, and minimum split loss γ are five key parameters. Among them, dmax and Nb determine the complexity of the model, and λ and γ serve as two penalty factors to control model complexity. Since XGBoost is significantly affected by these parameters, this section optimizes these five parameters of the XGBoost model. The population size is set to 50, and the number of particle swarm iterations is 50. After multiple trials and considering hardware limitations, the constrained search ranges and the optimized parameters of the PSO-XGBoost are shown in Table 8.

4.3.3. PSO-BPNN Training and Optimization Details

The BP neural network was implemented based on numerical simulation software, and the Levenberg–Marquardt (L-M) algorithm was used for model training. Since the neural network involves activation functions, its implementation differs slightly from the two aforementioned methods, resulting in minor differences in data partitioning and preprocessing. For this module, the dataset was divided into training set, validation set, and test set in a ratio of 7:1:2. A single-hidden-layer BP neural network was used for training. The number of hidden layer nodes was determined according to the empirical formula:
N h l = N i n + N o u t + a
where N h l is the number of hidden layer nodes; N i n is the number of input nodes; N o u t is the number of output nodes; and a is an empirical coefficient ranging from 0 to 10. Since the data in this study have five input features and one output, the number of hidden layer nodes was selected within the range of 3 to 13. After multiple experimental trials, the number of hidden layer nodes was optimally chosen as seven. The tansig function was used as the activation function for the hidden layer neurons, while the purelin function was used for the output layer neuron.
The weights and biases are adjustable parameters in BPNN. They determine the connection strength between neurons and the activation thresholds, directly influencing the learning capacity and performance of the neural network. Similar to the previous sections, PSO was adopted to optimize the weights and biases in BPNN. The BPNN architecture is 5-7-1, with fully connected layers, resulting in a total of 50 weights and biases to be optimized. Accordingly, the population size was set to 500, and the number of particle swarm iterations was set to 50. The constrained search range for the particle swarm was set to [−10, 10].
It should be noted that due to implementation constraints, the initial gradient and initial damping parameters of the L-M algorithm cannot be adjusted during training. Therefore, PSO is used to obtain locally optimal solutions under different initial gradients and initial damping parameters. The results in the next section will also show that, when BPNN itself can already achieve good predictive performance, applying PSO to optimize its weights and biases results in only a marginal improvement compared to the original BPNN, but it helps ensure the stability of BPNN.
It is acknowledged that PSO-based hyperparameter optimization adds a non-negligible one-time offline computational cost. However, as noted by Afshari et al. [12] in their comprehensive review of ML-based structural reliability methods, this offline investment is justified when the surrogate model is subsequently used for a large number of online evaluations. In the present framework, the direct MCS benchmark requires 105 nonlinear pushover analyses, whereas the ML-assisted approach reduces the required number of finite elements runs to 104 training samples. Once trained, the surrogate evaluates 107 Monte Carlo samples at negligible computational cost (less than 10−4 s per prediction). The offline optimization cost is therefore amortized over the substantial reduction in online finite element evaluations, making the overall framework cost-effective for the global seismic reliability assessment of multi-story steel frames.

4.4. Machine Learning Predictive Results and Reliability Analysis

The model parameters optimized by the particle swarm optimization are then incorporated into the SVR model to train the data. The comparisons between the predicted results and the actual values of each model on the test set are shown in Figure 9, Figure 10, Figure 11, Figure 12, Figure 13 and Figure 14, with the evaluation metrics presented in Table 9, Table 10 and Table 11.
Overall, all three models perform well in predicting the maximum IDR, with coefficients of determination R2 above 0.987. Among them, the BPNN demonstrates the highest stability and accuracy, achieving an R2 of 0.991 on the test set.
The trained model serves as a surrogate model, with MCS applied for reliability assessment. The reliability analysis procedure is divided into two parts: an “offline training stage” and an “online reliability calculation stage” (see Figure 15). The left side shows the sensitivity screening and surrogate model training process, while the right side shows the process of performing large-scale MCS and failure probability calculation using the trained surrogate model. The procedure on the right side comprises: (1) generating 107 input feature sets via LHS; (2) predicting maximum IDRs using machine learning models; (3) calculating indicator function values based on the limit state function g; (4) estimating failure probabilities by
p ^ f = 1 N i = 1 N I x i = n f N
The reliability indices derived from the machine learning–MCS method are compared with the direct MCS (considered as the exact solution) and the MLE method described in Section 3.4, with results summarized in Table 12, Table 13 and Table 14.
It can be seen from the tables that the probability of the structural response exceeding a larger IDR limit is smaller, and the corresponding reliability index is larger. At lower reliability levels, the error of PSO-XGBoost-MCS is larger than that obtained by the MLE method; however, at higher structural reliability levels, it achieves more accurate results than the MLE method. Based on reasonable extrapolation from the results under 1/70 to 1/55 limit, the reliability indices of the steel frame under the code-required IDR limit of 1/50, as obtained with three training models, all satisfy the requirements of the Chinese code. Data analysis reveals that BPNN-MCS achieves the highest accuracy, with relative errors of only 0.5311% to 1.0259% when calculating reliability indices under various limit values of IDR. PSO-SVR-MCS and PSO-XGBoost-MCS also demonstrate high precision, showing maximum relative errors of 2.7404% and 4.3578% respectively. All machine learning methods significantly outperform the MLE method based on the Gumbel distribution assumption, with the original MLE method exhibiting an error rate of 11.9383% at the 1/55 IDR limit value. Analysis of the nine-story steel frame structure highlights the advantages of machine learning in handling complex and unknown response distributions.
It should be acknowledged that the present comparison between ML-MCS and direct MCS focuses primarily on the accuracy of the resulting reliability indices, without a detailed quantification of the statistical uncertainty inherent in the direct MCS reference values or a formal comparison of computational costs. The direct MCS results reported in Table 12, Table 13 and Table 14 serve as the best available benchmark under the current computational budget. A systematic assessment of computational efficiency gains, which encompass wall-clock time, the number of finite element evaluations saved, and overall speedup factors, is deferred to future work, where it will be integrated into a more comprehensive performance evaluation framework.

4.5. Impact of Sample Size on Model Training

To explore the data efficiency, the effects of sample size (500, 1000, 5000, 10,000) on model training and the accuracy of final reliability calculation are studied, as shown in Figure 16, Figure 17 and Figure 18. Specifically, Figure 16 shows the coefficient of determination R2 for the training set across different sample sizes, Figure 17 presents the R2 for the test set across different sample sizes, and Figure 18 displays the relative error of the reliability indices obtained from the three ML-MCS methods under varying sample sizes.
For the nine-story steel frame structure, with the increase in sample size, the training performance (R2) and reliability calculation accuracy of all models steadily improve. When the sample size is larger than 1000, the relative error of the reliability indices calculated by the three models can be controlled within 10%; when the sample size reaches 10,000, the error can be further reduced to within 5%. PSO-BPNN demonstrates the strongest robustness across various sample sizes, maintaining acceptable predictive performance even with just 500 samples. In contrast, PSO-XGBoost shows relatively unstable performance with small sample sizes (<1000).
The 1000-sample threshold can be understood from a simple perspective: with five input features, 1000 samples give roughly 200 data points per feature, which is about the minimum needed for a tree-based model to reliably tell meaningful patterns apart from random noise. When the sample size drops much below this, PSO-XGBoost tends to make splitting decisions based on noise rather than genuine trends, which explains the unstable performance seen in Figure 16, Figure 17 and Figure 18. PSO-BPNN, on the other hand, learns a smooth overall relationship rather than making hard local splits, so it is naturally less affected by having fewer data points. That said, this threshold of 1000 should not be taken as a universal rule. If the structure has more uncertain parameters, for instance, a taller frame or one with randomized connection behavior and damping, more training samples would likely be needed. The present finding is best understood as a rough lower bound for regular low-to-mid-rise steel frames with a similar number of input variables.

5. Conclusions

The maximum IDR of the designed nine-story steel frame structure does not conform to common distribution form. The traditional parameter estimation and hypothesis testing method result in significant errors in reliability calculations, necessitating the use of more efficient calculation methods such as machine learning. Therefore, this research investigates the key EDP, model performance, and sample size sensitivity of machine learning-based seismic reliability analysis methods for structures. Using machine learning methods, the global reliability analysis of the structure was carried out. The above process also constitutes an important step in the global reliability-based design of structures, leading to the following conclusions:
(1)
The global sensitivity analysis identifies the steel elastic modulus, steel beam yield strength, beam-column section height, beam-column flange width and beam-column flange thickness as the key parameters affecting the maximum IDR of steel frame structures. Based on these parameters, the machine learning model can accurately predict the structural response.
(2)
Among the three machine learning models, PSO-BPNN demonstrates the highest accuracy and stability, with a maximum error of 1.0259%. PSO-SVR came in second, exhibiting a maximum error of 2.7388%, while PSO-XGBoost records the highest error at 4.3578%. The particle swarm optimization algorithm still effectively enhances model accuracy and stability, preventing overfitting.
(3)
The sample size has a significant effect on the prediction effect of models. When the sample size is not less than 1000, the reliability analysis can be guaranteed. The prediction ability of the PSO-BPNN model is least affected by the sample size.
(4)
The ML-based reliability framework, by avoiding distributional assumptions, achieves substantially smaller deviations from direct MCS than the conventional MLE approach (maximum error 1.0259% vs. 11.9383%), confirming its suitability when structural responses deviate from standard distributions.
It should be noted that this study provides insights for addressing the issue of random parameter characterization that does not conform to conventional distributions for multi-story steel frame structures. However, several limitations should be acknowledged. First, the conclusions may not be applicable to other structural forms where the random parameters follow conventional distributions. Second, this study does not consider other steel frame systems with different layouts or irregularities. Third, the comparison between machine learning-based and direct MCS methods is conducted primarily in terms of accuracy; the statistical uncertainty of the direct MCS reference values and the quantitative computational efficiency gains, including runtime, number of finite element evaluations saved, and overall speedup factors, are not systematically reported. These limitations will be addressed in future research, where a formal convergence analysis of direct MCS and a detailed cost–benefit assessment of surrogate-assisted reliability analysis will be undertaken.

Author Contributions

Conceptualization, Z.W., D.K. and M.J.; Methodology, Z.W., D.K. and M.J.; Software, Z.W. and X.L.; Validation, D.K. and X.L.; Formal analysis, Z.W. and X.L.; Investigation, Z.W., D.K. and X.L.; Resources, D.K. and M.J.; Data curation, Z.W., D.K. and X.L.; Writing—original draft, Z.W.; Writing—review and editing, D.K. and M.J.; Visualization, Z.W. and X.L.; Supervision, M.J.; Project administration, M.J.; Funding acquisition, M.J. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding. The APC was fully waived by the journal. No publication-related funding was required or used.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to the demand of one author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Bucher, C.G.; Bourgund, U. A fast and efficient response surface approach for structural reliability problems. Struct. Saf. 1990, 7, 57–66. [Google Scholar] [CrossRef]
  2. Rackwitz, R.; Flessler, B. Structural reliability under combined random load sequences. Comput. Struct. 1978, 9, 489–494. [Google Scholar] [CrossRef]
  3. Nie, J. A New Directional Method to Assess Structural System Reliability in the Context of Performance-Based Design. Ph.D. Thesis, The Johns Hopkins University, Baltimore, MD, USA, 2003. [Google Scholar]
  4. Wakjira, T.G.; Ibrahim, M.; Ebead, U.; Alam, M.S. Explainable machine learning model and reliability analysis for flexural capacity prediction of RC beams strengthened in flexure with FRCM. Eng. Struct. 2022, 255, 113903. [Google Scholar] [CrossRef]
  5. Dai, Y.; Krishanu, R.; Fang, Z.; Chen, B.; Raftery, G.M.; Lim, J.B.P. A novel machine learning model to predict the moment capacity of cold-formed steel channel beams with edge-stiffened and un-stiffened web holes. J. Build. Eng. 2022, 53, 104592. [Google Scholar] [CrossRef]
  6. Wang, J.-S. Global Seismic Reliability Analysis of Reinforced Concrete Frames Based on ANN and Number-Theoretic Point-Selection. Ph.D. Thesis, Harbin Institute of Technology, Harbin, China, 2018. (In Chinese) [Google Scholar]
  7. Hu, Y.; Xiao, C.; Shi, Y. Reliability analysis for highly non-linear and complex model using ANN-MCM simulation. J. Braz. Soc. Mech. Sci. Eng. 2018, 40, 251. [Google Scholar] [CrossRef]
  8. Asteris, P.G.; Nozhati, S.; Nikoo, M.; Cavaleri, L.; Nikoo, M. Krill herd algorithm-based neural network in structural seismic reliability evaluation. Mech. Adv. Mater. Struct. 2019, 26, 1146–1153. [Google Scholar] [CrossRef]
  9. Nguyen, H.; Moayedi, H.; Foong, L.K.; Al-Najjar, H.A.H.; Jusoh, W.A.W.; Rashid, A.S.A.; Jamali, J. Optimizing ANN models with PSO for predicting short building seismic response. Eng. Comput. 2020, 36, 823–837. [Google Scholar] [CrossRef]
  10. Tan, M.; Avsar, O.; Yildizhan, F.; Atmaca, N. Effect of infill walls on the seismic performance of a severely damaged substandard RC building during the February 6, 2023, Kahramanmaraş earthquake sequence. Eng. Fail. Anal. 2025, 169, 109117. [Google Scholar] [CrossRef]
  11. Tan, M.; Atmaca, N.; Atmaca, K. Influence of subsurface conditions on the seismic behavior of structurally identical buildings: A case study from the 2023 Kahramanmaraş earthquakes. Eng. Fail. Anal. 2026, 188, 110629. [Google Scholar] [CrossRef]
  12. Afshari, S.S.; Enayatollahi, F.; Xu, X.; Liang, X. Machine learning-based methods in structural reliability analysis: A review. Reliab. Eng. Syst. Saf. 2022, 219, 108223. [Google Scholar] [CrossRef]
  13. Li, S.; Ma, H.; Zhang, Y.; Wang, S.; Guo, R.; He, W.; Xie, Z. Emergency evacuation risk assessment method for educational buildings based on improved extreme learning machine. Reliab. Eng. Syst. Saf. 2023, 238, 109454. [Google Scholar] [CrossRef]
  14. Qin, X.; Kaewunruen, S. Machine learning and traditional approaches in shear reliability of steel fiber reinforced concrete beams. Reliab. Eng. Syst. Saf. 2024, 251, 110339. [Google Scholar] [CrossRef]
  15. Asgarkhani, N.; Kazemi, F.; Jankowski, R.; Formisano, A. Dynamic ensemble-learning model for seismic risk assessment of masonry infilled steel structures incorporating soil-foundation-structure interaction. Reliab. Eng. Syst. Saf. 2026, 267, 111839. [Google Scholar] [CrossRef]
  16. Ohtori, Y.; Christenson, R.E.; Spencer, B.F., Jr.; Dyke, S.J. Benchmark control problems for seismically excited nonlinear buildings. J. Eng. Mech. 2004, 130, 366–385. [Google Scholar] [CrossRef]
  17. GB 50011-2010; Code for Seismic Design of Buildings. China Architectural and Building Press: Beijing, China, 2010.
  18. Mendoza, J.; Sensale, B.; Canelas, A. Energy-based modal hybrid loading and target displacement refinement in pushover analysis of 2D steel frames. Soil Dyn. Earthq. Eng. 2026, 200, 109896. [Google Scholar] [CrossRef]
  19. Jafari, H.; Hamidi, H.; Soleimani, R. A new global damage index for steel moment resisting frames based on two steps pushover analyses. Structures 2024, 62, 106212. [Google Scholar] [CrossRef]
  20. Chen, Y.; Jia, M.; Sun, H.; Li, J. Post-earthquake functionality assessment of MRFs enhanced by resiliently lateral-resistant and bottom systems. Structures 2023, 52, 476–494. [Google Scholar] [CrossRef]
  21. Chen, Y. Research on the Degradation of Steel Structures for the Needs of Structural Life-Cycle Design and Time-Dependent Reliability in Corrosive Environment. Ph.D. Thesis, Southeast University, Nanjing, China, 2021. (In Chinese) [Google Scholar]
  22. Sharifi, Y.; Paik, J.K. Ultimate strength reliability analysis of corroded steel-box girder bridges. Thin-Walled Struct. 2011, 49, 157–166. [Google Scholar] [CrossRef]
  23. Melcher, J.; Kala, Z.; Holický, M.; Fajkus, M.; Rozlívka, L. Design characteristics of structural steels based on statistical analysis of metallurgical products. J. Constr. Steel Res. 2004, 60, 795–808. [Google Scholar] [CrossRef]
  24. Li, G.; Guo, X. Integrated reliability design of planar steel frames with buckling restrained braces based on ultimate bearing capacity. Archit. Struct. 2011, 41, 68–71+95. (In Chinese) [Google Scholar]
Figure 1. Nine-story, 4-span steel frame structure. (a) Plan layout; (b) Structural form.
Figure 1. Nine-story, 4-span steel frame structure. (a) Plan layout; (b) Structural form.
Buildings 16 02379 g001
Figure 2. Tri-linear model.
Figure 2. Tri-linear model.
Buildings 16 02379 g002
Figure 3. Nonlinear structural behavior. (a) Pushover curve. (b) Inter-story drift ratio.
Figure 3. Nonlinear structural behavior. (a) Pushover curve. (b) Inter-story drift ratio.
Buildings 16 02379 g003
Figure 4. Maximum IDRs of 9-story steel frame structures.
Figure 4. Maximum IDRs of 9-story steel frame structures.
Buildings 16 02379 g004
Figure 5. Target roof displacements of 9-story steel frame structures.
Figure 5. Target roof displacements of 9-story steel frame structures.
Buildings 16 02379 g005
Figure 6. Probability density fit of maximum IDR for 9-story steel frame structures.
Figure 6. Probability density fit of maximum IDR for 9-story steel frame structures.
Buildings 16 02379 g006
Figure 7. Cumulative distribution of maximum IDR for 9-story steel frame structures.
Figure 7. Cumulative distribution of maximum IDR for 9-story steel frame structures.
Buildings 16 02379 g007
Figure 8. Sensitivity of the maximum IDR to each parameter.
Figure 8. Sensitivity of the maximum IDR to each parameter.
Buildings 16 02379 g008
Figure 9. PSO-SVR training set prediction results.
Figure 9. PSO-SVR training set prediction results.
Buildings 16 02379 g009
Figure 10. PSO-SVR test set prediction results.
Figure 10. PSO-SVR test set prediction results.
Buildings 16 02379 g010
Figure 11. PSO-XGBoost training set prediction results.
Figure 11. PSO-XGBoost training set prediction results.
Buildings 16 02379 g011
Figure 12. PSO-XGBoost test set prediction results.
Figure 12. PSO-XGBoost test set prediction results.
Buildings 16 02379 g012
Figure 13. PSO-BPNN training set prediction results.
Figure 13. PSO-BPNN training set prediction results.
Buildings 16 02379 g013
Figure 14. PSO-BPNN test set prediction results.
Figure 14. PSO-BPNN test set prediction results.
Buildings 16 02379 g014
Figure 15. Flowchart of the ML-based seismic reliability analysis framework.
Figure 15. Flowchart of the ML-based seismic reliability analysis framework.
Buildings 16 02379 g015
Figure 16. Determination coefficient R2 for the training set.
Figure 16. Determination coefficient R2 for the training set.
Buildings 16 02379 g016
Figure 17. Determination coefficient R2 for the test set.
Figure 17. Determination coefficient R2 for the test set.
Buildings 16 02379 g017
Figure 18. Relative error of reliable indices calculated from various sample sizes.
Figure 18. Relative error of reliable indices calculated from various sample sizes.
Buildings 16 02379 g018
Table 1. Sections of columns.
Table 1. Sections of columns.
Number of FloorsSteel SectionSteel Grade
1 floorHW414 × 405Q345
2~7 floorsHW400 × 400Q345
8~9 floorsHW350 × 350Q345
Table 2. Sections of beams.
Table 2. Sections of beams.
Number of FloorsSteel SectionSteel Grade
1 floorHN700 × 300Q235
2~7 floorsHN600 × 200Q235
8~9 floorsHN500 × 200Q235
Table 3. Natural frequency of 9-story steel frame structure.
Table 3. Natural frequency of 9-story steel frame structure.
Modal OrderFrequency of OpenSEES Model (Hz)Frequency of ETABS Model (Hz)Relative Difference (%)
10.72760.69694.22
22.12182.05852.98
33.55243.45182.83
45.17605.02013.01
56.94446.71593.29
Table 4. Random variable distribution information.
Table 4. Random variable distribution information.
Random VariableSymbolUnitProbability DistributionMean ValueCoefficient of Variation
Young’s modulusEMPaLognormal205,0000.100
Yield strength of columnfycMPaNormal4180.065
Ultimate strength of columnfucMPaNormal5960.044
Yield strength of beamfybMPaNormal2470.076
Ultimate strength of beamfubMPaNormal3530.046
Coefficient of section heightH/Normal10.05
Coefficient of web thicknesstw/Normal10.05
Coefficient of flange widthbf/Normal10.05
Coefficient of flange thicknesstf/Normal10.05
Table 5. Parameters of various distributions based on MLE.
Table 5. Parameters of various distributions based on MLE.
Distribution PatternParameter 1Parameter 2Dn
Normal distribution0.011200.001570.0600
Lognormal distribution−4.501590.135300.0317
Gumbel distribution−0.010470.001300.0252
Beta distribution53.184697.270.0413
Note: The meanings of parameter 1 and parameter 2 vary in different probabilistic distributions. They are respectively the location parameter and scale parameter of the normal distribution, the scale parameter and shape parameter of the lognormal distribution, the location parameter and scale parameter of the Gumbel distribution, and the shape parameter 1 and shape parameter 2 of the Beta distribution. Dn0.05 = 0.0136.
Table 6. Reliability of 9-story steel frame structures based on MLE.
Table 6. Reliability of 9-story steel frame structures based on MLE.
IDR LimitReliability IndexFailure Probability
1/502.72203.24 × 10−3
1/552.30541.06 × 10−2
1/601.90802.82 × 10−2
1/651.52216.40 × 10−2
1/701.14241.27 × 10−1
Table 7. Constrained search range and optimized parameter value of PSO-SVR model.
Table 7. Constrained search range and optimized parameter value of PSO-SVR model.
Model ParameterSymbolConstrained Search RangeOptimized Parameter Value
Kernel coefficientγ[0, 3]0.048
Penalty factorC[0, 10]6.295
Toleranceε[0.01, 0.5]0.010
Table 8. Constrained search range and optimized parameter value of PSO-XGBoost model.
Table 8. Constrained search range and optimized parameter value of PSO-XGBoost model.
Model ParameterSymbolConstrained Search RangeOptimized Parameter Value
Maximum tree depthdmax[1, 12]4
Learning rateη[0.01, 0.5]0.034
Number of boosting roundsNb[20, 1000]1000
Minimum split lossγ[0.5, 5]0.5
L2 regularization on leaf weightsλ[1, 5]1
Table 9. Evaluation indicators of PSO-SVR model.
Table 9. Evaluation indicators of PSO-SVR model.
Data SetMSERMSEMAER2
Training set3.245 × 10−81.801 × 10−41.504 × 10−40.990
Test set3.271 × 10−81.809 × 10−41.525 × 10−40.991
Table 10. Evaluation indicators of PSO-XGBoost model.
Table 10. Evaluation indicators of PSO-XGBoost model.
Data SetMSERMSEMAER2
Training set2.475 × 10−81.573 × 10−41.298 × 10−40.993
Test set4.154 × 10−82.038 × 10−41.672 × 10−40.987
Table 11. Evaluation indicators of PSO-BPNN model.
Table 11. Evaluation indicators of PSO-BPNN model.
Data SetMSERMSEMAER2
Training set2.785 × 10−81.669 × 10−41.429 × 10−40.992
Test set2.803 × 10−81.674 × 10−41.396 × 10−40.991
Table 12. Calculation results of reliability indices for PSO-SVR-MCS.
Table 12. Calculation results of reliability indices for PSO-SVR-MCS.
IDR LimitDirect MCSPSO-SVR-MCSFractional Error (%)MLEFractional Error (%)
1/701.13191.16292.73881.14841.4577
1/651.55751.57290.98881.52921.8170
1/602.04432.03820.29841.91546.3053
1/552.62602.60100.95202.312511.9383
1/50-3.4166-2.7297-
Table 13. Calculation results of reliability indices for PSO-XGBoost-MCS.
Table 13. Calculation results of reliability indices for PSO-XGBoost-MCS.
IDR LimitDirect MCSPSO-XGBoost-MCSFractional Error (%)MLEFractional Error (%)
1/701.13191.16673.07461.14841.4577
1/651.55751.59332.29711.52921.8170
1/602.04432.09662.55791.91546.3053
1/552.62602.74044.35782.312511.9383
1/50-3.6286-2.7297-
Table 14. Calculation results of reliability indices for BPNN-MCS.
Table 14. Calculation results of reliability indices for BPNN-MCS.
IDR LimitDirect MCSBPNN-MCSFractional Error (%)MLEFractional Error (%)
1/701.13191.13900.62331.14841.4577
1/651.55751.57351.02591.52921.8170
1/602.04432.05960.74781.91546.3053
1/552.62602.61210.53112.312511.9383
1/50-3.3194-2.7297-
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

Wu, Z.; Kong, D.; Jia, M.; Li, X. Research on Global Seismic Reliability Analysis of Steel Frames Based on Machine Learning. Buildings 2026, 16, 2379. https://doi.org/10.3390/buildings16122379

AMA Style

Wu Z, Kong D, Jia M, Li X. Research on Global Seismic Reliability Analysis of Steel Frames Based on Machine Learning. Buildings. 2026; 16(12):2379. https://doi.org/10.3390/buildings16122379

Chicago/Turabian Style

Wu, Ziyang, Dewei Kong, Mingming Jia, and Xianbao Li. 2026. "Research on Global Seismic Reliability Analysis of Steel Frames Based on Machine Learning" Buildings 16, no. 12: 2379. https://doi.org/10.3390/buildings16122379

APA Style

Wu, Z., Kong, D., Jia, M., & Li, X. (2026). Research on Global Seismic Reliability Analysis of Steel Frames Based on Machine Learning. Buildings, 16(12), 2379. https://doi.org/10.3390/buildings16122379

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

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop