\(\DeclarePairedDelimiterX{\Set}[2]{\{}{\}}{#1 \nonscript\;\delimsize\vert\nonscript\; #2}\) \( \DeclarePairedDelimiter{\set}{\{}{\}}\) \( \DeclarePairedDelimiter{\parens}{\left(}{\right)}\) \(\DeclarePairedDelimiterX{\innerproduct}[1]{\langle}{\rangle}{#1}\) \(\newcommand{\ip}[1]{\innerproduct{#1}}\) \(\newcommand{\bmat}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\barray}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\mat}[1]{\begin{matrix}#1\end{matrix}}\) \(\newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}}\) \(\newcommand{\mathword}[1]{\mathop{\textup{#1}}}\)
Needs:
Optimizers
Real Functions
Extended Real Numbers
Greatest Lower Bounds
N-Dimensional Space
Needed by:
Combinatorial Optimization Problems
Directed Shortest Path Problems
Equality Constrained Space Optimization Problems
Knapsack Problems
Linear Optimization Problems
Multiobjective Optimization Problems
Profit Maximizing Production Allocation
Real Vector Projections
Resource Allocation Problems
Links:
Sheet PDF
Graph PDF
Wikipedia

Optimization Problems

Why

We are frequently interested in finding minimizers of real functions.1

Definition

An optimization problem (or extremum problem) is a pair $(\mathcal{X} , f)$ in which $\mathcal{X} $ is a nonempty set called the constraint set and $f: \mathcal{X} \to \R $ is called the objective (or cost function).

If $\mathcal{X} $ is finite we call the optimization problem discrete. If $\mathcal{X} \subset \R ^d$ we call the optimization problem continuous.

We refer to all elements of the constraint set as feasible. We refer to an element $x \in \mathcal{X} $ of the constraint set as optimal if $f(x) = \inf_{z \in \mathcal{X} }f(z)$. We also refer to optimal elements as solutions of the optimization problem.

It is common for $f$ and $\mathcal{X} $ to depend on some other, known, given objects. In this case, these objects are often called parameters or problem data.

Notation

We often write optimization problems as

\[ \begin{aligned} \text{minimize}\quad & f(x) \\ \text{subject to}\quad & x \in \mathcal{X} . \end{aligned} \]

In this case we call $x$ the decision variable.

Extended reals

It is common to let $f: \mathcal{X} \to \Rbar$, and allow there to exist $x \in \mathcal{X} $ for which $f(x) = \infty$. This technique can be used to embed further constraints in the objective. For example, we interpret $f(x) = +\infty$ to mean $x$ is infeasible.

Maximization

If we have some function $g: \mathcal{X} \to \Rbar$ that we wish to maximize, we can always convert it to an optimization problem by defining $f: \mathcal{X} \to \Rbar$ by $f(x) = -g(x)$. In this case $g$ is often called a reward (or utility, profit).

Solvers

A solver (or solution method, solution algorithm) for a family of optimization problems is a function $S$ mapping optimization problems to solutions.

Loosely speaking, the difficulty of “solving” the optimization problem $(\mathcal{X} , f)$ depends on the properties of $\mathcal{X} $ and $f$ and the problem “size”. For example, when $\mathcal{X} \subset \R ^d$ the difficulty is related to the “dimension” $d$ of $x \in \mathcal{X} $.


  1. Future editions will modify and expand. ↩︎
Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view