• Complain

Juan Miguel Lujano Rojas - Genetic Optimization Techniques for Sizing and Management of Modern Power Systems

Here you can read online Juan Miguel Lujano Rojas - Genetic Optimization Techniques for Sizing and Management of Modern Power Systems full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Amsterdam, year: 2022, publisher: Elsevier, genre: Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover

Genetic Optimization Techniques for Sizing and Management of Modern Power Systems: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Genetic Optimization Techniques for Sizing and Management of Modern Power Systems" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Genetic Optimization Techniques for Sizing and Management of Modern Power Systems explores the design and management of energy systems using a genetic algorithm as the primary optimization technique. Coverage ranges across topics related to resource estimation and energy systems simulation. Chapters address the integration of distributed generation, the management of electric vehicle charging, and microgrid dimensioning for resilience enhancement with detailed discussion and solutions using parallel genetic algorithms. The work is suitable for researchers and practitioners working in power systems optimization requiring information for systems planning purposes, seeking knowledge on mathematical models available for simulation and assessment, and relevant applications in energy policy.

Juan Miguel Lujano Rojas: author's other books


Who wrote Genetic Optimization Techniques for Sizing and Management of Modern Power Systems? Find out the surname, the name of the author of the book and a list of all author's works by series.

Genetic Optimization Techniques for Sizing and Management of Modern Power Systems — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Genetic Optimization Techniques for Sizing and Management of Modern Power Systems" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Copyright Elsevier Radarweg 29 PO Box 211 1000 AE Amsterdam Netherlands The - photo 1
Copyright

Elsevier

Radarweg 29, PO Box 211, 1000 AE Amsterdam, Netherlands

The Boulevard, Langford Lane, Kidlington, Oxford OX5 1GB, United Kingdom

50 Hampshire Street, 5th Floor, Cambridge, MA 02139, United States

Copyright 2023 Elsevier Inc. All rights reserved.

No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or any information storage and retrieval system, without permission in writing from the publisher. Details on how to seek permission, further information about the Publishers permissions policies and our arrangements with organizations such as the Copyright Clearance Center and the Copyright Licensing Agency, can be found at our website: www.elsevier.com/permissions.

This book and the individual contributions contained in it are protected under copyright by the Publisher (other than as may be noted herein).

Notices

Knowledge and best practice in this field are constantly changing. As new research and experience broaden our understanding, changes in research methods, professional practices, or medical treatment may become necessary.

Practitioners and researchers must always rely on their own experience and knowledge in evaluating and using any information, methods, compounds, or experiments described herein. In using such information or methods they should be mindful of their own safety and the safety of others, including parties for whom they have a professional responsibility.

To the fullest extent of the law, neither the Publisher nor the authors, contributors, or editors, assume any liability for any injury and/or damage to persons or property as a matter of products liability, negligence or otherwise, or from any use or operation of any methods, products, instructions, or ideas contained in the material herein.

ISBN: 978-0-12-823889-9

For information on all Elsevier publications visit our website at https://www.elsevier.com/books-and-journals

Publisher Charlotte Cockle Acquisitions Editor Graham Nisbet Editorial - photo 2

Publisher: Charlotte Cockle

Acquisitions Editor: Graham Nisbet

Editorial Project Manager: Aleksandra Packowska

Production Project Manager: Kamesh Ramajogi

Cover Designer: Miles Hitchen

Typeset by STRAIVE, India

Acknowledgment

The authors thank the editorial team for their kind support and patience during the making of this work.

1: Introduction to optimization techniques for sizing and management of integrated power systems
Abstract

In this chapter, the authors briefly describe some of the most popular heuristic techniques, including ant colony optimization algorithm, genetic algorithm, gravitational search algorithm, and particle swarm optimization (PSO), among many others. In addition, the basic implementation of PSO is described and illustrated by solving several optimization problems considering the Griewank, Rastrigin, Rosenbrock, Ackley, and Schwefel test functions. In addition, the economic dispatch problem with prohibited operating zones and valve-point loading is used to illustrate PSO capabilities, observing reasonable results. Finally, the daily management of battery energy storage devices in an isolated hybrid energy system is also discussed.

Keywords

Heuristic techniques; Particle swarm optimization; Economic dispatch; Generator prohibited operating zones; Generator valve-point loading

1.1: Heuristic optimization techniques

With the progress of science and technology, investigators from different fields have created a vast family of heuristics based on natural processes. These optimization techniques have been used in the solution of many problems in electrical engineering. In this section, we briefly describe the working principles of some of the most important algorithms. Most of the mathematical formulations presented in this section are used for illustrative purposes without following any strict format.

1.1.1: Ant Colony optimization algorithm

A popular method known as the ant system () is inspired by the behavior and aptitudes of ant colonies. Ant colony optimization (ACO) is a population-based algorithm with versatility and robustness. It can be applied to many combinatory problems with only a limited number of changes in its structure.

In the ACO, each ant is considered as an agent participating in the search process. Pheromone trails inspire information exchange among the agents. The ants use these trails in the colony to share information about the shortest route to the food source. Thus, an ant on the optimal path follows a strong pheromone trail left by the rest of the colony, while an ant following a weak trail moves randomly. It is essential to highlight that an ant on a determined route also leaves its own pheromone trail on the way. The accumulative quantity of pheromones on a specific route determines how attractive this route is for the colony.

The intensity of the trail (ij) laid by the ants when they travel from a point i to j at a determined time t after n iterations of the algorithm (every n iterations the ants complete a tour) is shown in Eq. ):

ijt+n=ijt+ij

11 where is a parameter used to model the evaporation of the trail once the - photo 3 (1.1)

where is a parameter used to model the evaporation of the trail once the ants have completed a tour. This means between the intervals t and t + n. Furthermore, ij is the cumulative amount of pheromones laid by the group between the steps t and t + n.

Regarding the agent model, this is very basic. Each ant or agent makes its next movement according to a probability determined by the distance to the next stage of the route and the trail left by other ants that previously stopped at that stage. Even when the mathematical model is simple, the work of a massive number of agents in a collective and consolidated manner makes ACO a powerful optimization tool. A positive feedback loop mathematically represents the cumulative effect of a pheromone trail over a specific route. The probability of following this route increases with the number of ants that have chosen it.

Although natural ant colonies inspire the algorithm, it employs artificial ones. Artificial ant colonies live in an environment with discrete time, have limited memory, and are not blind. Additionally, the feasibility of each route or solution to the optimization problem is forced using a tabu list.

As previously stated, the probability of an ant transitioning from one stage to another one depends essentially on the pheromone trail and the distance. To this end, the decision maker (DM) adjusts several parameters related to the trail, the visibility of the next stage, the persistence of the trail, and the amount of pheromone left by the other ants.

Eq. ) shows the probability (pijk(t)) of moving from a point i to j at time t for the ant k. This is the expression for valid transitions, which are included using a tabu list. The parameters and are used to represent the importance of the pheromone trail and route visibility (ij).

pijkt=ijtijkiktik

12 Depending on the values of these parameters the DM could observe the - photo 4

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Genetic Optimization Techniques for Sizing and Management of Modern Power Systems»

Look at similar books to Genetic Optimization Techniques for Sizing and Management of Modern Power Systems. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Genetic Optimization Techniques for Sizing and Management of Modern Power Systems»

Discussion, reviews of the book Genetic Optimization Techniques for Sizing and Management of Modern Power Systems and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.