ABSTRACT

This textbook offers a guided tutorial that reviews the theoretical fundamentals while going through the practical examples used for constructing the computational frame, applied to various real-life models.

Computational Optimization: Success in Practice will lead the readers through the entire process. They will start with the simple calculus examples of fitting data and basics of optimal control methods and end up constructing a multi-component framework for running PDE-constrained optimization. This framework will be assembled piece by piece; the readers may apply this process at the levels of complexity matching their current projects or research needs.

By connecting examples with the theory and discussing the proper "communication" between them, the readers will learn the process of creating a "big house." Moreover, they can use the framework exemplified in the book as the template for their research or course problems – they will know how to change the single "bricks" or add extra "floors" on top of that.

This book is for students, faculty, and researchers.

Features

  • The main optimization framework builds through the course exercises and centers on MATLAB®
  • All other scripts to implement computations for solving optimization problems with various models use only open-source software, e.g., FreeFEM
  • All computational steps are platform-independent; readers may freely use Windows, macOS, or Linux systems
  • All scripts illustrating every step in building the optimization framework will be available to the readers online
  • Each chapter contains problems based on the examples provided in the text and associated scripts. The readers will not need to create the scripts from scratch, but rather modify the codes provided as a supplement to the book

This book will prove valuable to graduate students of math, computer science, engineering, and all who explore optimization techniques at different levels for educational or research purposes. It will benefit many professionals in academic and industry-related research: professors, researchers, postdoctoral fellows, and the personnel of R&D departments.

chapter Chapter 1|22 pages

Introduction to Optimization

chapter Chapter 2|28 pages

Minimization Approaches for Functions of One Variable

chapter Chapter 3|36 pages

Generalized Optimization Framework

chapter Chapter 4|12 pages

Exploring Optimization Algorithms

chapter Chapter 5|30 pages

Line Search Algorithms

chapter Chapter 6|38 pages

Choosing Optimal Step Size

chapter Chapter 7|26 pages

Trust Region and Derivative-Free Methods

chapter Chapter 8|40 pages

Large-Scale and Constrained Optimization

chapter Chapter 9|44 pages

ODE-based Optimization

chapter Chapter 10|38 pages

Implementing Regularization Techniques

chapter Chapter 11|22 pages

Moving to PDE-based Optimization

chapter Chapter 12|40 pages

Sharing Multiple Software Environments