520 research outputs found

    An innovative metaheuristic strategy for solar energy management through a neural networks framework

    Get PDF
    Proper management of solar energy as an effective renewable source is of high importance toward sustainable energy harvesting. This paper offers a novel sophisticated method for predicting solar irradiance (SIr) from environmental conditions. To this end, an efficient metaheuristic technique, namely electromagnetic field optimization (EFO), is employed for optimizing a neural network. This algorithm quickly mines a publicly available dataset for nonlinearly tuning the network parameters. To suggest an optimal configuration, five influential parameters of the EFO are optimized by an extensive trial and error practice. Analyzing the results showed that the proposed model can learn the SIr pattern and predict it for unseen conditions with high accuracy. Furthermore, it provided about 10% and 16% higher accuracy compared to two benchmark optimizers, namely shuffled complex evolution and shuffled frog leaping algorithm. Hence, the EFO-supervised neural network can be a promising tool for the early prediction of SIr in practice. The findings of this research may shed light on the use of advanced intelligent models for efficient energy development

    Monitoring and Fault Diagnosis for Chylla-Haase Polymerization Reactor

    Get PDF
    The main objective of this research is to develop a fault detection and isolation (FDI) methodologies for Cylla-Haase polymerization reactor, and implement the developed methods to the nonlinear simulation model of the proposed reactor to evaluate the effectiveness of FDI methods. The first part of this research focus of this chapter is to understand the nonlinear dynamic behaviour of the Chylla-Haase polymerization reactor. In this part, the mathematical model of the proposed reactor is described. The Simulink model of the proposed reactor is set up using Simulink/MATLAB. The design of Simulink model is developed based on a set of ordinary differential equations that describe the dynamic behaviour of the proposed polymerization reactor. An independent radial basis function neural networks (RBFNN) are developed and employed here for an on-line diagnosis of actuator and sensor faults. In this research, a robust fault detection and isolation (FDI) scheme is developed for open-loop exothermic semi-batch polymerization reactor described by Chylla-Haase. The independent (RBFNN) is employed here when the system is subjected to system uncertainties and disturbances. Two different techniques to employ RBF neural networks are investigated. Firstly, an independent neural network is used to model the reactor dynamics and generate residuals. Secondly, an additional RBF neural network is developed as a classifier to isolate faults from the generated residuals. In the third part of this research, a robust fault detection and isolation (FDI) scheme is developed to monitor the Chylla-Haase polymerization reactor, when it is under the cascade PI control. This part is really challenging task as the controller output cannot be designed when the reactor is under closed-loop control, and the control action will correct small changes of the states caused by faults. The proposed FDI strategy employed a radial basis function neural network (RBFNN) in an independent mode to model the process dynamics, and using the weighted sum-squared prediction error as the residual. The Recursive Orthogonal Least Squares algorithm (ROLS) is employed to train the model to overcome the training difficulty of the independent mode of the network. Then, another RBFNN is used as a fault classifier to isolate faults from different features involved in the residual vector. In this research, an independent MLP neural network is implemented here to generate residuals for detection task. And another RBF is applied for isolation task performing as a classifier. The fault diagnosis scheme is developed for a Chylla-Haase reactor under open-loop and closed-loop control system. The comparison between these two neural network architectures (MPL and RBF) are shown that RBF configuration trained by (RLS) algorithm have several advantages. The first one is greater efficiency in finding optimal weights for field strength prediction in complex dynamic systems. The RBF configuration is less complex network that results in faster convergence. The training algorithms (RLs and ROLS) that used for training RBFNN in chapter (4) and (5) have proven to be efficient, which results in significant faster computer time in comparison to back-propagation one. Another fault diagnosis (FD) scheme is developed in this research for an exothermic semi-batch polymerization reactor. The scheme includes two parts: the first part is to generate residual using an extended Kalman filter (EKF), and the second part is the decision making to report fault using a standardized hypothesis of statistical tests. The FD simulation results are presented to demonstrate the effectiveness of the proposed method. In the lase section of this research, a robust fault diagnosis scheme for abrupt and incipient faults in nonlinear dynamic system. A general framework is developed for model-based fault detection and diagnosis using on-line approximators and adaptation/learning schemes. In this framework, neural network models constitute an important class of on-line approximators. The changes in the system dynamics due to fault are modelled as nonlinear functions of the state, while the time profile of the fault is assumed to be exponentially developing. The changes in the system dynamics are monitored by an on-line approximation model, which is used for detecting the failures. A systematic procedure for constructing nonlinear estimation algorithm is developed, and a stable learning scheme is derived using Lyapunov theory. Simulation studies are used to illustrate the results and to show the effectiveness of the fault diagnosis methodology. Finally, the success of the proposed fault diagnosis methods illustrates the potential of the application of an independent RBFNN, an independent MLP, an Extended kalman filter and an adaptive nonlinear observer based FD, to chemical reactors

    A Comprehensive Survey on Particle Swarm Optimization Algorithm and Its Applications

    Get PDF
    Particle swarm optimization (PSO) is a heuristic global optimization method, proposed originally by Kennedy and Eberhart in 1995. It is now one of the most commonly used optimization techniques. This survey presented a comprehensive investigation of PSO. On one hand, we provided advances with PSO, including its modifications (including quantum-behaved PSO, bare-bones PSO, chaotic PSO, and fuzzy PSO), population topology (as fully connected, von Neumann, ring, star, random, etc.), hybridization (with genetic algorithm, simulated annealing, Tabu search, artificial immune system, ant colony algorithm, artificial bee colony, differential evolution, harmonic search, and biogeography-based optimization), extensions (to multiobjective, constrained, discrete, and binary optimization), theoretical analysis (parameter selection and tuning, and convergence analysis), and parallel implementation (in multicore, multiprocessor, GPU, and cloud computing forms). On the other hand, we offered a survey on applications of PSO to the following eight fields: electrical and electronic engineering, automation control systems, communication theory, operations research, mechanical engineering, fuel and energy, medicine, chemistry, and biology. It is hoped that this survey would be beneficial for the researchers studying PSO algorithms

    Deterministic Artificial Intelligence

    Get PDF
    Kirchhoff’s laws give a mathematical description of electromechanics. Similarly, translational motion mechanics obey Newton’s laws, while rotational motion mechanics comply with Euler’s moment equations, a set of three nonlinear, coupled differential equations. Nonlinearities complicate the mathematical treatment of the seemingly simple action of rotating, and these complications lead to a robust lineage of research culminating here with a text on the ability to make rigid bodies in rotation become self-aware, and even learn. This book is meant for basic scientifically inclined readers commencing with a first chapter on the basics of stochastic artificial intelligence to bridge readers to very advanced topics of deterministic artificial intelligence, espoused in the book with applications to both electromechanics (e.g. the forced van der Pol equation) and also motion mechanics (i.e. Euler’s moment equations). The reader will learn how to bestow self-awareness and express optimal learning methods for the self-aware object (e.g. robot) that require no tuning and no interaction with humans for autonomous operation. The topics learned from reading this text will prepare students and faculty to investigate interesting problems of mechanics. It is the fondest hope of the editor and authors that readers enjoy the book

    ARCHITECTURE OPTIMIZATION, TRAINING CONVERGENCE AND NETWORK ESTIMATION ROBUSTNESS OF A FULLY CONNECTED RECURRENT NEURAL NETWORK

    Get PDF
    Recurrent neural networks (RNN) have been rapidly developed in recent years. Applications of RNN can be found in system identification, optimization, image processing, pattern reorganization, classification, clustering, memory association, etc. In this study, an optimized RNN is proposed to model nonlinear dynamical systems. A fully connected RNN is developed first which is modified from a fully forward connected neural network (FFCNN) by accommodating recurrent connections among its hidden neurons. In addition, a destructive structure optimization algorithm is applied and the extended Kalman filter (EKF) is adopted as a network\u27s training algorithm. These two algorithms can seamlessly work together to generate the optimized RNN. The enhancement of the modeling performance of the optimized network comes from three parts: 1) its prototype - the FFCNN has advantages over multilayer perceptron network (MLP), the most widely used network, in terms of modeling accuracy and generalization ability; 2) the recurrency in RNN network make it more capable of modeling non-linear dynamical systems; and 3) the structure optimization algorithm further improves RNN\u27s modeling performance in generalization ability and robustness. Performance studies of the proposed network are highlighted in training convergence and robustness. For the training convergence study, the Lyapunov method is used to adapt some training parameters to guarantee the training convergence, while the maximum likelihood method is used to estimate some other parameters to accelerate the training process. In addition, robustness analysis is conducted to develop a robustness measure considering uncertainties propagation through RNN via unscented transform. Two case studies, the modeling of a benchmark non-linear dynamical system and a tool wear progression in hard turning, are carried out to testify the development in this dissertation. The work detailed in this dissertation focuses on the creation of: (1) a new method to prove/guarantee the training convergence of RNN, and (2) a new method to quantify the robustness of RNN using uncertainty propagation analysis. With the proposed study, RNN and related algorithms are developed to model nonlinear dynamical system which can benefit modeling applications such as the condition monitoring studies in terms of robustness and accuracy in the future

    Automatic Control and Routing of Marine Vessels

    Get PDF
    Due to the intensive development of the global economy, many problems are constantly emerging connected to the safety of ships’ motion in the context of increasing marine traffic. These problems seem to be especially significant for the further development of marine transportation services, with the need to considerably increase their efficiency and reliability. One of the most commonly used approaches to ensuring safety and efficiency is the wide implementation of various automated systems for guidance and control, including such popular systems as marine autopilots, dynamic positioning systems, speed control systems, automatic routing installations, etc. This Special Issue focuses on various problems related to the analysis, design, modelling, and operation of the aforementioned systems. It covers such actual problems as tracking control, path following control, ship weather routing, course keeping control, control of autonomous underwater vehicles, ship collision avoidance. These problems are investigated using methods such as neural networks, sliding mode control, genetic algorithms, L2-gain approach, optimal damping concept, fuzzy logic and others. This Special Issue is intended to present and discuss significant contemporary problems in the areas of automatic control and the routing of marine vessels

    Performance-based health monitoring, diagnostics and prognostics for condition-based maintenance of gas turbines: A review

    Get PDF
    With the privatization and intense competition that characterize the volatile energy sector, the gas turbine industry currently faces new challenges of increasing operational flexibility, reducing operating costs, improving reliability and availability while mitigating the environmental impact. In this complex, changing sector, the gas turbine community could address a set of these challenges by further development of high fidelity, more accurate and computationally efficient engine health assessment, diagnostic and prognostic systems. Recent studies have shown that engine gas-path performance monitoring still remains the cornerstone for making informed decisions in operation and maintenance of gas turbines. This paper offers a systematic review of recently developed engine performance monitoring, diagnostic and prognostic techniques. The inception of performance monitoring and its evolution over time, techniques used to establish a high-quality dataset using engine model performance adaptation, and effects of computationally intelligent techniques on promoting the implementation of engine fault diagnosis are reviewed. Moreover, recent developments in prognostics techniques designed to enhance the maintenance decision-making scheme and main causes of gas turbine performance deterioration are discussed to facilitate the fault identification module. The article aims to organize, evaluate and identify patterns and trends in the literature as well as recognize research gaps and recommend new research areas in the field of gas turbine performance-based monitoring. The presented insightful concepts provide experts, students or novice researchers and decision-makers working in the area of gas turbine engines with the state of the art for performance-based condition monitoring

    Applied Metaheuristic Computing

    Get PDF
    For decades, Applied Metaheuristic Computing (AMC) has been a prevailing optimization technique for tackling perplexing engineering and business problems, such as scheduling, routing, ordering, bin packing, assignment, facility layout planning, among others. This is partly because the classic exact methods are constrained with prior assumptions, and partly due to the heuristics being problem-dependent and lacking generalization. AMC, on the contrary, guides the course of low-level heuristics to search beyond the local optimality, which impairs the capability of traditional computation methods. This topic series has collected quality papers proposing cutting-edge methodology and innovative applications which drive the advances of AMC
    • …
    corecore