Conceptos Básicos de Optimización v2
Conceptos Básicos de Optimización v2
Ingeniería Química
SEMANA SEIS
Ing. M.Sc. Manuel A. Figueredo
Agenda
• Introduction to Optimization
A ?? B
(a) 92,4 kg/h
(b) 94,3 kg/h
(c) 93,8 kg/h
C
(a) 11,1 kg/h
Make your assumptions. Make a chart to (b) 10,8 kg/h
support your answers. (c) 11,4 kg/h
General Procedure for Solving
Optimization Problems
Example
Suppose you are a chemical distributor who wishes to
optimize the inventory of a specialty chemical. You expect
to sell Q barrels of this chemical over a given year at a
fixed price with demand spread evenly over the year. If Q =
100,000 barrels (units) per year, you must decide on a
production schedule. Unsold production is kept in inventory.
To determine the optimal production schedule you must
quantify those aspects of the problem that are important
from a cost viewpoint [Baumol(1972)].
Developing Models For
Optimization
• How can you build a model?
– Fundamental Laws vs Empirical
– Can it be described adequately using physical
properties?
– What data are available?
– Is composed of simpler, smaller and easier
submodels?
Developing Models For
Optimization
Developing Models For
Optimization
Basic Concepts
Fundamentals
• Operations between matrix
• Determinants
• Eigenvalues and eigenvectors
• Jacobian and Hessian Matrix
General Form of a NLP Problem
Minimize f(x)
Subject to ai ≤ g(x) ≤ bi i=1,….,m
And lj≤ x ≤uj j=1,….,n
• If ai = bi ith Equality Constraint
• If ai = -∞ and bi = ∞ Unbounded Constraint
• A vector x is feasible if it satisfies all the constraints.
• The set of all feasible points is a feasible region F
• A local extremum exists if f(x*) ≤ f(x) in a neighborhood
N in F
Feasible Region
What happens if we change the
objective function?
Convex set and a Convex
Function
• A region is defined a convex set in n-dimensioal space if,
for all pairs of poins x1 and x2, in the set, the straight –
line segment joining them is also entirely in the set.
x= γx1+(1- γ) x2 0≤γ≤1
• A function f(x) is said to be convex if the folllowing
relation holds:
f [γx1+(1- γ) x2] ≤ γf(x1)+(1- γ) f(x2) 0≤γ≤1