Optimization problem

Revision as of 15:30, 10 May 2025 by imported>7804j (Add search space section)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Template:Broader

In mathematics, engineering, computer science and economics, an optimization problem is the problem of finding the best solution from all feasible solutions.

Optimization problems can be divided into two categories, depending on whether the variables are continuous or discrete:

Search spaceEdit

In the context of an optimization problem, the search space refers to the set of all possible points or solutions that satisfy the problem's constraints, targets, or goals.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> These points represent the feasible solutions that can be evaluated to find the optimal solution according to the objective function. The search space is often defined by the domain of the function being optimized, encompassing all valid inputs that meet the problem's requirements.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

The search space can vary significantly in size and complexity depending on the problem. For example, in a continuous optimization problem, the search space might be a multidimensional real-valued domain defined by bounds or constraints. In a discrete optimization problem, such as combinatorial optimization, the search space could consist of a finite set of permutations, combinations, or configurations.

In some contexts, the term search space may also refer to the optimization of the domain itself, such as determining the most appropriate set of variables or parameters to define the problem. Understanding and effectively navigating the search space is crucial for designing efficient algorithms, as it directly influences the computational complexity and the likelihood of finding an optimal solution.

Continuous optimization problemEdit

The standard form of a continuous optimization problem is<ref>Template:Cite book</ref> <math display=block>\begin{align} &\underset{x}{\operatorname{minimize}}& & f(x) \\ &\operatorname{subject\;to} & &g_i(x) \leq 0, \quad i = 1,\dots,m \\ &&&h_j(x) = 0, \quad j = 1, \dots,p \end{align}</math> where

If Template:Math, the problem is an unconstrained optimization problem. By convention, the standard form defines a minimization problem. A maximization problem can be treated by negating the objective function.

Combinatorial optimization problemEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}

Formally, a combinatorial optimization problem Template:Mvar is a quadrupleTemplate:Citation needed Template:Math, where

The goal is then to find for some instance Template:Mvar an optimal solution, that is, a feasible solution Template:Mvar with <math display=block>m(x, y) = g\left\{ m(x, y') : y' \in f(x) \right\}.</math>

For each combinatorial optimization problem, there is a corresponding decision problem that asks whether there is a feasible solution for some particular measure Template:Math. For example, if there is a graph Template:Mvar which contains vertices Template:Mvar and Template:Mvar, an optimization problem might be "find a path from Template:Mvar to Template:Mvar that uses the fewest edges". This problem might have an answer of, say, 4. A corresponding decision problem would be "is there a path from Template:Mvar to Template:Mvar that uses 10 or fewer edges?" This problem can be answered with a simple 'yes' or 'no'.

In the field of approximation algorithms, algorithms are designed to find near-optimal solutions to hard problems. The usual decision version is then an inadequate definition of the problem since it only specifies acceptable solutions. Even though we could introduce suitable decision problems, the problem is more naturally characterized as an optimization problem.<ref name=Ausiello03>Template:Citation</ref>

See alsoEdit

ReferencesEdit

Template:Reflist

External linksEdit

  • {{#invoke:citation/CS1|citation

|CitationClass=web }}

Template:Convex analysis and variational analysis Template:Authority control