代写Optimization and Algorithms 2022 Exam调试数据库编程

Optimization and Algorithms

November 17, 2022

Exam: Part A

1. Positioning without covering a set.  Consider the set

S = {x = (x1 , . . . , xn) ∈ Rn :  - 1 ≤ xi  ≤ 1,  for  1 ≤ i ≤ n} .

(In dimension n = 2, the set S looks like a filled square.)

We want to position a ball

B(c) = {x ∈ Rn :  Ⅱx - cⅡ2  ≤ r}

such that the center c of the ball is as close as possible to a given point d ∈ Rn and such that the ball does not cover the set  S  (that is, we do not want to have S ≤ B(c)). The radius r > 0 of the ball is given and cannot be changed.

For future reference, let V C Rn  be the set of vectors of size n whose components are either 1 or -1. For example, in dimension n = 2, we have


Note that, for n = 2, the set V is the set of vertices of the square S.  (For general n, the set V has 2n  elements.)

Consider the following optimization problems.

One of these optimization is suitable for the given context.

Which one?

Write your answer (A, B, C, D, E, or F) in the box at the top of page 1

Hint: think about this problem in dimension n = 2.

2. Unconstrained optimization.  Consider the optimization problem

where

The point

is a global minimizer of (7) for one of the following choices of d:

Which one?

Write your answer (A, B, C, D, E, or F) in the box at the top of page 1

3. Least-squares.  Let A ∈ Rm×n  and b ∈ Rm  be given, with n being an even number, and consider the following optimization problems:

where rev : Rn → Rn is the map that returns the input written in reverse order (that is, written from the last component to the first component).  Examples (for n = 4):

where sort : Rn  → Rn  is the map that returns the input sorted in ascending order. Examples (for n = 4):

where  circ : Rn  → Rn  is the  map that  returns the input circulated by one component  (that is,  the first component of the input  x becomes the second component of the output, the second component of x becomes the third com- ponent of the output, and so on, and the last component of x becomes the first component of the output). Examples (for n = 4):

where  cent : Rn  → Rn  is  the map that shifts the input so that it becomes centered at the origin;  more precisely,  given the input  x, the map subtracts from x the average of the components of x.  Examples (for n = 4):

where trim : Rn  → Rn  is the map that trims one component at the beginning and at the end of the input;  that is,  given the input  x, the map zeroes the first and last components of x, while keeping the other components of x intact. Examples (for n = 4):

where swap : Rn → Rn  is the map that swaps each consecutive pair of compo- nents of x (that is, given x = (x1 , x2 , . . . , xn), it swaps x1  with x2 , thenx3  with x4 , and so on, until xn-1  with xn). Examples (for n = 4):

       

One of the above problems is not a least-squares problem. Which one?

Write your answer (A, B, C, D, E, or F) in the box at the top of page 1

4. Newton algorithm.  Consider the Newton algorithm with the generic update equation given by

x k+1 = x k + Qkdk ,                                                (8)

where Qk  denotes the stepsize.

Suppose that the Newton algorithm is applied to the function f : R2 → R,

f (a, b) = (2a - b)2 + b2,

and suppose that the current iterate is

One of the following vectors is then the vector dk  in (8).

Which one?

Write your answer (A, B, C, D, E, or F) in the box at the top of page 1

Exam: Part B

1. Convex problem.  Show that the following problem is convex,

where the vectors ak   ∈ Rn   (for  1  ≤ k  ≤ K)  and c ∈ Rn.   The  numbers  bk   (for 1 ≤ k ≤ K), λ > 0, r > 0, and P > 0 are also given.

The function φ : R R is defined as

The function ψ : R R is defined as

2. Equivalent problems?   Bob wants to compute a point in the hyperplane H(s, r) = {x Rn : sT x = r } that is closest to given points pk Rn , for  1 k K, in the mean squared-distance sense.  That is, Bob wants to find a global minimizer of the problem

Alice claims that this problem is equivalent to compute a point in the hyperplane H(s, r) that is closest to the center-of-mass of the points pk, for 1 ≤ k ≤ K.  That is, Alice claims that the global minimizers of (2) are the same as the global minimizers of

Is  Alice  correct  or wrong?   If you  think  Alice  is  wrong,  then  provide  a  counter- example: that is, provide an hyperplane H(s, r) and points p1 , . . . , pK  such that the global minimizers of (2) and (3) are not the same.  If you think Alice is correct, then prove that the global minimizers of  (2) and  (3) are the same  (for any hyperplane H(s, r) and points p1 , . . . , pK ).

3. Distance between two parallel hyperplanes.  Consider two parallel hyperplanes in Rn given by

H1 = {x ∈ Rn : sT x = r1 } ,  and H2  = {x ∈ Rn : sT x = r2 } ,

where s is a nonzero vector in Rn , andr1  andr2  are two distinct numbers (r1 r2 ). We wish to find the distance between these two hyperplanes. That is, denoting this distance by d (H1, H2 ), we wish to compute

d (H1, H2 ) = inf {Ⅱx1  - x2 Ⅱ2  : x1  ∈ H1, x2  ∈ H2} .                        (4)

Give a closed-form expression for the distance d (H1, H2 ) in terms of s, r1 , and r2 . Hint: use KKT conditions on the problem (4).

4. Dead-zone quadratic penalty. The dead-zone quadratic penalty function with bandwidth B > 0 is the function φ : Rn → R defined as

φB (x) = (ⅡxⅡ2 - B)

Let H(s, r) be a given hyperplane

H(s, r) ={x Rn : sT x = r } ,

with s ∈ Rn  and r ∈ R.

Give a closed-form expression for a global minimizer of the problem

where  c  ∈ Rn   and  B  >  0  are  given.    Assume  that  c  is  not  in  the  hyperplane (c ∈/ H(s, r)) and that s is a nonzero vector (s ≠ 0).


热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图