Next Article in Journal
HST–MB–CREH: A Hybrid Spatio-Temporal Transformer with Multi-Branch CNN/RNN for Rare-Event-Aware PV Power Forecasting
Next Article in Special Issue
A Physics-Guided Machine Learning Algorithm for Non-Ionizing Femur Fracture Classification from RF Spectral Data
Previous Article in Journal
A Structured Review of EEG-Based Machine Learning Approaches for Brain Age Prediction
Previous Article in Special Issue
Engineering-Oriented Explainable Machine Learning and Digital Twin Framework for Sustainable Dairy Production and Environmental Impact Optimisation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

A Review of AI-Driven Engineering Modelling and Optimization: Methodologies, Applications and Future Directions

1
School of Computing and Engineering, Faculty of Management, Sciences and Engineering, University of Bradford, Bradford BD7 1DP, UK
2
Business School, Manchester Metropolitan University, Manchester M15 6BH, UK
*
Author to whom correspondence should be addressed.
Algorithms 2026, 19(2), 93; https://doi.org/10.3390/a19020093
Submission received: 11 December 2025 / Revised: 4 January 2026 / Accepted: 6 January 2026 / Published: 23 January 2026
(This article belongs to the Special Issue AI-Driven Engineering Optimization)

Abstract

Engineering is suffering a significant change driven by the integration of artificial intelligence (AI) into engineering optimization in design, analysis, and operational efficiency across numerous disciplines. This review synthesizes the current landscape of AI-driven optimization methodologies and their impacts on engineering applications. In the literature, several frameworks for AI-based engineering optimization have been identified: (1) machine learning models are trained as objective and constraint functions for optimization problems; (2) machine learning techniques are used to improve the efficiency of optimization algorithms; (3) neural networks approximate complex simulation models such as finite element analysis (FEA) and computational fluid dynamics (CFD) and this makes it possible to optimize complex engineering systems; and (4) machine learning predicts design parameters/initial solutions that are subsequently optimized. Fundamental AI technologies, such as artificial neural networks and deep learning, are examined in this paper, along with commonly used AI-assisted optimization strategies. Representative applications of AI-driven engineering optimization have been surveyed in this paper across multiple fields, including mechanical and aerospace engineering, civil engineering, electrical and computer engineering, chemical and materials engineering, energy and management. These studies demonstrate how AI enables significant improvements in computational modelling, predictive analytics, and generative design while effectively handling complex multi-objective constraints. Despite these advancements, challenges remain in areas such as data quality, model interpretability, and computational cost, particularly in real-time environments. Through a systematic analysis of recent case studies and emerging trends, this paper provides a critical assessment of the state of the art and identifies promising research directions, including physics-informed neural networks, digital twins, and human–AI collaborative optimization frameworks. The findings highlight AI’s potential to redefine engineering optimization paradigms, while emphasizing the need for robust, scalable, and ethically aligned implementations.

1. Introduction

Engineering optimization is undergoing a profound transformation driven by the rapid advancement and integration of artificial intelligence technologies [1,2]. Traditional engineering optimization approaches, such as gradient-based algorithms, often limited by computational complexity, simplified assumptions, high-dimensional problems [3] and disciplinary silos, are increasingly being augmented, and in some cases replaced by data-driven methodologies that can identify complex patterns and relationships beyond human analytical capabilities. This paradigm shift represents a fundamental change in how engineers approach design, simulation, and optimization across virtually all engineering disciplines [4].
The emergence of AI as a transformative force in engineering optimization coincides with growing complexity in engineering systems and increasing demands for efficiency, sustainability, and customization [5]. Classical optimization techniques struggle with high-dimensional, non-linear, and multi-physics problems, whereas AI algorithms (e.g., Bayesian optimization, deep learning models, generative AI and large-language models) demonstrate remarkable capabilities in navigating complex design spaces and identifying non-intuitive solutions [6]. The integration of Industry 4.0 technologies, such as IoT sensors, digital twins, and edge computing, has further accelerated this transition, generating vast datasets that fuel AI algorithms while providing implementation frameworks for optimized solutions [7].
This review paper provides a comprehensive overview of AI-driven optimization methodologies and their applications across engineering domains. Unlike previous reviews [6,8,9,10] focused on specific disciplines or isolated applications, this work adopts an interdisciplinary perspective, identifying common challenges, transferable methodologies, and emerging opportunities at the intersection of AI and engineering optimization. We summarized the frameworks on the integration of AI and engineering optimization and systematically analyzed the technical foundations of AI-driven optimization, surveyed cutting-edge applications across engineering disciplines, critically evaluated implementation challenges, and identified promising research directions. By synthesizing insights from diverse engineering fields, this review aims to bridge knowledge gaps between AI researchers and engineering practitioners while facilitating cross-disciplinary innovation in optimization methodologies.
Despite these advancements, challenges remain in areas such as data quality, model interpretability, and computational cost, particularly in real-time environments [8,11] as well as environmental sustainability. Although recent case studies and emerging trends provide valuable insights, there is still a gap in the critical assessment of the state of the art. This review identifies several promising research directions, including physics-informed neural networks, digital twins, and human–AI collaborative optimization frameworks. Overall, the findings highlight AI’s potential to redefine engineering optimization paradigms while emphasizing the need for robust, scalable, and ethically aligned implementations.
The remainder of this paper is organized as follows. Section 2 introduces the primary AI techniques employed in engineering optimization. Section 3 summarizes the existing frameworks for integrating artificial intelligence (AI) with engineering optimization, while Section 4 briefly presents the optimization algorithms that are commonly combined with these AI methods. Section 5 reviews applications of AI-driven optimization across various engineering domains. Section 6 discusses key challenges and limitations of AI-driven engineering optimization, and Section 7 outlines directions for future research. Finally, Section 8 concludes the paper and highlights potential avenues for continued investigation.

2. Overview of AI Modelling Techniques

2.1. Introduction

The field of AI (see Figure 1) has obtained increasing attention due to its ability to efficiently analyze and to act upon the vast volumes of data generated [12]. AI has been the subject of research since the 1950s, but the recent surge in interest is largely driven by advances in the subfield of ML and LLMs, as well as supporting factors such as enhanced data storage capabilities and computational power.
Bagheri et al. summarized the classification of AI and ML techniques used to improve membrane-fouling control [13], as the related to optimization is summarized in Figure 2. Essentially, training a machine learning model is an optimization problem in which the goal of training a model is to determine the optimal set of model parameters (weights and biases) that minimize a loss function, which measures prediction error, solved by using various optimization algorithms or techniques. However, the goals of machine learning and optimization differ. Machine learning focuses on developing predictive models, whereas optimization aims to determine the best parameters or design solutions for complex engineering problems. Therefore, although optimization plays a critical role in model training, machine learning and optimization are considered distinct fields due to their different objectives. In this section, we briefly introduce several key machine learning techniques that have been integrated into engineering optimization.

2.2. Artificial Neural Networks

Artificial neural networks (ANNs), also called neural networks (NNs), are mathematical models inspired by biological neural systems. They can be interpreted as mathematical functions that map an input space to an output space [14], as illustrated in Figure 3. A neural network typically consists of three types of layers. The first layer, the input layer, contains input neurons that receive data and pass it to the next layer. The hidden layer performs computations on the input data and forwards the results to the final layer. The output layer produces the network’s prediction or result. For advanced neural networks, such as deep learning, there are multiple hidden layers.
Each neuron can be viewed as a small computational unit that receives inputs, processes them, and generates an output (shown as Figure 4). The computation within a neuron involves weights, an activation function, and a cost function. One of the most used activation (transfer) functions is the logistic (sigmoid) function, given by:
o u t p u t = 1 1 + e i ω i x i + ω 0 ,
where i is the index of the input, x i is the value of the i-th input, ω i is the weight associated with that input, and ω 0 represents the neuron’s bias.
Machine learning (ML) is used to determine optimal weight parameters for surrogate models that predict system behavior, performance metrics, and failure modes. These surrogate models can then serve as objective functions or constraint functions in engineering optimization problems [15]. For instance, in aerodynamic design, ML models can predict lift coefficients with remarkable accuracy, achieving a lower mean squared error (MSE) of 0.0002 and a higher R2 of 0.9916 while reducing computational requirements by orders of magnitude compared to traditional computational fluid dynamics simulations (MSE of about 0.0031 and R2 of 0.8516) [16].
Machine learning techniques are broadly categorized into supervised learning, unsupervised learning, and reinforcement learning, with additional important approaches including semi-supervised learning and deep learning.
  • Supervised learning: Supervised learning is a type of machine learning in which the model is trained using labeled data—data that includes both inputs and their corresponding outputs [17]. The process of applying supervised learning to a real-world problem is illustrated in Figure 5. First, data collected from a specific problem is processed and organized into labeled datasets. These datasets are then divided into two parts: one for training and the other for validation. During training, the model’s parameters (such as weights and biases) are adjusted by selecting an appropriate training method. The trained model is subsequently evaluated and validated using the validation dataset. According to the objectives of the algorithms, supervised learning algorithms can be classified into two categories: classification and regression (see Figure 6) [18]. Regression-based supervised learning algorithms are commonly used in engineering optimization. Typical methods include linear and polynomial regression, support vector regression, neural networks, and others.
  • Unsupervised learning: The objective of unsupervised learning algorithms is fundamentally different from that of supervised learning. Their primary aim is to explore the structure, patterns, or relationships within the data without prior knowledge of the “correct” answers [19].
  • Reinforcement learning: The aims of reinforcement learning (RL) are distinct from both supervised and unsupervised learning. In RL, an agent learns to make decisions by interacting with an environment using a trial-and-error approach, gradually developing an optimal behavioral strategy based on the reward signals received from previous interactions [20].

2.3. Deep Neural Networks

Deep learning architectures/Deep Neural Networks (DNNs) have significantly expanded the scope and capabilities of engineering optimization, particularly due to their ability to process high-dimensional and unstructured data [21]. In this section, several DNN architectures will be discussed.
Convolutional Neural Networks (CNNs), introduced by LeCun (1989) in 1989 [22], have been proven exceptionally effective in spatial data analysis, enabling breakthroughs in fields ranging from fluid dynamics to materials science [23]. CNNs were originally developed for image processing, and a typical structure is shown in Figure 7. Figure 7 depicts a convolutional neural network (CNN) as a multi-layered neural network architecture, composed primarily of convolutional layers (layers) and sub-sampling layers, which work together to extract and down sample features from the input data.
Research has demonstrated that CNNs can not only predict engineering parameters but also internalize fundamental physical principles, such as the Kutta condition in aerodynamics, effectively learning the underlying physics governing system behavior. Jiang et al. pointed out that trained deep neural networks can serve as high-speed surrogate solvers [24].
Physics-Informed Neural Networks (PINNs) represent a significant advancement by embedding physical laws directly into the learning process, ensuring that model predictions adhere to fundamental constraints described by partial differential equations and guiding the optimization, architecture design and implementation of DNNs [25]. Even though there has been huge progress in computational fluid dynamics (CFD) in solving Navier–Stokes equations (NSEs) by using finite elements, spectral and meshless methods in the last 50 years, it is still very challenging to tackle high-dimensional problems governed by parametrized NSE [3]. Cai et al. demonstrated that PINNs are very efficient for inverse problems of three-dimensional fluid dynamics [3]. Huang and Wang (2023) summarized the applications of PINNs in power systems [26]. Laubscher (2021) created PINN models for simulating multi-species flow and heat transfer with the combination of different hyperparameter settings to find the best performing configuration [27].

2.4. Large Language Models

Large Language Models are trained on massive text datasets and have been widely demonstrated to have extraordinary capability in understanding, generating and translating human languages [28]. Figure 8 illustrates the working process of an LLM. User input texts are processed to clean the data and remove noise. After they are tokenized and used as inputs for a pre-training of the LLM. The output generated by the LLM is then translated into human languages. Chien et al. applied an LLM to generate initial parameters for an engineering design [29].
Table 1 provides a summary of the key characteristics, typical inputs, strengths, and common applications of the AI modeling techniques discussed in this paper.

3. Example Frameworks of AI-Driven Engineering Optimization

In this section, several existing frameworks that combine artificial intelligence techniques with optimization algorithms for engineering optimization will be summarized to illustrate the application of AI in engineering optimization.
Krzywanski et al. provided a comprehensive review of recent advancements for computational methods for modelling, simulation and optimization of complex systems [30]. Their key findings highlight that integrating artificial intelligence with traditional computation methods opens several promising research directions, as shown in Figure 9, for complex engineering systems. These studies have demonstrated significant improvements in both accuracy and efficiency.
The common AI/ML-enabled framework for engineering optimization is similar to the model presented by Ibn-Mohammed et al. [31], as shown in Figure 10. In those frameworks, machine learning techniques are used to train models that serve as objective functions or constraints in engineering optimization problems [32].
For example, Jin et al. presented a data-driven evolutionary optimization framework, shown in Figure 11, which includes data collection, machine learning, and optimization [33]. Machine Learning techniques can be used to train functions from the collected data, which then serve as objective or constraint functions to construct an appropriate optimization model. This model can be solved using optimization techniques such as gradient-based algorithms or population-based algorithms, including evolutionary algorithms.
Notably, Jin et al. also emphasized that data or domain knowledge can be applied to nearly every component of an evolutionary algorithm (EA) to accelerate the search process [33].
Another example is illustrated in Figure 12. Nadian et al. developed an intelligent fuzzy-machine vision control system for a hybrid hot air–infrared dryer [34]. In this framework, two artificial neural networks (ANNs) were employed. The first ANN was responsible for predicting material characteristics, while the second predicted the sample’s moisture ratio. All prediction models were integrated into a genetic algorithm as fitness functions to optimize the control parameters of a fuzzy logic control system, aiming to minimize energy consumption.
Some commercial software packages, such as ANSYS, Abaqus (Simulia), and MSC Nastran, are widely used to calculate stress in engineering design. Chien et al. introduced a particularly interesting framework exploring the potential application of large language models (LLMs) for generating geometric parameter suggestions during the early stages of structural design [35]. Their proposed workflow, illustrated in Figure 13, integrates design recommendations produced by the LLM with validation via a finite element solver. The results demonstrated that, while a regression-based model required 252 samples to construct a reliable polynomial model, the LLM achieved near-optimal design suggestions using only 18 initial reference samples.
Hsu et al. proposed a framework, illustrated in Figure 14, that integrates artificial intelligence with finite element methods to optimize the properties of woven composites [35]. ABAQUS simulations, a finite element approach, were employed to generate the initial dataset. A dual-input CNN model was then developed to capture both material parameters and performance characteristics, while a Deep Q-Network (DQN) was used to enable adaptive decision-making.
From the above discussion, researchers have explored several ways to integrate machine learning into engineering optimization, shown in Table 2. (1) A common approach is to train machine learning models that serve as surrogate objective or constraint functions within an optimization problem. (2) Machine learning can also be used to develop AI-enhanced optimization algorithms that improve search efficiency. (3) Many engineering simulations, such as finite element analysis (FEA) and computational fluid dynamics (CFD), are computationally expensive and therefore unsuitable for direct use within iterative optimization loops. Machine learning offers a solution by enabling the development of fast surrogate models that approximate these simulations. (4) Additionally, machine learning techniques, including large language models, can generate design parameters or initial solutions that accelerate the overall optimization process.

4. Optimization Techniques

4.1. Introduction

AI-Driven Optimization Techniques refer to optimization methods that leverage artificial intelligence (AI) algorithms to find optimal solutions for complex engineering, scientific, or industrial problems. Unlike traditional optimization methods that rely on explicit mathematical formulations, AI-driven approaches can handle nonlinear, high-dimensional, and computationally expensive problems, often using data-driven models.
Common AI-driven optimization techniques are metaheuristics (Figure 15), which can be categorized into two main groups [36]:
  • Neighbourhood-based algorithms: These are local search methods that utilize the concept of a neighbourhood by exploring and tracking nearby candidate solutions. Examples include Simulated Annealing and Tabu Search.
  • Population-based algorithms: These are nature-inspired methods that operate on a set of candidate solutions (a population). They can be further classified into evolutionary algorithms/computational methods and swarm intelligence.
Evolutionary algorithms (EAs), inspired by the principles of biological evolution, are a class of population-based metaheuristic search algorithms that provide powerful global optimization capabilities. They are particularly well-suited for complex, non-convex engineering problems with multiple local optima [37]. The family of EAs has grown to include many variants, such as genetic algorithms [38], evolutionary programming [39], evolutionary strategies, genetic programming [40], and differential evolution [36].
Swarm Intelligence (SI) techniques are inspired by the collective and cooperative behavior observed in nature [41]. Examples include Particle Swarm Optimization and Ant Colony Optimization.
Due to space limitations, only selected methods commonly applied to engineering optimization problems in combination with artificial intelligence are summarized here.

4.2. Genetic Algorithms

Genetic algorithms (GAs) have demonstrated remarkable effectiveness in multi-objective optimization scenarios where traditional gradient-based methods often struggle [42]. The process of a classic genetic algorithm is illustrated in Algorithm 1. GAs use a variety of operators during the search process, including crossover, mutation, and selection. In a genetic algorithm, the objective function of an optimization problem is referred to as the fitness function, and the decision variables are represented by chromosomes.
Crossover operators generate offspring by combining the genetic information of two parents randomly selected from the population.
Mutation operators help maintain the diversity of the population, preventing premature convergence.
Selection operators choose individuals to form a new population based on their fitness values, with individuals of higher fitness generally having a higher probability of survival in the next generation.
Algorithm 1: Genetic Algorithm
Inputs:   Population   Size   ( n ) ,   Maximum   number   of   iterations   ( T m a x )
        Crossover   probability   ( p c ) ,   Mutation   probability   ( p m )
Output:   Global   solution ,   x g
1.Begin
2.    Generate   initial   population   of   n   Chromosomes ,   x i   ( i = 1,2 , , n )
3.   Set iteration counter t = 0
4.    Compute   the   fitness   value   F i of each chromosome
5.   while (t < T m a x )
6.     Select n chromosomes from the population based fitness
7.     Apply crossover operation on random selected pair with crossover probability
8.     Apply mutation operation on random selected chromosome with mutation probability
9.     t = t + 1;
10.   end while
11.    Search   the   global   solution   x g from the population
12.    Return   the   best   solution   x g
13. end

4.3. Particle Swarm Optimization

Particle Swarm Optimization (PSO), a prominent algorithm within the field of swarm intelligence, was first introduced by Eberhart and Kennedy in 1995. It is a population-based stochastic optimization method inspired by the social behaviors observed in flocks of birds [43,44,45].
In the standard PSO algorithm, the population consists of multiple particles. Each particle retains personal information, including its position, movement velocity, and a memory of its best solution found so far. The velocity of each particle is updated at every iteration using the following equation.
v i t + 1 = ω v i t + c 1 r 1 x i x i p + c 1 r 1 x i x g ,
where x i represents the position of the i-th particle and ω v i t is its velocity at iteration t. x i p denotes the personal best position achieved by the i-th particle, while x g represents the global best position found by the entire swarm. The parameter ω is the inertia weight, which controls the influence of the particle’s previous velocity. The parameters c 1 and c 2 are acceleration coefficients that determine the relative impact of the personal and global best positions, respectively. r 1 and r 2 are independent random values uniformly distributed in the range [0, 1]. The pseudocode of the standard Particle Swarm Optimization algorithm is presented in Algorithm 2.
Algorithm 2: Particle Swarm Optimization
Inputs:   Population   Size   ( n ) ,   Maximum   number   of   iterations   ( T m a x )
     Weight   factors   w ,   c 1 ,   c 2
Output:   Global   solution ,   x g
1. Begin
2.    Generate   initial   population   of   n   Chromosomes ,   x i   ( i = 1,2 , , n )
3.   Set iteration counter t = 0
4.    Compute   the   fitness   value   F i of each chromosome
5.    Set   personal   best   x i p = x i ( i = 1,2 , , n )
6.    Generate   random   velocities   v i   ( i = 1,2 , , n )
7.    Find   the   global   best   x i g from the population
8.   while (t < T m a x )
9.     for i = 1: n do
10.         Generate   random   numbers ,   r 1   ,   r 2   [ 0,1 ]
11.         Update   velocity   v i t + 1 = w × v i + c 1 × r 1 x i x i p + c 2 × r 2 ( x i x i g )
12.         Update   position   x i = x i + v i t + 1
13.         if   ( F ( x i ) > F ( x i p ) then
14.          x i p = x i
15.      end if
16.         if   (   F ( x i ) > F ( x i g ) ) then
17.          x i g = x i
18.      end if
19.     end for
20.     t = t + 1;
21.   end while
22.      Search   the   global   solution   x g from the population
23.      Return   the   best   solution   x g
24. end

4.4. Differential Evolution

Differential Evolution (DE) was originally developed by Storn and Price in 1995 and later published in 1997 [46] for continuous minimization problems. The general procedure of DE is like that of a Genetic Algorithm, as it also involves mutation, crossover, and selection [36].
  • Mutation: For each target individual in the population, a mutant vector is generated by adding the scaled difference between two randomly selected individuals to a third individual. A common mutation formula is:
v i = x r 1 + F · x r 2 x r 3
where x r 1 , x r 2 , and x r 3 are distinct random individuals, and F is the scaling factor.
  • Crossover: A trial vector is produced by combining components of the mutant vector and the target vector, typically using binomial or exponential crossover.
x i , j = v i , j i f    r a n d j C r x i , j o t h e r w i s e
  • Selection: The trial vector is compared to the target vector. If the trial vector yields a better (lower) objective function value, it replaces the target vector in the next generation; otherwise, the original target vector is retained.
x i = v i i f    f ( v i ) f ( x i ) x i o t h e r w i s e

4.5. Ant Colony Optimization

In the early 1990s, M. Dorigo and colleagues introduced ant colony optimization (ACO) [47], a nature-inspired metaheuristic novel that mimics how real ants find the shortest path between their nest and a food source, to solve challenging combinatorial optimization (CO) problems. Algorithm 3 presents the ACO metaheuristic. After initialization, each iteration consists of three phases: solution construction by the ants, optional improvement via local search, and pheromone update [48].
Algorithm 3: Ant Colony Optimization
Inputs:   Problem   Graph   G = ( V , E ) ;   Number   of   ants   ( m ) ;   Pheromone   evaporation   rate   ( ρ ( 0,1 ) );
        Pheromone   importance   ( α ) ;   Heuristic   importance   ( β ) ;   Maximum   number   of   iterations   ( T m a x )
Output:   Global   solution ,   x g
1. Begin
2.   Initialize pheromone trails
3.   Set iteration counter t = 0
4.   while (t < Max)
5.     Construct ant solutions
6.     Apply local search
7.     Update pheromones
8.     t = t + 1;
9.   end while
10.     Search   the   global   solution   x g from the population
11.     Return   the   best   solution   x g
12. end

4.6. Multi-Objective Evolutionary Algorithms

Multi-Objective Evolutionary Algorithms (MOEAs) are a class of optimization algorithms designed to solve problems with multiple conflicting objectives simultaneously by finding or approximating the Pareto front, which represents the trade-offs among objectives [49]. A solution is considered Pareto-optimal if no other solution can improve one objective without worsening at least one other. Among the most popular MOEAs are:
  • NSGA-II (Non-dominated Sorting Genetic Algorithm II) [50]: A widely used MOEA that employs fast non-dominated sorting, elitism, and crowding distance to efficiently approximate a well-distributed Pareto front.
  • SPEA2 (Strength Pareto Evolutionary Algorithm 2) [51]: An improved version of the original SPEA [52] which uses an external archive, refined fitness assignment based on Pareto dominance, and density estimation to maintain both convergence and diversity on the Pareto front.
  • MOEA/D (Multi-objective Evolutionary Algorithm based on Decomposition). MOEA/D decomposes a multi-objective problem into multiple scalar optimization subproblems and solves them simultaneously, promoting both convergence and diversity across the Pareto front [53].

4.7. Reinforcement-Learning-Based Algorithm for Optimization

Reinforcement learning is a machine learning method in which an agent learns to make decisions by interacting with an environment to achieve a specific goal [54]. As shown in Figure 16, once the agent takes an action, the environment responds by providing a new state and a reward (either positive or negative). The agent then updates its strategy, known as a policy, in order to maximize future rewards.
Based on the reinforcement learning framework shown in Figure 16, Yonekura and Hattori developed a reinforcement learning-based optimization framework [55], illustrated in Algorithms 4 and 5. This framework consists of two phases: the training phase and the searching phase. In the algorithms, x represents the decision variables or parameter vector, f is the objective function, and s denotes the state. The training algorithm is designed to train a deep Q-network, while the searching algorithm is used to maximize the objective function values.
Algorithm 4: Training Phase
1. while (true)
2.    x 0     initial   vector ,   f 0 ,    s 0   G ( x 0 )
3.      for   i = 1,2 ,   ,   n ) do
4.        Choose   α i   based   on   Q ( s i 1 , x i 1 )
5.        x i   x i 1 + α i ,     f i ,    s i   G ( x i )
       r i = H ( s i , s i 1 , , f i , f s i 1 , )
6.     Update Q functions
7.   end for
8.   if termination criterion is satisfied then
9.     return Q
10.   end if
11. end while
Algorithm 5: Search Phase
1.    x 0   initial   vector ,   f 0 , s 0 G ( x 0 )
2.      for   i = 1,2 , , n ) do
3.        Choose   α i   based   on   Q ( s i 1 , x i 1 )
4.         x i x i 1 + α i , f i , s i G ( x i )
5.   end for
6.   if termination criterion is satisfied then
7.        return   x i
8.   end if

4.8. Summary of Optimization Techniques

Table 3 provides a brief summary of the key characteristics, control parameters, strengths, and common applications of the optimization techniques discussed in this paper.

5. Engineering Applications of AI-Driven Optimization

5.1. Mechanical and Aerospace Engineering

In mechanical and aerospace engineering, AI-driven optimization has revolutionized traditional approaches to design, manufacturing, and maintenance [56]. Generative design algorithms leverage AI to autonomously generate and evaluate countless design alternatives based on specified constraints and performance requirements, dramatically accelerating the conceptual design phase.

5.1.1. Machine Learning as a Substitute for the Finite Element Method

Stress analysis is a fundamental aspect of mechanical system design. Finite Element Analysis (FEA) is commonly employed to evaluate stress in complex structures and systems, supporting design optimization, maintenance planning, and safety assessments across various industries, including aerospace, automotive, architecture, and biomedical engineering. Badarinath et al. proposed an FEA-based ML approach to estimate the distress distribution over the entire system [31]. Their surrogate FEA, based on machine learning algorithms, can accurately predict the response of the beam, with artificial neural networks yielding the highest accuracy. Hsu et al. proposed an FEA-based ML framework, shown in Figure 14, that integrates artificial intelligence with finite element methods to optimize the properties of woven composites [35]. Shah et al. applied machine learning to the design of pressure equipment and developed ML models trained on 605 data samples obtained from ANSYS Mechanical (FEA analysis) [57]. The results demonstrated that the FEA-based ML model can significantly accelerate the analysis process while providing accurate predictions of membrane stresses.

5.1.2. Geometric Configurations

Granados-Ortiz et al. developed a machine learning–aided design optimization (MLADO) model for the design of a mechanical micromixer [58]. A random forest classifier was trained to predict which geometric configurations would lead to vortex shedding. A multi-objective optimization problem was formulated to minimize the required pumping power and maximize the mixing efficiency under given design constraints, and it was solved using the NSGA-II algorithm. Their results showed that the optimization time was massively reduced, from days to less than one minute. Granados-Ortiz et al. further noted that their MLADO framework can be readily adapted for other similar mechanical design applications [58].
Topology optimization is widely used to generate algorithmically optimized structures in mechanical design. However, it often requires extensive manual setup and careful tuning of parameters to ensure proper algorithmic performance and convergence. To address this, Lynch et al. developed a machine learning–based framework that recommends optimal tuning parameters (such as setup or control parameters) to users, thereby reducing the costly trial-and-error typically involved in manual parameter selection [59].

5.1.3. Turbine Engine

Kosowski et al. proposed a general efficient system for designing turbine cascades and stages [60]. The design approach was based on evolutionary algorithms, as well as artificial neural networks, and shown to be efficient and computationally inexpensive compared with computational fluid dynamics calculations.
Xu et al. reviewed the potential of applying machine learning techniques to turbine cooling design [61]. The design of turbine blades involves multiple iterative optimization cycles. Machine learning can effectively utilize historical data to develop high-precision models, thereby significantly reducing the time required for performance evaluation and enhancing overall optimization efficiency.
Du et al. developed a dual convolutional neural network to predict turbine blade performance and applied a gradient-based optimization algorithm to optimize rotor blade designs [62]. Their results show that the optimization process can be completed within 38 s, and the efficiencies of the two optimized blades reach 89.29% and 88.92%, respectively, demonstrating the feasibility of the proposed method.

5.1.4. Heat Pump

Patel et al. focused on AI-enhanced optimization of heat pump sizing and design for application-specific requirements [63]. The study systematically combined advanced machine learning techniques with domain-specific heuristics to optimize heat pump configurations for performance, energy efficiency, and cost, achieving up to a 25% improvement in energy efficiency.

5.1.5. Unmanned Aerial Vehicles

In the literature, numerous studies have employed machine learning techniques to address design challenges in aerial vehicle development. Sharma and Hosder (2021) examined the feasibility of neural network models for predicting key airliner configuration parameters, including maximum take-off weight, fuselage length, thrust, and aspect ratio [64]. Oroumieh et al. proposed an approach integrating fuzzy logic and neural networks to determine wing area and engine thrust, which they validated through an application to a class of light business jets [65]. Boutemedjet et al. focused on small UAV design, deriving design parameters statistically from historical UAV data and optimizing the wing planform via a neural network-based aerodynamic model [66]. Similarly, Setayandeh developed a neural network-based meta-model of the multidisciplinary design and analysis module to evaluate and obtain the handling qualities of a small UAV [67]. Karali et al. integrated deep neural networks with a multi-objective genetic algorithm to optimize UAV configurations across various mission scenarios, including intelligence, surveillance, and reconnaissance [68].
The selected references in this paper related to mechanical and aerospace engineering, along with their key characteristics and performance metrics, are summarized in Table 4.

5.2. Civil and Environmental Engineering

The civil and environmental engineering sectors have embraced AI-driven optimization to address challenges in infrastructure design, construction management, and environmental sustainability [69,70]. Concrete mix design is the process of determining the optimal proportions of cement, aggregates (sand and gravel), and water to achieve the desired strength, durability, and workability characteristics. Golafshani et al. developed a green mix design model to determine the constituents of rubbercrete using a machine learning–based ensemble model combined with constrained multi-objective grey wolf optimization algorithms, which outperformed the conventional M5P tree and MGEP models by 13.7% and 5.5%, respectively [71]. Zheng et al. proposed a multi-objective optimization model for concrete mix design that integrates machine learning with advanced techniques such as K-fold cross-validation, Bayesian hyperparameter optimization, regression feature elimination, and the C-TAEA algorithm [72]. Huang et al. proposed an artificial intelligence–based multi-objective optimization framework for the design of steel fiber reinforced concrete [73]. In their approach, support vector regression (SVR) was employed to predict both the compressive and flexural strengths, while the firefly algorithm was utilized to identify Pareto-optimal design solutions. Parhi et al. developed three machine learning models to optimize the critical parameters of self-compacting geopolymer concrete, with a primary focus on improving compressive strength [74]. The incorporation of supplementary materials in concrete presents a viable approach to reducing its environmental footprint. Saleh et al. employed machine learning (ML) algorithms to predict and formulate an empirical model for the compressive strength (CS) of concrete containing supplementary materials, aiming to optimize material strength [75].
Urban logistics play a pivotal role in the development of smart cities, aiming to enhance the efficiency and sustainability of goods delivery in urban environments. Mohsen proposed an innovative framework that integrates artificial intelligence (AI), autonomous vehicles (AVs), and Internet of Things (IoT) technologies to address these challenges [76]. The framework leverages real-time data from IoT-enabled infrastructure to optimize route planning, improve traffic signal control, and enable predictive demand management for delivery services.
In structural engineering, AI algorithms optimize material usage while maintaining structural integrity, leading to more sustainable and cost-effective designs. For construction materials, AI-driven approaches have been successfully applied to optimize concrete mixtures [77], with studies demonstrating the ability to predict compressive strength with high accuracy while reducing costs and environmental impact. These capabilities enable engineers to balance multiple competing objectives, including cost, durability, sustainability, and constructability.
In environmental engineering, AI optimization plays a crucial role in resource management and pollution control [78]. AI-driven wastewater treatment plants optimize process parameters in real-time to enhance treatment efficiency while reducing energy consumption [79]. Similarly, in water distribution systems, AI algorithms optimize pump schedules and control strategies to minimize energy usage while maintaining service levels [80]. These applications demonstrate how AI-driven optimization can simultaneously address economic, environmental, and operational objectives, contributing to more sustainable infrastructure systems.
The selected references in this paper related to Civil and Environmental Engineering, along with their key characteristics and performance metrics, are summarized in Table 5.

5.3. Electrical and Computer Engineering

The integration of AI-driven optimization in electrical and computer engineering has enabled significant advancements in energy systems, electronic design automation, and network management.

5.3.1. Blockchain

Blockchain is a distributed, decentralized digital ledger technology that records transactions across a network of computers in a secure, transparent, and tamper-resistant way, and Blockchain technology has gained significant attention with the introduction of cryptocurrency, Bitcoin, in 2006 [81]. Yuan et al. investigated the application of artificial intelligence technologies to address core challenges in blockchain systems—such as consensus mechanisms, algorithms, smart contracts, privacy protection, and data retrieval—particularly in relation to scalability, security, and privacy [82].
Proof-of-Stake (PoS) is a blockchain consensus mechanism that validates transactions and adds new blocks to the blockchain based on how many coins or tokens a participant holds and is willing to “stake” (lock up) as collateral. Arulkumaran et al. summarized the existing AI-driven framework for POS optimization: Dynamic validator assessment, performance optimization and risk management [83].

5.3.2. Semiconductor Design

The design phase accounts for approximately 42.7% of total semiconductor development resources [84]. According to comprehensive industry analyses, complex System-on-Chip (SoC) designs require an average of 81,340 engineer-hours, distributed across architectural planning (31.2%), implementation (38.5%), and verification (30.3%).
In electronic design automation, AI techniques have revolutionized circuit design and optimization [85]. Machine learning algorithms can predict circuit performance, optimize component placement and routing, and automate verification processes, dramatically reducing design cycles while improving performance.

5.3.3. Computer Science

Panwar examined the transformative potential of AI-driven query optimization in database management, highlighting how machine learning algorithms can intelligently predict and execute the most efficient query plans using both historical and real-time data [86].
Richardson et al. studied AI-driven optimization techniques to enhance software architecture design in complex systems, addressing scalability, flexibility, and performance while balancing competing objectives [87].
Cloud computing serves as a cornerstone of modern digital infrastructure. Chen et al. developed a collaborative scheduling algorithm for heterogenous cloud computing workflow that integrates deep learning (DL) to optimize workflow makespan, cost fairness and continuity in cloud computing while satisfing the constraints of task execution. Their results demonstrated the makespan was improved by 16.6% and the firness index was increased 5.3% [88].
The exponential growth in network complexity and data volume within modern digital ecosystems has heightened the need for AI-driven optimization techniques to enhance network performance and efficiency [89]. For example, by continuously monitoring network performance metrics and adapting configurations in real time, AI algorithms can optimize network topology to accommodate fluctuating demand and minimize congestion [90].

5.3.4. Electric Vehicles

The rapid growth in electric vehicle (EV) adoption necessitates advanced energy management strategies to ensure the sustainable, reliable, and efficient operation of charging infrastructure. Many metaheuristic techniques, such as Genetic Algorithms, Particle Swarm Optimization, and Ant Colony Optimization, have been shown to be effective in solving multi-objective EV charging problems, including peak load minimization and cost reduction, under constrained environments [91]. Sarker et al. proposed a hybrid AI-based framework to optimize residential EV charging systems by integrating Reinforcement Learning (RL), Linear Programming (LP), and real-time grid-aware scheduling [92]. Their results demonstrated a 31.5% reduction in peak transformer load, a decrease in voltage deviation from ±5.8% to ±2.3%, and an increase in solar utilization from 48% to 66%.
The selected references in this paper related to Electrical and Computer Engineering, along with their key characteristics and performance metrics, are summarized in Table 6.

5.4. Chemical and Materials Engineering

Madika et al. highlighted that the development and application of artificial intelligence have significantly enhanced the design, modeling, and optimization of chemical and materials systems by accelerating discovery, reducing costs, and effectively addressing complex and nonlinear problems [93].

5.4.1. Material

Woven carbon fiber composites are increasingly utilized in advanced structural applications due to their exceptional strength-to-weight ratio and customizable design characteristics. Hsu et al. employed finite element methods to generate data elucidating the relationship between strain and stress and proposed a hybrid deep learning framework that integrates a dual-input Convolutional Neural Network (CNN) for predicting mechanical properties with a Deep Q-Network (DQN) for reinforcement learning-based optimization [35]. Their results demonstrated that the material’s strain energy density increased significantly, from 3590.78 J/m3 to 8527.85 J/m3, and the simulation time was reduced from 534 min to 2 min, a 267-fold speedup.
Kim et al. proposed a deep neural network–based forward design approach that enables efficient searching with a genetic algorithm to identify superior materials within a vast design space [94].
Magnesium (Mg) alloys show strong potential for lightweight structural and biomedical applications; however, their adoption is limited by issues such as poor corrosion resistance and complex deformation behavior. Wang et al. examined how Artificial Intelligence—specifically Machine Learning and Deep Learning—can accelerate the optimization of material properties by reducing experimental workload and speeding up the design of high-performance Mg alloys [95]. Despite these benefits, challenges remain in terms of data accessibility, model interpretability, and experimental validation.
The exceptional heat transfer properties of thermal metamaterials, derived from their sophisticated artificial structures, were the focus of a review by Zhu et al. [96]. The authors examined the significant potential of leveraging artificial intelligence and optimization algorithms to advance the design of these materials [96].

5.4.2. Chemical Process

AI-driven optimization has transformed methodologies in chemical and materials engineering, particularly in catalyst discovery, process optimization, and materials design. Ibn-Mohammed et al. proposed an AI-enabled framework for improving predictions of lifecycle environmental impacts of functional materials and devices (FM&D) [31], as shown in Figure 17. Jassim et al. developed and evaluated three supervised machine learning (ML) models—multilayer perceptron (MLP), support vector regression (SVR), and random forests (RFs)—to predict key quality parameters, including nitrification-related nitrogen compounds, in a wastewater treatment plant [97]. They further applied an iterative hyperparameter tuning algorithm to optimize the models’ performance.
With the development of Industry 4.0, artificial intelligence (AI) is gaining increasing attention for its performance in solving particularly complex problems in industrial chemistry and chemical engineering. He et al. provides an overview of the application of AI techniques, in particular machine learning, in chemical design, synthesis, and process optimization over the past years [98].
In chemical process engineering, AI algorithms optimize complex reaction parameters, separation processes, and plant-wide operations, leading to improved yields, reduced energy consumption, and enhanced safety. Nayak et al. integrated an artificial neural network (ANN) with genetic algorithms (GAs) to optimize the wastewater treatment process [99]. In their methodology, the ANN functioned as the fitness evaluator within the GA framework, enabling more accurate and adaptive optimization of process parameters, and their results demonstrated that the biomass productivity improved by 57% as compared with un-optimized conditions. Methanol produced through the power-to-liquid (PtL) process has recently gained significant attention as a promising alternative fuel. Sultan et al. presented a machine learning (ML)-based data-driven surrogate model employing artificial neural networks (ANNs) to optimize the methanol production process [100]. The results demonstrated a 33.59% increase in production rate, a 2.06% improvement in purity, and a 9.68% reduction in energy requirements compared to the baseline conditions.
These approaches can identify optimal operating conditions that might be non-intuitive to human operators, particularly for processes with complex reaction kinetics and mass transfer limitations.
The field of materials informatics has emerged as a distinct discipline, leveraging AI to accelerate the discovery and development of novel materials with tailored properties [101]. Machine learning models can predict material properties based on composition and processing parameters, guiding experimental efforts toward promising regions of the materials design space. This approach has significantly reduced the time and cost associated with materials development, particularly for applications in energy storage, catalysis, and lightweight structures. The integration of AI with high-throughput experimentation and computational modeling has created powerful workflows for materials discovery and optimization [102].
Nano-modification, which involves incorporating nanomaterials into bitumen, has emerged as a promising technique for enhancing pavement performance and durability [103]. Bhowmik et al. developed a data-driven approach for predicting and optimizing CO2 reduction efficiency in a nano-modified bitumen system by integrating machine learning (support vector), dimensionality reduction and optimization techniques, combining genetic algorithms for global exploitation and particle swarm optimization for fine-tuning [104]. Their results demonstrated that the proposed approach achieved a CO2 reduction of 65.738%.

5.4.3. Membrane Fouling

Membrane fouling is the process by which organic, inorganic, or biological materials accumulate on the surface or within the pores of a membrane and is widely used in water and wastewater processes. Bagheri et al. reviewed the integration of artificial intelligence (AI) techniques, such as machine learning, neural networks, and fuzzy logic, with membrane-based water and wastewater treatment processes [13]. Their work emphasized that AI-driven models can enhance process optimization, fault detection, energy efficiency, and predictive maintenance, ultimately reducing waste generation and supporting cleaner production goals. The study summarized several design frameworks and real-world case studies showing that AI can effectively model complex nonlinear relationships between operational parameters, leading to improved membrane performance, lower fouling rates, and sustainable plant operations. Al-Obaidi et al. solved the optimization of a reverse osmosis-based wastewater treatment system for the removal of chlorophenol using genetic algorithms [105]. Al-Kathiri et al. demonstrated that optimization and modeling techniques, when combined with other AI and ML algorithms, can be effectively utilized to intelligently monitor and control membrane fouling in various wastewater treatment processes, as well as during the generation of clean blue energy [106].
The selected references in Chemical and Materials Engineering, along with their key characteristics and performance metrics, are summarized in Table 7.

5.5. Energy

AI-driven engineering optimization has been applied to machine learning, data analytics, and intelligent control to improve the efficiency, reliability, sustainability, and cost-effectiveness of energy systems across generation, storage, transmission, and consumption.

5.5.1. Power Energy

In power systems, AI algorithms optimize generation dispatch, grid operation, and energy trading, facilitating the integration of renewable energy sources while maintaining grid stability. Agupugo et al. summarized the application of AI and machine learning in managing microgrid systems. AI technique plays a critical role in optimizing microgrid systems, especially in forecasting equipment failures, scheduling timely repairs and then minimizing downtime and reducing maintenance costs [107]. One of the most significant impacts of AI-driven microgrid optimization on rural electrification is the cost savings [108].
Khan et al. developed a Bayesian optimization approach based on artificial neural networks to tune the voltage source converter, achieving significant improvements in dynamic response under fault conditions [109]. Biswas et al. reviewed AI-driven approaches for optimizing power consumption and evaluated the performance and outcomes of 17 distinct research methodologies, highlighting their strengths and limitations [110]. Some of these, which used AI techniques, are summarized in Table 8.
Ashraf et al. proposed a framework, as shown in Figure 18, incorporating artificial intelligence (AI) for improving the efficiency of a high-pressure steam turbine [117]. Two AI models, artificial neural network (ANN) and support vector machine (SVM), are used to train data and to generate an optimization model and a Monte-Carlo -based method is used to optimize the efficiency of the turbine. Their results showed that the turbine efficiency can be improved by 3.4% compared to the average values of full-load power generation models.

5.5.2. Renewable Energy

With the rapid increase in global energy consumption, renewable energy has received special attention globally due to climate change and ecological issues. The “2025 Global Offshore Wind Report” [118] shows that in 2024, 56.3 GW of offshore wind capacity was added, with 23.2 GW in Europe and 17.4 GW in China, bringing the total global offshore wind power installation capacity to 83 GW.
Figure 19 shows a schematic of various forms of renewable energy in which AI is used for design, optimization, control and so on [108,119]. Most AI techniques are used with neural networks to forecast wind speed and wind strength in the area of renewable energy [120]. ANN is one of the most widely used models in the last decade, which consists of many layers, one input layer and one output layer. Mohandes et al. compared the results from the ANN model and the Autoregressive (AR) Model for wind speed prediction. The result indicated that the ANN was superior to the AR model for daily and monthly mean speed values [121]. Mabel et al. applied feedback for the prediction of wind strength over a span of time to feed a backpropagation neural network (BPNN) [122]. Their results showed that the root mean square errors in the BPNN for training and evaluation are 0.0070 and 0.0065, respectively. Flores et al. developed an optimization and control algorithm for wind speed and active power prediction based on an ANN model using the back-propagation method and presented a Genetic algorithm for the active power generation of a wind farm [123].
The Maximum Power Point Tracking (MPPT) problem in wind turbine control is used to optimize turbine performance and enhance the system’s power generation efficiency by using evolutionary algorithms [119]. Evolutionary algorithms are widely recognized as powerful optimization tools. For instance, the genetic algorithm (GA) has been used by Guediri et al. to adjust FLC (fuzzy logic control) system parameters for optimizing wind turbine MPPT strategy [124], and the Fuzzy Logic control strategies for the offshore wind turbine [125]. A multi-objective particle swarm optimization (MPSO) had been applied to optimize the control parameters of yaw control systems in horizontal-axis wind turbines, aiming to improve energy capture efficiency [126]. The yin–yang grey wolf optimizer (YYGWO) algorithm developed by Mirjalili et al. [127], through nonlinear model predictive control, has been employed for maximizing wind energy extraction in large wind turbines [126]. Neural Networks are primarily used for model prediction and system behavior simulation in MPPT applications. For instance, an unsupervised neural network has been used to develop a direct speed control (DSC) strategy model of wind turbines to maximize the generated output power [128]. Muñoz-Palomeque et al. [128] demonstrated that the proposed neural-based strategy model can provide around 1 7.87% more power. Sun et al. [129] developed power prediction models for wind turbines using artificial neural network models, and optimized yaw angles across wind farms to reduce wake effects and enhance overall efficiency. The power ratio of wind turbines can reach 0.96 in all directions.
Solar energy production is highly dependent on meteorological conditions such as sunlight intensity, cloud cover, and temperature. Mellit and Kalogirou showed that ANNs could outperform traditional statistical methods in predicting solar irradiance, which directly impacts photovoltaic (PV) system output [130].
The integration of renewable energy sources (RESs) such as wind and solar into existing power grids introduces complex challenges primarily because of their intermittent and unpredictable nature. Hossain et al. demonstrated that AI has a high potential and applicability for decentralized energy grids [131]. Belrzaeg et al. applied artificial intelligence to optimize renewable energy grids to enhance their efficiency and sustainability [132]. The AI control unit is used to optimize charging and discharging cycles of energy storage systems (see Figure 20).
Hydrogen is widely recognized as a key energy carrier for a sustainable future, thanks to its ability to store and deliver energy in a clean and efficient manner. Bhuiyan et al. presented a comprehensive review of artificial intelligence (AI)-driven optimization in renewable hydrogen production [133]. Bassey et al. applied machine learning to train more accurate and efficient models of identifying patterns and relationships of data from various stages of the lifecycle of renewable energy systems, including raw material extraction, manufacturing, installation, operation and maintenance [134]. AI-driven diagnostics can detect early signs of anomalies and diagnose faults in fuel cell components, providing recommendations for remedial actions in real-time and extending the lifespan of hydrogen-powered systems [135].

5.5.3. Food Dryer System

As the primary method of fresh food preservation, the drying technique has proven to have many advantages, such as permitting early harvest, reducing shipping weights and costs and minimizing packaging [136,137]. Sun et al. reviewed recent developments of artificial intelligence in drying of fresh food [138]. Nadian et al. developed an intelligent fuzzy-machine control system, in which two separated neural networks were used to predict food material property and moisture ratio and a genetic algorithm was applied to find the optimal control parameters [33]. Their results had demonstrated that the new system could significantly reduce the drying time and had a good balance between energy consumption and food quality.

5.5.4. Unmanned Aerial Vehicles

Haider et al. combined clustering techniques to reduce the energy consumption of unmanned aerial vehicles (UAVs) through meticulously planned routing and path determination [139]. Their results demonstrated an impressive 15% increase in energy conservation and a 20% reduction in data transmission time.
The selected references in Energy, along with their key characteristics and performance metrics, are summarized in Table 9.

5.6. Managements

AI-driven engineering optimization has increasingly influenced management science by enabling data-driven, adaptive, and intelligent decision-making in complex organizational systems.

5.6.1. Supply Chains

As global supply chains become increasingly complex, the importance of effective supply chain risk management has grown substantially. The entire economy of a country largely depends on an efficient and well-managed supply chain process, and genetic algorithms are a common method used to solve supply chain management problems [140,141,142]. Grover explored the application of artificial intelligence (AI) in managing supply chain risks, examining recent advancements, existing challenges, and potential directions for future research [143].
Mass Customization manufacturing, as one supply chain problem, involves high-volume production with a wide variety of materials, has received growing consideration by researchers and practitioners since 1980 [144]. Alfayoumi et al. built a multi-objective mass customization optimization problem to minimize the time and cost of mass customized orders by using the NSGAII algorithm [145]. They claimed that the time had been improved by 20.4% and the cost had been reduced by 29.8% compared to traditional expert optimization.
The downstream petroleum sector faces significant challenges in transport and distribution logistics, particularly for small and medium enterprises (SMEs) that rely on efficient supply chains to remain competitive. Abudu & Sai presented the crude oil value chain/system shown in Figure 21 [146]. Arinze et al. proposed and implemented an AI-driven Transport and Distribution Optimization Model (TDOM) for the downstream petroleum sector [147]. Machine learning algorithms are incorporated into the TDOM model to optimize dynamic routing and scheduling. Supervising techniques are used to predict delivery times, identify bottlenecks and recommend optimal routines. Unsupervised learning allows the model to detect anomalies in delivering patterns and identify hidden inefficiencies that may not be immediately identified through traditional methods [148]. Arinze et al. demonstrated that by using the TDOM, SMEs experienced an average 15% reduction in fuel costs, a 20% improvement in on-time delivery rates, and a 10% decrease in overall transportation expenses [147]. Arinze et al. also identified some difficulties and challenges, such as (1) the integration of diverse data sources, particularly from SMEs that used different systems for inventory management, fleet tracking and customer orders, and (2) the initial resistance from some SMEs to adopting AI-driven technology.
The fashion industry’s significant contribution to global pollution underscores the urgent need for a systemic shift toward sustainability, requiring innovation in materials, transparency in supply chains, and changes in consumer behavior [149]. Donthi et al. investigated how AI-driven optimization can reduce the industry’s carbon footprint by improving supply chain efficiency, 25% reduction in emissions, and resource management with linear programming, genetic algorithms and reinforcement learning [150].
The agricultural sector, facing the dual challenges of meeting the growing food demands of a burgeoning global population and adapting to the complexities of climate change, requires innovative solutions such as precision agriculture, data-driven decision-making, and AI-assisted resource management to ensure long-term food security [151]. Elufioye et al. made a comprehensive review on the application of AI in agricultural supply chains via real-time data analysis, predictive maintenance and resource optimization [151]. Espolov et al. discuss a methodology for the efficient utilization of economic resources through supply chain optimization within the Asian agricultural market [152].
E-commerce supply chains have faced significant challenges, including rising consumer demand, heightened competitive pressure, and the critical need to ensure seamless operational efficiency. Kaul and Khurana investigated advanced AI-driven techniques, such as neural networks, deep reinforcement learning, and optimization algorithms, to enhance real-time responsiveness, reduce operational costs, and strengthen overall supply chain resilience [153].

5.6.2. Maintenance

Hamdan et al. reviewed the state of artificial intelligence applications in the renewable energy domain, especially in modelling predictive maintenance and energy optimization across diverse sources such as solar, wind, and hydro [154]. Bello et al. employed a combination of machine learning algorithms, including deep neural networks and reinforcement learning, to develop predictive maintenance models, trained on large-scale datasets from operational wind farms, solar installations and hydroelectric plants [155]. Their results showed that the AI-driven techniques can predict equipment failures with 92% accuracy and reduce unplanned downtime by 35% compared to traditional methods.

5.6.3. Project & Process

Project management is on the cusp of a major transformation, driven by the integration of Artificial Intelligence (AI). Bhanderi explored the transformative role of Artificial Intelligence (AI) in modern project management, emphasizing how AI technologies are reshaping decision-making, workflow optimization, and resource management [156]. By examining current applications, benefits, and challenges, Bhanderi also demonstrated how AI-driven approaches are enabling organizations to enhance efficiency, reduce risks, and achieve greater project success [156]. Li integrated reinforcement learning and predictive analysis techniques to optimize resource allocation and task scheduling, achieving an average 31.2% increase in resource utilization and a 24.8% reduction in operational costs [157].
The integration of artificial intelligence (AI) into manufacturing has transformed quality control and process optimization. Okuyelu and Adaji reviewed recent advances in AI technologies, focusing on their applications in manufacturing [158]. They also developed an AI-based real-time monitoring system that continuously tracks production parameters and improves manufacturing performance through real-time analytics, adaptive control, predictive maintenance, and intelligent decision-making.

5.6.4. Inventory & Logistics

Many airlines continue to face challenges with imbalances in spare parts inventories, leading to either costly excesses or critical shortages that disrupt maintenance schedules and operational readiness. MoghadasNian examined the application of AI-driven predictive analytics to optimize inventory management in airline logistics, aiming to reduce spare part shortages, enhance operational efficiency, and indirectly contribute to sustainability by minimizing waste and energy consumption [159]. The study reported cost reductions ranging from 25% to 40% and inventory level decreases of 20% to 54%.
The logistics and freight industry plays a crucial role in the global economy by facilitating the transportation of goods from producers to consumers. Royappa et al. discussed the applications of AI in freight and logistics management to enhance efficiency and sustainability [160]. Their study demonstrated that AI-driven optimization can reduce operational costs by 17% and improve customer satisfaction levels by 22%. Thuraka developed an adaptive routing framework modeled using a deep Q-learning algorithm and solved through a Markov decision process [161]. He also highlighted several implementation challenges, including data inconsistency, system interoperability issues, and the need for supportive policies.
The growing complexity of urban logistics—driven by rapid urbanization and the surge in e-commerce—demands intelligent and sustainable routing strategies. Mahat et al. demonstrated that ant colony optimization (ACO) can address various optimization challenges in supply chain and logistics problems [162]. ACO can determine the most efficient routes to improve customer satisfaction through on-time deliveries and reduced costs. Their results showed that ACO outperforms genetic algorithms, simulated annealing, and linear programming approaches.

5.6.5. Manufacturing Process

Osho et al. proposed a conceptual framework for AI-driven predictive optimization in industrial engineering, focusing on the use of machine learning (ML) algorithms to enhance decision-making in smart manufacturing [163]. The framework integrates real-time data acquisition, advanced data preprocessing, predictive analytics, and optimization layers to enable proactive and adaptive decision-making across manufacturing processes.
The selected references in management, along with their key characteristics and performance metrics, are summarized in Table 10.

6. Implementation Challenges and Limitations

6.1. Data Quality and Availability

The performance of AI-driven optimization approaches is fundamentally constrained by the quality, quantity, and relevance of available training data. Engineering applications often face the challenge of data scarcity, particularly for rare failure events or extreme operating conditions that are critical for robust optimization. Furthermore, engineering data frequently exhibits non-uniform quality, with inconsistencies arising from different measurement techniques, sensor calibrations, or environmental conditions. These data challenges can lead to biased models, inaccurate predictions, and suboptimal solutions when not properly addressed.
The curse of dimensionality presents another significant challenge in data-driven engineering optimization. As the number of design variables increases, the volume of data required for accurate model training grows exponentially, making comprehensive data collection prohibitively expensive or time-consuming for complex engineering systems. This challenge is particularly acute in fields relying on physical experiments or high-fidelity simulations, where data generation is resource-intensive. Techniques such as active learning, transfer learning, and multi-fidelity modeling have shown promise in addressing these limitations by strategically selecting the most informative data points and leveraging correlations between different levels of model fidelity.

6.2. Model Integration

The integration of AI models into established engineering workflows presents significant technical and cultural challenges. Many engineering organizations rely on validated simulation tools and establish design practices that may be difficult to reconcile with data-driven approaches. The black-box nature of many complex AI models, particularly deep neural networks, creates barriers to adoption in safety-critical applications where model interpretability and traceability are essential requirements. Engineers rightly question optimization results that lack physical justification or transparent reasoning.

6.3. Computational Demands and Scalability

While AI-driven optimization often aims to reduce computational requirements compared to traditional approaches, the training of complex AI models itself demands substantial computational resources. Deep neural networks with millions of parameters require significant memory, processing power, and time for training, particularly when dealing with high-dimensional engineering problems. The hyperparameter tuning process further exacerbates these computational demands, often requiring multiple training runs to identify optimal model configurations.
The scalability of AI-driven optimization methods presents another significant challenge, particularly when moving from academic test cases to industrial-scale applications. Engineering systems in practice often involve coupled physics, multiple scales, and numerous design variables that strain current AI methodologies. Techniques such as domain decomposition, multiscale modeling, and distributed computing have shown promise in addressing these scalability challenges. Additionally, the development of specialized hardware for AI workloads, including graphics processing units (GPUs) and tensor processing units (TPUs), continues to push the boundaries of feasible problem sizes for AI-driven optimization.

6.4. Explainability

Explainability in an AI system allows highlighting the relevant information in order to make the best-informed decisions. Explainability allows verifiability of decisions (as long as the resulting explanations are sufficiently informative [164], which is particularly important as contemporary models often underperform in generalization and out-of-distribution samples, of which there are plenty of instances in the engineering and manufacturing settings.
Recent research has made substantial progress in enhancing the interpretability and explainability of AI models for engineering applications. Techniques such as attention mechanisms, feature importance analysis, and surrogate interpretable models provide insights into model behavior and decision processes. Furthermore, the integration of physical principles directly into AI architecture through physics-informed neural networks or hybrid modeling approaches enhances model plausibility and alignment with engineering knowledge. These developments help bridge the gap between data-driven predictions and engineering intuition, facilitating broader adoption of AI-driven optimization in practice.
Explainability has been applied within engineering, although its adoption remains limited in practice [165]. In processes such as injection molding, defects are rare, leading to highly imbalanced datasets that make it difficult to fine-tune process parameters. Shapley Additive Explanations (SHAP) [166] has been used in this context to identify the process variables most responsible for defect occurrence [167]. SHAP assigns each input feature a contribution score to a given prediction, based on concepts from cooperative game theory. In automated visual inspection of industrial products [168], a Double-VGG16 CNN to classify defect types and then apply Grad-CAM [169] to localize the defects, checking where the network ‘looked’ when labelling a scratch or pit.
Some approaches add model interpretability or model visualization, which are useful in designing model architectures or tuning hyperparameters, but not for providing high-level explanations to end-users. The intersection of domain knowledge with explainability is an active research area, for instance, validating ML decisions against causal knowledge graphs [170].

7. Outlook

7.1. Emerging Trends

7.1.1. Physics-Informed AI and Scientific Machine Learning

The integration of physical principles with data-driven AI approaches represents one of the most promising directions for engineering optimization. Physics-Informed Neural Networks (PINNs) and related architectures embed fundamental conservation laws, constitutive relationships, and boundary conditions directly into the learning process, ensuring physical consistency while reducing data requirements. These approaches are particularly valuable for engineering applications where data may be sparse, noisy, or expensive to acquire, but where physical principles are well-established.
Beyond PINNs, the emerging field of scientific machine learning is developing novel architectures specifically designed for engineering and scientific applications. Geometry-aware neural networks can handle complex engineering geometries without resorting to simplistic pixelation approaches that lose information near boundaries. Operator learning frameworks aim to learn mappings between function spaces, enabling generalization across different geometries, boundary conditions, and system parameters. These advances promise to enhance the robustness, accuracy, and generalizability of AI-driven engineering optimization, particularly for complex multi-physics systems.

7.1.2. Human-AI Collaboration and Interactive Optimization

Future engineering optimization frameworks will increasingly emphasize collaborative intelligence that leverages the complementary strengths of human engineers and AI systems. Rather than replacing human expertise, AI will serve as an augmentation tool that enhances human capabilities in conceptual design, decision-making, and creative problem-solving. Interactive optimization approaches will allow engineers to guide the search process based on experience and intuition while leveraging AI to handle computational complexity and identify non-obvious relationships.
The development of explainable AI (XAI) techniques specifically tailored for engineering applications will be crucial for facilitating effective human–AI collaboration. Visualization tools that illustrate the reasoning behind AI recommendations, uncertainty quantification methods that communicate confidence levels, and interface designs that enable natural interaction with AI systems will help bridge the gap between data-driven optimization and engineering judgment. These approaches will be particularly valuable in scenarios requiring trade-off decisions between competing objectives, where human values and contextual knowledge play essential roles in the optimization process.

7.1.3. Edge AI and Real-Time Optimization

The convergence of AI with edge computing enables real-time optimization capabilities for engineering systems with strict latency requirements or limited connectivity. TinyML approaches allow compact AI models to be deployed directly on embedded systems, sensors, and controllers, enabling localized decision-making without continuous cloud connectivity. These capabilities are particularly valuable for applications such as autonomous systems, industrial robotics, and adaptive infrastructure, where rapid response to changing conditions is essential.
Real-time optimization through edge AI also presents significant opportunities for autonomous systems and adaptive infrastructure. In manufacturing, AI-driven real-time optimization can adjust process parameters to maintain quality despite material variations or environmental fluctuations. In civil infrastructure, embedded AI systems can optimize structural control systems in response to changing loads or environmental conditions. These applications demonstrate the potential for AI-driven optimization to move beyond the design phase and into the operational lifecycle of engineering systems, enabling continuous performance improvement and adaptation.

7.2. Environmental Sustainability Considerations

Ensuring that digital technologies meet current operational needs without jeopardizing the welfare and opportunities of future generations is a central principle of environmental sustainability [171]. When viewed through this lens, AI systems are not impact-free. Their development, deployment, and eventual retirement draw on substantial natural and material resources.

7.2.1. Resource Use Across the AI Lifecycle

AI technologies rely on a broad range of inputs, including electricity, cooling water, and specialized minerals used in semiconductors and data-center equipment. These resources are consumed directly during the manufacturing, operation, and disposal of hardware, and indirectly through processes such as electricity production and infrastructure maintenance. The cumulative effects of this resource use—air and water pollution, thermal emissions, and the accumulation of electronic waste—can pose risks to ecosystems and human wellbeing. Because these impacts are not evenly distributed globally, they may also intensify existing inequalities or contribute to new forms of social disadvantage [172,173].

7.2.2. Emerging Trends in Environmental Impact

Although the long-term environmental footprint of AI is still evolving, current patterns in the field point to several clear trajectories:
Rising computational demands for training: Contemporary machine learning models require significantly greater volumes of data and computing power compared with earlier generations. The computational intensity of leading models, particularly for complex multiscale systems, has risen dramatically over the past decade [174,175].
Increasing cost of inference: The expanding scale of models—reflected in higher parameter counts and larger input sizes means that day-to-day use is becoming more resource-intensive [176,177].
Growth in data-storage requirements: Global storage capacity in data centers and user devices is expected to more than double between 2023 and 2027, with AI-driven data generation being a significant contributing factor [178,179].
Escalating need for advanced hardware: Demand for high-performance chips and related semiconductor technologies is forecast to continue accelerating. Sales of processors designed specifically for generative AI could exceed $400 billion by 2027 [180,181].
Together, these trends indicate that the energy, water, and material demand associated with AI lifecycles are increasing and are likely to rise even further.
Electricity consumption is a particular area of concern. Some projections warn that, in certain regions, AI-related electricity usage could exceed renewable energy supply within the next decade. Additional modelling suggests that rapid growth in data-center energy use—largely driven by AI workloads—may push total energy demand in the United States beyond its projected generating capacity as early as 2028 [182].

7.2.3. The Need for Lifecycle-Sustainable AI

AI has the capacity to deliver substantial environmental, economic, and social value, but these benefits can only be realized if the systems themselves are developed and operated sustainably. Without careful management, the resource demands of AI could reinforce environmental degradation and hinder progress toward renewable energy integration.
Addressing these risks requires coordinated action across the full AI value chain—from model design and infrastructure planning to deployment and end-of-life management [171]. Early and proactive efforts to measure, understand, and reduce resource use are essential to ensuring that AI contributes positively to long-term sustainability goals rather than undermining them.

7.2.4. Environmentally Friendly AI Methods

Environmentally friendly AI engineering optimization methods focus on lowering energy use, computational costs, and environmental impact while ensuring reliable performance. One approach is energy-aware neural architecture search, where AI models are designed and chosen not only for accuracy but also for low energy consumption and quick training times. Lightweight, high-precision models, such as reduced-order models, surrogate models, and physics-informed machine learning, can replace costly simulations and reduce computational demands significantly. Techniques like model pruning, quantization, and knowledge distillation shrink the size and energy requirements of models without losing performance. Transfer learning and incremental learning decrease energy consumption further by reusing existing models instead of training new ones. Also, life cycle assessment can be included in AI evaluation to track environmental impact across the data collection, training, deployment, and hardware usage stages. Ethical and responsible AI practices are also key and should include bias detection using fairness metrics, transparent and explainable models to support accountability, and human-in-the-loop decision-making to guarantee AI-driven engineering decisions are fair, trustworthy, and aligned with societal and environmental values.

8. Conclusions

This comprehensive review has examined the transformative impact of AI-driven optimization across engineering disciplines, highlighting fundamental methodologies, domain-specific applications, implementation challenges, and emerging research directions. The integration of artificial intelligence into engineering optimization represents a paradigm shift with far-reaching implications for how engineering systems are designed, operated, and maintained. AI technologies have demonstrated remarkable capabilities in navigating complex design spaces, reconciling competing objectives, and identifying non-intuitive solutions that might elude human designers or traditional optimization approaches.
Despite significant progress, substantial challenges remain in data quality, model interpretability, computational demands, and real-world implementation. Addressing these challenges requires continued research at the intersection of AI and engineering, the development of standardized evaluation frameworks, and the creation of educational programs that prepare the next generation of engineers with both domain expertise and AI proficiency. The most promising future directions involve tighter integration of physical principles with data-driven approaches, enhanced human–AI collaboration, and real-time optimization capabilities enabled by edge computing.
As AI technologies continue to evolve and mature, their role in engineering optimization will undoubtedly expand, enabling more sustainable, efficient, and innovative engineering solutions to society’s most pressing challenges. By embracing the opportunities while thoughtfully addressing the limitations and risks, the engineering community can harness the full potential of AI-driven optimization to advance human capability and improve quality of life worldwide.

Author Contributions

Conceptualization, J.-P.L.; methodology, J.-P.L. and S.K.; validation, J.-P.L., N.P. and S.K.; investigation, J.-P.L.; formal analysis, J.-P.L. and S.K.; writing—original draft preparation, J.-P.L.; writing—review and editing, J.-P.L., N.P. and S.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ACOAnt Colony Optimization
AIArtificial Intelligence
ANN/NNArtificial Neural Network/Neural Network
BPNNBackpropagation Neural Network
CFDComputational Flow Dynamics
CNNConvolutional Neural Network
DEDifferential Evolution
DLDeep Learning
DNNDeep Neural Network
EAEvolutionary Algorithm
EVElectric vehicles
FEAFinite Element Analysis
GAGenetic Algorithm
LLMLarge Language Model
LPLinear Programming
MLMachine Learning
MSEMean Squared Error
MPPTMaximum Power Point Tracking
MOEAsMulti-Objective Evolutionary Algorithms
MOEA/DMulti-objective Evolutionary Algorithm based on Decomposition
NSGA-IINon-dominated Sorting Genetic Algorithm II
NSENavier–Stokes Equations
PINNPhysics-Informed Neural Network
PSOParticle Swarm Optimization
RLReinforcement Learning
SISwarm Intelligence
UAVUnmanned Aerial Vehicles

References

  1. Blakea, R.W.; Mathewa, R.; George, A.; Papakostas, N. Impact of Artificial Intelligence on Engineering: Past, Present and Future. Procedia CIRP 2021, 104, 1728–1733. [Google Scholar] [CrossRef]
  2. Khaleel, M.M.; Ahmed, A.A.; Alsharif, A. Artificial Intelligence in Engineering. Brill. Res. Artif. Intell. Artic. Res. 2023, 3, 32–42. [Google Scholar] [CrossRef]
  3. Cai, S.; Mao, Z.; Wang, Z.; Yin, M.; Karniadakis, G.E. Physics-informed neural networks (PINNs) for fluid mechanics: A review. Acta Mech. Sin. 2021, 37, 1727–1738. [Google Scholar] [CrossRef]
  4. Papalambros, P.Y. The optimization paradigm in engineering design: Promises and challenges. Comput.-Aided Des. 2002, 34, 939–951. [Google Scholar] [CrossRef]
  5. Parikh, S. The Role of Artificial Intelligence in Energy Optimization and Efficiency. J. Energy Power Eng. 2025, 19, 85–90. [Google Scholar] [CrossRef]
  6. Mandal, P.K. A review of classical methods and Nature-Inspired Algorithms (NIAs) for optimization problems. Results Control Optim. 2023, 12, 100315. [Google Scholar] [CrossRef]
  7. Alenizi, F.A.; Abbasi, S.; Mohammed, A.H.; Rahmani, A.M. The artificial intelligence technologies in Industry 4.0: A taxonomy, approaches, and future directions. Comput. Ind. Eng. 2023, 185, 109662. [Google Scholar] [CrossRef]
  8. Ramesh, K.; Indrajith, M.N.; Prasanna, Y.S.; Deshmukh, S.S.; Parimi, C.; Ray, T. Comparison and assessment of machine learning approaches in manufacturing applications. Ind. Artif. Intell. 2025, 3, 2. [Google Scholar] [CrossRef]
  9. Abdolrasol, M.G.M.; Hussain, S.M.S.; Ustun, T.S.; Sarker, M.R.; Hannan, M.A.; Mohamed, R.; Ali, J.A.; Mekhilef, S.; Milad, A. Artificial Neural Networks Based Optimization Techniques: A Review. Electronics 2021, 10, 2689. [Google Scholar] [CrossRef]
  10. Swarnkar, A.; Swarnkar, A. Artificial Intelligence Based Optimization Techniques: A Review. In Intelligent Computing Techniques for Smart Energy Systems (Proceedings of ICTSES 2018); Springer: Singapore, 2018; pp. 95–103. [Google Scholar] [CrossRef]
  11. Deokar, S.; Kumar, N.; Singh, R.P. A comprehensive review on smart manufacturing using machine learning applicable to fused deposition modeling. Results Eng. 2025, 26, 104941. [Google Scholar] [CrossRef]
  12. Jenis, J.; Ondriga, J.; Hrcek, S.; Brumercik, F.; Cuchor, M.; Sadovsky, E. Engineering Applications of Artificial Intelligence in Mechanical Design and Optimization. Machines 2023, 11, 577. [Google Scholar] [CrossRef]
  13. Bagheri, M.; Akbari, A.; Mirbagheri, S.A. Advanced control of membrane fouling in filtration systems using artificial intelligence and machine learning techniques: A critical review. Process Saf. Environ. Prot. 2019, 123, 229–252. [Google Scholar] [CrossRef]
  14. Priddy, K.L.; Keller, P.E. Artificial Neural Networks: An Introduction; SPIE Digital Library: Bellingham, WA, USA, 2005. [Google Scholar] [CrossRef]
  15. Weichert, D.; Link, P.; Stoll, A.; Ruping, S.; Ihlenfeldt, S.; Wrobe, S. A review of machine learning for the optimization of production processes. Int. J. Adv. Manuf. Technol. 2019, 104, 1889–1902. [Google Scholar] [CrossRef]
  16. Elshewey, A.M.; Aziz, M.A.; Gaheen, O.A.; Sawah, M.S.; Elhamid, A.A.; Osman, A.M. Prediction of aerodynamic coefficients based on machine learning models. Model. Earth Syst. Environ. 2025, 11, 184. [Google Scholar] [CrossRef]
  17. Osisanwo, F.Y.; Akinsola, J.E.T.; Awodele, O.; Hinmikaiye, J.O.; Olakanmi, O.; Akinjobi, J. Supervised Machine Learning Algorithms: Classification and Comparison. Int. J. Comput. Trends Technol. 2017, 48, 128–138. [Google Scholar] [CrossRef]
  18. Pandey, D.; Niwaria, K.; Chourasia, B. Machine Learning Algorithms: A Review. Int. Res. J. Eng. Technol. 2019, 6, 916–922. [Google Scholar]
  19. Naeem, S.; Ali, A.; Anam, S.; Ahmed, M.M. An Unsupervised Machine Learning Algorithms: Comprehensive Review. Int. J. Comput. Digit. Syst. 2023, 13, 911–921. [Google Scholar] [CrossRef] [PubMed]
  20. Shakya, A.K.; Pillai, G.; Chakrabarty, S. Reinforcement learning algorithms: A brief survey. Expert Syst. Appl. 2023, 231, 120495. [Google Scholar] [CrossRef]
  21. Liu, W.; Wang, Z.; Liu, X.; Zeng, N.; Liu, Y.; Alsaadi, F.E. A survey of deep neural network architectures and their applications. Neurocomputing 2017, 234, 11–26. [Google Scholar] [CrossRef]
  22. LeCun, Y.; Boser, B.; Denker, J.S.; Henderson, D.; Howard, R.E.; Hubbard, W.; Jackel, L.D. Backpropagation applied to handwritten zip code recognition. Neural Comput. 1989, 1, 541–551. [Google Scholar] [CrossRef]
  23. Cong, S.; Zhou, Y. A review of convolutional neural network architectures and their optimizations. Artif. Intell. Rev. 2023, 56, 1905–1969. [Google Scholar] [CrossRef]
  24. Jiang, J.; Chen, M.; Fan, J.A. Deep Neural Networks for the Evaluation and Design of Photonic Devices. Nat. Rev. Mater. 2021, 6, 679–700. [Google Scholar] [CrossRef]
  25. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J. Comput. Phys. 2019, 378, 686–707. [Google Scholar] [CrossRef]
  26. Huang, B.; Wang, J. Applications of Physics-Informed Neural Networks in Power Systems—A Review. IEEE Trans. Power Syst. 2023, 38, 572–588. [Google Scholar] [CrossRef]
  27. Laubscher, R. Simulation of multi-species flow and heat transfer using physics-informed neural networks. Phys. Fluids 2021, 33, 087101. [Google Scholar] [CrossRef]
  28. Raiaan, M.A.K.; Mukta, S.H.; Fatema, K.; Fahad, N.M.; Sakib, S.; Mim, M.M.J.; Ahmad, J.; Ali, M.E.; Azam, S. A Review on Large Language Models: Architectures, Applications, Taxonomies, Open Issues and Challenges. IEEE Access 2024, 12, 26839–26874. [Google Scholar] [CrossRef]
  29. Chien, C.T.; Chien, C.H. Hybrid AI-Driven Computer-Aided Engineering Optimization: Large Language Models Versus Regression-Based Models Validated Through Finite-Element Analysis. Appl. Sci. 2025, 15, 10123. [Google Scholar] [CrossRef]
  30. Krzywanski, J.; Sosnowski, M.; Grabowska, K.; Zylka, A.; Lasek, L.; Kijo-Kleczkowska, A. Advanced Computational Methods for Modeling, Prediction and Optimization—A Review. Materials 2024, 17, 3521. [Google Scholar] [CrossRef]
  31. Ibn-Mohammed, T.; Mustapha, K.B.; Abdulkareem, M.; Fuensanta, A.U.; Pecunia, V.; Dancer, C.E.J. Toward artificial intelligence and machine learning-enabled frameworks for improved predictions of lifecycle environmental impacts of functional materials and devices. MRS Commun. 2023, 12, 95–811. [Google Scholar] [CrossRef]
  32. Badarinath, P.V.; Chierichetti, M.; Kakhki, F.D. A Machine Learning Approach as a Surrogate for a Finite Element Analysis: Status of Research and Application to One Dimensional Systems. Sensors 2021, 21, 1654. [Google Scholar] [CrossRef]
  33. Jin, Y.; Wang, H.; Chugh, T.; Guo, D.; Miettinen, K. Data-Driven Evolutionary Optimization: An Overview and Case Studies. IEEE Trans. Evol. Comput. 2019, 23, 442–458. [Google Scholar] [CrossRef]
  34. Nadian, M.H.; Abbaspour-Fard, M.H.; Martynenko, A.; Golzarian, M.R. An intelligent integrated control of hybrid hot air-infrared dryer based on fuzzy logic and computer vision system. Comput. Electron. Agric. 2017, 137, 138–149. [Google Scholar] [CrossRef]
  35. Hsu, M.K.; Huang, B.Y.; Yu, C.H. AI-driven optimization of woven composite via integrated deep and reinforcement learning. Mater. Des. 2025, 259, 114798. [Google Scholar] [CrossRef]
  36. Bilal, M.; Pant, M.; Zaheer, H.; Garcia-Hernandez, L.; Abraham, A. Differential Evolution: A review of more than two decades of research. Eng. Appl. Artif. Intell. 2020, 90, 103479. [Google Scholar] [CrossRef]
  37. Bartz-Beielstein, T.; Branke, J.; Mehnen, J.; Mersmann, O. Evolutionary Algorithms. WIREs Data Min. Knowl. Discov. 2014, 4, 178–195. [Google Scholar] [CrossRef]
  38. Holland, J.H. Genetic algorithms and the optimal allocation of trials. SIAM J. Comput. 1973, 2, 88–105. [Google Scholar] [CrossRef]
  39. Fogel, L.J.; Owens, A.J.; Walsh, M.J. Artificial intelligence through a simulation of evolution. In Biophysics and Cybernetic Systems; Callahan, A., Maxfield, M., Fogel, L.J., Eds.; Spartan Books: Washington, DC, USA, 1965. [Google Scholar]
  40. Koza, J. Genetic Programming: On the Programming of Computers by Means of Natural Selection; MIT Press: Cambridge, MA, USA, 1992. [Google Scholar]
  41. Chakraborty, A.; Kar, A.K. Swarm intelligence: A review of algorithms. In Nature-Inspired Computing and Optimization—Theory and Applications, 1st ed.; Patnaik, S., Yang, X.S., Nakamatsu, K., Eds.; Springer: Cham, Switzerland, 2017; pp. 475–494. [Google Scholar] [CrossRef]
  42. Katoch, S.; Chauhan, S.S.; Kumar, V. A review on genetic algorithm: Past, present, and future. Multimed. Tools Appl. 2021, 80, 8091–8126. [Google Scholar] [CrossRef] [PubMed]
  43. Wang, D.; Tan, D.; Liu, L. Particle swarm optimization algorithm: An overview. Soft Comput. 2018, 22, 387–408. [Google Scholar] [CrossRef]
  44. Shami, T.M.; El-Saleh, A.A.; Alswaitti, M.; Al-Tashi, Q.; Summakieh, M.A.; Mirjalili, S. Particle Swarm Optimization: A Comprehensive Survey. IEEE Access 2022, 10, 10031–10061. [Google Scholar] [CrossRef]
  45. Dai, H.P.; Chen, D.D.; Zheng, Z.S. Effects of Random Values for Particle Swarm Optimization Algorithm. Algorithms 2018, 11, 23. [Google Scholar] [CrossRef]
  46. Storn, R.; Price, K. Differential Evolution—A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef]
  47. Dorigo, M.; Gambardella, L.M. Ant colony system: A cooperative learning approach to the traveling salesman problem. IEEE Trans. Evol. Comput. 1997, 1, 53–66. [Google Scholar] [CrossRef]
  48. Dorigo, M.; Birattari, M.; Stutzle, T. Ant colony optimization. IEEE Comput. Intell. Mag. 2006, 1, 28–39. [Google Scholar] [CrossRef]
  49. Pătrăusanu, A.; Florea, A.; Neghină, M.; Dicoiu, A.; Chis, R. A Systematic Review of Multi-Objective Evolutionary Algorithms Optimization Frameworks. Processes 2024, 12, 869. [Google Scholar] [CrossRef]
  50. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multi-objective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef]
  51. Zitzler, E.; Laumanns, M.; Thiele, L. SPEA2: Improving the Strength Pareto Evolutionary Algorithm. In TIK-Report; ETH Zurich, Computer Engineering and Networks Laboratory: Zurich, Switzerland, 2001. [Google Scholar]
  52. Zitzler, E.; Thiele, L. Multiobjective evolutionary algorithms: A comparative case study and the strength pareto approach. IEEE Trans. Evol. Comput. 1999, 3, 257–271. [Google Scholar] [CrossRef]
  53. Zhang, Q.; Li, H. MOEA/D: A multiobjective evolutionary algorithm based on decomposition. IEEE Trans. Evol. Comput. 2007, 11, 712–731. [Google Scholar] [CrossRef]
  54. Yuan, X.; Wang, Y.; Zhang, R.; Gao, Q.; Zhou, Z.; Zhou, R.; Yin, F. Reinforcement Learning Control of Hydraulic Servo System Based on TD3 Algorithm. Machines 2022, 10, 1244. [Google Scholar] [CrossRef]
  55. Yonekura, K.; Hattori, H. Framework for design optimization using deep reinforcement learning. Struct. Multidiscip. Optim. 2019, 60, 1709–1713. [Google Scholar] [CrossRef]
  56. Mishra, S.R.; Dev, A.N.; Pandey, A.K.; Awasthi, M.K. Design Optimization Using Artificial Intelligence, 1st ed.; CRC Press: Boca Raton, FL, USA, 2025; 298p. [Google Scholar] [CrossRef]
  57. Shah, K.; Chandnani, R.; Mavinkurve, U.; Raykar, N. Application of Machine Learning for Design-by-Analysis of Pressure Equipment. In Proceedings of the 2019 International Conference on Nascent Technologies in Engineering (ICNTE), Navi Mumbai, India, 4–5 January 2019; pp. 1–6. [Google Scholar] [CrossRef]
  58. Granados-Ortiz, F.J.; Ortega-Casanova, J. Machine learning-aided design optimization of a mechanical micromixer. Phys. Fluids 2021, 6, 063604. [Google Scholar] [CrossRef]
  59. Lynch, M.E.; Sarkar, S.; Maute, K. Machine learning to aid tuning of numerical parameters in topology optimization. J. Mech. Des. 2019, 141, 114502. [Google Scholar] [CrossRef]
  60. Kosowski, K.; Tucki, K.; Kosowski, A. Turbine stage design aided by artificial intelligence methods. Expert. Syst. Appl. 2009, 36, 11536−11542. [Google Scholar] [CrossRef]
  61. Xu, L.; Jin, S.; Ye, W.; Li, Y.; Gao, J. A Review of Machine Learning Methods in Turbine Cooling Optimization. Energies 2024, 17, 3177. [Google Scholar] [CrossRef]
  62. Du, Q.; Li, Y.; Yang, L.; Liu, T.; Zhang, D.; Xie, Y. Performance prediction and design optimization of turbine blade profile with deep learning method. Energy 2022, 254, 124351. [Google Scholar] [CrossRef]
  63. Patel, Z.; Senjaliya, N.; Tejani, A. AI enhanced optimization of Heat pump sizing and design for specific applications. Int. J. Mech. Eng. Technol. 2019, 10, 447–460. [Google Scholar]
  64. Sharma, R.S.; Hosder, S. Investigation of aircraft design space exploration with machine learning. In Proceedings of the AIAA. Scitech 2021 Forum, Virtual, 11–15, 19–21 January 2021; p. 0114. [Google Scholar] [CrossRef]
  65. Oroumieh, M.A.A.; Malaek, S.M.B.; Ashrafizaadeh, M.; Taheri, S.M. Aircraft design cycle time reduction using artificial intelligence. Aerosp. Sci. Technol. 2013, 26, 244–258. [Google Scholar] [CrossRef]
  66. Boutemedjet, A.; Samardžić, M.; Rebhi, L.; Rajić, Z.; Mouada, T. UAV aerodynamic design involving genetic algorithm and artificial neural network for wing preliminary computation. Aerosp. Sci. Technol. 2019, 84, 464–483. [Google Scholar] [CrossRef]
  67. Setayandeh, M.R. Surrogate model–based robust multidisciplinary design optimization of an unmanned aerial vehicle. J. Aerosp. Eng. 2021, 34, 04021029. [Google Scholar] [CrossRef]
  68. Karali, H.; Inalhan, G.; Tsourdos, A. Advanced UAV Design Optimization Through Deep Learning-Based Surrogate Models. Aerospace 2024, 11, 669. [Google Scholar] [CrossRef]
  69. Islam, F.A.S. Artificial Intelligence-driven Optimization of Nature-based Carbon Sequestration: A Scalable Architecture for Urban Climate Resilience. Int. J. Environ. Clim. Change 2025, 15, 252–277. [Google Scholar] [CrossRef]
  70. Luo, D.; Wang, K.; Wang, D.; Sharma, A.; Li, W.; Choi, I.H. Artificial intelligence in the design, optimization, and performance prediction of concrete materials: A comprehensive review. Mater. Sustain. 2025, 3, 14. [Google Scholar] [CrossRef]
  71. Golafshani, E.M.; Arashpour, M.; Kashani, A. Green mix design of rubbercrete using machine learning-based ensemble model and constrained multi-objective optimization. J. Clean. Prod. 2021, 327, 129518. [Google Scholar] [CrossRef]
  72. Zheng, W.; Shui, Z.; Xu, Z.; Gao, X.; Zhang, S. Multi-objective optimization of concrete mix design based on machine learning. J. Build. Eng. 2023, 76, 107396. [Google Scholar] [CrossRef]
  73. Huang, Y.; Zhang, J.; Ann, F.T.; Ma, G. Intelligent mixture design of steel fibre reinforced concrete using a support vector regression and firefly algorithm based multi-objective optimization model. Constr. Build. Mater. 2020, 260, 120457. [Google Scholar] [CrossRef]
  74. Parhi, S.K.; Dwibedy, S.; Panigrahi, S.K. AI-driven critical parameter optimization of sustainable self-compacting geopolymer concrete. J. Build. Eng. 2024, 86, 108923. [Google Scholar] [CrossRef]
  75. Saleh, M.A.; Kazemi, F.; Abdelgader, H.S.; Isleem, H.F. Optimization-based multitarget stacked machine-learning model for estimating mechanical properties of conventional and fiber-reinforced preplaced aggregate concrete. Arch. Civ. Mech. Eng. 2025, 25, 185. [Google Scholar] [CrossRef]
  76. Mohsen, B.M. AI-Driven Optimization of Urban Logistics in Smart Cities: Integrating Autonomous Vehicles and IoT for Efficient Delivery Systems. Sustainability 2024, 16, 11265. [Google Scholar] [CrossRef]
  77. Behnood, A.; Golafshani, E.M. Artificial Intelligence to Model the Performance of Concrete Mixtures and Elements: A Review. Arch. Comput. Methods Eng. 2022, 29, 1941–1964. [Google Scholar] [CrossRef]
  78. Hoang, T.D.; Ky, N.M.; Thuong, N.T.N.; Nhan, H.Q.; Ngan, N.V.C. Artificial Intelligence in Pollution Control and Management: Status and Future Prospects. In Artificial Intelligence and Environmental Sustainability, 1st ed.; Ong, H.L., Doong, R.A., Naguib, R., Lim, C.P., Nagar, A.K., Eds.; Springer: Berlin/Heidelberg, Germany, 2022; pp. 23–43. [Google Scholar] [CrossRef]
  79. Kulkarni, A.; Yardimci, M.; Sikder, M.N.K.; Batarseh, F.A. P2O: AI-Driven Framework for Managing and Securing Wastewater Treatment Plants. J. Environ. Eng. 2023, 149, 04023045. [Google Scholar] [CrossRef]
  80. Hong, S.P.V.; Thanh, V.N. Application of artificial intelligence algorithm to optimize the design of water distribution system. Int. J. Constr. Manag. 2023, 23, 2830–2840. [Google Scholar] [CrossRef]
  81. Dong, S.; Abbas, K.; Li, M.; Kamruzzaman, J. Blockchain technology and application: An overview. PeerJ Comput. Sci. 2023, 9, 315–333. [Google Scholar] [CrossRef]
  82. Yuan, F.; Zuo, Z.; Jiang, Y.; Shu, W.; Tian, Z.; Ye, C.; Yang, J.; Mao, Z.; Huang, X.; Gu, S.; et al. AI-Driven Optimization of Blockchain Scalability, Security, and Privacy Protection. Algorithms 2025, 18, 263. [Google Scholar] [CrossRef]
  83. Arulkumaran, R.; Khatri, D.K.; Bhimanapati, V.; Aggarwal, A.; Gupta, V. AI-Driven Optimization of Proof-of-Stake Blockchain Validators. Innov. Res. Thoughts 2023, 9, 315–333. [Google Scholar] [CrossRef]
  84. Mandadi, A.P.R. AI-Driven Engineering Productivity in the Semiconductor Industry: A Technological Paradigm Shift. J. Comput. Sci. Technol. Stud. 2025, 7, 543–549. [Google Scholar]
  85. Raghuwanshi, P. Revolutionizing semiconductor design and manufacturing with AI. Explor. Ethical Dilemmas Artif. Intell. Mach. Learn. 2024, 3, 272–277. [Google Scholar] [CrossRef]
  86. Panwar, V. AI-Driven Query Optimization: Revolutionizing Database Performance and Efficiency. Int. J. Comput. Trends Technol. 2024, 72, 18–26. [Google Scholar] [CrossRef]
  87. Richardson, N.; Kothapalli, S.; Onteddu, A.R.; Kundavaram, R.R.; Talla, R.R. AI-Driven Optimization Techniques for Evolving Software Architecture in Complex Systems. ABC J. Adv. Res. 2023, 12, 71–84. [Google Scholar] [CrossRef]
  88. Chen, G.; Qi, J.; Sun, Y.; Hu, X.; Dong, Z.; Sun, Y. A collaborative scheduling method for cloud computing heterogeneous workflows based on deep reinforcement learning. Future Gener. Comput. Syst. 2023, 121, 284–297. [Google Scholar] [CrossRef]
  89. Umoga, U.J.; Sodiya, E.O.; Ugwuanyi, E.D.; Jacks, B.S.; Lottu, O.A.; Daraojimba, O.D.; Obaigbena, A. Exploring the potential of AI-driven optimization in enhancing network performance and efficiency. Magna Sci. Adv. Res. Rev. 2024, 10, 368–378. [Google Scholar] [CrossRef]
  90. Lee, S.; Levanti, K.; Kim, H.S. Network monitoring: Present and future. Comput. Netw. 2014, 65, 84–98. [Google Scholar] [CrossRef]
  91. Rezk, H.; Olabi, A.G.; Wilberforce, T.; Sayed, E.T. Metaheuristic optimization algorithms for real-world electrical and civil engineering application: A review. Results Eng. 2024, 23, 102437. [Google Scholar] [CrossRef]
  92. Sarker, M.T.; Qwaid, M.A.; Shern, S.J.; Ramasamy, G. AI-Driven Optimization Framework for Smart EV Charging Systems Integrated with Solar PV and BESS in High-Density Residential Environments. World Electr. Veh. J. 2025, 16, 385. [Google Scholar] [CrossRef]
  93. Madika, B.; Saha, A.; Kang, C.; Buyantogtokh, B.; Agar, J.; Wolverton, C.M.; Voorhees, P.; Littlewood, P.; Kalinin, S.; Hong, S. Artificial Intelligence for Materials Discovery, Development, and Optimization. ACS Nano 2025, 19, 27116−27158. [Google Scholar] [CrossRef]
  94. Kim, Y.; Kim, Y.; Yang, C.; Park, K.; Gu, G.X.; Ryu, S. Deep learning framework for material design space exploration using active transfer learning and data augmentation. Comput. Mater. 2021, 7, 140. [Google Scholar] [CrossRef]
  95. Wang, H.; Kumar, R.; Pattanaik, A.; Kumar, R.; Aljaberi, A.S.O.; Abass, M.A. Computational methods and artificial intelligence-based modeling of magnesium alloys: A systematic review of machine learning, deep learning, and data-driven design and optimization approaches. Front. Mater. 2025, 12, 1645227. [Google Scholar] [CrossRef]
  96. Zhu, C.; Bamidele, E.A.; Shen, X.; Zhu, G.; Li, B. Machine Learning Aided Design and Optimization of Thermal Metamaterials. Chem. Rev. 2024, 124, 4258−4331. [Google Scholar] [CrossRef]
  97. Jassim, M.S.; Hammad, S.; Coskuner, G. AI-Driven Optimization Models for Prediction of Effluent Quality Parameters in a Wastewater Treatment Plant. Process Integr. Optim. Sustain. 2025. [Google Scholar] [CrossRef]
  98. He, C.; Zhang, C.; Bian, T.; Jiao, K.; Su, W.; Wu, K.J.; Su, A. A Review on Artificial Intelligence Enabled Design, Synthesis, and Process Optimization of Chemical Products for Industry 4.0. Process 2023, 11, 330. [Google Scholar] [CrossRef]
  99. Nayak, M.; Dhanarajan, G.; Dineshkumar, R.; Sen, R. Artificial intelligence driven process optimization for cleaner production of biomass with co-valorization of wastewater and flue gas in an algal biorefinery. J. Clean. Prod. 2018, 201, 1092–1100. [Google Scholar] [CrossRef]
  100. Sultan, N.; Almansoori, A.; Elkamel, A. AI-based modeling and optimization of green methanol production process. Comput. Chem. Eng. 2025, 203, 109324. [Google Scholar] [CrossRef]
  101. Sivan, D.; Kumar, K.S.; Abdullah, A.; Raj, V.; Misnon, I.I.; Ramakrishna, S.; Jose, R. Advances in materials informatics: A review. J. Mater. Sci. 2024, 59, 2602–2643. [Google Scholar] [CrossRef]
  102. Gregoire, J.M.; Zhou, L.; Haber, J.A. Combinatorial synthesis for AI-driven materials discovery. Nat. Synth. 2023, 2, 493–504. [Google Scholar] [CrossRef]
  103. Fang, C.; Yu, R.; Liu, S.; Li, Y. Nanomaterials applied in asphalt modification: A review. J. Mater. Sci. Technol. 2013, 29, 589–594. [Google Scholar] [CrossRef]
  104. Bhowmik, P.N.; Saini, K.; Anand, P. AI-Driven Optimization of Nano-modified Bitumen: CO2 reduction Efficiency Through Machine Learning and Optimization Framework. Int. J. Pavement Res. Technol. 2025, 1–20. [Google Scholar] [CrossRef]
  105. Al-Obaidi, M.A.; Li, J.P.; Kara-Zaitri, C.; Mujtaba, I.M. Optimisation of Reverse Osmosis Based Wastewater Treatment System for The Removal Of Chlorophenol Using Genetic Algorithms. Chem. Eng. J. 2017, 316, 91–100. [Google Scholar] [CrossRef]
  106. Al-Kathiri, D.S.M.S.; Rao, G.B.; Qahoor, N.M.S.; Banerjee, S.; Babu, N.R.; Kavitha, G.; Lakkimsetty, N.R.; Namdeti, R. Membrane Fouling Prediction and Control Using AI and Machine Learning: A Comprehensive Review. J. Environ. Earth Sci. 2025, 7, 315–350. [Google Scholar] [CrossRef]
  107. Agupugo, C.P.; Barrie, I.; Makai, C.C.; Alaka, E. AI learning-driven optimization of microgrid systems for rural electrification and economic empowerment. Eng. Sci. Technol. J. 2024, 5, 2835–2851. [Google Scholar] [CrossRef]
  108. Kumar, N.; Kumar, D.; Layek, A.; Yadav, S. Renewable energy and sustainable development: A global approach towards artificial intelligence. In Artificial Intelligence for Renewable Energy Systems, Woodhead Publishing Series in Energy; Elsevier: Amsterdam, The Netherlands, 2022; pp. 305–328. [Google Scholar] [CrossRef]
  109. Khan, M.A.; Yousaf, M.Z.; Luo, M.; Wu, W.; Mirsaeidi, S.; Muttaqi, K.M. AI-Driven Optimization Approach for Enhanced Performance of Power Converters through Efficient Controller Tuning. In Proceedings of the 2023 IEEE International Conference on Energy Technologies for Future Grids, Wollongong, Australia, 3–6 December 2023. [Google Scholar] [CrossRef]
  110. Biswas, P.; Rashid, A.; Biswas, A.; Nasim, M.A.A.; Chakraborty, S.; Gupta, K.D.; George, R. AI-driven approaches for optimizing power consumption: A comprehensive survey. Discov. Artif. Intell. 2024, 4, 116. [Google Scholar] [CrossRef]
  111. Boubaker, S.; Kamel, S.; Ghazouani, N.; Mellit, A. Assessment of machine and deep learning approaches for fault diagnosis in photovoltaic systems using infrared thermography. Remote Sens. 2023, 15, 1686. [Google Scholar] [CrossRef]
  112. Ağbulut, Ü.; Gürel, A.E.; Ergün, A.; Ceylan, İ. Performance assessment of a V-trough photovoltaic system and prediction of power output with different machine learning algorithms. J. Clean. Prod. 2020, 268, 122269. [Google Scholar] [CrossRef]
  113. Kannari, L.; Kantorovitch, J.; Piira, K.; Piippo, J. Energy cost driven heating control with reinforcement learning. Buildings 2023, 13, 427. [Google Scholar] [CrossRef]
  114. Yang, S.; Wan, M.P.; Chen, W.; Ng, B.F.; Dubey, S. Model predictive control with adaptive machine-learning-based model for building energy efficiency and comfort optimization. Appl. Energy 2020, 271, 115147. [Google Scholar] [CrossRef]
  115. Ahmed, W.; Ansari, H.; Khan, B.; Ullah, Z.; Ali, S.M.; Mehmood, C.A.A.; Qureshi, M.B.; Hussain, I.; Jawad, M.; Khan, M.U.S.; et al. Machine learning based energy management model for smart grid and renewable energy districts. IEEE Access 2020, 8, 185059–185078. [Google Scholar] [CrossRef]
  116. Malta, S.; Pinto, P.; Fernández-Veiga, M. Using reinforcement learning to reduce energy consumption of ultra-dense networks with 5G use cases requirements. IEEE Access. 2023, 11, 5417–5428. [Google Scholar] [CrossRef]
  117. Ashraf, W.M.; Uddin, G.M.; Tariq, R.; Ahmed, A.; Farhan, M.; Nazeer, M.A.; Hassan, R.U.; Naeem, A.; Jamil, H.; Krzywanski, J.; et al. Artificial Intelligence Modeling-Based Optimization of an Industrial-Scale Steam Turbine for Moving toward Net-Zero in the Energy Sector. ACS Omega 2023, 8, 21709−21725. [Google Scholar] [CrossRef]
  118. Global Wind Energy Council. Global Offshore Wind Report 2025; Global Wind Energy Council: Lisbon, Portugal, 2025. Available online: https://tethys.pnnl.gov/sites/default/files/publications/Williams-et-al-2025.pdf (accessed on 5 January 2026).
  119. Song, D.; Shen, G.; Huang, C.; Huang, Q.; Yang, J.; Dong, M.; Joo, Y.H.; Duic, N. Review on the Application of Artificial Intelligence Methods in the Control and Design of Offshore Wind Power Systems. J. Mar. Sci. Eng. 2024, 12, 424. [Google Scholar] [CrossRef]
  120. Lei, M.; Shiyan, L.; Chuanwen, J.; Hongling, L.; Yan, Z. A review on the forecasting of wind speed and generated power. Renew. Sustain. Energy Rev. 2009, 13, 915–920. [Google Scholar] [CrossRef]
  121. Mohandes, M.A.; Rehman, S.; Halawani, T.O. A neural networks approach for wind speed prediction. Renew. Energy 1998, 13, 345–354. [Google Scholar] [CrossRef]
  122. Mabel, M.C.; Fernandez, E. Analysis of wind power generation and prediction using ANN: A case study. Renew. Energy 2008, 33, 986–992. [Google Scholar] [CrossRef]
  123. Flores, P.; Tapia, A.; Tapia, G. Application of a control algorithm for wind speed prediction and active power generation. Renew. Energy 2005, 30, 523–536. [Google Scholar] [CrossRef]
  124. Guediri, A.; Hettiri, M.; Guediri, A. Modeling of a Wind Power System Using the Genetic Algorithm Based on a Doubly Fed Induction Generator for the Supply of Power to the Electrical Grid. Processes 2023, 11, 952. [Google Scholar] [CrossRef]
  125. Amine, H.M.; Abdelaziz, H.; Najib, E. Wind Turbine Maximum Power Point Tracking Using FLC Tuned with GA. Energy Procedia. 2014, 62, 364–373. [Google Scholar] [CrossRef]
  126. Song, D.; Liu, J.; Yang, Y.; Yang, J.; Su, M.; Wang, Y.; Gui, N.; Yang, X.; Huang, L.; Hoon Joo, Y. Maximum Wind Energy Extraction of Large-Scale Wind Turbines Using Nonlinear Model Predictive Control via Yin-Yang Grey Wolf Optimization Algorithm. Energy 2021, 221, 119866. [Google Scholar] [CrossRef]
  127. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  128. Muñoz-Palomeque, E.; Sierra-García, J.E.; Santos, M. Wind Turbine Maximum Power Point Tracking Control Based on Unsupervised Neural Networks. J. Comput. Des. Eng. 2023, 10, 108–121. [Google Scholar] [CrossRef]
  129. Sun, H.; Qiu, C.; Lu, L.; Gao, X.; Chen, J.; Yang, H. Wind Turbine Power Modelling and Optimization Using Artificial Neural Network with Wind Field Experimental Data. Appl. Energy 2020, 280, 115880. [Google Scholar] [CrossRef]
  130. Mellit, A.; Kalogirou, S.A. Artificial intelligence techniques for photovoltaic applications: A review. Prog. Energy Combust. Sci. 2008, 34, 574–632. [Google Scholar] [CrossRef]
  131. Hossain, A.; Mamun, M.A.A.; Hossain, K.; Rahman, H.B.H.; Al-Jawahry, H.M.; Melon, M.M.H. AI-Driven Optimization and Management of Decentralized Renewable Energy Grids. Nanotechnol. Percept. 2024, 20, 76–97. [Google Scholar]
  132. Belrzaeg, M.; Bashir, A.M.; Ahmed, A.A.; Alarga, A.S.D. AI-Driven Optimization of Renewable Energy Grids Enhancing Efficiency and Sustainability. Open Eur. J. Appl. Sci. 2025, 1, 24–35. [Google Scholar]
  133. Bhuiyan, S.M.Y.; Chowdhury, A.; Hossain, M.S.; Mobinm, S.M.; Parvez, I. AI-Driven Optimization in Renewable Hydrogen Production: A Review. Am. J. Interdiscip. Stud. 2025, 6, 76–94. [Google Scholar] [CrossRef]
  134. Bassey, K.E.; Juliet, A.R.; Stephen, A.O. AI-Enhanced lifecycle assessment of renewable energy systems. Eng. Sci. Technol. J. 2024, 5, 2082–2099. [Google Scholar] [CrossRef]
  135. Sharma, P.; Cirrincione, M.; Mohammadi, A.; Cirrincione, G.; Kumar, R.R. An overview of artificial intelligence-based techniques for PEMFC system diagnosis. IEEE Access 2024, 12, 165708–165735. [Google Scholar] [CrossRef]
  136. Zielinska, M.; Zapotoczny, P.; Alves, O.; Eikevik, T.M.; Blaszczak, W. A multi-stage combined heat pump and microwave vacuum drying of green peas. J. Food Eng. 2013, 115, 347–356. [Google Scholar] [CrossRef]
  137. Barzigar, A.; Hosseinalipour, S.M.; Mujumdar, A.S. AI-driven optimization of hybrid solar-wind dryers for climate-resilient agriculture. Dry. Technol.-An. Int. J. 2025, 43, 2018–2019. [Google Scholar] [CrossRef]
  138. Sun, Q.; Zhang, M.; Mujumdar, A.S. Recent developments of artificial intelligence in drying of fresh food: A review. Crit. Rev. Food Sci. Nutr. 2018, 59, 2258–2275. [Google Scholar] [CrossRef]
  139. Haider, S.K.; Ahmed, A.; Khan, N.M.; Nauman, A.; Kim, S.W. AI-Driven Energy Optimization in UAV-Assisted Routing for Enhanced Wireless Sensor Networks Performance. Comput. Mater. Contin. 2024, 3, 4085–4110. [Google Scholar] [CrossRef]
  140. Jauhar, S.K.; Pant, M. Genetic algorithms in supply chain management: A critical analysis of the literature. Sādhanā 2016, 41, 993–1017. [Google Scholar] [CrossRef]
  141. Khadem, M.; Khadem, A.; Khadem, S. Application of Artificial Intelligence in Supply Chain: Revolutionizing Efficiency and Optimization. Int. J. Ind. Eng. Oper. Res. 2023, 5, 29–38. [Google Scholar]
  142. Onukwulu, E.C.; Agho, M.O.; Eyo-Udo, N.L. Developing a framework for AI-driven optimization of supply chains in energy sector. Glob. J. Adv. Res. Rev. 2023, 01, 082–0101. [Google Scholar] [CrossRef]
  143. Grover, N. AI-Enabled Supply Chain Optimization. Int. J. Adv. Res. Sci. Commun. Technol. 2025, 28–44. Available online: https://hal.science/hal-04927862v3 (accessed on 5 January 2026).
  144. Fogliatto, F.S.; Silveira, G.J.C.D.; Borenstein, D. The mass customization decade: An updated review of the literature. Int. J. Prod. Econ. 2012, 138, 14–25. [Google Scholar] [CrossRef]
  145. Alfayoumi, S.; Eltazi, N.; Elgammal, A. AI-Driven Optimization Approach Based on Genetic Algorithm in Mass Customization Supplying and Manufacturing. Int. J. Adv. Comput. Sci. Appl. 2023, 14, 1045–1054. [Google Scholar] [CrossRef]
  146. Abudu, H.; Sai, R. Examining prospects and challenges of Ghana’s petroleum industry: A systematic review. Energy Rep. 2020, 6, 841–858. [Google Scholar] [CrossRef]
  147. Arinze, C.A.; Agho, M.O.; Eyo-Udo, N.L.; Abbey, A.B.N.; Onukwulu, E.C. AI-Driven Transport and Distribution Optimization Model (TDOM) for the downstream petroleum sector: Enhancing sme supply chains and sustainability. Magna Sci. Adv. Res. Rev. 2025, 13, 137–153. [Google Scholar] [CrossRef]
  148. Ghodake, S.P.; Malkar, V.R.; Santosh, K.; Jabasheela, L.; Abdufattokhov, S.; Gopi, A. Enhancing Supply Chain Management Efficiency: A Data-Driven Approach using Predictive Analytics and Machine Learning Algorithms. Int. J. Adv. Comput. Sci. Appl. 2024, 15, 672–686. [Google Scholar] [CrossRef]
  149. Ma, D.; Qin, H.; Hu, J. Achieving triple sustainability in closed-loop supply chain: The optimal combination of online platform sales format and blockchain-enabled recycling. Comput. Ind. Eng. 2022, 174, 108763. [Google Scholar] [CrossRef]
  150. Donthi, R.; Lakshmi, B.P.; Srinivas, G.; Sudhakar, S.; Koneru, H.P.; Yekula, P.K. AI-Driven Numerical Optimization for Carbon Footprint Reduction and Sustainable Supply Chain Management in the Fashion Industry. South. East. Eur. J. Public. Health 2024, 25, 1216–1222. [Google Scholar] [CrossRef]
  151. Elufioye, O.A.; Ike, C.U.; Odeyemi, O.; Usman, F.O.; Mhlongo, N.Z. AI-Driven predictive analytics in agricultural supply chains: A review: Assessing the benefits and challenges of AI in forecasting demand and optimizing supply in Agriculture. Comput. Sci. IT Res. J. 2024, 5, 473–497. [Google Scholar] [CrossRef]
  152. Espolov, T.; Espolov, A.; Kalykova, B.; Umbetaliyev, N.; Uspanova, M.; Suleimenov, Z. Asia agricultural market: Methodology for complete use of economic resources through supply chain optimization. Int. J. Supply Chain. Manag. 2020, 9, 408–413. [Google Scholar]
  153. Kaul, D.; Khurana, R. AI-Driven Optimization Models for E-commerce Supply Chain Operations: Demand Prediction, Inventory Management, and Delivery Time Reduction with Cost Efficiency Considerations. Int. J. Soc. Anal. 2022, 7, 59–77. [Google Scholar]
  154. Hamdan, A.; Ibekwe, K.I.; Ilojianya, V.I.; Sonko, S.; Etukudoh, E.A. AI in renewable energy: A review of predictive maintenance and energy optimization. Int. J. Sci. Res. Arch. 2024, 11, 718–729. [Google Scholar] [CrossRef]
  155. Bello, S.F.; Wada, I.U.; Ige, O.B.; Chianumba, E.C.C.; Adebayo, S.A. AI-driven predictive maintenance and optimization of renewable energy systems for enhanced operational efficiency and longevity. Int. J. Sci. Res. Arch. 2024, 13, 2823–2837. [Google Scholar] [CrossRef]
  156. Bhanderi, R. AI-Driven Project Management Revolutionizing Workflow Optimization and Decision-Making. Int. J. Trend Sci. Res. Dev. 2024, 8, 325–338. [Google Scholar]
  157. Li, X. AI-Driven Computational Resource Optimization: A Hybrid Deep Reinforcement Learning Framework for Enhancing Large-Scale Model Efficiency. Pinnacle Acad. Press. Proc. Ser. 2025, 3, 190–203. [Google Scholar]
  158. Okuyelu, O.; Adaji, O. AI-Driven Real-time Quality Monitoring and Process Optimization for Enhanced Manufacturing Performance. J. Adv. Math. Comput. Sci. 2024, 39, 81–89. [Google Scholar] [CrossRef]
  159. MoghadasNian, S. AI-Driven Inventory Optimization in Airline Logistics: Enhancing Efficiency, Sustainability, and Operational Performance. In Proceedings of the International Conference on “Artificial Intelligence in the Age of Digital Transformation”, Tbilisi, Georgia, 19 March 2025. [Google Scholar]
  160. Royappa, A.; Venkatesh, K.; Purushothaman, N.; Moorthy, A.; Solainayagi, P. AI-Driven Optimization for Freight and Logistics Management Using Predictive Analytics. In Proceedings of the 2024 International Conference on Cybernation and Computation, Dehradun, India, 15–16 November 2024. [Google Scholar] [CrossRef]
  161. Thuraka, B. AI-Driven Adaptive Route Optimization for Sustainable Urban Logistics and Supply Chain Management. Int. J. Sci. Res. Comput. Sci. Eng. Inf. Technol. 2021, 7, 667–684. [Google Scholar]
  162. Mahat, D.; Niranjan, K.; Naidu, C.S.K.V.R.; Babu, S.B.G.T.; Kumar, M.S.; Natrayan, L. AI-Driven Optimization of Supply Chain and Logistics in Mechanical Engineering. In Proceedings of the 2023 10th IEEE Uttar Pradesh Section International Conference on Electrical, Electronics and Computer Engineering, Nagar, India, 1–3 December 2023. [Google Scholar] [CrossRef]
  163. Osho, G.O.; Omisola, J.O.; Shiyanbola, J.O. A Conceptual Framework for AI-Driven Predictive Optimization in Industrial Engineering: Leveraging Machine Learning for Smart Manufacturing Decisions. Int. J. Adv. Multidiscip. Res. Stud. 2024, 4, 1516–1532. [Google Scholar] [CrossRef]
  164. Fok, R.; Weld, D.S. In search of verifiability: Explanations rarely enable complementary performance in ai-advised decision making. AI Mag. 2024, 45, 317–332. [Google Scholar] [CrossRef]
  165. Madathil, A.P.; Luo, X.; Liu, Q.; Walker, C.; Madarkar, R.; Qin, Y. A review of explainable artificial intelligence in smart manufacturing. Int. J. Prod. Res. 2025, 63, 8654–8697. [Google Scholar] [CrossRef]
  166. Lundberg, S.M.; Lee, S.-I. A unified approach to interpreting model predictions. Adv. Neural Inf. Process. Syst. 2017, 30. [Google Scholar] [CrossRef]
  167. Hong, J.; Hong, Y.; Baek, J.-W.; Kang, S.W. Enhancing the product quality of the injection process using explainable artificial intelligence. Processes 2025, 13, 912. [Google Scholar] [CrossRef]
  168. Zhou, F.; Liu, G.; Xu, F.; Deng, H. A generic automated surface defect detection based on a bilinear model. Appl. Sci. 2019, 9, 3159. [Google Scholar] [CrossRef]
  169. Selvaraju, R.R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; Batra, D. Grad-cam: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 618–626. [Google Scholar]
  170. Jaimini, U.; Sheth, A. CausalKG: Causal knowledge graph explainability using interventional and counterfactual reasoning. IEEE Internet Comput. 2022, 26, 43–50. [Google Scholar] [CrossRef]
  171. National Engineering Policy Centre. Engineering Responsible AI: Foundations for Environmentally Sustainable AI; National Engineering Policy Centre: London, UK, 2025. [Google Scholar]
  172. Ren, S.; Wierman, A. The Uneven Distribution of AI’s Environmental Impacts. Harvard Business Review, 15 July 2024. [Google Scholar]
  173. Zajko, M. Artificial intelligence, algorithms, and social inequality: Sociological contributions to contemporary debates. Sociol. Compass 2022, 16, e12962. [Google Scholar] [CrossRef]
  174. Sevilla, J.; Roldán, E. Compute as measured in FLOP. Training Compute of Frontier AI Models Grows by 4–5x per Year. Epoch AI, 28 May 2024. [Google Scholar]
  175. Nguyen, P.C.H.; Choi, J.B.; Udaykumar, H.S.; Baek, S. Challenges and Opportunities for Machine Learning in Multiscale Computational Modeling. ASME J. Comput. Inf. Sci. Eng. 2023, 23, 060808. [Google Scholar] [CrossRef]
  176. Exponential Growth of Parameters in Notable AI Systems, Our World in Data. 8 January 2025. Available online: https://ourworldindata.org/grapher/exponential-growth-of-parameters-in-notable-ai-systems (accessed on 5 January 2026).
  177. Wang, M.; Fu, W.; He, X.; Hao, S.; Wu, X. A Survey on Large-Scale Machine Learning. IEEE Trans. Knowl. Data Eng. 2022, 34, 2574–2594. [Google Scholar] [CrossRef]
  178. Data Centres 2025 Global Outlook, JLL Research. January 2025. Available online: https://www.jll.com/en-us/insights/market-outlook/data-center-outlook (accessed on 5 January 2026).
  179. Masanet, E.; Shehabi, A.; Lei, N.; Smith, S.; Koomey, J. Recalibrating global data center energy-use estimates. Science 2020, 367, 984–986. [Google Scholar] [CrossRef] [PubMed]
  180. 2024 Semiconductor Industry Outlook, Deloitte United States. 2024. Available online: https://www.deloitte.com/global/en/Industries/tmt/perspectives/semiconductor-industry-outlook.html (accessed on 5 January 2026).
  181. Cao, Y.; Chen, Y.; Fan, X.; Fu, H.; Xu, B. Advanced Design for High-Performance and AI Chips. Nano-Micro Lett. 2026, 18, 13. [Google Scholar] [CrossRef]
  182. Utilities Must Reinvent Themselves to Harness the AI-Driven Data Center Boom, Bain & Company. October 2024. Available online: https://www.bain.com/insights/utilities-must-reinvent-themselves-to-harness-the-ai-driven-data-center-boom/ (accessed on 5 January 2026).
Figure 1. Artificial intelligence, machine learning and deep learning [12].
Figure 1. Artificial intelligence, machine learning and deep learning [12].
Algorithms 19 00093 g001
Figure 2. Classification so AI-Driven Engineering Optimization techniques.
Figure 2. Classification so AI-Driven Engineering Optimization techniques.
Algorithms 19 00093 g002
Figure 3. Multilayer neural network.
Figure 3. Multilayer neural network.
Algorithms 19 00093 g003
Figure 4. Neuron model with weighted inputs and embedded transfer function.
Figure 4. Neuron model with weighted inputs and embedded transfer function.
Algorithms 19 00093 g004
Figure 5. The process of Supervised Machine learning.
Figure 5. The process of Supervised Machine learning.
Algorithms 19 00093 g005
Figure 6. Classification of supervised Learning Algorithm.
Figure 6. Classification of supervised Learning Algorithm.
Algorithms 19 00093 g006
Figure 7. Schematic structure of CNNs.
Figure 7. Schematic structure of CNNs.
Algorithms 19 00093 g007
Figure 8. Working process of LLMs.
Figure 8. Working process of LLMs.
Algorithms 19 00093 g008
Figure 9. Framework of an integration of artificial intelligence and computational methods for complex system.
Figure 9. Framework of an integration of artificial intelligence and computational methods for complex system.
Algorithms 19 00093 g009
Figure 10. An AI/ML-enabled framework.
Figure 10. An AI/ML-enabled framework.
Algorithms 19 00093 g010
Figure 11. Data-driven evolutionary optimization.
Figure 11. Data-driven evolutionary optimization.
Algorithms 19 00093 g011
Figure 12. An intelligent integrated control of a hybrid hot air–infrared dryer based on fuzzy logic and computer vision system.
Figure 12. An intelligent integrated control of a hybrid hot air–infrared dryer based on fuzzy logic and computer vision system.
Algorithms 19 00093 g012
Figure 13. Research workflow integrating FEA-based simulation, regression modelling and LLM model [35].
Figure 13. Research workflow integrating FEA-based simulation, regression modelling and LLM model [35].
Algorithms 19 00093 g013
Figure 14. Workflow of the integrated FEA and AI framework [35].
Figure 14. Workflow of the integrated FEA and AI framework [35].
Algorithms 19 00093 g014
Figure 15. Network of Various meta-heuristics.
Figure 15. Network of Various meta-heuristics.
Algorithms 19 00093 g015
Figure 16. A framework of reinforcement learning [54].
Figure 16. A framework of reinforcement learning [54].
Algorithms 19 00093 g016
Figure 17. FM&D and areas of application [31].
Figure 17. FM&D and areas of application [31].
Algorithms 19 00093 g017
Figure 18. Methodology in the research to contribute to the net-zero goal [117].
Figure 18. Methodology in the research to contribute to the net-zero goal [117].
Algorithms 19 00093 g018
Figure 19. Applications of artificial intelligence in renewable energy.
Figure 19. Applications of artificial intelligence in renewable energy.
Algorithms 19 00093 g019
Figure 20. Energy Storage Optimization with AI [132].
Figure 20. Energy Storage Optimization with AI [132].
Algorithms 19 00093 g020
Figure 21. Crude Oil Value Chain/System [146].
Figure 21. Crude Oil Value Chain/System [146].
Algorithms 19 00093 g021
Table 1. Comparison of AI-modelling techniques.
Table 1. Comparison of AI-modelling techniques.
ModelFull NameKey CharacteristicsTypical InputsStrengthsCommon Applications
NNNeural NetworkGeneral term for models composed of interconnected neuronsNumerical,
categorical
Flexible function approximationRegression,
classification
ANNArtificial Neural NetworkFully connected feedforward networksStructured numerical dataSimple, effective for low- to medium-dimensional problemsRegression
CNNConvolutional Neural NetworkUses convolutional layers to capture spatial patternsImages,
grids,
spatial data
Translation invariance, parameter efficiencyImage recognition,
computer vision
PINNPhysics-Informed Neural NetworkEmbeds physical laws into the loss functionSpatial–temporal coordinates, boundary conditionsData-efficient, physically consistentScientific computing, inverse problems, engineering simulations
LMMLarge Language ModelVery large transformer-based models trained on textNatural language,
code
Strong reasoning and generative abilityText generation, code synthesis, optimization guidance
Table 2. Existing Framework of AI-Driver Engineering Optimization.
Table 2. Existing Framework of AI-Driver Engineering Optimization.
NoFrameworkDescription
#1AI-based ModellingMachine learning models are used as objective and/or constraint functions in optimization problems
#2AI-improved optimizationMachine learning techniques are employed to develop AI-enhanced optimization algorithms
#3AI-based Model to Approximate complex engineering simulationsMachine learning is used to approximate computationally expensive engineering simulations, such as finite element analysis (FEA) and computational fluid dynamics (CFD), making the optimization of complex engineering problems feasible
#4AI searches an initial solutionMachine learning techniques are employed to predict initial solutions or design parameters, which can significantly speed up the optimization process
Table 3. Comparison of Optimization techniques.
Table 3. Comparison of Optimization techniques.
AlgorithmsKey CharacteristicsParametersStrengthsCommon Applications
Genetic Algorithm (GA)Evolutionary algorithm based on natural selection and geneticsPopulation Size, mutation rate, crossover rateGood global search, flexible, widely usedOptimization problems, engineering design, scheduling
Particle Swarm Optimization (PSO)Swarm intelligence inspired by social behavior of birds/fishPopulation Size, weight factors for inertial position and global position.Fast convergence, simple to implementContinuous optimization, neural network training, control systems
Differential Evolution (DE)Evolutionary algorithm using vector differences for mutationImages,
grids,
spatial data
Robust, easy to implement, good for continuous problemsParameter optimization, engineering design, machine learning
Ant Colony Optimization (ACO)Swarm-based algorithm inspired by ant foraging behaviorPheromone trails, heuristic info, number of ants, evaporation rateGood for combinatorial optimizationTraveling Salesman Problem, routing, scheduling
Non-dominated Sorting Genetic Algorithm II (NSGAII)Multi-objective GA with elitism and fast non-dominated sortingPopulation Size, mutation rate, crossover rateEfficient multi-objective optimization, maintains diversityMulti-objective engineering optimization
Multi-objective Evolutionary Algorithm based on Decomposition (MOEA/D)Decomposes multi-objective problem into scalar subproblemsPopulation size, weight vectors, neighborhood sizeGood convergence and diversity balance, scalableMulti-objective engineering optimization
Table 4. AI-Driven Engineering Optimization in Mechanical and Aerospace Engineering.
Table 4. AI-Driven Engineering Optimization in Mechanical and Aerospace Engineering.
ReferenceKey CharacteristicsProblemsPerformances
Badarinath et al. [31]ML + FEAOne-Dimensional BeamR2 is over 0.98
Hsu et al. [35] CNN + reinforcement learning-based optimizationOptimization of woven compositesR2 is over 0.96; 2.37-fold increase in strain energy density; 267-fold acceleration in simulation time
Shah et al. [57]ML + ANSYS (FEA)Design of Pressure Equipment R2 is over 0.99865
Granados-Ortiz et al. [58]ML + NSGA-IImulti-objective optimization of mechanical micromixerEfficiency improvement by 50%
Lynch et al. [59]ML + Bayesian optimizationTopology OptimizationReduce the total number of “wasted” tuning runs
Kosowski et al. [60]ANN + evolutionary algorithmsDesign of turbine cascades and stagesThe optimization time was massively reduced, from days to less than one minute
Du et al. [62]CNN + Gradient-based optimizationRotor blade designsThe optimization time is within 38 s. R2 is over 0.99.
Patel et al. [63]ML + HeuristicsHeat pump sizing and designA 25% improvement in energy efficiency
Oroumieh et al. [65]Fuzzy Logic + NNAircraft configuration design variablesEfffective to decrease aircraft design cycle time
Setayandeh [67]NN + NSGA-IIUAV aerodynamic designReduce of computational costs by 94.1%
Karali et al. [68]DNN + NSGA-IIUAV DesignR2 is 0.9971. The optimization process is 4–5 s.
Table 5. AI-Driven Engineering Optimization in Civil and Environmental Engineering.
Table 5. AI-Driven Engineering Optimization in Civil and Environmental Engineering.
ReferenceKey CharacteristicsProblemsPerformances
Golafshani et al. [71]ML + grey wolf optimizationRubbercreteOutperformed the conventional M5P tree and MGEP models by 13.7% and 5.5%, respectively
Zheng et al. [72]ML + Bayesian optimization
multi-objective optimization
Concrete mix designR2 is over 0.98
Huang et al. [73]SVR + Multi Objective Optimization + Firefly AlgorithmSteel fiber reinforced concreteR2 is over 0.9142
Parhi et al. [74]ML + Evolutionary ComputationsSelf-compacting geopolymer concrete
Mohsen [76]AI + AV + IoTRoute planning
Kulkarni et al. [79]DLWastewater Treatment Plants85% accuracy
Table 6. AI-Driven Engineering Optimization in Electrical and Computer Engineering.
Table 6. AI-Driven Engineering Optimization in Electrical and Computer Engineering.
ReferenceKey CharacteristicsProblemsPerformances
Chen et al. [88]DLCloud Workflowsthe makespan was improved by 16.6% and the firness index was increased 5.3%
Sarker et al. [92]RL + LP + real-time grid-aware schedulingResidential EV charging systems31.5% reduction in peak transformer load, a decrease in voltage deviation from ±5.8% to ±2.3%, and an increase in solar utilization from 48% to 66%.
Table 7. AI-Driven Engineering Optimization in Chemical and Materials Engineering.
Table 7. AI-Driven Engineering Optimization in Chemical and Materials Engineering.
ReferenceKey CharacteristicsProblemsPerformances
Hsu et al. [35]CNN + Deep Q-Network + reinforcement learning-based optimizationWoven composite2.37-fold improvement in strain energy density; 267-fold speedup
Kim et al. [94] DL + GASuperior materialsNeeds small datasets (0.5% of the initial datasets).
Nayak et al. [99]ANN + GAWastewater treatment processImprove productivity by about 57%
Sultan et al. [100] ANN + DE Green methanol production processR2 is over 0.9831; 33.59% increase in production rate; 9.68% reduction in energy requirements
Bhowmik et al. [104]SV + GA + PSONano-modified BitumenCO2 reduction of 65.738%
Table 8. Summaries of Methodologies in Biswas et al. [110].
Table 8. Summaries of Methodologies in Biswas et al. [110].
ReferenceKey CharacteristicsProblemOutcomes
Boubaker et al. 2023 [111]Deep Learning + Machine LearningPhotovoltaic Diagnosis and detectionAccuracy of 98.7%
Ağbulut et al. 2020 [112]Compare ML, SVM, ANN, DLPower output of V-trough photovoltaic systemSVM outperforms with R2 of 0.9921
Kannari et al. 2023 [113]Reinforcement learning (RL)Heating costCost reduction by 23%
Yang et al. 2020 [114]Machine learningBuilding heat consumption36–38% of energy saving
Ahmed et al. 2020 [115]Machine learningEnergy management of smart grid
Malta et al. 2023 [116]Reinforcement learningManagement of 5G base stations75% energy saving with 20 ms
Table 9. AI-Driven Engineering Optimization in Energy.
Table 9. AI-Driven Engineering Optimization in Energy.
ReferenceKey CharacteristicsProblemsPerformances
Khan et al. [109]ANN + Bayesian optimizationPower ConvertersSignificant improvements in dynamic
response
Ashraf et al. [117]ANN + SVM + Monte-Carlo -based methodHigh-pressure steam turbineEfficiency improved by 3.4%
Mohandes et al. [121]ANN + Autoregressive (AR) ModelWind speed predictionANN was superior to AR model
Mabel et al. [121]backpropagation neural networkPrediction of wind strengthMSE is 0.007
Flores et al. [123]ANN + GA Wind speed and active power prediction
Guediri et al. [124]GAWind Power SystemGreater efficiency, impressive results,
Song et al. [126]Yin-Yang grey wolf optimizationLarge-scale wind turbinesCapture 0.03–0.04% energy
Muñoz-Palomeque et al. [128]NN Wind turbine7.87% more power
Sun et al. [129]ANN Wind turbinesThe power ration can reach 0.96
Nadian et al. [34] GATybrid hot air–infrared dryerEnergy consumption (0.158 kW h)
Haider et al. [139]clustering technique
cluster-based dynamic algorithm
Unmanned aerial vehicles15% increase in energy conservation; 20% reduction in data transmission time
Table 10. AI-Driven Engineering Optimization in Management.
Table 10. AI-Driven Engineering Optimization in Management.
ReferenceKey CharacteristicsProblemsPerformances
Alfayoumi et al. [145]NSGAIIMass customized ordersThe time improved by 20.4% and the
cost reduced by 29.8%
Arinze et al. [147]ML + route optimizationDownstream petroleum sector–Supply Chain20–30% reduction in transport costs
Donthi et al. [150]RL + GAFashion industry’s supply chain25% reduction in emissions
Kaul and Khurana [153]ML + OptimizationE-commerce Supply ChainCost efficiency
Bello et al. [155]ML (DL + RL) Wind farm maintenanceFailures with 92% accuracy
Li [157]RL + scheduling optimizationResource allocation31.2% increase in resource utilization and 24.8% reduction in operational costs
MoghadasNian [159]AI + OptimizationAirline logisticsCost reductions from 25% to 40%;
inventory decreases of 20% to 54%.
Royappa et al. [160]ML + route optimizationFreight and logistics managementCost reduction by 17%; customer satisfaction increases by 22%.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, J.-P.; Polovina, N.; Konur, S. A Review of AI-Driven Engineering Modelling and Optimization: Methodologies, Applications and Future Directions. Algorithms 2026, 19, 93. https://doi.org/10.3390/a19020093

AMA Style

Li J-P, Polovina N, Konur S. A Review of AI-Driven Engineering Modelling and Optimization: Methodologies, Applications and Future Directions. Algorithms. 2026; 19(2):93. https://doi.org/10.3390/a19020093

Chicago/Turabian Style

Li, Jian-Ping, Nereida Polovina, and Savas Konur. 2026. "A Review of AI-Driven Engineering Modelling and Optimization: Methodologies, Applications and Future Directions" Algorithms 19, no. 2: 93. https://doi.org/10.3390/a19020093

APA Style

Li, J.-P., Polovina, N., & Konur, S. (2026). A Review of AI-Driven Engineering Modelling and Optimization: Methodologies, Applications and Future Directions. Algorithms, 19(2), 93. https://doi.org/10.3390/a19020093

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

Article Metrics

Back to TopTop