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

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

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
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.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
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 use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
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 Mathématiques & Mathématiques générales. We have over one million books available in our catalogue for you to explore.

Information

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