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

Article Types

Countries / Regions

Search Results (99)

Search Parameters:
Keywords = physic inspired optimization algorithms

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
27 pages, 1392 KB  
Article
A Novel Starfish Optimization Algorithm for Secure STAR-RIS Communications
by Mona Gafar, Shahenda Sarhan, Abdullah M. Shaheen and Ahmed S. Alwakeel
Biomimetics 2026, 11(4), 243; https://doi.org/10.3390/biomimetics11040243 - 3 Apr 2026
Viewed by 141
Abstract
This paper develops an intelligent Enhanced Starfish Optimization (ESFO) algorithm for optimizing a secure wireless communication infrastructure. The Starfish Optimization (SFO) algorithm is inspired by starfish biology, using the integrated modeling of the arm-based exploration, preying, and regeneration behaviors of starfish. To further [...] Read more.
This paper develops an intelligent Enhanced Starfish Optimization (ESFO) algorithm for optimizing a secure wireless communication infrastructure. The Starfish Optimization (SFO) algorithm is inspired by starfish biology, using the integrated modeling of the arm-based exploration, preying, and regeneration behaviors of starfish. To further enhance the exploitation capability of the standard Starfish Optimization (SFO), the proposed Enhanced Starfish Optimization (ESFO) integrates a fitness-based interacting mechanism within the exploitation phase. This innovative modification improves local search accuracy, preserves population diversity, and mitigates premature convergence without introducing additional control parameters. Moreover, the proposed Enhanced Starfish Optimization (ESFO) is designed for secure wireless transmission, which is considered one of the main topics in next-generation wireless network infrastructure. The investigated network addresses the use of Simultaneously Transmitting and Reflecting RIS (STAR-RIS) in the security of the physical layer. This implemented STAR-RIS has a coupled phase shift to create reflected and transmission links, unlike traditional Reconfigurable Intelligent Surface (RIS). In this regard, we create a safe beamforming architecture that optimizes both Base Station (BS) precoding vectors and STAR-RIS transmission/reflection coefficients. In order to validate the efficiency of the proposed Enhanced Starfish Optimization (ESFO) algorithm, it is compared to several benchmark optimizers such as standard Starfish Optimization (SFO), Dhole Optimizer (DO), Neural Network Algorithm (NNA), Crocodile Ambush Optimization Algorithm (CAOA), and white shark Optimizer (WSO). These comparisons include several scenarios based on the transmitted power threshold which is varied in the range of 20 to 70 dBm with step of 5 dBm. The simulation results show that the proposed Enhanced Star Fish Optimization (ESFO) algorithm consistently outperforms existing benchmark approaches. This study supports future intelligent communication infrastructures in terms of secrecy and achievable rates over a range of transmit power levels. In particular, ESFO improves performance by up to 20–25% while converging 40–50% faster than traditional optimization algorithms, demonstrating its usefulness and resilience in STAR-RIS-assisted secure communication systems. The suggested ESFO-enabled architecture outperforms standard RIS-based systems in terms of secrecy capacity, according to numerical studies, and low-resolution STAR-RIS phase-shifters are sufficient to ensure robust secrecy performance. Full article
Show Figures

Figure 1

32 pages, 4620 KB  
Article
Joint Resource Allocation for Maritime RIS–RSMA Communications Using Fractal-Aware Robust Deep Reinforcement Learning
by Da Liu, Kai Su, Nannan Yang and Jingbo Zhang
Fractal Fract. 2026, 10(4), 223; https://doi.org/10.3390/fractalfract10040223 - 27 Mar 2026
Viewed by 165
Abstract
Sea-surface reflections and wind–wave motion render maritime channels strongly time-varying and statistically non-stationary, while nearshore deployments face sparse infrastructure and co-channel multiuser interference. This study integrates reconfigurable intelligent surfaces (RISs) with rate-splitting multiple access (RSMA) for joint online resource allocation. A physics-inspired time-varying [...] Read more.
Sea-surface reflections and wind–wave motion render maritime channels strongly time-varying and statistically non-stationary, while nearshore deployments face sparse infrastructure and co-channel multiuser interference. This study integrates reconfigurable intelligent surfaces (RISs) with rate-splitting multiple access (RSMA) for joint online resource allocation. A physics-inspired time-varying channel model is established by embedding fractional Brownian motion-driven slow statistical drift and reflection-phase perturbations. With imperfect, delayed channel state information (CSI) and discrete RIS phase quantization, a proportional-fairness utility maximization problem is formulated to jointly optimize shore base-station precoding, RIS phase shifts, and RSMA common-rate allocation. To cope with strong non-convexity, high dimensionality, mixed continuous–discrete coupling, and partial observability, a fractal-aware recurrent robust Actor–Critic (FRRAC) algorithm is developed. FRRAC encodes short observation histories using a gated recurrent unit and incorporates a lightweight Hurst-proxy estimator to capture slow channel statistics for robust value evaluation and policy learning. Truncated quantile critics and mixed prioritized–uniform replay further improve value robustness, training stability, and sample efficiency. Simulation results show that FRRAC converges faster and more stably under both conventional and fractal non-stationary channel modeling, and outperforms representative baselines across the objective and multiple statistical metrics, validating its effectiveness for joint resource optimization in maritime RIS–RSMA systems. Full article
(This article belongs to the Section Optimization, Big Data, and AI/ML)
Show Figures

Figure 1

20 pages, 2021 KB  
Article
TPSTA: A Tissue P System-Inspired Task Allocator for Heterogeneous Multi-Core Systems
by Yuanhan Zhang and Zhenzhou Ji
Electronics 2026, 15(6), 1339; https://doi.org/10.3390/electronics15061339 - 23 Mar 2026
Viewed by 209
Abstract
Heterogeneous multi-core systems (HMCSs) typically face a dilemma: heuristics (e.g., Linux CFS) are fast but blind to global constraints, while meta-heuristics (e.g., GAs) are globally optimal but too slow for real-time OS interaction. To bridge this gap without relying on “black-box” neural networks, [...] Read more.
Heterogeneous multi-core systems (HMCSs) typically face a dilemma: heuristics (e.g., Linux CFS) are fast but blind to global constraints, while meta-heuristics (e.g., GAs) are globally optimal but too slow for real-time OS interaction. To bridge this gap without relying on “black-box” neural networks, we introduce the Tissue P System-Inspired Task Allocator (TPSTA). By mapping HMCS and parallel task scheduling to Tissue P System models and vectorized linear algebra problems, TPSTA achieves a computational complexity of OM/W, effectively compressing the decision space. Our rigorous evaluation across four dimensions reveals a system strictly bound by physical constraints rather than algorithmic heuristics. (1) Under sufficient resource provisioning (four chips), TPSTA achieves a 0.00% Deadline Miss Ratio (DMR). Crucially, stress tests on constrained hardware (two chips) show graceful degradation to a 12.88% DMR, matching the optimal theoretical bound of EDF, whereas standard heuristics collapse to failure rates > 68%. On a massive 4096-core cluster, TPSTA outperforms the Linux GTS scalar baseline by 14.4×, maintaining low latency where traditional algorithms fail (>8 s). (3) Adaptability: The system demonstrates adaptive routing in handling hardware heterogeneity; without explicit rule-coding, it autonomously prioritizes data locality during NUMA transfers and migrates compute-bound tasks during thermal throttling events. (4) Physical Limits: Finally, our roofline analysis confirms that while the algorithmic speedup is theoretically linear, practical performance saturates at ~375× due to the Memory Wall, validating the isomorphism between synaptic bandwidth and hardware memory channels. Full article
Show Figures

Figure 1

18 pages, 4115 KB  
Article
The Design of a Bionic Frog Robot
by Zhengxian Song, Lan Yan and Feng Jiang
Machines 2026, 14(3), 325; https://doi.org/10.3390/machines14030325 - 13 Mar 2026
Viewed by 371
Abstract
This study developed a biomimetic jumping robot inspired by frogs to enhance its obstacle-crossing capabilities. The biological principles underlying the jumping biomechanics of frog hindlimbs were integrated into the robotic mechanism; quantitative analysis of the bionic structure and its jumping performance not only [...] Read more.
This study developed a biomimetic jumping robot inspired by frogs to enhance its obstacle-crossing capabilities. The biological principles underlying the jumping biomechanics of frog hindlimbs were integrated into the robotic mechanism; quantitative analysis of the bionic structure and its jumping performance not only provides mechanical engineering insights for investigating frog locomotion mechanics but also offers practical design references for the development of biomimetic mobile robots. Through theoretical calculations and application scenario analysis, a six-bar linkage mechanism was designed to simulate the force generation of frog hindlimbs, with tension springs mimicking the elastic energy storage function of the semimembranosus and gastrocnemius muscles. A reducer was integrated into the trunk to enable energy storage, and an adjustable single-hinge structure was adopted for the forelegs to realize take-off angle adjustment and shock absorption. Finite element simulations were conducted to validate the load-bearing capacity and strength of critical components. Multi-body dynamics and the particle swarm optimization (PSO) algorithm were employed to explore the relationship between input parameters and output performance metrics (jumping height and jumping distance), while orthogonal experimental analysis was used for comprehensive parameter evaluation. Finally, a physical prototype was fabricated, and its performance parameters were tested. The prototype has a mass of 150 g, generates a ground push force of 50 N, attains a jumping height of 380 mm, and achieves a maximum jumping distance of 500 mm. This study establishes a biologically inspired working principle for jumping robots and provides a novel practical prototype for research into biomimetic mobile robots. Full article
(This article belongs to the Special Issue Control and Mechanical System Engineering, 2nd Edition)
Show Figures

Figure 1

29 pages, 15419 KB  
Article
Algorithm-Driven Placement Optimization of Aircraft-Mounted VHF Antennas for Mutual Coupling Reduction
by Emre Oz, Baris Gurcan Hakanoglu, Yaser Dalveren, Ali Kara and Mohammad Derawi
Appl. Sci. 2026, 16(6), 2718; https://doi.org/10.3390/app16062718 - 12 Mar 2026
Viewed by 313
Abstract
This study investigates algorithm-driven placement optimization of two aircraft-mounted VHF monopole antennas to mitigate mutual coupling under realistic installation constraints. A parameterized 3D aircraft model inspired by general-aviation platforms is analyzed using full-wave electromagnetic simulations over the 30–100 MHz band. The optimization problem [...] Read more.
This study investigates algorithm-driven placement optimization of two aircraft-mounted VHF monopole antennas to mitigate mutual coupling under realistic installation constraints. A parameterized 3D aircraft model inspired by general-aviation platforms is analyzed using full-wave electromagnetic simulations over the 30–100 MHz band. The optimization problem is formulated to reduce inter-antenna coupling across the operating band while restricting the search space to physically installable regions on the airframe. Two global optimization methods, Genetic Algorithm and Particle Swarm Optimization, are applied and compared under the identical constraints and objective definitions. The results show that both optimizers achieve a significant reduction in coupling relative to non-optimized placements, with comparable overall performance. Installed far-field radiation characteristics are further evaluated to verify that the optimized solutions preserve, and in some cases improve, the omnidirectional coverage required for airborne VHF communication. The proposed workflow provides a practical, simulation-driven framework for electromagnetic compatibility (EMC)-oriented antenna integration on complex aircraft platforms. Full article
Show Figures

Figure 1

30 pages, 5081 KB  
Article
Improved Hybridization of Harris Hawks with Pigeon-Inspired Optimization Algorithm for Multi-Rotor Agent Trajectory Planning
by Junkai Yin, Zhangsong Shi, Huihui Xu, Fan Gui and Hao Wu
Appl. Sci. 2026, 16(5), 2256; https://doi.org/10.3390/app16052256 - 26 Feb 2026
Viewed by 220
Abstract
Addressing the multi-constraint, nonlinear optimization challenge of trajectory planning for multi-rotor agents in urban high-rise environments, this paper proposes an improved hybridization of Harris hawks optimization (HHO) with a pigeon-inspired optimization (PIO) algorithm, termed improved hybridization of Harris hawks with pigeon-inspired optimization (IHHHPIO). [...] Read more.
Addressing the multi-constraint, nonlinear optimization challenge of trajectory planning for multi-rotor agents in urban high-rise environments, this paper proposes an improved hybridization of Harris hawks optimization (HHO) with a pigeon-inspired optimization (PIO) algorithm, termed improved hybridization of Harris hawks with pigeon-inspired optimization (IHHHPIO). Conventional intelligent optimization algorithms often suffer from slow convergence rates or susceptibility to local optima in such complex scenarios. This research establishes a hierarchical collaborative search framework, where the HHO algorithm acts as a top-level coordinator for global exploration and region allocation, while the PIO algorithm functions as a bottom-level searcher for fine-grained optimization within designated areas. The two algorithms collaborate through a bidirectional information exchange mechanism: HHO guides the local search direction of each PIO group with global best-position information, and each PIO group feeds back its locally optimal solutions to HHO for updating the global optimum. Simulation results demonstrate that the proposed IHHHPIO algorithm significantly outperforms both standard PIO and HHO algorithms in terms of convergence speed, solution accuracy, and stability, effectively planning safe, efficient, and collision-free flight trajectories. This work provides a reliable solution for agent logistics applications in complex urban environments. A certain limitation of this work lies in its validation solely through simulation, without physical experimental verification. Full article
Show Figures

Figure 1

22 pages, 4598 KB  
Article
Deep Learning Based Correction Algorithms for 3D Medical Reconstruction in Computed Tomography and Macroscopic Imaging
by Tomasz Les, Tomasz Markiewicz, Malgorzata Lorent, Miroslaw Dziekiewicz and Krzysztof Siwek
Appl. Sci. 2026, 16(4), 1954; https://doi.org/10.3390/app16041954 - 15 Feb 2026
Viewed by 462
Abstract
This paper introduces a hybrid two-stage registration framework for reconstructing three-dimensional (3D) kidney anatomy from macroscopic slices, using CT-derived models as the geometric reference standard. The approach addresses the data-scarcity and high-distortion challenges typical of macroscopic imaging, where fully learning-based registration (e.g., VoxelMorph) [...] Read more.
This paper introduces a hybrid two-stage registration framework for reconstructing three-dimensional (3D) kidney anatomy from macroscopic slices, using CT-derived models as the geometric reference standard. The approach addresses the data-scarcity and high-distortion challenges typical of macroscopic imaging, where fully learning-based registration (e.g., VoxelMorph) often fails to generalize due to limited training diversity and large nonrigid deformations that exceed the capture range of unconstrained convolutional filters. In the proposed pipeline, the Optimal Cross-section Matching (OCM) algorithm first performs constrained global alignment—translation, rotation, and uniform scaling—to establish anatomically consistent slice initialization. Next, a lightweight deep-learning refinement network, inspired by VoxelMorph, predicts residual local deformations between consecutive slices. The core novelty of this architecture lies in its hierarchical decomposition of the registration manifold: the OCM acts as a deterministic geometric anchor that neutralizes high-amplitude variance, thereby constraining the learning task to a low-dimensional residual manifold. This hybrid OCM + DL design integrates explicit geometric priors with the flexible learning capacity of neural networks, ensuring stable optimization and plausible deformation fields even with few training examples. Experiments on an original dataset of 40 kidneys demonstrated that the OCM + DL method achieved the highest registration accuracy across all evaluated metrics: NCC = 0.91, SSIM = 0.81, Dice = 0.90, IoU = 0.81, HD95 = 1.9 mm, and volumetric agreement DCVol = 0.89. Compared to single-stage baselines, this represents an average improvement of approximately 17% over DL-only and 14% over OCM-only, validating the synergistic contribution of the proposed hybrid strategy over standalone iterative or data-driven methods. The pipeline maintains physical calibration via Hough-based grid detection and employs Bézier-based contour smoothing for robust meshing and volume estimation. Although validated on kidney data, the proposed framework generalizes to other soft-tissue organs reconstructed from optical or photographic cross-sections. By decoupling interpretable global optimization from data-efficient deep refinement, the method advances the precision, reproducibility, and anatomical realism of multimodal 3D reconstructions for surgical planning, morphological assessment, and medical education. Full article
(This article belongs to the Special Issue Engineering Applications of Hybrid Artificial Intelligence Tools)
Show Figures

Figure 1

42 pages, 7293 KB  
Article
An Enhanced A*-DWA Fusion Algorithm for Robot Navigation in Complex Environments
by Huifang Bao, Jie Fang, Mingxing Fang, Jinsi Zhang, Zhuo Zhang and Haoyu Cai
Biomimetics 2026, 11(2), 138; https://doi.org/10.3390/biomimetics11020138 - 12 Feb 2026
Viewed by 626
Abstract
To tackle the navigation challenge in dynamic and complex environments, this study designs a fusion planning framework that synergistically integrates enhanced A* algorithm with improved DWA, inspired by the biological dual-layer navigation mechanism of global path planning and local real-time obstacle avoidance. Firstly, [...] Read more.
To tackle the navigation challenge in dynamic and complex environments, this study designs a fusion planning framework that synergistically integrates enhanced A* algorithm with improved DWA, inspired by the biological dual-layer navigation mechanism of global path planning and local real-time obstacle avoidance. Firstly, the original global path from the conventional A* algorithm is smoothed and length-reduced through a three-stage optimization strategy involving redundant node removal and forward and reverse path relaxation, mimicking the behavioral logic of honeybees and desert ants that eliminate redundant routes to complete foraging and homing with minimal energy consumption. Secondly, an evaluation function integrating dynamic obstacle perception and adaptive weight adjustment is designed for the DWA to enhance the intelligence of local planning, drawing on the adaptive strategy of animals such as antelopes that adjust behavioral priorities according to environmental complexity to balance safety and efficiency. To comprehensively verify the performance of the proposed algorithm, simulation evaluations are performed in various scenarios, including 20 × 20 and 30 × 30 grid maps, with single and dual dynamic obstacles. Results demonstrate that our algorithm outperforms conventional methods in path length, smoothness, and safety. Further physical verification is carried out on a LiDAR-equipped mobile robot (Shenzhen Yuanchuangxing Technology Co., Ltd., Shenzhen, China) based on the ROS platform, confirming that the algorithm can stably achieve static path tracking and real-time obstacle avoidance in real indoor environments. Consequently, the developed hybrid algorithm delivers a viable and robust solution for autonomous mobile robots to navigate safely and efficiently in unpredictable and complex environments. Full article
(This article belongs to the Section Bioinspired Sensorics, Information Processing and Control)
Show Figures

Graphical abstract

13 pages, 1032 KB  
Proceeding Paper
Adaptive Fuzzy Control of Petroleum Extraction Columns Using Quantum-Inspired Optimization
by Noilakhon Yakubova, Komil Usmanov, Feruzakhon Sadikova and Shahnozakhon Sadikova
Eng. Proc. 2025, 117(1), 45; https://doi.org/10.3390/engproc2025117045 - 11 Feb 2026
Viewed by 276
Abstract
The automation of petroleum extraction columns requires robust and adaptive control due to the highly nonlinear nature of the heat and mass transfer processes involved. In this study, a hybrid control system integrating conventional fuzzy logic with quantum-inspired computational optimization is proposed to [...] Read more.
The automation of petroleum extraction columns requires robust and adaptive control due to the highly nonlinear nature of the heat and mass transfer processes involved. In this study, a hybrid control system integrating conventional fuzzy logic with quantum-inspired computational optimization is proposed to enhance the control of temperature and flow rates in industrial extraction columns. The hybrid quantum-inspired fuzzy controller is applied to a petroleum extraction column. The controller adopts fuzzy rule weights using a quantum-inspired optimization algorithm. Compared with classical PID and fuzzy controllers, it reduces settling time and solvent consumption. A MATLAB/Simulink-based simulation model of the extraction column was developed to validate the approach. Experimental tests were conducted using synthetic data and varying operational parameters to evaluate control performance. The hybrid controller achieved a 0.7% reduction in phenol consumption and reduced temperature deviations by 2.2% compared to a baseline fuzzy controller. Energy savings ranged from 1% to 2% depending on the operating scenarios. These results were confirmed through repeated simulations and statistical analysis. The proposed system demonstrates the potential of quantum-inspired fuzzy control to enhance process efficiency, reduce energy use, and improve product quality in complex chemical extraction applications. The statistical evaluation was based on repeated simulation runs and comparative performance metrics rather than physical experiments. Full article
(This article belongs to the Proceedings of The 4th International Electronic Conference on Processes)
Show Figures

Figure 1

24 pages, 1442 KB  
Article
Machine Learning–Driven Optimization of Photovoltaic Systems on Uneven Terrain for Sustainable Energy Development
by Luis Angel Iturralde Carrera, Carlos D. Constantino-Robles, Omar Rodríguez-Abreo, Carlos Fuentes-Silva, Gabriel Alejandro Cruz Reyes, Araceli Zapatero-Gutiérrez, Yoisdel Castillo Alvarez and Juvenal Rodríguez-Reséndiz
AI 2026, 7(2), 55; https://doi.org/10.3390/ai7020055 - 2 Feb 2026
Viewed by 2324
Abstract
This study presents an AI-driven computational framework for optimizing the orientation and spatial deployment of photovoltaic (PV) systems installed on uneven terrain, with the objective of enhancing energy efficiency and supporting sustainable energy development. The proposed methodology integrates PVsyst-based numerical simulations with statistical [...] Read more.
This study presents an AI-driven computational framework for optimizing the orientation and spatial deployment of photovoltaic (PV) systems installed on uneven terrain, with the objective of enhancing energy efficiency and supporting sustainable energy development. The proposed methodology integrates PVsyst-based numerical simulations with statistical modeling and bio-inspired heuristic optimization algorithms, forming a hybrid machine learning–assisted decision-making approach. A heuristic–parametric optimization strategy was employed to evaluate multiple tilt and azimuth configurations, aiming to maximize specific energy yield and overall system performance, expressed through the performance ratio (PR). The model was validated using site-specific climatic data from Veracruz, Mexico, and identified an optimal azimuth orientation of approximately 267.3°, corresponding to an estimated PR of 0.8318. The results highlight the critical influence of azimuth orientation on photovoltaic efficiency and demonstrate strong consistency between simulation outputs, statistical analysis, and intelligent optimization results. From an industrial perspective, the proposed framework reduces planning uncertainty and energy losses associated with suboptimal configurations, enabling more reliable and cost-effective photovoltaic system design, particularly for installations on uneven terrain. Moreover, the methodology significantly reduces planning time and potential installation costs by eliminating the need for preliminary physical testing, offering a scalable and reproducible AI-assisted tool that can contribute to lower levelized energy costs, enhanced system reliability, and more efficient deployment of photovoltaic technologies in the renewable energy industry. Future work will extend the model toward a multivariable machine learning framework incorporating tilt angle, climatic variability, and photovoltaic technology type, further strengthening its applicability in real-world environments and its contribution to Sustainable Development Goal 7: affordable and clean energy. Full article
Show Figures

Figure 1

70 pages, 1137 KB  
Review
A Review of Artificial Intelligence Techniques for Low-Carbon Energy Integration and Optimization in Smart Grids and Smart Homes
by Omosalewa O. Olagundoye, Olusola Bamisile, Chukwuebuka Joseph Ejiyi, Oluwatoyosi Bamisile, Ting Ni and Vincent Onyango
Processes 2026, 14(3), 464; https://doi.org/10.3390/pr14030464 - 28 Jan 2026
Cited by 1 | Viewed by 937
Abstract
The growing demand for electricity in residential sectors and the global need to decarbonize power systems are accelerating the transformation toward smart and sustainable energy networks. Smart homes and smart grids, integrating renewable generation, energy storage, and intelligent control systems, represent a crucial [...] Read more.
The growing demand for electricity in residential sectors and the global need to decarbonize power systems are accelerating the transformation toward smart and sustainable energy networks. Smart homes and smart grids, integrating renewable generation, energy storage, and intelligent control systems, represent a crucial step toward achieving energy efficiency and carbon neutrality. However, ensuring real-time optimization, interoperability, and sustainability across these distributed energy resources (DERs) remains a key challenge. This paper presents a comprehensive review of artificial intelligence (AI) applications for sustainable energy management and low-carbon technology integration in smart grids and smart homes. The review explores how AI-driven techniques include machine learning, deep learning, and bio-inspired optimization algorithms such as particle swarm optimization (PSO), whale optimization algorithm (WOA), and cuckoo optimization algorithm (COA) enhance forecasting, adaptive scheduling, and real-time energy optimization. These techniques have shown significant potential in improving demand-side management, dynamic load balancing, and renewable energy utilization efficiency. Moreover, AI-based home energy management systems (HEMSs) enable predictive control and seamless coordination between grid operations and distributed generation. This review also discusses current barriers, including data heterogeneity, computational overhead, and the lack of standardized integration frameworks. Future directions highlight the need for lightweight, scalable, and explainable AI models that support decentralized decision-making in cyber-physical energy systems. Overall, this paper emphasizes the transformative role of AI in enabling sustainable, flexible, and intelligent power management across smart residential and grid-level systems, supporting global energy transition goals and contributing to the realization of carbon-neutral communities. Full article
Show Figures

Figure 1

10 pages, 812 KB  
Proceeding Paper
Hybrid Quantum-Fuzzy Control for Intelligent Steam Heating Management in Thermal Power Plants
by Noilakhon Yakubova, Ayhan Istanbullu, Isomiddin Siddiqov and Komil Usmanov
Eng. Proc. 2025, 117(1), 33; https://doi.org/10.3390/engproc2025117033 - 26 Jan 2026
Cited by 1 | Viewed by 244
Abstract
In recent years, intelligent control of complex thermodynamic systems has gained increasing attention due to global demands for higher energy efficiency and reduced environmental impact in industrial settings. This study explores the integration of quantum control methodologies-grounded in established principles of quantum mechanics—into [...] Read more.
In recent years, intelligent control of complex thermodynamic systems has gained increasing attention due to global demands for higher energy efficiency and reduced environmental impact in industrial settings. This study explores the integration of quantum control methodologies-grounded in established principles of quantum mechanics—into the automation of thermal processes in power plant operations. Specifically, it investigates a hybrid quantum-fuzzy control system for managing steam heating processes, a critical subsystem in thermal power generation. Unlike conventional control strategies that often struggle with nonlinearity, time delays, and parameter uncertainty, the proposed method incorporates quantum-inspired optimization algorithms to enhance adaptability and robustness. The quantum component, based on recognized models of coherent control and quantum interference, is utilized to refine the inference mechanisms within the fuzzy logic framework, allowing more precise handling of state transitions in multivariable environments. A simulation model was constructed using validated physical parameters of a pilot-scale steam heating unit, and the methodology was tested against baseline scenarios with conventional proportional-integral-derivative (PID) control. Experimental protocols and statistical analysis confirmed measurable improvements: up to 25% reduction in fuel usage under specific operational conditions, with an average of 1 to 2% improvement in energy efficiency. The results suggest that quantum-enhanced intelligent control offers a feasible pathway for bridging the gap between quantum theoretical models and macroscopic thermal systems, contributing to the development of more energy-resilient industrial automation solutions. Full article
(This article belongs to the Proceedings of The 4th International Electronic Conference on Processes)
Show Figures

Figure 1

36 pages, 13674 KB  
Article
A Reference-Point Guided Multi-Objective Crested Porcupine Optimizer for Global Optimization and UAV Path Planning
by Zelei Shi and Chengpeng Li
Mathematics 2026, 14(2), 380; https://doi.org/10.3390/math14020380 - 22 Jan 2026
Cited by 1 | Viewed by 349
Abstract
Balancing convergence accuracy and population diversity remains a fundamental challenge in multi-objective optimization, particularly for complex and constrained engineering problems. To address this issue, this paper proposes a novel Multi-Objective Crested Porcupine Optimizer (MOCPO), inspired by the hierarchical defensive behaviors of crested porcupines. [...] Read more.
Balancing convergence accuracy and population diversity remains a fundamental challenge in multi-objective optimization, particularly for complex and constrained engineering problems. To address this issue, this paper proposes a novel Multi-Objective Crested Porcupine Optimizer (MOCPO), inspired by the hierarchical defensive behaviors of crested porcupines. The proposed algorithm integrates four biologically motivated defense strategies—vision, hearing, scent diffusion, and physical attack—into a unified optimization framework, where global exploration and local exploitation are dynamically coordinated. To effectively extend the original optimizer to multi-objective scenarios, MOCPO incorporates a reference-point guided external archiving mechanism to preserve a well-distributed set of non-dominated solutions, along with an environmental selection strategy that adaptively partitions the objective space and enhances solution quality. Furthermore, a multi-level leadership mechanism based on Euclidean distance is introduced to provide region-specific guidance, enabling precise and uniform coverage of the Pareto front. The performance of MOCPO is comprehensively evaluated on 18 benchmark problems from the WFG and CF test suites. Experimental results demonstrate that MOCPO consistently outperforms several state-of-the-art multi-objective algorithms, including MOPSO and NSGA-III, in terms of IGD, GD, HV, and Spread metrics, achieving the best overall ranking in Friedman statistical tests. Notably, the proposed algorithm exhibits strong robustness on discontinuous, multimodal, and constrained Pareto fronts. In addition, MOCPO is applied to UAV path planning in four complex terrain scenarios constructed from real digital elevation data. The results show that MOCPO generates shorter, smoother, and more stable flight paths while effectively balancing route length, threat avoidance, flight altitude, and trajectory smoothness. These findings confirm the effectiveness, robustness, and practical applicability of MOCPO for solving complex real-world multi-objective optimization problems. Full article
(This article belongs to the Special Issue Advances in Metaheuristic Optimization Algorithms)
Show Figures

Figure 1

35 pages, 1656 KB  
Review
Microgrid Optimization with Metaheuristic Algorithms—A Review of Technologies and Trends for Sustainable Energy Systems
by Ghassan Zubi and Sofoklis Makridis
Sustainability 2026, 18(2), 647; https://doi.org/10.3390/su18020647 - 8 Jan 2026
Viewed by 955
Abstract
Microgrids are evolving from simple hybrid systems into complex, multi-energy platforms with high-dimensional optimization challenges due to technological diversification, sector coupling, and increased data granularity. This review systematically examines the intersection of microgrid optimization and metaheuristic algorithms, focusing on the period from 2015 [...] Read more.
Microgrids are evolving from simple hybrid systems into complex, multi-energy platforms with high-dimensional optimization challenges due to technological diversification, sector coupling, and increased data granularity. This review systematically examines the intersection of microgrid optimization and metaheuristic algorithms, focusing on the period from 2015 to 2025. We first trace the technological evolution of microgrids and identify the drivers of increased optimization complexity. We then provide a structured overview of metaheuristic algorithms—including evolutionary, swarm intelligence, physics-based, and human-inspired approaches—and discuss their suitability for high-dimensional search spaces. Through a comparative analysis of case studies, we demonstrate that metaheuristics such as genetic algorithms, particle swarm optimization, and the gray wolf optimizer can reduce the computation time to under 10% of that required by an exhaustive search while effectively handling multimodal, constrained objectives. The review further highlights the growing role of hybrid algorithms and the need to incorporate uncertainty into optimization models. We conclude that future microgrid design will increasingly rely on adaptive and hybrid metaheuristics, supported by standardized benchmark problems, to navigate the growing dimensionality and ensure resilient, cost-effective, and sustainable systems. This work provides a roadmap for researchers and practitioners in selecting and developing optimization frameworks for the next generation of microgrids. Full article
Show Figures

Figure 1

35 pages, 6797 KB  
Systematic Review
Optimization Techniques for Improving Economic Profitability Through Supply Chain Processes: A Systematic Literature Review
by Ricardo Jarquin-Segovia and José Antonio Marmolejo-Saucedo
Mathematics 2026, 14(1), 185; https://doi.org/10.3390/math14010185 - 4 Jan 2026
Viewed by 1118
Abstract
In today’s dynamic and global business landscape, economic profitability is essential for creating and sustaining competitive advantage. Nevertheless, a critical gap persists in the literature regarding the application of advanced optimization techniques that systematically link operational improvements in the supply chain with strategic [...] Read more.
In today’s dynamic and global business landscape, economic profitability is essential for creating and sustaining competitive advantage. Nevertheless, a critical gap persists in the literature regarding the application of advanced optimization techniques that systematically link operational improvements in the supply chain with strategic financial indicators. Accordingly, this study aims to identify and synthesize the optimization techniques applied to supply chain processes and their impact on economic profitability. To achieve this objective, the PRISMA methodology was employed. A systematic literature review covering the last ten years (2015–2025) was conducted using the Web of Science database. After applying inclusion and exclusion criteria, 35 studies were selected, revealing a growing methodological diversity. Nature-Inspired Algorithms (NIAs) and hybrid approaches (such as MILP combined with Simulation) demonstrate greater capacity to address complex and multi-objective scenarios. Notably, hybrid techniques have been successfully applied to the maximization of Economic Value Added (EVA), a key strategic value indicator. Despite the sophistication of these optimization techniques, the predominant objective remains total cost minimization, often sidelining the direct optimization of strategic indicators such as EVA or the Cash Conversion Cycle (CCC). Additionally, a key research gap was identified in the development of adaptive and resilient models that integrate technologies such as Digital Twins, Blockchain, and Artificial Intelligence to dynamically manage physical and financial disruptions in supply chains. The study concludes by emphasizing the need for a theoretical shift toward models that go beyond cost minimization and focus on real value metrics, as well as the exploration of more accessible solutions for SMEs. This review contributes a reference framework for academics and practitioners to align the most suitable optimization techniques with strategic financial objectives in supply chain management. Full article
Show Figures

Figure 1

Back to TopTop