Inmathematics,engineering,computer scienceandeconomics,anoptimization problemis theproblemof finding thebestsolution from allfeasible solutions.
Optimization problems can be divided into two categories, depending on whether thevariablesarecontinuousordiscrete:
- An optimization problem with discrete variables is known as adiscrete optimization,in which anobjectsuch as aninteger,permutationorgraphmust be found from acountable set.
- A problem with continuous variables is known as acontinuous optimization,in which an optimal value from acontinuous functionmust be found. They can includeconstrained problemsand multimodal problems.
Continuous optimization problem
editThestandard formof acontinuousoptimization problem is[1] where
- f:ℝn→ℝis theobjective functionto be minimized over then-variable vectorx,
- gi(x) ≤ 0are calledinequalityconstraints
- hj(x) = 0are calledequality constraints,and
- m≥ 0andp≥ 0.
Ifm=p= 0,the problem is an unconstrained optimization problem. By convention, the standard form defines aminimization problem.Amaximization problemcan be treated bynegatingthe objective function.
Combinatorial optimization problem
editFormally, acombinatorial optimizationproblemAis a quadruple[citation needed](I,f,m,g),where
- Iis asetof instances;
- given an instancex∈I,f(x)is the set of feasible solutions;
- given an instancexand a feasible solutionyofx,m(x,y)denotes themeasureofy,which is usually apositivereal.
- gis the goal function, and is eitherminormax.
The goal is then to find for some instancexanoptimal solution,that is, a feasible solutionywith
For each combinatorial optimization problem, there is a correspondingdecision problemthat asks whether there is a feasible solution for some particular measurem0.For example, if there is agraphGwhich contains verticesuandv,an optimization problem might be "find a path fromutovthat uses the fewest edges ". This problem might have an answer of, say, 4. A corresponding decision problem would be" is there a path fromutovthat uses 10 or fewer edges? "This problem can be answered with a simple 'yes' or 'no'.
In the field ofapproximation 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.[2]
See also
edit- Counting problem (complexity)– Type of computational problem
- Design Optimization
- Ekeland's variational principle– theorem that asserts that there exist nearly optimal solutions to some optimization problems
- Function problem– Type of computational problem
- Glove problem
- Operations research– Discipline concerning the application of advanced analytical methods
- Satisficing– Cognitive heuristic of searching for an acceptable decision − the optimum need not be found, just a "good enough" solution.
- Search problem– type of computational problem represented by a binary relation
- Semi-infinite programming– optimization problem with a finite number of variables and an infinite number of constraints, or an infinite number of variables and a finite number of constraints
References
edit- ^Boyd, Stephen P.; Vandenberghe, Lieven (2004).Convex Optimization(pdf).Cambridge University Press. p. 129.ISBN978-0-521-83378-3.
- ^Ausiello, Giorgio; et al. (2003),Complexity and Approximation(Corrected ed.), Springer,ISBN978-3-540-65431-5
External links
edit- "How Traffic Shaping Optimizes Network Bandwidth".IPC.12 July 2016.Retrieved13 February2017.