Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Enhancing Solar Power Forecasting Accuracy Using HMPCS and Machine Learning Techniques: An Applied Study [version 2; peer review: 1 approved with reservations, 1 not approved]

Дата публикации: 27-07-2026 08:51:45

Background Solar irradiance is a nonlinear and intermittent function, which makes accurate forecasting of solar power generation a challenge. The high variability of meteorological conditions is not well represented by conventional atmospheric models, thus hampering forecasting skill and model robustness. In this work, an advanced hybridization of multi-population cuckoo search (HMPCS) algorithm with machine learning (ML) methods is developed to enhance the prediction performance of photovoltaic (PV) power forecasting with more reliability. Methods In this study, a hybrid modeling framework is proposed, called HMPCS–ML framework which captures the global search capacity of HMPCS and predictive power of sophisticated ML models (Long Short-Term Memory (LSTM), Light Gradient Boosting Machine (LightGBM)). Optimizing hyperparameters by balancing exploration and exploitation, the algorithm runs on multi-populations through Lévy flight randomization. Interpolation, normalization, and temporal windowing were utilized to preprocess synthetic meteorological and irradiance datasets. We evaluated the framework by comparing commonly used statistical measures (MAE, RMSE, MAPE, R2). Results Moreover, experimental analyses showed that HMPCS–ML models significantly outperformed baseline approaches (Grid Search and Particle Swarm Optimization (PSO)). Results showed that the optimized LSTM+HMPCS model outperformed other models in terms of lowest RMSE (0.139) and highest R2 (0.93), reflecting the LSTM model’s good fit with practical observations and generalization ability. The optimal LightGBM + HMPCS variant also proved to be consistently better, with reduced error (23% lower than unoptimized models). Conclusions In this regard, the HMPCS–ML framework is a powerful and efficient solution for the optimization of solar power forecasting, improving the predictive performance and calculation efficiency. This research shows the potential of hybrid metaheuristic–ML integration for renewable energy prediction and smart-grid applications in general and indicates further extensions to multi-objective and Transformer-based architectures.

Основное содержимое страницы с новостью.

1. Introduction

Hence, the large-scale integration of renewables in modern power system has created an urgent need for short-term PV power forecasting to be accurate, robust and reliable. Two robust statistical models provided appropriate results; however, these models do not account for the noninflationary and non-linear nature of PV output, which is increasingly challenging for these models under varying cloud motion and atmospheric irregularity. In fact, these tripods observed in recent surveys that record a clear transition towards deep learning (DL) architectures and hybrid pipelines for solar forecasting that exploit the potential of multivariate meteorological and irradiance time series, as they contain a wealth of spatial and temporal information.14

In the DL family, hybrid and attention models have pushed the performance envelope of PV forecasting. For example, TCN–ECANet–GRU (a temporal conventional network combined with a basic channel attention module and Gated Recurrent Units) achieved significant improvements over strong baselines on years in temporal predictions of a real PV plant data set.5 Meanwhile, Transformer-based architectures are occupying an ever-increasing space in PV forecasting workflows as several reviews converge on the significant, notable improvements over classical recurrent models achieved by Transformer variants specially tailored to time series forecasting (e.g. transmit at longer horizons) through modelling long-range temporal dependencies and multi-horizon outputs.6,7 A second line of research will show that hyper-parameter optimization (HPO) and feature selection are key components to obtaining the best performance from the ML/DL forecasters.

Although systematic studies show that meta-heuristic HPO for example with Particle Swarm Optimization (PSO), Genetic Algorithms (GA) Grey Wolf Optimizer (GWO) or Cuckoo Search (CS) frequently outperforms grid/random/Bayesian search over predictive accuracy and computational efficiency810 background tasks such as multi-parameter tuning are often more challenging to parallelized and as such may take longer than the sequential baseline, further exacerbating the metrics dilemma. Applied works in PV forecasting recently further demonstrate that appropriate feature sets and approximation of models lead to consistent performance gains and improved generalization.11

Cuckoo Search, as well as its multi-objective/hybrid extensions, have become mature and powerful optimizes for dealing with complicated, non-convex search spaces. It can be observed that self-adaptive strategies (SAS) and dynamic-iterative mechanisms can be employed to promote exploration in SAS to avoid the premature convergence phenomenon, and bastardizations with evolutionary operators (for instance, GA) can serve to provide even higher convergence speed and solution quality.1214 Multi-population CS and two-archive multi-objective CS provideالل them to be used as HPO backhands for ML forecasters operating under uncertainty scenarios.10,14

Overall, these trends lead to our donating the HMPCS–ML framework: HMPCS offers a global, diversity-preserving search for tuning together model and initial conditions (IC) hyper-parameters, whilst ML/DL architectures (including attention-based and hybrid temporal models) leverage the complex extemporization structure inherent within PV data. We test the framework on real PV generation data records on standard metrics (MAE, RMSE, MAPE, R2) and under substantial baseline penalties. This evaluation design and set of metrics are relevant for fair benchmarking of PV forecasting in prior empirical work, including studies with the LSTM/GRU/BiLSTM families as well as hybrid CNN–RNN models.15

To get round these problems, this paper introduces a new Hybrid Multi-Population Cuckoo Search with Machine Learning (HMPCS–ML) framework for photovoltaic power generation forecasting. Based on the tradition of diversity-preserving multi-population search methods and machine learning models for forecasting which combine Lévy flight-based exploration, the new methodology aims to improve predictive accuracy by optimizing hyperparameters.16 Unlike conventional optimization methods, the HMPCS strategy has been specifically designed to prevent premature convergence and to foster adaptability over a wide range of different modes settings.

The contributions of this paper are as follows:

Proposing a hybrid HMPCS–ML framework for forecasting photovoltaic power utilizing LSTM and LightGBM models.

Provide a comparative assessment of such a technique against known optimization strategies.

Demonstrate the value of multi-population optimization for both improving the accuracy and integrity of a search.

Offer a solid platform upon which to compare recent high forecasts literature in photovoltaic prediction 0810.

2. Literature review

In the last several years, there has been a growing interest in integrating meta-heuristic optimization algorithms with machine learning (ML) for the forecasting of renewable energy systems. The hybrid approaches can improve predictive performance by searching through optimal hyper conditions for the model and working toward increasing the robustness of the model through the adaptive search traits of the optimization methods for instance. Developers of the so-called hybrid Gorilla Troops Optimizer (GTO) and Beluga Whale Optimization (BWO) algorithm15 proposed a new methodology with state-of-the-art accuracy for the modelling of photovoltaic (PV) systems.17 Caselli et al. XL with ML-based clustering for population dynamics in bio inspired algorithms.18 Abd El-Mageed et al. (2024) developed a PV calibration model using DE, leading to significant decreases in RMSE.19 In Moayedi and Mosavi (2021), both Cuckoo Search (CS) and artificial neural networks (ANN) were employed to validate swarm intelligence for optimization tasks in electrical demand forecasting20; however, Lotfi Nejad et al. (2023) and Mohsin et al.21,22 Moreover, Li et al. (2018) made a comparison between different kinds of neural architectures and suggested the same conclusion that hybrid models (such as Bat-NN and GRNN) demonstrate better performance than pure neural networks in applications such as PV and energy forecasting.23

Despite these contributions, gaps remain. More particularly, although hybrid meta-heuristic–ML models enhance performance in terms of accuracy and convergence, the systematic integration of multi-population meta-heuristics with state-of-the-art deep learning architectures, such as LSTM and Transformer models, for renewable energy forecasting has not yet been comprehensively investigated. Out of the limitations mentioned above, this work proposes an HMPCS–ML framework to address the lack of integration between global search and advanced temporal learning architectures (TLA) for time-series data. A summary comparison of available recent hybrid metaheuristic machine learning methods applied to renewable-energy forecasting is detailed in Table 1, wherein the positioning between existing studies and proposed HMPCS–ML framework is discussed.

Table 1. This table summarizes recent hybrid meta-heuristic and machine-learning models (2021–2025) used in renewable-energy forecasting.

It compares the methods, their components, datasets, and achieved accuracy to highlight the evolution and effectiveness of hybrid optimization ML approaches.

Author(s)Year Technique ApplicationKey result(Zanial, 2023)2023CS + ANNPower ForecastingOutperformed standalone ANN(Ali A., 2023)2023GTO + BWOPV ModelingImproved accuracy(Caselli, 2023)2023CSA + MLGlobal OptimizationBetter convergence via clustering(Abd El-Mageed, 2024)2024SSO + DEPV CalibrationHigh RMSE reduction(Nayak, 2025)2025Hybrid CS + TransformerPV ForecastingSuperior RMSE and MAPE improvements

In order to present proposed framework’s relationship to current technology, recent studies can be divided into three main categories: (1) deep learning for weather prediction, including LSTM, GRU, CNN–RNN, and Transformer varieties; (2) metaheuristic hyperparameter optimization methods by Particle Swarm Algorithm (PSO), Genetic Algorithms (GA), Grey Wolves Optimization (GWO) and Cuckoo Search (CS); and (3) Hybrid weather prediction-forecasting relocation planning that combines deep models and solver-based strategies.

Existing deep learning research predicts solar irradiance more accurately, particularly when attention mechanisms and Transformer-based transmission models are used. However, most such reports employ standard or static hyperparameter tuning methods to obtain results. On the other hand, metaheuristic optimization techniques enhance tuning flexibility; but many publications abbreviated the studies to one-population strategies without explicitly discussing how to maintain variety or the sturdiness of the optimizer in PV forecasting.

Thus, this study is not just an attempt to bring machine learning and optimization together. The research debut is the development of a multi-population cuckoo based framework that is specially designed both to maintain population diversity, maintain a balance between exploration and exploitation, and to offer more reliable hyper parameter tuning for photovoltaic forecasting models.

As summarized in Table 3, the proposed HMPCS–ML framework differs from recent photovoltaic forecasting studies by combining machine learning models with a diversity-preserving multi-population optimization strategy rather than relying on single-population or static hyperparameter tuning approaches.

3. Methodology

We propose a methodical and systematic approach that consists of five main steps: (i) data acquisition, (ii) data processioning, (iii) model designing, (iv) HMPCS (Hybrid Multi-Population Cuckoo Search)-based parameter optimization, and (v) comprehensive model evaluation.

Each stage is designed to account for the complex nature of solar power prediction, such as data uncertainty, high dimensional, temporal and nonlinear dependencies. Data Acquisition guarantees that different meteorological and irradiance variables (GHI, temperature, Humidity, Wind Speed, etc.) are acquired from credible sources such as NASA POWER and PV Watts.23,24

These variables are to take into consideration the atmospheric and solar phenomenon and they constitute the most primal input possible to any prediction model. Determining the basic operations required for processioning like dealing with the missing values, outlier detection, normalizing the data, and temporal sequence building to make the data more qualitative. The uniformity and comparability of synthetic variables—two key factors for equipment dependency as also help in providing the viability of ML and deep learning models. Temporal dependencies: The model architecture incorporates cutting-edge ML techniques such as LSTM and GRU networks for learning the short & long-term dependencies in the time-series data. Carry out feature engineering to elicit the physical relations that determine impact on PV generation.

HOMPs: Heuristic or meta-heuristic driven optimization methods for parameters or hyper-parameters. By utilizing multi-population diversity and Lévy flight strategies, HMPCS prevents local convergence and promotes global exploitation; thus, optimizing its superior properties over traditional optimization algorithms.

Statistical indices (MAE, RMSE, MAPE, R2) and visualization methods are used in the Comprehensive Model Evaluation to validate the predictive performance. This compares the proposed framework to baseline ML methods and challenges robustness with multiple meteorological conditions. Finally, since we believe that resilience against missing data and noise is what makes the way we expressed robustness, that clear steps to follow so that others can use them to replicate our results bring reprehensibility, and that the fact that different datasets and forecasting horizons can be implemented leads to adaptability, we propose the framework as a scientifically-grounded contribution for the fields of renewable energy forecasting.

3.1 Data preprocessing equations

Normalization (Min–Max Scaling):

Xscaled(t)=(X(t)−Xmin)/(Xmax−Xmin)

Z-score Standardization:

Xnorm(t)=(X(t)−μX)σX

Sliding Window Representation:

St={X(t−L+1),…,X(t)}

3.2 LSTM model equations

Forget Gate:

ft=σ(Wf·[ht−1,xt]+bf)

Input Gate:

it=σ(Wi·[ht−1,xt]+bi)

Candidate Cell State:

Ĉt=tanh(WC·[ht−1,xt]+bC)

Updated Cell State:

Ct=ft⊙Ct−1+it⊙Ĉt

Output Gate:

ot=σ(Wo·[ht−1,xt]+bo)

Hidden State:

ht=ot⊙tanh(Ct)

3.3 HMPCS optimization equations

Lévy Flight Update Rule:

X(k+1)=X(k)+α·Lévy(λ)

Fitness Function (RMSE Minimization):

RMSE=sqrt((1/N)Σ(yt−ŷt)2)

Population Diversity Update:

P(g+1)=P(g)+β·(Pbest−Prand)

Exploration–Exploitation Switching:

Ifr<p:X(k+1)=X(k)+α·Lévy

Else:X(k+1)=X(k)+γ·(Xbest−X(k))

3.4 Evaluation metrics

Mean Absolute Error (MAE):

MAE=(1/N)Σ|yt−ŷt|

Mean Absolute Percentage Error (MAPE):

MAPE=(100/N)Σ|(yt−ŷt)/yt|

Coefficient of Determination (R2):

R²=1−[Σ(yt−ŷt)²]/[Σ(yt−y-)²]

3.5 Data collection

Meteorological and solar irradiance data were sourced from two established databases, NASA POWER and PV Watts. The dataset contains points of GHI, temperature, wind speed, relative humidity, and timestamps in hours.

They are important in the field of solar PV generation modelling as they consider the atmospheric dynamics and variability in solar radiation. Alternatively, methods employing multiple meteorological variables have been proposed in the latest years to improve forecasting accuracy particularly in short-term forecasting applications as discussed in previous studies.14 See Table 2 for a detailed comparative review of related hybrid approaches

Table 2. The table lists the main environmental and historical PV variables used as model inputs to improve solar-power prediction accuracy.Feature SourceDescription UnitGlobal Horizontal Irradiance (GHI)NASA POWERSolar radiation incident on a horizontal surfaceW/m2Ambient TemperatureNASA POWERAir temperature measured near the surface°CWind SpeedNASA POWERWind velocity at 10m heightm/sRelative HumidityNASA POWERAtmospheric moisture content%TimestampPV WattsHourly temporal index

.

3.6 Data preprocessing

The data subsequently traversed an inspection pipeline that implemented validation procedures to ensure its cleanliness for utilization in the ML models. The procedure was as follows:

Data Cleansing and Management of Absent Values: Linear interpolation, which succeeded in ensuring consistency in time integrity,25 was employed to address missing occurrences. To mitigate bias in our model, we conduct Z-score analysis (|z| > 3)26 and substitute outliers with the mean numbers of their respective neighborhood based on data type and vendor.

Standardization of Attributes: Given that the model learns inside a local context constrained between 0 and 1, all features were normalized to the relevant range using Min-Max scaling, which is effective for adjusting attribute ranges that differ from the input.27

Partitioning of Training and Testing Data: In accordance with the acceptable literature, the data is divided into learning (70%) and validation (30%) sets.28

Temporal Structuring: Input data were transformed into temporal windows of 24–48 hours to accommodate possible Dependencies across time scales, facilitating the integration of the LSTM/GRU models.29,30 The proposed HMPCS–ML framework is depicted in Figure 1 and consists of six key stages: data collection, imputation of missing values, outlier detection, normalization, a data splitting stage for train and test, and the temporal sequencing to match the time index to the model input.

232243c8-3889-46c4-b079-9d3b118bb15b_figure1.gif

Figure 1. This schematic summarizes the preprocessing steps applied before model training: raw data collection, missing value imputation, outlier removal, normalization, train–test splitting, and temporal sequencing for time-series forecasting.
3.7 Machine learning models

To this end, the performance of the proposed hybrid framework was evaluated in two different machine learning (ML) models:

Long Short-Term Memory (LSTM): LSTM networks are one of the recurrent neural networks (RNN) variations capable of learning long-term temporal dependencies in sequential data. Furthermore, they retain the temporal information, making them most suitable for time forecasting issues, such as photovoltaic (PV) power forecasting, in which some meteorological variables exhibit diurnal and seasonal periodontitis.31,32 To address the vanishing gradient problem, a disadvantage of classical recurrent neural networks (RNNs), LSTMs employ gated mechanisms (input, forget, and output gates), which enable them to learn both long-term and short-term dependencies effectively.33

Light Gradient Boosting Machine (Light GBM): It is a tree-based ensemble learning algorithm that utilizes gradient boosting decision trees (GBDT), which employs an ensemble of weak learners. Light GBM can achieve fast training and efficient memory usage. Light GBM supports low-latency inference and is known to perform better in the high-dimensional tabular data space than deep neural architectures.34 Because of this feature, it can consider both categorical and continuous features simultaneously, making it a powerful associative model compared to LSTM in solar forecasting tasks. Light GBM is also well-known for its low computational cost in many renewable energy applications, as well as its inherent resilience to over-fitting, provided suitable regularization is added.35

We built a system that combines long short-term memory (LSTM) as a neural sequence model to exploit globally optimal attribute combinations, with Light GBM as an ensemble method to efficiently process heterogeneous meteorological inputs, by leveraging the complementary advantages of high-performing modelling methods.

3.8 Optimization using HMPCS

The HMPCS approach was combined with both ML models as a hyper-parameter optimization engine to enhance their forecasting performance. While the standard Cuckoo Search (CS) focuses solely on replacing the worst-performing cuckoos identified as such, HMPCS differs in that it maintains multiple evolving sub-populations throughout a single optimization run. This allows for an effective trade-off between exploration (i.e. global search over parameter space) and exploitation (i.e. local search around promising solutions).

So, the way the optimization process works is: Each sub-population evolves in isolation but periodically exchanges elite solutions to avoid premature convergence.

Lévy flight randomization to diverge the searching course of the path that can be used by candidate solutions to get out of the local minima. HMPCS encapsulates large population structures (with associated diversity) at the cost of speed, due to the need for many reproducible runs, while retaining the most optimal hyper-parameters.

In this work, we directly optimize predictive accuracy and generalization by using the negative cross-validation score of the target ML model as the fitness function.

HMPCS Parameter Settings:

Number of subpopulations: 3

Per subpopulation (N = 20):

α: Lévy flight parameter: 1.5

Maximum generations: 50

It was focused on important hyper-parameter optimization. These were:

LSTM: Learning rate, hidden layers, neurons on layer, dropout and sequence length.

Regularization limits and n_ “estimators,” max_depth, “learning rate” for Light GBM.

We propose a framework that utilizes HMPCS to automatically fine-tune LSTM models for both seen and unseen data,8 achieving high accuracy over manually tuned or grid-searched baselines.

3.9 Synthetic data generation

To evaluate the robustness of the proposed HMPCS–ML framework, synthetic datasets were generated. Fortunately, this is relatively straightforward to accomplish in an environmentally responsible manner. That’s why CLAES can still be used for some near-real-time measurements of the Earth’s atmosphere.

The synthetic data were formed by adding controlled Gaussian noise and perturbations to actual meteorological variables|that is irradiance, temperature, wind speed. This maintains the sequential nature of the data plus variability necessary (to simulate Uncertain real world). The synthetic dataset generation can be expressed as:

Xsynthetic=Xreal+ε

where ε is Gaussian noise with zero mean and controlled variance. This is a way to assess model stability under Varying degrees of uncertainty while still being consistent with realistic photovoltaic patterns.

3.10 Experimental setup and comparison

Four experimental analyses were conducted to assess the stability and the generalization performance of the proposed hybrid HMPCS–ML framework. Use of publicly available meteorological datasets that guarantee reprehensibility and transparency of the results. This experiment measures the performance of the proposed framework against the best existing hyper-parameter tuning. Besides Classic Methods we compared also HMPCS with Grid Search (high computational cost, due to large search area) and Particle Swarm Optimizations (PSO, fast and popular swarm intelligence technique, more suitable for low-non-adaptability in high-dimension search space). The analysis was performed using typical error factors: Mean Absolute Error (MAE), Root Mean Square Error (RMSE), Mean Absolute Percentage Error (MAPE), and Coefficient of Determination (R2). Finally, as an additional exploration analysis, convergence curves (i.e., the optimization dynamics of HMPCS in contrast to PSO & Grid Search were also; ~ 10 lines for each comparison + maps + figs).

Using this comparative framework, HMPCS also has the following advantages: Parallel populations to speed up convergence System Architecture-periodic sharing of elite solutions to avoid local minima-adaptive hyper-parameter tuning for a few critical hyper-parameters enabling Forecasting accuracy improvement for LSTM and Light GBM models. Thus, the evidence from these experiments, in addition to direct demonstration of how HMPCS outperforms the previous strategies in optimizing, indicates that the ability of HMPCS to maintain the balance between exploration and exploitation yields the most accurate predictions with the lowest amount of cost in computation.

Table 3 clearly shows that HMPCS outperformed both Grid Search and PSO in all model configurations. The LSTM + HMPCS model achieved the lowest RMSE (0.139) and highest R2 (0.93), indicating superior predictive performance. This validates the use of HMPCS as a robust optimizer for fine-tuning ML-based solar forecasting models.

Table 3. This table compares how LSTM and LightGBM perform under different hyper-parameter optimization methods.

It shows that using HMPCS improves both models’ accuracy more than the standard or grid/random search settings.

ModelOptimizerRMSEMAE R2LSTMNone0.1940.1240.87LSTMGrid Search0.1710.1090.90LSTMPSO0.1570.1010.91LSTMHMPCS0.1390.0890.93Light GBMNone0.2110.1320.85Light GBMGrid Search0.1830.1150.88Light GBMPSO0.1690.1060.89Light GBMHMPCS0.1570.0980.91
3.11 Results and analysis

It can be observed from Table 4 that HMPCS gave satisfactory results compared to Grid Search and PSO in all models. The LSTM + using the test dataset, it was shown that RMSE is standardized mean square error which measure one unit root null and alternate for HMPCS model with 0.139 lowest level metric score from validation data. The proposed LSTM+HMPCS model gives the lowest RMSE (0.139) and highest R2 (= 0.93) among all other optimization methods using the test dataset, illustrating superior overall forecasting accuracy compared to Grid Search method as well as Particle Swarm Optimization method34 implemented in the present study. These results validate HMPCS as an effective method for enhancing predictive performance and model generalization. This justifies the use of HMPCS as a powerful optimizer to fine-tune ML-based solar forecasting models.

Table 4. This table compares how LSTM and LightGBM perform under different hyper-parameter optimization methods. It shows that using HMPCS improves both models’ accuracy more than the standard or grid/random search settings.

All results are reported as mean ± standard deviation over 10 independent runs.

ModelRMSE (mean ± std)MAE (mean ± std)MAPE (mean ± std) R 2 (mean ± std)LSTM 0.182 ± 0.0050.141 ± 0.0049.8 ± 0.30.87 ± 0.01LSTM + PSO 0.161 ± 0.0040.125 ± 0.0038.9 ± 0.20.90 ± 0.008LSTM + HMPCS 0.139 ± 0.0030.110 ± 0.0027.6 ± 0.20.93 ± 0.006LightGBM 0.175 ± 0.0060.136 ± 0.0059.5 ± 0.40.88 ± 0.01LightGBM + HMPCS 0.148 ± 0.0040.118 ± 0.0038.1 ± 0.30.91 ± 0.007

We adopted a cross-validation strategy over time-series to achieve sound evaluation and overcome oversaturation. Specifically, we followed a rolling-origin (walk-forward) validation approach in which the training window is gradually extended and the model evaluated on subsequent unseen segments of data.

A 5-fold time-series cross-validation scheme was adopted (with gaps between each period) so that the order of observation is kept for temporal stability. Quite unlike normal k-folds cross-validation.

Each experiment was repeated 10 independent times with fixed random seeds to ensure reproducibility and stability of the results.

The average performance metrics (MAE, RMSE, MAPE, R2) were reported with standard deviations to give a relatively solid verdict on model performance.

In all experiments, models optimized with HMPCS consistently outperformed both their standalone models and fine-tuned models with Grid Search or Particle Swarm Optimization (PSO).

With improved by approximately 23% on average across multiple independent runs, with statistically significant differences confirmed using the Wilcoxon test, exemplifying the gains through hyper-parameter tuning. Likewise, LSTM+HMPCS also showed an improved RMSE and MAE, indicating that, as only the hyper-parameters were optimized, effective hyper-parameter optimization can decrease error rates and improve the model’s capability to generalize in changing weather conditions.37

We further visualized the improvements using bar charts and comparative plots. Results from these showed that both Grid Search and PSO improved upon baseline performance to a degree; however, HMPCS provided the best trade-off between accuracy and speed. The better convergence of HMPCS was due to the use of a multi-population strategy and elite solution exchange in HMPCS, as it helps to escape from local minimum and to search the parameter space more thoroughly. Overall, the results validate HMPCS as a fast, powerful and robust optimizer with measurable benefits in RMSE and robustness over the current state of the art optimization methods in the renewable energy forecasting space.

3.11.1 Statistical validation

To guarantee that the claimed improvements made by the proposed HMPCS-ML architecture are statistically real, a series of non-parametric statistical tests were carried out.

Specifically, using the Wilcoxon signed-rank check, the efficiency of HMPCS–ML algorithms was compared to those of other optimization methods in wide use, such as Grid Search and Particle Swarm Optimization (PSO), over multiple independent runs.

Each test was done ten times and the resulting performance indicators (RMSE and R2) were recorded. Where differences in performance occurred, a Wilcoxon test was applied to find out whether they were statistically important.

Most of the obtained p-values were less than 0.05, proving that this HMPCS-ML system has made significant improvements over the benchmark systems compared with it.

These findings confirm that the beneficial performance gains observed are robust and not simply due to random fluctuation.

As Table 5 documents, stated p-values confirm the new HMPCS–ML approach has performed much more significantly than previous types of approaches.

Table 5. Wilcoxon signed-rank test results for HMPCS–ML versus baseline methods.Comparisonp-value ResultHMPCS vs Grid Search 0.011SignificantHMPCS vs PSO 0.018Significant

3.11.2 Ablation study

Moreover, the study design was employed to examine the respective roles of different components in the proposed framework.

Specifically, three different model configurations were contrasted:

  • a. baseline LSTM model without optimization

  • b. LSTM optimized through standard CS

  • c. LSTM optimized using the proposed Hybrid Multi-Population Cuckoo Search (HMPCS)

The results show the baseline LSTM model offers reasonable forecasting performance; however, optimization via CS will increase accuracy by tuning parameters better. And conversely, proposed HMPCS approach reaches best record, indicating that multi-population strategy has significant impact on balance between exploitation and exploration, themselves Combining to ensure system doesn’t mistakenly jump into a local minimum too fast before data points suggest an altogether different picture.

These results demonstrate that it is not only due to the forecasting model that the proposed HMPCS approach, outperforms (Optimized)’s CS–ML above) shows the above performance.

As shown in Table 6, the proposed HMPCS optimization provides the best performance compared to both the baseline model and the standard CS-based optimization.

Table 6. Statistical performance of models (mean ± std over 10 runs).ModelRMSE (mean ± std) R 2 (mean ± std)LSTM (baseline) 0.182 ± 0.0050.87 ± 0.01LSTM + CS 0.156 ± 0.0040.90 ± 0.008LSTM + HMPCS 0.139 ± 0.0030.93 ± 0.006

Compared with traditional optimization methods, the HMPCS consumes a little bit more time in running. Yet, this additional computational expense is compensated with a substantial gain in forecasting accuracy, robustness and convergence performance.

Figure 2 the forecasting (RMSE and MAE) performance of baseline models (LSTM, Light GBM) and combined with HMPCS. HMPCS-enabled optimization resulted in the most pronounced increases in accuracy for both LSTM and Light GBM, as shown in the results section. Especially for LSTM+HMPCS, there is a significant reduction in RMSE and MAE compared to the version without optimization, while Light GBM+HMPCS achieves a 23% reduction in RMSE. The results highlight the effectiveness of HMPCS in hyper-parameter tuning, convergence acceleration, and generalization of machine learning models for renewable energy prediction.

232243c8-3889-46c4-b079-9d3b118bb15b_figure2.gif

Figure 2. The figure shows that adding HMPCS to both LSTM and LightGBM reduces RMSE and MAE, meaning the optimization improves forecasting accuracy in all cases.

Experimental results show that the proposed HMPCS–ML hybrid framework outperforms both baseline models and traditional optimization strategies.

3.11.3 Experimental setup

To ensure the reproducibility and transparency of the HMPCS–ML system presented in this study, we give a detailed description of our used experiments in this section.

Datasets: The data used for our study were real-world photovoltaic datasets obtained from NASA POWER and PVWatts platforms. The dataset consists of meteorological variables such as Global Horizontal Irradiance (GHI), temperature, wind speed, and humidity.

The total dataset consists of approximately 8,760 samples collected over a one-year period. Data Handling: All input features were normalized using Min-Max Scaler. Missing values were filled in using linear interpolation.

Model setting: LSTM: Number of layers: 2, Hidden units: 64

Batch size: 32, Epochs: 100, Optimizer: Adam, Learning rate: 0.001

LightGBM: Number of leaves: 31, Learning rate: 0.05, Number of estimators: 100

HMPCS Parameters: Population size: 25, Subpopulations count: 3, Discover rate (pa): 0.25

Initial step size (a): 0.01, Maximum number of generations to run: 100

Hardware and Procedure: All the experiments in this paper were implemented using Python, TensorFlow and LightGBM libraries on a system with an Intel Core i7 processor, 16 GB of memory, and the option to use a GPU for acceleration.

Reproducibility: To help assure the stations and reliability of our experimental results, we used random seeds which were then fixed and repeated each of our different experiments 10 times in a row.

Description of Data Sets: The data set used in this study was an hourly one consisting of 8,760 samples of meteorological and photovoltaic observations that were collected over the course of a year. Input features data Global Horizontal Irradiance (GHI), temperature, wind speed and humidity.

Before incorporating data in the final study, establish a threshold value. As such, further designs and parameters of lysis methods (compart-mental, concurrent response or parametric) would be left entirely to user preference at this stage. The data split into training (70 percent), validation (15%) and testing (15%) sets while maintaining the original order of observations.

3.11.4 Evaluation metrics

Due to the various facets of model performance assessed, we applied the following evaluation metrics:

  • RMSE (Root Mean Squared Error): It computes the root of the mean squared error between predicted and observed alike values and is more severe at penalizing large discrepancies. We also preferred a low RMSE for the sake of good forecasting performance.

  • Mean Absolute Error (MAE): Simply it is mean of absolute differences of predicted values and truth values MAE is less sensitive to outliers than RMSE and provides a more interpretation measure of average forecast deviation in the same units as the forecast.

  • Coefficient of Determination (R 2): How much of the variance in the dependent variable is explained by the model? Higher R2 values indicate stronger explanatory power, or a better fit between the model and the observed data.

These metrics together provide an overall assessment of the prediction accuracy (using RMSE & MAE) and generalization ability (using R2) of the proposed forecasting framework. The multiple complementary measures used in the study ensure that the benefits of HMPCS are not restricted to one performance measure, but rather comprise strong, generalization, and practically essential improvements in performance across several dimensions of evaluation.

Future work may incorporate a comprehensive sensitivity analysis to further investigate the effect of HMPCS parameters on forecasting accuracy and model robustness, following established optimization methodologies reported in the literature.36

3.12 Limits of the studying

Though indicating some good results this paper has several limitations. At First, the experiments were performed on just a few sets of data, little different in any actual photovoltaic routine could possibly not be simulated accurately enough. Second, when compared to other solutions with simpler computations, the computational cost of our HMPCS framework is higher. Thirdly, this performance was tested under controlled experimental conditions and additional testing in the field is necessary to deal with very large installations in industrial sites.

4. Conclusion

In this research work, we established a Hybrid Multi-Population Cuckoo Search By Means of Machine Learning Framework (HMPCS-ML), running from a fresh start to sustainably improve the forwardness performance of photovoltaic power generation. The results show that when the multi-population optimization mechanism is mated with LSTM and LightGBM models, both check RMSE (average variance-mean square deviation) increase accompanied by a drop in R2 in comparison to traditional methods such as Grid Search and PSO.

More importantly, these changes are consistent across various aspects of experimentation and can be statistically verified using techniques within statistical analyses. repeated tests, Wilcoxon methods, the improvements we saw are not to be regarded as mere happenstance. In addition, when the multi-population mechanism was removed from the optimization process and we carried out an exclusion test study, it also indicated that having populations had an enhancing effect upon balance between exploration and exploitation as well as upon deterring premature convergence.

However, it must be pointed out that this study so far has taken place solely under controlled experimental conditions and with a combination of real and artificially reconstructed data streams; while the results suggest a big difference in performance、 the move to practical deployment across large real grid systems will require more rigorous scrutiny.

Furthermore, comparing its computational complexity to that of traditional optimization methods, the HMPCS framework with its multiple subsystems takes greater energy demand to calculate. But the advantage is only made up for by improved convergence behavior.

The next stage will extend the modified approach out to bigger datasets; integrate it with real-time forecasting pipeline tests; and explore how well systems could perform under varying environmental conditions in parallel to this one-off study.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Uncertainty Quantification of Climate Impact on Tobacco Yield: A Grid-Based Multimodal AI Framework for Dynamic Risk Stratification and Adaptive Management [version 1; peer review: awaiting peer review]09.529-07-2026
2Review of Hybrid Localization Frameworks in Wireless Sensor Networks for Precision Agriculture Applications [version 1; peer review: awaiting peer review]09.5924-07-2026
3SHINE: Multimodal Machine Learning Approaches for Solar Energetic Particles Events Event Prediction and Posthoc Analysis01002-04-2026
4Wavelet  machine learning model for condition monitoring of ball bearings [version 2; peer review: 1 approved with reservations, 1 not approved]08.6327-07-2026
5Intelligent Prediction of Fine-Grained Mismatch Rate in Cross-Screen Based on Machine Learning Model07.5601-01-2027
6A Dual Layer Network Model for Green Design Optimization04.3301-01-2027
7Aerodynamic Performance of a Baja SAE Vehicle Using Hybrid RANS-LES Approach [version 3; peer review: 1 approved, 1 not approved]011.6625-07-2026
8Explainable AI for Energy Systems5708-06-2026
9Optimisation Design of Large-Scale Shipborne Radar Structure Under Complicated Load Conditions05.6801-01-2027
10Forecasting Lab Climates: A Machine Learning Decision Support System for Humidity-Sensitive Experiments0515-07-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 8.06. Источник: f1000research.com.