The plastic stress distribution (PSD) method is used as the primary method in typical design codes for calculating the strength of concrete-filled steel tubular (CFST) members. However, the PSD method can only be appl...
详细信息
The plastic stress distribution (PSD) method is used as the primary method in typical design codes for calculating the strength of concrete-filled steel tubular (CFST) members. However, the PSD method can only be applied to members with limited ranges of material strengths and cross-sectional slenderness ratios, and the calculation methods are lacking or relatively complicated for members beyond the limitations. In this work, an improved PSD method is proposed for the strength prediction of CFST members with different cross-sectional slenderness ratios and material strengths, by using the concrete strength factor fi1 to consider the possible compressive strength increase or reduction of the concrete due to the confinement or local buckling from the steel tube and the steel strength factor fi2 to consider the potential compressive strength reduction of the steel tube due to local buckling. The direct inverse analysis using the improved particle swarm optimization algorithm is then conducted to identify the strength factors fi1 and fi2 based on the extensive experimental results. Machine learning algorithms are finally explored to train the rules between the strength factors (fi1 and fi2) and the member properties including the diameter or width and depth, wall thickness, and material strength, and the predicted results are in good agreement with the experimental results. These results further specify the accurate plastic stress distribution, and provide a strong justification for possible changes to the design codes to expand the use of the PSD method to all types of CFST members.
In battery management systems, the health status of lithium batteries constantly affects the accurate estimation of their charging status and energy status, making the health status particularly important. However, in...
详细信息
In battery management systems, the health status of lithium batteries constantly affects the accurate estimation of their charging status and energy status, making the health status particularly important. However, in energy storage systems, rapidly and accurately estimating the health status of lithium batteries, as well as estimating it at an appropriate proportion, has always been a challenge. Therefore, to improve the stable operation of energy storage systems, this paper proposes a model that optimizes a hybrid kernel extreme learning machine using the circle mapping chaotic method and particle swarm optimization algorithm to improve the gray wolf algorithm. First, to address the issues of initialization instability and slow convergence speed in the gray wolf optimizationalgorithm, the ideas of circle mapping chaos and particleswarmoptimization are proposed to replace the position update formula of the gray wolf optimizationalgorithm, thereby enhancing the algorithm's stability and convergence speed. Second, to address the limitation of the single learning capability of the kernel extreme learning machine model, a hybrid kernel extreme learning machine model is employed. The generalization and learning capabilities of the entire model are verified through simulation experiments. Finally, simulation predictions are conducted again under different data-splitting proportions to obtain an optimal training proportion, providing additional reference directions for practical application. Experimental results demonstrate that the proposed model maintains a fit above 0.99 for four sets of batteries, and ensures the reliability and reasonableness of the model when using a 50% training set proportion.
Aiming to solve the problem of odor source localization (OSL) in the presence of interference sources, this paper presents two methods based on swarm intelligence algorithms. We initially introduced the shark smell op...
详细信息
Aiming to solve the problem of odor source localization (OSL) in the presence of interference sources, this paper presents two methods based on swarm intelligence algorithms. We initially introduced the shark smell optimization (SSO) algorithm and modified it for OSL tasks. Subsequently, mechanisms for collective information sharing and preventing falling into local minima were incorporated, leading to the development of the Improved Shark Smell optimization (I-SSO) algorithm. We tested both algorithms in a computational fluid dynamics (CFD) simulated environment with a single interference source and compared them to the particleswarmoptimization (PSO) algorithm and whale optimizationalgorithm (WOA). In scenarios with one and two interference sources. The results showed that the I-SSO algorithm outperformed the other three algorithms in both environment settings, demonstrating a higher success rate and superior search distance efficiency.
Accurate and reliable wind speed prediction plays a significant role in ensuring the reasonable scheduling of wind power resources. However, wind speed sequences often exhibit complex characteristics such as instabili...
详细信息
Accurate and reliable wind speed prediction plays a significant role in ensuring the reasonable scheduling of wind power resources. However, wind speed sequences often exhibit complex characteristics such as instability and volatility, which create substantial challenges for prediction. In order to cope with these challenges, a multi-step wind speed prediction method based on secondary decomposition (SD) techniques and deep learning prediction models is proposed in this paper. First, the original signal was decomposed into multiple sequences by using two signal decomposition techniques, multi-scale wavelet power spectrum analysis (MWPSA) and variational mode decomposition (VMD). Second, a model was constructed by combining convolutional neural networks (CNNs), bidirectional long short-term memory (BiLSTM) networks, and attention mechanism to perform multi-step wind speed predicting for each sequence, and the model parameters were optimized by the particleswarmoptimization (PSO) algorithm. Ultimately, the results from all sequences were combined to generate the final wind speed prediction. The predictive performance of the proposed method was evaluated using real wind speed data collected from a wind farm in China. Experimental results show that the proposed method significantly outperforms other comparison models in multi-step wind speed prediction, which highlights its accuracy and reliability.
A groundbreaking method is proposed to mitigate the impact of unpredictable fluctuations in wind velocity on wind power generation. This innovative approach integrates the particleswarmoptimization (PSO)-least squar...
详细信息
A groundbreaking method is proposed to mitigate the impact of unpredictable fluctuations in wind velocity on wind power generation. This innovative approach integrates the particleswarmoptimization (PSO)-least squares support vector machine (LSSVM) and XGBoost models in a harmonious manner. Initially, the raw wind speed data is subjected to wavelet threshold denoising to reduce noise and volatility. For short-term wind speed prediction, a PSO-LSSVM-XGBoost model is introduced. After the initial wind speed sequence undergoes wavelet threshold denoising, the enhanced sequence is forecasted using the LSSVM model, with its hyperparameters optimized through the PSO algorithm. The errors, obtained by subtracting the predicted values from the original data, are compensated using XGBoost. The final forecast results combine the rectified error data with the initial projected results. Experimental findings demonstrate the model's remarkable capability to enhance prediction performance and accuracy.
The low ambient pressure during the flight of aircraft has a significant impact on the performance and safety of the onboard power battery. In order to ensure the safe operation of the battery system, it is very impor...
详细信息
The low ambient pressure during the flight of aircraft has a significant impact on the performance and safety of the onboard power battery. In order to ensure the safe operation of the battery system, it is very important to accurately estimate and manage the state-of-charge (SOC) of the battery. In this work, the equivalent circuit modeling (ECM) of lithium titanate battery (LTB) is studied in detail, and the influence of analog circuit model parameters in low ambient pressures is discussed for the first time. The forgetting factor recursive least square algorithm is introduced to accurately identify the ECM parameters of the LTB under different pressures online. The particle swarm optimization algorithm is innovatively proposed to optimize the covariance matrix of the Kalman filter algorithm. The verification shows that the root mean square error of the ECM of LTB under different ambient pressures is less than 0.025. In the SOC estimation process, the noise covariance matrixes of the extended Kalman filter and the unscented Kalman filter are optimized by the particleswarmalgorithm. The optimized SOC estimation absolute error is less than 3 %, especially at 96 kPa and 30 kPa, where the absolute error is less than 2 %.
Phonocardiogram (PCG) signals contains valuable information pertaining to heart valve functionality, rendering them potentially useful for early detection of cardiovascular diseases. Automated classification of heart ...
详细信息
Phonocardiogram (PCG) signals contains valuable information pertaining to heart valve functionality, rendering them potentially useful for early detection of cardiovascular diseases. Automated classification of heart sounds harbors great promise for identifying cardiac pathologies. This paper introduces a novel automated approach to classify normal and abnormal heart sounds. Our methodology involves partitioning heart sounds into four segments: S1, S2, systolic, and diastolic, followed by extraction of time-frequency and time-statistical features. Prior to data classification, we employ two techniques - particleswarmoptimization (PSO) and Sequential Forward Feature Selection (SFFS) - for efficient feature selection. We assess the performance of the proposed method on the Physionet Challenge 2016 database, utilizing the 10-fold cross-validation method. To address the issue of dataset imbalance, we apply the synthetic minority over-sampling technique (SMOTE) to create balanced datasets. Our approach surpasses existing methods in the literature, as evidenced by its superior accuracy, sensitivity, and specificity metrics. Specifically, our method achieves an accuracy of 98.03%, a sensitivity of 97.64%, and a specificity of 98.43% in distinguishing normal from abnormal heart sounds on the Physionet database. These findings outperform the results obtained by previously established methods evaluated on the Physionet 2016 challenge database.
As a critical component of the transportation system, the safety of bridges is directly related to public safety and the smooth flow of traffic. This study addresses the aforementioned issues by focusing on the identi...
详细信息
As a critical component of the transportation system, the safety of bridges is directly related to public safety and the smooth flow of traffic. This study addresses the aforementioned issues by focusing on the identification of bridge structure deterioration and the updating of finite element models, proposing a systematic research framework. First, this study presents a preprocessing method for bridge point cloud data and determines the parameter ranges for key algorithms through parameter tuning. Subsequently, based on the massive point cloud data, this research explores and optimizes the methods for identifying bridge cracks and spatial deformations, significantly enhancing the accuracy and efficiency of identification. On this basis, the particle swarm optimization algorithm is employed to optimize the key parameters in crack detection, ensuring the reliability and precision of the algorithm. Additionally, the study summarizes the methods for detecting bridge structural deformations based on point cloud data and establishes a framework for updating the bridge model. Finally, by integrating the results of bridge crack and deformation detection and combining Bayesian model correction and adaptive nested sampling methods, this research sets up the process for updating finite element model parameters and applies it to the analysis of actual bridge point cloud data.
Early diagnosis of oral cancer is crucial for improving patient outcomes and saving lives. However, inaccurate and improper diagnosis can hinder effective treatment. This paper presents a novel method for detecting or...
详细信息
Early diagnosis of oral cancer is crucial for improving patient outcomes and saving lives. However, inaccurate and improper diagnosis can hinder effective treatment. This paper presents a novel method for detecting oral cancer using an optimized version of Convolutional Neural Network (CNN). While basic CNNs have been widely used for image classification tasks, the incorporation of the Seagull optimizationalgorithm and particle swarm optimization algorithm in optimizing the CNN architecture specifically for oral cancer detection is a unique approach that is provided in this study. By combining these algorithms, the proposed method optimizes the CNN's architecture, parameters, and training process specifically for oral cancer detection. This optimization enhances the performance and accuracy of the CNN in identifying cancerous regions in oral images. Unlike previous approaches, our method incorporates advanced image processing techniques, including noise reduction, contrast enhancement, and data augmentation, to enhance the quality of input data extracted from the Oral Cancer (Lips and Tongue) images (OCI) dataset. The optimized CNN architecture uses its ability to learn intricate patterns and features from the enhanced images, enabling more accurate identification of cancerous regions. To evaluate the effectiveness of our approach, we compare it against Textural analysis, FCM, CNN, R-CNN, and ResNet-101 using four measurement indices. Results demonstrate that our proposed CSOA-based CNN system achieves the highest accuracy rate (96.94%) compared to other methods, indicating its superior performance in oral cancer detection. Furthermore, our precision rate of 94.65% and recall rate of 91.60% highlight the model's high correctness and positive classification ability. Finally, our proposed method achieves the highest F1-score (88.55%), emphasizing its superiority over other comparative methods. Through our innovative integration of the Seagull optimizationalgorithm a
The plate forming process based on a three-core rolling bending machine is a crucial technology in industries such as shipbuilding, aerospace, and boiler manufacturing. It enables the formation of single curvature pla...
详细信息
ISBN:
(纸本)9798400709098
The plate forming process based on a three-core rolling bending machine is a crucial technology in industries such as shipbuilding, aerospace, and boiler manufacturing. It enables the formation of single curvature plates like cylinders and cones. However, traditional sheet metal forming inspection methods rely on manual sample testing, resulting in low efficiency, poor precision, and an inability to automate or digitize the forming process. This paper introduces a novel automatic plate curvature detection device that measures discrete point data from sheet metal forming and requires rapid registration of this data for evaluating forming errors. To achieve rapid registration, a particle swarm optimization algorithm based on simulated annealing evolution principles is employed. This algorithm facilitates quick alignment between the discrete point data and theoretical values while analyzing sheet forming errors to guide subsequent automated processing steps. Experimental results demonstrate that the improved particleswarmoptimization (PSO) effectively evaluates forming errors, providing valuable guidance for automating steel sheet forming processes.
暂无评论