11 - Static Optimization Subject To Inequality Constraints
11 - Static Optimization Subject To Inequality Constraints
11)
1. This lecture completes the discussion of
constrained static optimization.
L(u) = u3 − 3u2 + 1
with respect to u ∈ R, and subject to
0≤u≤1
find the minimum points, û (if any).
u > 1; u<2
L(u) = (u1 − u2 2
2 )(u1 − 3u2 )
with respect to u = (u1, u2)T ∈ R2, subject to
the following constraint:
u1 ≥ 0; u2 ≥ 0; u3 ≥ 0
find the minimum points, û, (if any).
R = M + (M − W ) = 2M − W (14)
Extension
If the f (R) < f (W ), then the reflected point R
is extended a further distance d away from W
by moving it to E (see Fig. 2), where
E = R + (R − M ) = 2R − M (15)
Contraction
If f (R) = f (W ), then R must be replaced by
another point. It is possible that f (M ) < f (R),
but M cannot be selected as a vertex of the
Simplex BM G, because the 3 points are on a
straight line. Let us take the midpoints C1
and C2 of the line segments W M and M R,
respectively (see Fig. 3). The smaller of f (C1)
and f (C2) yields the new vertex C as either C1
or C2 of the Simplex, BGC.
1
C1 = (W + M ) (16)
2
1
C2 = (R + M ) (17)
2
Shrink towards B
If f (C) ≥ f (W ), then the points G and W are
shrunk towards B by replacing G with M , and
W with S, which is the midpoint of the seg-
ment BW (see Fig. 4).
1
S= (W + B) (18)
2
R = 2M − W = (−2, −3)T
However, since the inequality constraints will
be violated by taking R beyond the feasible
space, we must restrict R to be on the bound-
ary of the feasible space:
R = 2M − W = (−1.5, −2)T
But this reflected point is not feasible since
it would violate the constraints, hence we take
R = (−1, −2)T , which is the same as B. Hence,
reflection has failed to update the Simplex. We
now shrink the Simplex towards B by replacing
G with M = 2 1 (B + G) = (−1, −1.75)T , and W
with S = 1 T
2 (W + B) = (−0.75, −1.75) . Based
upon the values of L(u) on the new vertices,
we arrange them as follows:
u ≥ 0; u≤1
find the minimum points, û, (if any).
L(u) = −3u3
with respect to u ∈ R, and subject to
u≤0
find the minimum points, û, (if any).
(3) For the minimization of
L(u) = u3 − 3u2 + 3u − 4
with respect to u ∈ R, and subject to
u ≥ 1; u<5
find the minimum points, û, (if any).
L(u) = u2 2
1 − 2u1 u2 + 4u2
with respect to u = (u1, u2)T ∈ R2, and
subject to
u1 ≥ 1; u2 ≥ 2
find the minimum points, û, (if any).
L(u) = −u2
1 + 2u1 u2 + 3u2
2
with respect to u = (u1, u2)T ∈ R2, and
subject to
u1 ≤ 0
find the minimum points, û, (if any).