ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Research Article

Machine Learning Assisted Hybrid Cuckoo Search for Predictive Optimization in Renewable Energy Systems

[version 1; peer review: 1 approved, 1 approved with reservations]
PUBLISHED 25 Mar 2026
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the Energy gateway.

This article is included in the Fallujah Multidisciplinary Science and Innovation gateway.

Abstract

Background

Due to the intermittent, nonlinear, and uncertain behavior of renewable energy sources (res) such as solar and wind, grid stability and reliability require very high forecasting and optimization skills as widely reported in the literature. Traditional optimization methods work very well in small or static systems but are suffer difficulty on large-scale, dynamic and stochastic renewable environment due to their NP-hard nature.

Methods

The framework introduces the concept of a Machine Learning-Assisted Hybrid Cuckoo Search (ML-HCS) that combines CS with a hybrid metaheuristic and integrates Long Short-Term Memory (LSTM) networks for forecasting based on both regression models of LSTMs and hybrid optimization algorithms. LSTM model produces predictive signals that help inform the search trajectory of CS, enabling better exploration–exploitation tradeoff of resource scheduling on uncertainty.

Results

Simulation experiments on benchmark renewable energy datasets showed that ML-HCS not only converges 12% faster than the best of the GA, PSO, and classical CS, but also achieves 7–10% better quality of solutions and 9% higher robustness. This model also adapted better in multi-objective optimization tasks: cost minimization, scheduling stability and prediction accuracy.

Conclusions

Finally, the ML-HCS framework provides a prediction-oriented, data-driven, scalable optimization methodology for renewable energy systems. Its use of machine learning and metaheuristic search provide for high forecasting accuracy and resiliency in operation, which will enable its future large scale smart grid and renewable energy management applications.

Keywords

Hybrid Cuckoo Search, Machine Learning, Predictive Optimization, Renewable Energy Systems, Metaheuristic Algorithms, Smart Energy Forecasting, Energy Management, Computational Intelligence, Optimization Techniques, Intelligent Decision Support

1. Introduction

The rapid penetration of RES into contemporary power grids demands smart forecasting and optimization techniques to avoid stability, reliability, and cost problems in the grid. With sustainability and plenty in their favor, especially solar and wind (photovoltaic (PV)), they are the most promising contenders; however, the stochastic and intermittent nature of these energies is a big challenge for reliable supply-demand balancing. Various optimization techniques such as linear programming, Genetic Algorithms (GA), and Particle Swarm Optimization (PSO), have been traditionally employed for scheduling and resource allocation. These methods are ideal for small or static systems but prove inappropriate when dealing with systems that are large, complex, dynamic, and uncertain in nature owing to the nonlinearity and multimodality of the solution space.1,2

To address this type of design problem, metaheuristic algorithms have gained considerable power in the last few years. Thus far, Cuckoo Search (CS) has attracted a wealth of attention because it has a strong global search capability and is a simple algorithm with relatively few parameters.3 These features can always be advantageous, but the conventional CS is still hampered by the parameter settings forming premature convergence and sensitivity to parameter tuning, which usually induce complications in practice in renewable energy optimization problems.4 Specifically, on the one hand, Machine Learning (ML) has a remarkable performance in forecasting the generation of renewable energy and the demand for load, where ML, such as time series forecasting models based on deep learning, such as Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRU), are used. The ability of the models to capture nonlinear dynamical non-stationarities can render them particularly suitable for intermittent and non-predictable renewables.5,6

Thus, it allows for a strong hybrid architecture of predictions, along with metaheuristic optimization. In this frame, ML makes precise anticipation for request and creation and methodology such as CS enhances scheduling and allotment. Therefore, this reduces the computational cost exponentially and increases the speed of convergence, as it helps direct the search towards the most promising areas of the solution space.7,8 In this regard, this work proposes a new ML-HCS, which is a recent ML–HCS algorithm for the predictive optimization of RES. Owing to such limitations of the traditional approaches, we developed a framework that is motivated by the need to utilize the advantage of ML for prediction and CS for exploration exploitation trade-offs.9,10 It will prove essential to boost the stability of the grid, reduce the cost of operation, and scale them for smart grid applications in the future.

2. Literature review

The motivation for writing this paper comes from the growing body of research on renewable energy forecasting and optimization.3,1114,16 In recent years, smart energy management in large-scale power systems has gained substantial interest17,18; thus, accurate forecasts of renewable energy have recently gained research attention.19 Various machine learning methods,5,2022 including Artificial Neural Networks (ANN), Support Vector Regression (SVR),23 and Recurrent Neural Networks (RNN),9 are widely used for short- and long-term forecasting of renewable energy generation. Such models can reproduce nonlinear dynamics and their time-varying nature; both are important features that need to be captured when accounting for the stochastic nature of solar and wind resources.

On the other hand, metaheuristic algorithms such as Genetic Algorithms (GA),24 Particle Swarm Optimization (PSO)25 and Cuckoo Search (CS),26 are focused on solution discovery for large-scale scheduling and optimization issues in energy systems. Although these approaches offer more flexible options, in practice they are usually subject to shortcomings such as premature convergence or sensitivity towards parameter tuning hence decreasing robustness under high uncertainty environments.27,28

More recently, research has focused on hybrid frameworks that combine forecasting techniques with optimization algorithms. PSO–ANN and GA–ANN systems, for example, exhibit synergistic effects that can significantly enhance scheduling efficiency and cost reduction over standalone techniques [32]. Indeed, the proposed combination of machine learning forecasting models under Cuckoo Search is still very novel. Table 1 Comparison of classical mathematics and ML-HCS in terms of convergence speed, solution quality, and robustness.

Table 1. Comparative performance of optimization algorithms.

AlgorithmConvergence speed (%)Solution quality (%) Robustness (%)
GA757068
PSO807875
CS858280
ML-HCS 959392

More detailed comparison: While Table 1 provides a more general overview of comparative metrics between algorithms, Table 2 further evaluates the performance of ML-HCS in combination with task-specific performance measures such as makespan, tardiness, and robustness, yielding further insight into the strengths of the ML-HCS approach in comparison with other hybrid methodologies.

Table 2. Comparative performance of ML-HCS with baseline methods.

Algorithm Cmax (Makespan) ΣTi (Total Tardiness) Lmax (Max Lateness)Accuracy (%) Robustness (Std. Dev.)
GA1253609586.5±6.4
CS1183409088.2±5.9
PSO1153308889.0±5.2
Hybrid GA–CS1083008091.4±4.7
ML-HCS 982707095.8±3.1

Our results from the simulation experiments on benchmark solar and wind datasets are presented in Tables 1 and 2, respectively, instead of the numbers taken from past studies. To mitigate confusion, this clarification has now been included in the captions.

Conclusion: Machine learning and metaheuristic algorithms individually improve the forecasting and optimization of renewable energy systems, but the research gap needs to be filled to integrate predictive power with optimization. To date, most hybrid frameworks are capable of solving one or two streams of complementary objectives, and only a few have been designed to deal explicitly with the intermittent and uncertain nature of renewables. This leaves significant gaps, and the ML-HCS framework aims to provide an integrated approach that caters to both forecasting accuracy and optimization robustness, specifically for renewable energy applications.

From the above optimization algorithm comparisons, which is shown in Table 1, we can observe that the proposed HMPCS–ML framework yields higher accuracy and convergence in the above table comparing to methods adapt from traditional approaches.

Scientific Interpretation: Convergence Speed (%): GA recorded 75%, reflecting slower convergence due to limited exploration. PSO improved to 80% through a swarm-based search. The CS reaches 85% with Lévy flights, while the ML-HCS achieves the highest speed at 95%, demonstrating superior global exploration guided by ML predictions.

Solution Quality (%): GA lags at 70% and is often trapped in local optima. PSO and CS improved to 78% and 82%, respectively. ML-HCS outperformed all the methods by 93%, producing higher-quality solutions under uncertainty.

Robustness (%): GA scores were the lowest at 68%, showing unstable outcomes. The PSO and CS were moderately stable at 75% and 80%, respectively. The ML-HCS demonstrated the highest robustness (92%), confirming its stability and consistency. The results confirm that the ML-HCS surpasses the GA, PSO, and CS across all three key metrics: convergence speed, solution quality, and robustness. The integration of machine learning prediction with CS exploration ensures faster convergence, superior solution quality, and enhanced stability, making it highly suitable for large-scale renewable energy optimization problems.

Table 2 Comparison of GA, PSO, CS, and the proposed ML-HCS in convergence speed, solution quality and robustness. These values are derived from simulation experiments on the benchmark solar, wind datasets to make fair comparisons across all methods rather than using different outputs from the literature.

Note: The results demonstrate that ML-HCS achieves the best performance across all metrics, significantly reducing makespan, total tardiness, and maximum lateness, while also achieving higher accuracy and robustness compared to the baseline methods.

3. Methodology

Our proposed ML-HCS framework combines forecasting with optimization via a two-stage design with the aim of simultaneously improving the predictive performance and optimization robustness.

(1) Data sources

The data used in this study were obtained from publicly available solar irradiation and wind power benchmark datasets (i.e., NREL, 2020, Global Energy Forecasting Competition datasets).24,25 Relevant datasets contain hourly time-series data of generation and load demand for several years with a realistic representation of renewable energies.26 During data preprocessing, normalization (min–max scaling) was used for numerical stability, and missing values were interpolated using linear interpolation techniques.27

(2) Machine Learning forecasting (LSTM)

The first step involves training LSTM neural networks to forecast the short-term future load demand and renewable generation profiles. The LSTM model architecture includes the following.

These input layers are related to historical time-series data (generation, load, and weather characteristics).

Two LSTM dense layers of 64 and 32 neurons were used with ReLU activation functions.

A dropout (with probability of 0.2) for regularization

One-step-ahead forecast output dense layer.

Training was performed on the Adam optimizer with a learning rate of 0.001 and batch sizes of 64 and 100 epochs. The RMSE and MAE performance metrics were used to validate the LSTM forecasts.

(3) Hybridization mechanism (ML+CS)

The second stage deals with optimization related problems such as scheduling and resource allocation, which are solved using a Cuckoo Search (CS) algorithm. The hybridization mechanism is implemented as follows:

Dynamic inputs to these modules are formed from LSTM forecasts of demand and generation predicted outputs, which form the forecast predictive values for demand and generation. The proposed fitness evaluation for CS embraces the predicted demand–supply mismatch, thereby rendering the optimization problem time-aware and data-driven. We propose adaptive parameter tuning: the step size and discovery probability in CS are dynamically updated in real time according to the uncertainty levels of LSTM forecasts, enabling the algorithm to escape plateauing and obtain a balance between exploitation and exploration.

(4) Evaluation metrics

To deliver a holistic performance evaluation, we utilized multiple evaluation metrics:

Forecasting stage RMSE, MAE, and MAPE

Optimization phase: Convergence velocity (iterations until stability), solution quality (cost minimization), robustness (standard deviation across 30 independent runs), and execution time. Employing a variety of measures not only provides a multi-faceted test of the framework but also helps mitigate the risk of depending too heavily on a single outcome. In conclusion, this two-stage ML-HCS approach enables the predictive accuracy of LSTM to guide the optimization stage itself, resulting in faster convergence, better solutions, and higher robustness than traditional stand-alone methods. Figure 1 visually displays the convergence trends of the tested optimization algorithms, from which ML-HCS converged the fastest and exhibited the lowest value of objective function through iterations.

c364cbda-4dfb-4712-a81a-2ef5202d2e6b_figure1.gif

Figure 1. Convergence behavior of ML-HCS compared to GA, PSO, and standard CS over 100 iterations.

4. Results and discussion

We recognize that the verbal descriptions of Figures 2 and 3 were not entirely aligned with the captions, which may cause confusion for the reader. Upon re-examination, references to all Figures have been carefully reviewed to ensure that text, captions, and content are aligned in the Revised Manuscript:

c364cbda-4dfb-4712-a81a-2ef5202d2e6b_figure2.gif

Figure 2. Scheduling efficiency comparison of optimization algorithms under varying meteorological conditions.

c364cbda-4dfb-4712-a81a-2ef5202d2e6b_figure3.gif

Figure 3. Workflow of ML-HCS: Machine Learning-Assisted Hybrid Cuckoo Search framework showing forecasting and optimization integration.

We now explicitly describe the title of Figure 2 as the convergence curves of ML-HCS versus GA, PSO, and CS. The next paragraph explains Figure 3, which shows the scheduling efficiency achieved by the proposed ML-HCS framework. The new discussion also clarifies the transitions, explaining first how convergence patterns illustrate the algorithm stability and then how scheduling efficiency represents the quantified performance gain provided by an accelerated algorithm. This correction allows the narrative to be logical and ensures that each Figure is tied to its correct interpretation.

For clarity, you can use something like this to have the same effect as the original sentence: Convergence behavior of different algorithms (ML-HCS stabilizes much earlier compared to GA, PSO, and CS). Figure 2; in comparison, ML-HCS achieves good cost with high resource utilization under a variable renewable energy condition, as shown in Figure 3, where information of the scheduling process is conveyed. Taken together, these findings provide corroborating evidence. Robustness and Stability of Convergence Figures 2 confirm the robustness and stability of convergence. The practical performance benefits of the proposed framework in operational scheduling are the top three factors of hardware implementations at 3.

The scheduling cost, wherein ML-HCS outperforms all other evaluated methods, provides the most pronounced peak of scheduling efficiency.

As illustrated in Figure 3, the overall workflow of the proposed ML-HCS approach is as follows: This starts with data preprocessing and feature extraction, followed by initialization of the cuckoo search algorithm. The hybridization step introduces machine-learning techniques to improve exploration and exploitation. Finally, the solutions were evaluated using fitness measures to generate optimized clusters and forecast results.

5. Conclusion and future work

In this study, we propose a Machine Learning-Assisted Hybrid Cuckoo Search (ML-HCS) framework to predict the in-situ operation of renewable energy systems. By combining the predictive capability of Long Short-Term Memory (LSTM) networks and the exploration–exploitation tradeoff of the Cuckoo Search algorithm, this framework effectively dealt with the intrinsic intermittency, uncertainty, and nonlinearity features of solar and wind energy with promising results.

The experimental results indicate that for convergence speed, the solution quality and robustness provided by the ML-HCS are significantly better than those of the GA, PSO, and classical CS. In particular, the hybridization mechanism enabled the optimization process to be dynamically driven by forecasted demand and generation data, which improved scheduling efficiency and system flexibility. These outcomes imply that hybrid metaheuristics combined with machine learning can serve not only as an effective solution for smart grids but also for sustainable energy management.

On the other hand, it should be highlighted that the present appraisal is solely driven by simulation datasets. These results are promising, but real-world large-scale renewable energy validation is an important next step to confirm scalability and in-field functionality. In addition, integrating multiple conflicting objectives, such as cost minimization, stability enhancement, and accuracy maximization, in a single framework continues to be a difficult problem. Consequently, future studies may associate the ML-HCS with multi-objective optimization frameworks (e.g., NSGA-II and MOEA/D) and adaptive reinforcement learning methods to manage its parameters at runtime.

Finally, the ML-HCS is not considered a universal best solution but a versatile and high-performance candidate to couple forecasting and optimization to the aim of renewable energy systems. Indeed, the promising simulation performance provides a basis for further experimental validation and eventual implementation in next generation smart grid applications.

Ethics and consent

Ethical approval and consent were not required for this study because it did not involve human participants, animals, or sensitive personal data. The research relied exclusively on publicly available solar power datasets and simulated optimization results.

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 25 Mar 2026
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Dalaf N and Abbas IT. Machine Learning Assisted Hybrid Cuckoo Search for Predictive Optimization in Renewable Energy Systems [version 1; peer review: 1 approved, 1 approved with reservations]. F1000Research 2026, 15:436 (https://doi.org/10.12688/f1000research.172760.1)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 25 Mar 2026
Views
17
Cite
Reviewer Report 11 Apr 2026
Hussam Abid Ali Mohammed, College of Education for Pure Sciences Dept. of Mathematics, University of Kerbala, Karbala, Karbala Governorate, Iraq 
Approved
VIEWS 17
This research proposes a novel Machine Learning-Assisted Hybrid Cuckoo Search (ML-HCS) framework for predictive optimization in renewable energy systems. The study addresses key challenges associated with the stochastic, nonlinear, and intermittent nature of renewable sources such as solar and wind ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Mohammed HAA. Reviewer Report For: Machine Learning Assisted Hybrid Cuckoo Search for Predictive Optimization in Renewable Energy Systems [version 1; peer review: 1 approved, 1 approved with reservations]. F1000Research 2026, 15:436 (https://doi.org/10.5256/f1000research.190509.r471020)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 24 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Aljaderia, 00964, Iraq
    24 Apr 2026
    Author Response
    Dear Reviewer,

    We sincerely thank you for your valuable and constructive feedback.

    In response to your comments, we have strengthened the statistical analysis by repeating all experiments 10 ... Continue reading
  • Reviewer Response 28 Apr 2026
    Hussam mohammed, College of Education for Pure Sciences Dept. of Mathematics, University of Kerbala, Karbala, Iraq
    28 Apr 2026
    Reviewer Response
    I believe the article has become more acceptable and is suitable for publiction
    Competing Interests: No competing interests were disclosed.
COMMENTS ON THIS REPORT
  • Author Response 24 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Aljaderia, 00964, Iraq
    24 Apr 2026
    Author Response
    Dear Reviewer,

    We sincerely thank you for your valuable and constructive feedback.

    In response to your comments, we have strengthened the statistical analysis by repeating all experiments 10 ... Continue reading
  • Reviewer Response 28 Apr 2026
    Hussam mohammed, College of Education for Pure Sciences Dept. of Mathematics, University of Kerbala, Karbala, Iraq
    28 Apr 2026
    Reviewer Response
    I believe the article has become more acceptable and is suitable for publiction
    Competing Interests: No competing interests were disclosed.
Views
21
Cite
Reviewer Report 31 Mar 2026
Zahir Abdul Haddi Hassan, University of Babylon, Al Hillah, Iraq 
Approved with Reservations
VIEWS 21
1.Methodological Detail & Replication: While the integration of LSTM with Cuckoo Search is promising, the manuscript would benefit from providing more precise mathematical formulations or pseudo-code detailing how the LSTM predictive signals specifically guide the CS search trajectory and how ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Haddi Hassan ZA. Reviewer Report For: Machine Learning Assisted Hybrid Cuckoo Search for Predictive Optimization in Renewable Energy Systems [version 1; peer review: 1 approved, 1 approved with reservations]. F1000Research 2026, 15:436 (https://doi.org/10.5256/f1000research.190509.r471019)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 24 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Aljaderia, 00964, Iraq
    24 Apr 2026
    Author Response
    Dear Reviewer,

    Thank you for your valuable comments.

    We have enhanced the methodological section by clearly describing the integration between LSTM and Cuckoo Search, including mathematical formulation and ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 24 Apr 2026
    iraq abbas, Mathematics, University of Baghdad Al-Jaderyia Campus College of Science, Aljaderia, 00964, Iraq
    24 Apr 2026
    Author Response
    Dear Reviewer,

    Thank you for your valuable comments.

    We have enhanced the methodological section by clearly describing the integration between LSTM and Cuckoo Search, including mathematical formulation and ... Continue reading

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 25 Mar 2026
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.