LGOct 19, 2024

Testing the Efficacy of Hyperparameter Optimization Algorithms in Short-Term Load Forecasting

arXiv:2410.15047v12 citationsh-index: 42025 International Conference on Electrical and Computer Engineering Researches (ICECER)
Originality Synthesis-oriented
AI Analysis

It addresses the problem of optimizing forecasting models for power grid stability, but is incremental as it compares existing methods on a specific dataset.

This study tested five hyperparameter optimization algorithms on short-term load forecasting tasks using the Panama Electricity dataset, finding significant runtime advantages over Random Search but noting that Bayesian optimization had the lowest accuracy in univariate models.

Accurate forecasting of electrical demand is essential for maintaining a stable and reliable power grid, optimizing the allocation of energy resources, and promoting efficient energy consumption practices. This study investigates the effectiveness of five hyperparameter optimization (HPO) algorithms -- Random Search, Covariance Matrix Adaptation Evolution Strategy (CMA--ES), Bayesian Optimization, Partial Swarm Optimization (PSO), and Nevergrad Optimizer (NGOpt) across univariate and multivariate Short-Term Load Forecasting (STLF) tasks. Using the Panama Electricity dataset (n=48,049), we evaluate HPO algorithms' performances on a surrogate forecasting algorithm, XGBoost, in terms of accuracy (i.e., MAPE, $R^2$) and runtime. Performance plots visualize these metrics across varying sample sizes from 1,000 to 20,000, and Kruskal--Wallis tests assess the statistical significance of the performance differences. Results reveal significant runtime advantages for HPO algorithms over Random Search. In univariate models, Bayesian optimization exhibited the lowest accuracy among the tested methods. This study provides valuable insights for optimizing XGBoost in the STLF context and identifies areas for future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes