126 research outputs found

    Time series predictive analysis based on hybridization of meta-heuristic algorithms

    Get PDF
    This paper presents a comparative study which involved five hybrid meta-heuristic methods to predict the weather five days in advance. The identified meta-heuristic methods namely Moth-flame Optimization (MFO), Cuckoo Search algorithm (CSA), Artificial Bee Colony (ABC), Firefly Algorithm (FA) and Differential Evolution (DE) are individually hybridized with a well-known machine learning technique namely Least Squares Support Vector Machines (LS-SVM). For experimental purposes, a total of 6 independent inputs are considered which were collected based on daily weather data. The efficiency of the MFO-LSSVM, CSLSSVM, ABC-LSSVM, FA-LSSVM, and DE-LSSVM was quantitatively analyzed based on Theil’s U and Root Mean Square Percentage Error. Overall, the experimental results demonstrate a good rival among the identified methods. However, the superiority goes to FA-LSSVM which was able to record lower error rates in prediction. The proposed prediction model could benefit many parties in continuity planning daily activities

    State of charge estimation for electric vehicles using random forest

    Get PDF
    This paper introduces an innovative approach to addressing a critical challenge in the electric vehicle (EV) industry—the accurate estimation of the state of charge (SOC) of EV batteries under real-world operating conditions. The electric mobility landscape is rapidly evolving, demanding more precise SOC estimation methods to improve range prediction accuracy and battery management. This study applies a Random Forest (RF) machine learning algorithm to improve SOC estimation. Traditionally, SOC estimation has posed a formidable challenge, particularly in capturing the complex dependencies between various parameters and SOC values during dynamic driving conditions. Previous methods, including the Extreme Learning Machine (ELM), have exhibited limitations in providing the accuracy and robustness required for practical EV applications. In contrast, this research introduces the RF model, for SOC estimation approach that excels in real-world scenarios. By leveraging decision trees and ensemble learning, the RF model forms resilient relationships between input parameters, such as voltage, current, ambient temperature, and battery temperatures, and SOC values. This unique approach empowers the model to deliver precise and consistent SOC estimates across diverse driving conditions. Comprehensive comparative analyses showcase the superiority of the RF over ELM. The RF model not only outperforms in accuracy but also demonstrates exceptional robustness and reliability, addressing the pressing needs of the EV industry. The results of this study not only underscore the potential of RF in advancing electric mobility but also suggest a promising integration of the SOC estimation approach into the battery management system of BMW i3. This integration holds the key to more efficient and dependable electric vehicle operations, marking a significant milestone in the ongoing evolution of EV technology. Importantly, the RF model demonstrates a lower Root Mean Squared Error (RMSE) of 5.9028% compared to 6.3127% for ELM, and a lower Mean Absolute Error (MAE) of 4.4321% versus 5.1112% for ELM across rigorous k-fold cross-validation testing, reaffirming its superiority in quantitative SOC estimation

    Chiller energy prediction in commercial building : A metaheuristic-enhanced deep learning approach

    Get PDF
    Chiller energy prediction in commercial building : A metaheuristic-Enhanced deep learning approach Chiller systems hold a critical role in upholding comfort and energy efficiency within commercial buildings. Precise prediction of chiller energy consumption is imperative for operational optimization and the reduction of energy expenditures. This paper introduces an innovative methodology that integrates deep learning (DL), specifically Fixed Forward Neural Networks (FFNN), with Teaching-Learning-Based Optimization (TLBO) to enhance the accuracy of chiller energy consumption forecasts. Drawing on a diverse dataset from a commercial building, encompassing vital input parameters such as Chilled Water Rate, Building Load, Cooling Water Temperature, Humidity, and Dew Point, the study conducts a comprehensive comparison of metaheuristic algorithms (Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Barnacles Mating Optimizer (BMO), Harmony Search Algorithm (HSA), Differential Evolution (DE), Ant Colony Optimization (ACO), and the latest RIME algorithm). TLBO's adept navigation of the intricate parameter space of DL yields highly precise predictions for chiller energy consumption. The study's outcomes underscore TLBO's potential, along with other metaheuristics, in optimizing DL and refining energy management practices in commercial buildings. This research significantly contributes to the evolving discourse on the symbiosis between DL, particularly FFNNs, and metaheuristic optimization, offering a robust framework for chiller energy consumption prediction, thereby advancing sustainability and cost-effectiveness in building operations

    An application of improved salp swarm algorithm for optimal power flow solution considering stochastic solar power generation

    Get PDF
    This paper describes the use of an improved version of the Salp Swarm Algorithm, known as iSSA, to address Optimal Power Flow (OPF) issues in power system management. The iSSA is applied to OPF problems involving stochastic solar power generation, with the goal of optimizing control variables such as real power generation, voltage magnitude at generation buses, transformer tap settings, and reactive power compensation. The optimization aims to achieve three objectives: minimizing power loss, minimizing cost, and minimizing combined cost and emissions from power generation. The iSSA's performance was tested on a modified IEEE 30-bus system and compared to other recent algorithms, including SSA. The simulation results show that the iSSA outperformed all compared algorithms for all objective functions that have been derived in this study

    Belajar Least Squares Support Vector Machines (LS-SVM) dalam masa seminggu

    Get PDF
    Bab 1: Pengenalan 1 Bab 2: Klassifikasi vs. Ramalan 3 Bab 3: Teori 5 Bab 4: Toolbox LS-SVM 15 Bab 5: Penyelesaian masalah klasifikasi menggunakan Toolbox LS-SVM 33 Bab 6: Penyelesaian masalah ramalan menggunakan Toolbox LS-SVM Bab 7: Penutup 79 Rujukan 8

    Stock price predictive analysis : An application of hybrid barnacles mating optimizer with artificial neural network

    Get PDF
    Artificial Neural Network (ANN) is an effective machine learning technique for addressing regression tasks. Nonetheless, the performance of ANN is highly dependent on the values of its parameters, specifically the weight and bias. To improve its predictive generalization, it is crucial to optimize these parameters. In this study, the Barnacles Mating Optimizer (BMO) is employed as an optimization tool to automatically optimize these parameters. As a relatively new optimization algorithm, it has been shown to be effective in addressing various optimization problems. The proposed hybrid predictive model of BMO-ANN is tested on time series data of stock price using six selected inputs to predict the next day’ closing prices. Evaluated based on Mean Square Error (MSE) and Root Mean Square Error (RMSPE), the proposed BMO-ANN exhibits significant superiority over the other identified hybrid algorithms. Additionally, the difference in means between BMO-ANN and other identified hybrid algorithms was found to be statistically significant, with a significance level of 0.05%

    Forecasting solar power generation using evolutionary mating algorithm-deep neural networks

    Get PDF
    This paper proposes an integration of recent metaheuristic algorithm namely Evolutionary Mating Algorithm (EMA) in optimizing the weights and biases of deep neural networks (DNN) for forecasting the solar power generation. The study employs a Feed Forward Neural Network (FFNN) to forecast AC power output using real solar power plant measurements spanning a 34-day period, recorded at 15-minute intervals. The intricate nonlinear relationship between solar irradiation, ambient temperature, and module temperature is captured for accurate prediction. Additionally, the paper conducts a comprehensive comparison with established algorithms, including Differential Evolution (DE-DNN), Barnacles Mating Optimizer (BMO-DNN), Particle Swarm Optimization (PSO-DNN), Harmony Search Algorithm (HSA-DNN), DNN with Adaptive Moment Estimation optimizer (ADAM) and Nonlinear AutoRegressive with eXogenous inputs (NARX). The experimental results distinctly highlight the exceptional performance of EMA-DNN by attaining the lowest Root Mean Squared Error (RMSE) during testing. This contribution not only advances solar power forecasting methodologies but also underscores the potential of merging metaheuristic algorithms with contemporary neural networks for improved accuracy and reliability

    Optimal placement and sizing of FACTS devices for optimal power flow using metaheuristic optimizers

    Get PDF
    This paper proposes the implementation of various metaheuristic algorithms in solving the optimal power flow (OPF) with the presence of Flexible AC Transmission System (FACTS) devices in the power system. OPF is one of the well-known problems in power system operations and with the inclusion of the FACTS devices allocation problems into OPF will make the solution more complex. Thus, seven metaheuristic algorithms: Barnacles Mating Optimizer (BMO), Marine Predators Algorithm (MPA), Moth–Flame Optimization (MFO), Particle Swarm Optimization (PSO), Gravitational Search Algorithm (GSA), Teaching–Learning-Based Optimization (TLBO) and Heap-Based Optimizer (HBO) are used to solve two objective functions: power loss and cost minimizations. These algorithms are selected from the different metaheuristics classification groups, where the implementation of these algorithms into the said problems will be tested on the modified IEEE 14-bus system. From the simulation results, it is suggested that TLBO and HBO perform better compared to the rest of algorithms

    Covid-19 confirmed cases prediction in china based on barnacles mating optimizer-least squares support vector machines

    Get PDF
    The Covid19 has significantly changed the global landscape in every aspect including economy, social life, and many others. After almost two years of living with the pandemic, new challenges are faced by the research community. It may take some time before the world can be declared as totally safe from the virus. Therefore, prediction of Covid19 confirmed cases is vital for the sake of proper prevention and precaution steps. In this study, a hybrid Barnacles Mating Optimizer with Least Square Support Vector Machines (BMO-LSSVM) is proposed for prediction of Covid19 confirmed cases. The employed data are the Covid19 cases in China which are defined in daily periodicity. The BMO was utilized to obtain optimal values of LSSVM hyper-parameters. Later, with the optimized values of the hyper-parameters, the prediction task will be executed by LSSVM. Through the experiments, the study recommends the superiority of BMO-LSSVM over the other identified hybrid algorithms

    Stock price predictive analysis: An application of hybrid barnacles mating optimizer with artificial neural network

    Get PDF
    Artificial Neural Network (ANN) is an effective machine learning technique for addressing regression tasks. Nonetheless, the performance of ANN is highly dependent on the values of its parameters, specifically the weight and bias. To improve its predictive generalization, it is crucial to optimize these parameters. In this study, the Barnacles Mating Optimizer (BMO) is employed as an optimization tool to automatically optimize these parameters. As a relatively new optimization algorithm, it has been shown to be effective in addressing various optimization problems. The proposed hybrid predictive model of BMO-ANN is tested on time series data of stock price using six selected inputs to predict the next day’ closing prices. Evaluated based on Mean Square Error (MSE) and Root Mean Square Error (RMSPE), the proposed BMO-ANN exhibits significant superiority over the other identified hybrid algorithms. Additionally, the difference in means between BMO-ANN and other identified hybrid algorithms was found to be statistically significant, with a significance level of 0.05%
    corecore