Algorithms for Variable-Size Optimization
eBook - ePub

Algorithms for Variable-Size Optimization

Applications in Space Systems and Renewable Energy

  1. 218 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Algorithms for Variable-Size Optimization

Applications in Space Systems and Renewable Energy

Book details
Book preview
Table of contents
Citations

About This Book

Many systems architecture optimization problems are characterized by a variable number of optimization variables. Many classical optimization algorithms are not suitable for such problems. The book presents recently developed optimization concepts that are designed to solve such problems. These new concepts are implemented using genetic algorithms and differential evolution. The examples and applications presented show the effectiveness of the use of these new algorithms in optimizing systems architectures.

The book focuses on systems architecture optimization. It covers new algorithms and its applications, besides reviewing fundamental mathematical concepts and classical optimization methods. It also provides detailed modeling of sample engineering problems. The book is suitable for graduate engineering students and engineers. The second part of the book includes numerical examples on classical optimization algorithms, which are useful for undergraduate engineering students.

While focusing on the algorithms and their implementation, the applications in this book cover the space trajectory optimization problem, the optimization of earth orbiting satellites orbits, and the optimization of the wave energy converter dynamic system: architecture and control. These applications are illustrated in the starting of the book, and are used as case studies in later chapters for the optimization methods presented in the book.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Algorithms for Variable-Size Optimization by Ossama Abdelkhalik in PDF and/or ePUB format, as well as other popular books in Mathematics & Mathematics General. We have over one million books available in our catalogue for you to explore.

Information

Publisher
CRC Press
Year
2021
ISBN
9781351119085
Edition
1

II
CLASSICAL OPTIMIZATION ALGORITHMS

Chapter 3
Fundamentals and Core Algorithms

Part I presented the necessary conditions of optimality. It was also shown that for relatively simple optimization problems, the necessary conditions for optimality can be used to find the optimal solution. For most practical optimization problems, numerical methods are needed to search for the optimal solution. This chapter presents basic numerical methods that are designed to solve relatively simple problems numerically. These algorithms however are building blocks that are usually used in more complex numerical algorithms that will be presented in subsequent chapters in Part II.
Consider the case of an unconstrained optimization problem that has only one optimization variable x, and the objective function is f(x). The necessary condition for optimality in this case is:
ϕ ( x ) d f d x = 0 (3.1)
Solving the necessary condition for optimality can be thought of as a root finding problem to find the roots of φ(x) = 0. Numerical algorithms for root finding include the Newton-Raphson and the bisection algorithms. The Newton-Raphson algorithm starts with an initial guess x0 and updates this guess over subsequent iterations using the gradient (x)/dx. The bisection algorithm does not need the gradient information. It starts with two points x1 and x2 selected such that φ(x1)φ(x2) < 0 (hence x1 and x2 are on two opposite sides of the root), and repeatedly halves the i...

Table of contents

  1. Cover
  2. Title Page
  3. Copyright Page
  4. Dedication Page
  5. Preface
  6. Contents
  7. Symbol Description
  8. Section I: Background and Motivation
  9. Section II: Classical Optimization Algorithms
  10. Section III: Variable-Size Design Space Optimization
  11. Section IV: Applications
  12. Bibliography
  13. Index