






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: Applied Math Programming; Subject: Operations Research; University: Drexel University; Term: Unknown 1989;
Typology: Study notes
1 / 12
This page cannot be seen from the preview
Don't miss anything!







OPR 992 - Applied Mathematical Programming
Applied Mathematical Programming
l^ Problem Formulation Optimality Conditions Methods for SolvingUnconstrained NLPs^ OPR 992 - Applied Mathematical Programming
min
x
f^ (
x)
We are interested in finding local minima.
l^ Problem Formulation Optimality Conditions l^ Calculus as usual l^ Example 1 l^ Example 2 Methods for SolvingUnconstrained NLPs^ OPR 992 - Applied Mathematical Programming
We assume that
f
is twice continuously differentiable.
n^
Let
x
∗^
be a local minimum.
n^
First-order necessary condition:
f^ (
x∗
n^
Second-order necessary condition:
2 f
(x
is positive
semidefinite.
l^ Problem Formulation Optimality Conditions l^ Calculus as usual l^ Example 1 l^ Example 2 Methods for SolvingUnconstrained NLPs^ OPR 992 - Applied Mathematical Programming
f^ (
x) = (
x^2
x
x^2
(^2) x 1
l^ Problem Formulation Optimality Conditions Methods for SolvingUnconstrained NLPs l^ Common Characteristics l^ Finding the right steplength l^ Newton’s Method l^ Steepest Descent l^ Quasi-Newton Methods^ OPR 992 - Applied Mathematical Programming
l^ Problem Formulation Optimality Conditions Methods for SolvingUnconstrained NLPs l^ Common Characteristics l^ Finding the right steplength l^ Newton’s Method l^ Steepest Descent l^ Quasi-Newton Methods^ OPR 992 - Applied Mathematical Programming
x
0
and
k
xk
using some method.
α
k^
such that
x
k+
x
k^
α
∆k
xk
gives
sufficient descent.
x
k+
x
k^
α
∆k
xk
and
k
k
f^ (
xk
, stop. Otherwise, go to step 2.
l^ Problem Formulation Optimality Conditions Methods for SolvingUnconstrained NLPs l^ Common Characteristics l^ Finding the right steplength l^ Newton’s Method l^ Steepest Descent l^ Quasi-Newton Methods^ OPR 992 - Applied Mathematical Programming
Finds the roots of an equation. n To find a stationary point, we need
f^ (
x) = 0
n^
Let
xk
2 f
(x
)]k −^1
f^ (
xk
n^
If^
2 f
(x
)k is positive semidefinite, it is invertible and
xk
is
a descent direction. n^
Fast convergence near the optimum.
l^ Problem Formulation Optimality Conditions Methods for SolvingUnconstrained NLPs l^ Common Characteristics l^ Finding the right steplength l^ Newton’s Method l^ Steepest Descent l^ Quasi-Newton Methods^ OPR 992 - Applied Mathematical Programming
No second derivative computations n No system of equations to solve n Let
xk
f^ (
xk
n^
Simple to implement, but not very good convergenceproperties.