1,991 research outputs found

    Performance Analysis Of Hybrid Ai-Based Technique For Maximum Power Point Tracking In Solar Energy System Applications

    Get PDF
    Demand is increasing for a system based on renewable energy sources that can be employed to both fulfill rising electricity needs and mitigate climate change. Solar energy is the most prominent renewable energy option. However, only 30%-40% of the solar irradiance or sunlight intensity is converted into electrical energy by the solar panel system, which is low compared to other sources. This is because the solar power system\u27s output curve for power versus voltage has just one Global Maximum Power Point (GMPP) and several local Maximum Power Points (MPPs). For a long time, substantial research in Artificial Intelligence (AI) has been undertaken to build algorithms that can track the MPP more efficiently to acquire the most output from a Photovoltaic (PV) panel system because traditional Maximum Power Point Tracking (MPPT) techniques such as Incremental Conductance (INC) and Perturb and Observe (P&Q) are unable to track the GMPP under varying weather conditions. Literature (K. Y. Yap et al., 2020) has shown that most AIbased MPPT algorithms have a faster convergence time, reduced steady-state oscillation, and higher efficiency but need a lot of processing and are expensive to implement. However, hybrid MPPT has been shown to have a good performance-to-complexity ratio. It incorporates the benefits of traditional and AI-based MPPT methodologies but choosing the appropriate hybrid MPPT techniques is still a challenge since each has advantages and disadvantages. In this research work, we proposed a suitable hybrid AI-based MPPT technique that exhibited the right balance between performance and complexity when utilizing AI in MPPT for solar power system optimization. To achieve this, we looked at the basic concept of maximum power point tracking and compared some AI-based MPPT algorithms for GMPP estimation. After evaluating and comparing these approaches, the most practical and effective ones were chosen, modeled, and simulated in MATLAB Simulink to demonstrate the method\u27s correctness and dependability in estimating GMPP under various solar irradiation and PV cell temperature values. The AI-based MPPT techniques evaluated include Particle Swarm Optimization (PSO) trained Adaptive Neural Fuzzy Inference System (ANFIS) and PSO trained Neural Network (NN) MPPT. We compared these methods with Genetic Algorithm (GA)-trained ANFIS method. Simulation results demonstrated that the investigated technique could track the GMPP of the PV system and has a faster convergence time and more excellent stability. Lastly, we investigated the suitability of Buck, Boost, and Buck-Boost converter topologies for hybrid AI-based MPPT in solar energy systems under varying solar irradiance and temperature conditions. The simulation results provided valuable insights into the efficiency and performance of the different converter topologies in solar energy systems employing hybrid AI-based MPPT techniques. The Boost converter was identified as the optimal topology based on the results, surpassing the Buck and Buck-Boost converters in terms of efficiency and performance. Keywords—Maximum Power Point Tracking (MPPT), Genetic Algorithm, Adaptive Neural-Fuzzy Interference System (ANFIS), Particle Swarm Optimization (PSO

    A self-learning particle swarm optimizer for global optimization problems

    Get PDF
    Copyright @ 2011 IEEE. All Rights Reserved. This article was made available through the Brunel Open Access Publishing Fund.Particle swarm optimization (PSO) has been shown as an effective tool for solving global optimization problems. So far, most PSO algorithms use a single learning pattern for all particles, which means that all particles in a swarm use the same strategy. This monotonic learning pattern may cause the lack of intelligence for a particular particle, which makes it unable to deal with different complex situations. This paper presents a novel algorithm, called self-learning particle swarm optimizer (SLPSO), for global optimization problems. In SLPSO, each particle has a set of four strategies to cope with different situations in the search space. The cooperation of the four strategies is implemented by an adaptive learning framework at the individual level, which can enable a particle to choose the optimal strategy according to its own local fitness landscape. The experimental study on a set of 45 test functions and two real-world problems show that SLPSO has a superior performance in comparison with several other peer algorithms.This work was supported by the Engineering and Physical Sciences Research Council of U.K. under Grants EP/E060722/1 and EP/E060722/2

    Dynamic system characterization and design using mechanical impedance representations

    Full text link
    Vibration testing is a critical aspect in the qualification of fieldable hardware as dynamic environments are typically design drivers. However, it is difficult to provide representative boundary conditions for component testing and the presence of an ill-matched boundary condition can alter the test outcomes. To achieve more realistic boundary conditions, test fixtures could be strategically designed such that they emulate the impedance of the next level of assembly. The body of work presented herein proposes various strategies for matching the drive point impedance of a target frequency response function (FRF) using undamped lumped parameter emulators. Two primary techniques have been developed to accomplish this impedance matching: a constrained exhaustive search algorithm and a constrained optimization algorithm. The constrained exhaustive search exploits newly identified high and low frequency limits in order to minimize the number of parameters that must be searched. The optimization algorithm provides an innovative methodology for the identification of a comprehensive and bounded design space and presents a novel implementation of particle swarm optimization that produces an optimized set of parameters for every identified physically realizable topology. This resultant emulator design space provides a basis from which low-complexity, low-cost fixtures can be constructed, thus offering an attainable path for better matching of boundary conditions and more representative vibration testing

    Incorporating Surprisingly Popular Algorithm and Euclidean Distance-based Adaptive Topology into PSO

    Full text link
    While many Particle Swarm Optimization (PSO) algorithms only use fitness to assess the performance of particles, in this work, we adopt Surprisingly Popular Algorithm (SPA) as a complementary metric in addition to fitness. Consequently, particles that are not widely known also have the opportunity to be selected as the learning exemplars. In addition, we propose a Euclidean distance-based adaptive topology to cooperate with SPA, where each particle only connects to k number of particles with the shortest Euclidean distance during each iteration. We also introduce the adaptive topology into heterogeneous populations to better solve large-scale problems. Specifically, the exploration sub-population better preserves the diversity of the population while the exploitation sub-population achieves fast convergence. Therefore, large-scale problems can be solved in a collaborative manner to elevate the overall performance. To evaluate the performance of our method, we conduct extensive experiments on various optimization problems, including three benchmark suites and two real-world optimization problems. The results demonstrate that our Euclidean distance-based adaptive topology outperforms the other widely adopted topologies and further suggest that our method performs significantly better than state-of-the-art PSO variants on small, medium, and large-scale problems

    A Global Optimisation Toolbox for Massively Parallel Engineering Optimisation

    Full text link
    A software platform for global optimisation, called PaGMO, has been developed within the Advanced Concepts Team (ACT) at the European Space Agency, and was recently released as an open-source project. PaGMO is built to tackle high-dimensional global optimisation problems, and it has been successfully used to find solutions to real-life engineering problems among which the preliminary design of interplanetary spacecraft trajectories - both chemical (including multiple flybys and deep-space maneuvers) and low-thrust (limited, at the moment, to single phase trajectories), the inverse design of nano-structured radiators and the design of non-reactive controllers for planetary rovers. Featuring an arsenal of global and local optimisation algorithms (including genetic algorithms, differential evolution, simulated annealing, particle swarm optimisation, compass search, improved harmony search, and various interfaces to libraries for local optimisation such as SNOPT, IPOPT, GSL and NLopt), PaGMO is at its core a C++ library which employs an object-oriented architecture providing a clean and easily-extensible optimisation framework. Adoption of multi-threaded programming ensures the efficient exploitation of modern multi-core architectures and allows for a straightforward implementation of the island model paradigm, in which multiple populations of candidate solutions asynchronously exchange information in order to speed-up and improve the optimisation process. In addition to the C++ interface, PaGMO's capabilities are exposed to the high-level language Python, so that it is possible to easily use PaGMO in an interactive session and take advantage of the numerous scientific Python libraries available.Comment: To be presented at 'ICATT 2010: International Conference on Astrodynamics Tools and Techniques
    corecore