Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (268)

Search Parameters:
Keywords = differential evolution particle swarm optimization

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
32 pages, 823 KB  
Article
A Hybrid Temporal Recommender System Based on Sliding-Window Weighted Popularity and Elite Evolutionary Discrete Particle Swarm Optimization
by Shanxian Lin, Yuichi Nagata and Haichuan Yang
Electronics 2026, 15(8), 1544; https://doi.org/10.3390/electronics15081544 - 8 Apr 2026
Viewed by 150
Abstract
This paper proposes a hybrid non-personalized temporal recommendation framework integrating Sliding-Window Weighted Popularity (SWWP) with Elite Evolutionary Discrete Particle Swarm Optimization (EEDPSO) to address the challenges of extreme data sparsity and temporal dynamics in global popularity-based recommendation. We first formally prove the NP [...] Read more.
This paper proposes a hybrid non-personalized temporal recommendation framework integrating Sliding-Window Weighted Popularity (SWWP) with Elite Evolutionary Discrete Particle Swarm Optimization (EEDPSO) to address the challenges of extreme data sparsity and temporal dynamics in global popularity-based recommendation. We first formally prove the NP hardness of the temporal-constrained recommendation problem, justifying the adoption of a metaheuristic approach. The proposed SWWP model employs a dual-scale sliding-window mechanism to balance short-term trend adaptation with long-term periodicity capture. A novel deep integration mechanism couples SWWP with EEDPSO through a “purchase heat” indicator, which guides temporal-aware particle initialization, position updates, and fitness evaluation. Extensive experiments on the Amazon Reviews dataset with extreme sparsity (density < 0.0005%) demonstrate that SWWP achieves an NDCG@20 of 0.245, outperforming nine temporal baselines by at least 13%. Furthermore, under a unified fitness function incorporating temporal prediction accuracy, the SWWP-EEDPSO framework achieves 5.95% higher fitness compared to vanilla EEDPSO, while significantly outperforming Differential Evolution and Genetic Algorithms. The temporally informed search strategy enables SWWP-EEDPSO to discover recommendations that better align with future user behavior, while maintaining sub-millisecond online query latency (0.52 ms) through offline precomputation and caching, demonstrating practical feasibility for deployment scenarios where periodic offline updates are acceptable. Full article
Show Figures

Figure 1

30 pages, 4009 KB  
Article
Appointment-Based Lock Scheduling for Inland Vessels Under Arrival Time Uncertainty
by Lei Du, Binghan Pang, Minglong Zhang, Fan Zhang and Yuanqiao Wen
Appl. Sci. 2026, 16(7), 3436; https://doi.org/10.3390/app16073436 - 1 Apr 2026
Viewed by 291
Abstract
Appointment-based lock scheduling can mitigate congestion at inland ship locks, but the inherent uncertainty in vessel arrivals frequently causes severe schedule degradation, disrupting the original lockage plans. To address this challenge, we develop an optimization framework that quantifies arrival-time uncertainty using a deep [...] Read more.
Appointment-based lock scheduling can mitigate congestion at inland ship locks, but the inherent uncertainty in vessel arrivals frequently causes severe schedule degradation, disrupting the original lockage plans. To address this challenge, we develop an optimization framework that quantifies arrival-time uncertainty using a deep ensemble to generate generates reliable prediction intervals, and embeds a rescheduling mechanism for missed appointments within a multi-objective model. The model is solved with a hybrid heuristic that combines Differential Evolution, Variable Neighborhood Search, and Non-dominated Sorting Genetic Algorithm II (DE–VNS–NSGA-II). Compared to conventional evolutionary techniques, hybrid Particle Swarm Optimization (PSO) approaches, and recent advanced algorithms (GSAA-RL and ADEA-KC), the proposed algorithm effectively overcomes premature convergence in highly constrained discrete scheduling spaces by leveraging DE for robust global exploration and VNS for deep local refinement. In simulations with 143 vessels, the approach reduced average waiting time by 18.51% (28.63 h to 23.33 h), lowered the schedule adjustment rate by 9.02% (0.331 to 0.301), and decreased lock-utilization loss by 5.06% (0.413 to 0.392) relative to a standard baseline. The results demonstrate more stable schedules and more efficient use of lock capacity under uncertainty, providing a data-driven decision-support tool for lock operators to dynamically mitigate disruptions and reallocate passage quotas at inland navigation hubs. Full article
Show Figures

Figure 1

31 pages, 2159 KB  
Article
Performance Evaluation of the Plant Growth Optimization Algorithm for Constrained Nonlinear Optimization
by Hugo Martínez Ángeles, Cesar Augusto Navarro Rubio, José Gabriel Ríos Moreno, Roberto Valentín Carrillo-Serrano, Saúl Obregón-Biosca, Sergio Miguel Delfín-Prieto and Mario Trejo Perea
Eng 2026, 7(3), 132; https://doi.org/10.3390/eng7030132 - 13 Mar 2026
Viewed by 308
Abstract
Constrained nonlinear optimization plays a fundamental role in engineering design due to the presence of irregular feasible regions and interacting nonlinear restrictions. This study evaluates the performance of the Plant Growth Optimization (PGO) algorithm in a constrained nonlinear benchmark problem. The algorithm was [...] Read more.
Constrained nonlinear optimization plays a fundamental role in engineering design due to the presence of irregular feasible regions and interacting nonlinear restrictions. This study evaluates the performance of the Plant Growth Optimization (PGO) algorithm in a constrained nonlinear benchmark problem. The algorithm was implemented in MATLAB® and assessed using a fixed external penalty formulation for constraint handling. Performance was analyzed through convergence dynamics, constraint evolution, dispersion across 20 independent runs, and computational efficiency. A comparative study was conducted against Particle Swarm Optimization (PSO), Genetic Algorithms (GA), and Differential Evolution (DE) under identical experimental conditions. Results show that PGO achieves stable convergence within 87 generations, consistently attaining a feasible solution near the constraint boundary with low dispersion across runs. Statistical validation using the Friedman test (χ2=32.45, p<0.001) confirmed significant performance differences among algorithms, while post-hoc Wilcoxon tests indicated comparable performance between PGO and DE and significant differences relative to PSO and GA. These findings demonstrate that PGO provides a balanced compromise between robustness, convergence stability, and computational efficiency, supporting its suitability for constrained nonlinear engineering optimization tasks. Full article
(This article belongs to the Special Issue Interdisciplinary Insights in Engineering Research 2026)
Show Figures

Figure 1

43 pages, 3494 KB  
Article
Dual-Population Hybrid Particle Swarm Optimization Algorithm Based on Hooke’s Law Competition Mechanism
by Yaopei Wang, Yufeng Wang, Haoxing Wang, Yanan Du and Pingping Shan
Algorithms 2026, 19(3), 207; https://doi.org/10.3390/a19030207 - 10 Mar 2026
Viewed by 235
Abstract
The Particle swarm optimization (PSO) algorithm has strong universality and fast convergence speed, but when solving complex multimodal optimization problems, it is prone to fall into local optimum due to insufficient population diversity. To address this issue, this paper proposes a dual-population hybrid [...] Read more.
The Particle swarm optimization (PSO) algorithm has strong universality and fast convergence speed, but when solving complex multimodal optimization problems, it is prone to fall into local optimum due to insufficient population diversity. To address this issue, this paper proposes a dual-population hybrid particle swarm optimization algorithm based on Hooke’s law competition mechanism (HLCM-DHPSO). This algorithm integrates the differential evolution algorithm into the PSO framework, and the two subpopulation sizes dynamically compete for computing resources according to the adaptive mechanism of Hooke’s law. When the algorithm stagnates, HLCM-DHPSO can automatically trace back to historical archives and adjust the inertia weight based on excellent experience data. Meanwhile, HLCM-DHPSO adaptively adjusts the acceleration coefficient through the Sine function to enhance the algorithm’s ability to escape from local optimum. To verify the effectiveness of the HLCM-DHPSO algorithm, it is compared with eight advanced optimization algorithms on the CEC2017 benchmark test set. The experimental results show that HLCM-DHPSO significantly outperforms the comparison algorithms in terms of solution performance, especially in handling high-dimensional and multi-peak complex functions, demonstrating superior global search and optimization capabilities. Full article
(This article belongs to the Section Evolutionary Algorithms and Machine Learning)
Show Figures

Figure 1

34 pages, 3618 KB  
Article
An Emulated Dynamic Framework for Evaluating Metaheuristic-Based Load Balancing Techniques in Edge Computing Networks
by Daisy Nkele Molokomme, Adeiza James Onumanyi and Adnan M. Abu-Mahfouz
AI 2026, 7(3), 81; https://doi.org/10.3390/ai7030081 - 1 Mar 2026
Viewed by 531
Abstract
Edge computing (EC) has emerged as a paradigm to support computation-intensive Internet of Things (IoT) applications by enabling task offloading to nearby servers. Despite its potential, the inherent heterogeneity of edge resources and the dynamic, unpredictable nature of task arrivals present significant challenges [...] Read more.
Edge computing (EC) has emerged as a paradigm to support computation-intensive Internet of Things (IoT) applications by enabling task offloading to nearby servers. Despite its potential, the inherent heterogeneity of edge resources and the dynamic, unpredictable nature of task arrivals present significant challenges for designing and evaluating effective load balancing strategies. Traditional evaluation methods are limited as follows: physical testbeds lack scalability and flexibility, while abstract simulators often oversimplify network behavior, failing to capture realistic system dynamics. To address these limitations, we present an emulated dynamic edge computing framework (EDECF) designed for evaluating load balancing schemes in EC networks. First, we developed dedicated service models for each EC node within the EDECF and implemented them using the common open research emulator (CORE) platform, thereby providing a scalable, flexible, and realistic environment for testing optimization strategies. Second, we introduced a robust fitness function that explicitly models latency, queue stability, and fairness for metaheuristic-based load balancing under dynamic edge conditions. To assess its effectiveness, this function was incorporated and tested using the following methods: the particle swarm optimization, genetic algorithm, differential evolution and simulated annealing-based load balancing algorithms. In addition, baseline methods such as the round robin and shortest queue techniques were also deployed to demonstrate the framework’s capacity to facilitate rigorous analysis in heterogeneous and time-varying scenarios. Overall, results are presented to demonstrate EDECF’s capability to emulate realistic workloads, capture resource variability at the edge, and support comprehensive evaluation of algorithmic performance across diverse network settings. Thus, this work aims to establish a practical and extensible foundation for researchers and practitioners to design, test, and optimize load balancing strategies in EC environments. Full article
Show Figures

Graphical abstract

23 pages, 378 KB  
Article
An Innovation of the Zero-Inflated Binary Classification in Credit Scoring Using Two-Stage Algorithms
by Chenlu Zheng, Yuhlong Lio and Tzong-Ru Tsai
Mathematics 2026, 14(5), 800; https://doi.org/10.3390/math14050800 - 27 Feb 2026
Viewed by 344
Abstract
Zero-inflated and class-imbalanced data present significant challenges in credit scoring. Zero-Inflated Bernoulli Distribution (ZIBD) models help handle excess zeros. However, the S-shaped function and the neglect of misclassification costs may degrade the ZIBD model’s classification performance. To address these challenges, this paper proposes [...] Read more.
Zero-inflated and class-imbalanced data present significant challenges in credit scoring. Zero-Inflated Bernoulli Distribution (ZIBD) models help handle excess zeros. However, the S-shaped function and the neglect of misclassification costs may degrade the ZIBD model’s classification performance. To address these challenges, this paper proposes a novel two-stage algorithm that integrates an optimized ZIBD model with Random Forest, Extreme Gradient Boosting (XGBoost), and Light Gradient Boosting Machine (LightGBM), respectively. Specifically, we develop a new loss function that incorporates cross-entropy and example-dependent cost-sensitive to optimize the ZIBD model, thereby minimizing cost risks. Subsequently, we suggest integrating baseline models to compensate for the ZIBD model’s classification deficiencies. This hybrid approach effectively mitigates the impact of structural zeros in imbalanced data while enhancing model robustness. The performance of the proposed method is validated using two real-world banking datasets. Experimental results demonstrate that the proposed two-stage algorithm significantly outperforms its competitors across both machine-learning metrics and savings. Hence, the proposed novel two-stage algorithm offers a more effective solution for zero-inflated banking data. Full article
Show Figures

Figure 1

20 pages, 4771 KB  
Article
Evolutionary Optimization of U-Net Hyperparameters for Enhanced Semantic Segmentation in Remote Sensing Imagery
by Laritza Pérez-Enríquez, Saúl Zapotecas-Martínez, Leopoldo Altamirano-Robles, Raquel Díaz-Hernández and José de Jesús Velázquez Arreola
Earth 2026, 7(2), 34; https://doi.org/10.3390/earth7020034 - 27 Feb 2026
Viewed by 374
Abstract
Remote sensing-based Earth observation provides essential spatial data for analyzing and monitoring both natural and urban environments. Precise characterization of objects in these scenes is vital for environmental management, land-use planning, and monitoring global change. Semantic segmentation of remote sensing imagery (RSI) is [...] Read more.
Remote sensing-based Earth observation provides essential spatial data for analyzing and monitoring both natural and urban environments. Precise characterization of objects in these scenes is vital for environmental management, land-use planning, and monitoring global change. Semantic segmentation of remote sensing imagery (RSI) is a fundamental yet complex task due to significant variability in object shape, scale, and distribution, as well as the complexity of multiscale landscapes captured by advanced sensors. Convolutional neural networks, especially the U-Net architecture, have achieved notable success in segmentation tasks. However, their application in remote sensing is often impeded by persistent issues such as loss of spatial detail, substantial intra- and inter-class variability, and high sensitivity to hyperparameter settings. Manual tuning of hyperparameters is typically inefficient and error-prone, which highlights the importance of heuristic methods for automated optimization. Genetic Algorithms (GAs), Differential Evolution (DE), and Particle Swarm Optimization (PSO) are metaheuristics that provide systematic approaches for exploring large hyperparameter spaces. This study investigates an evolutionary framework for the automated optimization of four critical U-Net hyperparameters—learning rate, number of training epochs, optimizer, and loss function—using micro-evolutionary algorithms. Specifically, micro Genetic Algorithms (micro-GAs), micro Differential Evolution (micro-DE), and micro Particle Swarm Optimization (micro-PSO) are employed to efficiently explore the hyperparameter search space under reduced population settings. The experimental results demonstrate that the proposed micro-evolutionary optimization framework consistently enhances segmentation performance, achieving improvements in Mean Intersection over Union (MIoU) ranging from 3% to 35%, along with systematic gains in overall accuracy across different datasets and configurations. Full article
Show Figures

Figure 1

31 pages, 7358 KB  
Article
Assessment and Realization of the Benefits of Collaboration Among Ridesharing Service Providers Based on Metaheuristic Algorithms
by Fu-Shiung Hsieh
Smart Cities 2026, 9(3), 42; https://doi.org/10.3390/smartcities9030042 - 25 Feb 2026
Viewed by 295
Abstract
As ridesharing is one of the emerging sustainable transport modes that has been widely adopted by commuters and travelers in cities, it has been extensively studied for over a decade. Although many research issues related to ridesharing have been studied, most studies focus [...] Read more.
As ridesharing is one of the emerging sustainable transport modes that has been widely adopted by commuters and travelers in cities, it has been extensively studied for over a decade. Although many research issues related to ridesharing have been studied, most studies focus on these issues in the context of single ridesharing service providers. However, the existence of multiple ridesharing service providers poses unaddressed research issues. In economics, collaboration might enable two companies to achieve greater market share and efficiency than they could achieve independently. “One plus one is greater than two” refers to the concept of synergy, where combining two elements creates a result that is more valuable or effective than the sum of their individual parts. An interesting question is whether multiple ridesharing service providers can benefit from collaboration. This study aims to assess and realize the benefits of collaboration among ridesharing service providers using metaheuristic algorithms. In this paper, we will study this research question based on two decision models: (1) Decision Model 1 for multiple independent ridesharing service providers and (2) Decision Model 2 for a Collaborative Ridesharing Service Provider. We formulated the optimization of these two decision models and developed twelve metaheuristic algorithms for the two decision models, and conducted experiments to study their effectiveness in terms of performance and computational efficiency. The results indicate that the benefits that can be realized depend critically on the type of metaheuristic algorithm used. The results of this study show that “one plus one is greater than two” holds for ridesharing if an effective solver is used. Full article
(This article belongs to the Special Issue Cost-Effective Transportation Planning for Smart Cities)
Show Figures

Figure 1

40 pages, 6288 KB  
Article
A Multi-Strategy Enhanced Harris Hawks Optimization Algorithm for KASDAE in Ship Maintenance Data Quality Enhancement
by Chen Zhu, Shengxiang Sun, Li Xie and Haolin Wen
Symmetry 2026, 18(2), 302; https://doi.org/10.3390/sym18020302 - 6 Feb 2026
Viewed by 206
Abstract
To address the data quality challenges in ship maintenance data, such as high missing rates, anomalous noise, and multi-source heterogeneity, this paper proposes a data quality enhancement method based on a multi-strategy enhanced Harris Hawks Optimization algorithm for optimizing the Kolmogorov–Arnold Stacked Denoising [...] Read more.
To address the data quality challenges in ship maintenance data, such as high missing rates, anomalous noise, and multi-source heterogeneity, this paper proposes a data quality enhancement method based on a multi-strategy enhanced Harris Hawks Optimization algorithm for optimizing the Kolmogorov–Arnold Stacked Denoising Autoencoder. First, leveraging the Kolmogorov–Arnold theory, the fixed activation functions of the traditional Stacked Denoising Autoencoder are reconstructed into self-learnable B-spline basis functions. Combined with a grid expansion technique, the KASDAE model is constructed, significantly enhancing its capability to represent complex nonlinear features. Second, the Harris Hawks Optimization algorithm is enhanced by incorporating a Logistic–Tent compound chaotic map, an elite hierarchy strategy, and a nonlinear logarithmic decay mechanism. These improvements effectively balance global exploration and local exploitation, thereby increasing the convergence accuracy and stability for hyperparameter optimization. Building on this, an IHHO-KASDAE collaborative cleaning framework is established to achieve the repair of anomalous data and the imputation of missing values. Experimental results on a real-world ship maintenance dataset demonstrate the effectiveness of the proposed method: it achieves an 18.3% reduction in reconstruction mean squared error under a 20% missing rate compared to the best baseline method; attains an F1-score of 0.89 and an AUC value of 0.929 under a 20% anomaly rate; and stabilizes the final fitness value of the IHHO optimizer at 0.0216, which represents improvements of 31.7%, 25.6%, and 12.2% over the Particle Swarm Optimization, Differential Evolution, and the original HHO algorithm, respectively. The proposed method outperforms traditional statistical methods, deep learning models, and other intelligent optimization algorithms in terms of reconstruction accuracy, anomaly detection robustness, and algorithmic convergence stability, thereby providing a high-quality data foundation for subsequent applications such as maintenance cost prediction and fault diagnosis. Full article
(This article belongs to the Special Issue Symmetry/Asymmetry in Optimization Algorithms and Systems Control)
Show Figures

Figure 1

28 pages, 4527 KB  
Article
Enhanced Adaptive QPSO-Enabled Game-Theoretic Model Predictive Control for AUV Pursuit–Evasion Under Velocity Constraints
by Duan Gao, Mingzhi Chen and Yunhao Zhang
J. Mar. Sci. Eng. 2026, 14(3), 318; https://doi.org/10.3390/jmse14030318 - 6 Feb 2026
Viewed by 355
Abstract
Pursuit–evasion involves coupled, antagonistic decision-making and is prone to local-optimal behaviors when solved online under nonlinear dynamics and constraints. This study investigates a dual-AUV pursuit–evasion problem in ocean-current environments by integrating game theory with model predictive control (MPC). We formulated a game-theoretic MPC [...] Read more.
Pursuit–evasion involves coupled, antagonistic decision-making and is prone to local-optimal behaviors when solved online under nonlinear dynamics and constraints. This study investigates a dual-AUV pursuit–evasion problem in ocean-current environments by integrating game theory with model predictive control (MPC). We formulated a game-theoretic MPC scheme that optimizes pursuit and evasion actions over a finite receding horizon, producing Nash-like responses. To solve the resulting nonconvex and multi-modal optimization problems reliably, we developed an Enhanced Adaptive Quantum Particle Swarm Optimization (EA-QPSO) method that incorporates chaos-based initialization and adaptive diversity-aware exploration with stagnation-escape perturbations. EA-QPSO is benchmarked against representative solvers, including fmincon, Differential Evolution (DE), and the Marine Predator Algorithm (MPA). Extensive 2D and 3D simulations demonstrate that EA-QPSO mitigates local-optimum trapping and yields more effective closed-loop behaviors, achieving longer escaping trajectories and more persistent pursuit until capture under the game formulation. In 3D scenarios, EA-QPSO better preserves high-speed motion while coordinating agile angular-rate adjustments, outperforming competing methods that exhibit premature deceleration or degraded maneuvering. These results validate the proposed framework for computing reliable competitive strategies in constrained underwater pursuit–evasion games. Full article
Show Figures

Figure 1

14 pages, 1253 KB  
Proceeding Paper
Performance Evaluation of an Improved Particle Swarm Optimization Algorithm Against Nature-Inspired Methods for Photovoltaic Parameter
by Oussama Khouili, Fatima Wardi, Mohamed Louzazni and Mohamed Hanine
Eng. Proc. 2025, 117(1), 32; https://doi.org/10.3390/engproc2025117032 - 22 Jan 2026
Viewed by 358
Abstract
Accurate parameter extraction is essential for reliable photovoltaic (PV) modeling and performance assessment. This study proposes an improved Particle Swarm Optimization (IPSO) algorithm and presents a comparative evaluation against particle swarm optimization (PSO), Genetic Algorithm (GA), Differential Evolution (DE), Artificial Bee Colony (ABC), [...] Read more.
Accurate parameter extraction is essential for reliable photovoltaic (PV) modeling and performance assessment. This study proposes an improved Particle Swarm Optimization (IPSO) algorithm and presents a comparative evaluation against particle swarm optimization (PSO), Genetic Algorithm (GA), Differential Evolution (DE), Artificial Bee Colony (ABC), simulated annealing (SA), and Nelder–Mead (NM) for estimating the parameters of single-, double-, and triple-diode PV models. All algorithms are tested using identical experimental I–V data and evaluated in terms of Root Mean Square Error (RMSE), Mean Absolute Error (MAE), Mean Bias Error (MBE), coefficient of determination (R2), and computational time. The proposed IPSO significantly enhances convergence accuracy and stability for SDMs and DDMs, achieving very low best-case RMSE values with R2 exceeding 0.9999. For the more complex TDM, IPSO attains the lowest best-case error, while DE and ABC exhibit superior robustness in terms of mean error and variance. Overall, the results demonstrate the effectiveness of the proposed IPSO and highlight the trade-off between accuracy and robustness when selecting optimization algorithms for PV parameter extraction. Full article
(This article belongs to the Proceedings of The 4th International Electronic Conference on Processes)
Show Figures

Figure 1

25 pages, 1643 KB  
Article
Advanced Mathematical Optimization of PMSM Speed Control Using Enhanced Adaptive Particle Swarm Optimization Algorithm
by Huajun Ran, Xian Huang, Jiahao Dong and Jiefei Yang
Math. Comput. Appl. 2026, 31(1), 15; https://doi.org/10.3390/mca31010015 - 20 Jan 2026
Viewed by 622
Abstract
To address the challenges of low precision, slow convergence, and poor anti-interference in traditional Particle Swarm Optimization (PSO) for Permanent Magnet Synchronous Motor (PMSM) speed control, a new Adaptive Hybrid Particle Swarm Optimization (AM-PSO) algorithm is proposed. This algorithm integrates adaptive dynamic inertia [...] Read more.
To address the challenges of low precision, slow convergence, and poor anti-interference in traditional Particle Swarm Optimization (PSO) for Permanent Magnet Synchronous Motor (PMSM) speed control, a new Adaptive Hybrid Particle Swarm Optimization (AM-PSO) algorithm is proposed. This algorithm integrates adaptive dynamic inertia weight, hybrid local search mechanisms, neural network-based adjustments, multi-stage optimization, and multi-objective optimization. The adaptive dynamic inertia weight improves the balance, boosting both convergence speed and accuracy. The inclusion of Simulated Annealing (SA) and Differential Evolution (DE) strengthens local search and avoids local optima. Neural network adjustments improve search flexibility by intelligently modifying search direction and step size. Additionally, the multi-stage strategy allows broad exploration initially and refines local searches as the solution approaches, speeding up convergence. The multi-objective optimization further ensures the simultaneous improvement of key performance metrics like precision, response time, and robustness. Experimental results demonstrate that AM-PSO outperforms traditional PSO in PMSM speed control, achieving a 40% reduction in speed error, 25% faster convergence, and enhanced robustness. Notably, the speed error increased only marginally from 0.03 RPM to 0.05 RPM, showcasing the algorithm’s superior ability to reject disturbances. Full article
(This article belongs to the Section Engineering)
Show Figures

Figure 1

39 pages, 5114 KB  
Article
Optimal Sizing of Electrical and Hydrogen Generation Feeding Electrical and Thermal Load in an Isolated Village in Egypt Using Different Optimization Technique
by Mohammed Sayed, Mohamed A. Nayel, Mohamed Abdelrahem and Alaa Farah
Energies 2026, 19(2), 452; https://doi.org/10.3390/en19020452 - 16 Jan 2026
Viewed by 324
Abstract
This paper analyzes the functional feasibility and strategic value of hybrid hydrogen storage and photovoltaic (PV) energy systems at isolated areas, specifically at Egypt’s Shalateen station. The paper is significant as it formulates a solution to the energy independence coupled with economic feasibility [...] Read more.
This paper analyzes the functional feasibility and strategic value of hybrid hydrogen storage and photovoltaic (PV) energy systems at isolated areas, specifically at Egypt’s Shalateen station. The paper is significant as it formulates a solution to the energy independence coupled with economic feasibility issue in regions where the basic energy infrastructure is non-existent or limited. Through the integration of a portfolio of advanced optimization algorithms—Differential Evolution (DE), Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Grey Wolf Optimizer (GWO), Multi-Objective Genetic Algorithm (MOGA), Pattern Search, Sequential Quadratic Programming (SQP), and Simulated Annealing—the paper evaluates the performance of two scenarios. The first evaluates the PV system in the absence of hydrogen production to demonstrate how system parameters are optimized by Pattern Search and PSO to achieve a minimum Cost of Energy (COE) of 0.544 USD/kWh. The second extends the system to include hydrogen production, which becomes important to ensure energy continuity during solar irradiation-free months like those during winter months. In this scenario, the same methods of optimization enhance the COE to 0.317 USD/kWh, signifying the economic value of integrating hydrogen storage. The findings underscore the central role played by hybrid renewable energy systems in ensuring high resilience and sustainability of supplies in far-flung districts, where continued enhancement by means of optimization is needed to realize maximum environmental and technological gains. The paper offers a futuristic model towards sustainable, dependable energy solutions key to the energy independence of the future in such challenging environments. Full article
(This article belongs to the Section A2: Solar Energy and Photovoltaic Systems)
Show Figures

Figure 1

28 pages, 2319 KB  
Article
A Newton–Raphson-Based Optimizer for PI and Feedforward Gain Tuning of Grid-Forming Converter Control in Low-Inertia Wind Energy Systems
by Mona Gafar, Shahenda Sarhan, Ahmed R. Ginidi and Abdullah M. Shaheen
Sustainability 2026, 18(2), 912; https://doi.org/10.3390/su18020912 - 15 Jan 2026
Viewed by 460
Abstract
The increasing penetration of wind energy has led to reduced system inertia and heightened sensitivity to dynamic disturbances in modern power systems. This paper proposes a Newton–Raphson-Based Optimizer (NRBO) for tuning proportional, integral, and feedforward gains of a grid-forming converter applied to a [...] Read more.
The increasing penetration of wind energy has led to reduced system inertia and heightened sensitivity to dynamic disturbances in modern power systems. This paper proposes a Newton–Raphson-Based Optimizer (NRBO) for tuning proportional, integral, and feedforward gains of a grid-forming converter applied to a wind energy conversion system operating in a low-inertia environment. The study considers an aggregated wind farm modeled as a single equivalent DFIG-based wind turbine connected to an infinite bus, with detailed dynamic representations of the converter control loops, synchronous generator dynamics, and network interactions formulated in the dq reference frame. The grid-forming converter operates in a grid-connected mode, regulating voltage and active–reactive power exchange. The NRBO algorithm is employed to optimize a composite objective function defined in terms of voltage deviation and active–reactive power mismatches. Performance is evaluated under two representative scenarios: small-signal disturbances induced by wind torque variations and short-duration symmetrical voltage disturbances of 20 ms. Comparative results demonstrate that NRBO achieves lower objective values, faster transient recovery, and reduced oscillatory behavior compared with Differential Evolution, Particle Swarm Optimization, Philosophical Proposition Optimizer, and Exponential Distribution Optimization. Statistical analyses over multiple independent runs confirm the robustness and consistency of NRBO through significantly reduced performance dispersion. The findings indicate that the proposed optimization framework provides an effective simulation-based approach for enhancing the transient performance of grid-forming wind energy converters in low-inertia systems, with potential relevance for supporting stable operation under increased renewable penetration. Improving the reliability and controllability of wind-dominated power grids enhances the delivery of cost-effective, cleaner, and more resilient energy systems, aiding in expanding sustainable electricity access in alignment with SDG7. Full article
(This article belongs to the Section Energy Sustainability)
Show Figures

Figure 1

21 pages, 20696 KB  
Article
Optimizing Facial Muscle Activation Features for Emotion Recognition: A Metaheuristic Approach Using Inner Triangle Points
by Erick G. G. de Paz, Ivan Cruz-Aceves, Arturo Hernandez-Aguirre and Miguel-Angel Gil-Rios
Algorithms 2026, 19(1), 57; https://doi.org/10.3390/a19010057 - 8 Jan 2026
Viewed by 484
Abstract
Facial Expression Recognition (FER) is a critical component of affective computing, with deep learning models dominating performance metrics. In contrast, geometric approaches based on the Facial Action Coding System (FACS) offer explainability through using triangles aligned to facial landmarks. The notable points of [...] Read more.
Facial Expression Recognition (FER) is a critical component of affective computing, with deep learning models dominating performance metrics. In contrast, geometric approaches based on the Facial Action Coding System (FACS) offer explainability through using triangles aligned to facial landmarks. The notable points of these triangles capture the deformation of muscles. However, restricting the feature extraction to notable points may be suboptimal. This paper introduces a novel method for optimizing the extraction of features by searching for optimal inner points in 22 facial triangles applying three metaheuristics: Differential Evolution (DE), Particle Swarm Optimization (PSO), and Convex Partition (CP). This results in a set of 59 geometric-based descriptors that capture muscle deformation more accurately. The proposed method was evaluated using five machine learning classifiers on two benchmark databases: the Karolinska Directed Emotional Faces (KDEF) and the Japanese Female Facial Expression (JAFFE). Experimental results demonstrate significant performance improvements. The combination of DE with a Multi-Layer Perceptron (MLP) achieved an accuracy of 0.91 on the KDEF database, while Support Vector Machine (SVM) optimized via CP attained an accuracy of 0.81 on the JAFFE database. Statistical analysis confirms that optimized descriptors yield higher accuracy than previous geometric methods. Full article
Show Figures

Figure 1

Back to TopTop