OR Part1 Lecture1 Introduction
OR Part1 Lecture1 Introduction
2024
1 Course informations
3 Introduction to Optimization
1 Course informations
3 Introduction to Optimization
1 Course informations
3 Introduction to Optimization
Minimize/Maximize f (x)
subject to x ∈S
where:
f : objective function
S : feasible domain typically represented by a set of inequalities
ci (x) ≤ 0, i = 1, 2, ..., m.
Distinguish:
1 Parameters (defining the problem): given data
2 Decision variables through which we control the solution: unknowns
3 steps:
1 Definition of the Decision variables (or optimization variables)
(x ∈ Rn or xi ∈ {0, 1} . . .)
2 “Expression“ of the objective function(s),f (x), in terms of these
decision variables
3 “Expression” of the constraints in terms of these decision variables
(typically represented by a set of inequalities
ci (x) ≤ 0, i = 1, 2, ..., m).
continuous optimization: S ⊆ Rn
discrete (or combinatorial) optimization: S finite or countable
optimal control: S = set of functions
stochastic optimization: random data
multi-criterion optimization:f : S ⇒ Rm (several objective functions)
Homework 2: Knapsack