30Perspective
30.1 Introduction
This chapter contains diverse points of information, which can be clarifying or of interest. It is a step back to gain perspective of the forest. I often sense that the sequence of details on one topic can obscure its relation to other topics. Many have been presented. This chapter seeks to connect diverse topics so that the reader can understand the choices and interactions.
30.2 Classifications
Optimizers can be classified as to their algorithms. Additionally, applications can be classified as to the issues that they present. And convergence criteria can be classified as to their basis. Often the name of the category of one is misapplied to describe the other.
- Optimizers can be classified by their methodology:
- Analytical—Use calculus to exactly solve for the solution. This may provide an explicit solution, or it may result in iterative root finding on the equations.
- Direct search—Only use function values. Guide the next trial solution with human heuristic rules.
- Region elimination—A methodology applied to univariate direct searches to eliminate a DV range that probably does not contain the optimum.
- Gradient based—Use local surface slopes (sensitivity of OF to DV) to direct the search.
- Second‐order techniques—Use a quadratic model of the OF response to DVs to direct the next TS.
- Surrogate model based—Generate an approximating model of the OF response to DVs, and then use its optimum to direct the next TS. SQ uses a quadratic model as a surrogate ...
Get Engineering Optimization now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.