1.2. Optimization Modeling with Applications#

1.2.2. Taxonomy of Optimization Problems#

Reference: Chapter 1 in Biegler (2010).

The following chart organizes optimization problems based on key characteristics including variable type (continous versus discrete) and whether the objective and constraints are differentiable. These factors impact which algorithms are best suited for different problems.

taxonomy

This is the most general problem structure we will consider:

minlp_formulation

Here are common (chemical) engineering optimization problems organizied by problem type: optimization_examples