Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Given the following optimization problem - Minimize f(x) = (x 1) + (x 1) subject to g(x) = x + x 1 0
1. Given the following optimization problem - Minimize f(x) = (x 1) + (x 1) subject to g(x) = x + x 1 0 9(x) = x 0 (a) Plot the constrained optimization problem, including contours for F=1, F=4, F=9, F=16. Identify the constraints and the feasible region. Using the plot, identify the optimum. (b) Plot the pseudo-objective function contours F=1, F=4, F=9, F-16 for the exterior penalty function method when R=1. Identify the minimum of the pseudo- objective function on the plot. (c) Plot the pseudo-objective function contours F=1, F=4, F=9, F-16 for the exterior penalty function method when R=10. Identify the minimum of the pseudo- objective function on the plot. (d) Plot the pseudo-objective function contours F=1, F=4, F-9, F-16 for the exterior penalty function method when R=100. Identify the minimum of the pseudo- objective function on the plot. (e) Using the initial point (0, 0), perform two cycles of exterior penalty function. For n-D unconstrained optimization use DFP. (f) Using the initial point (1, -1), perform two cycles of interior penalty function (using the inverse penalty). For n-D unconstrained optimization use DFP. (g) Using the initial point (0, 0), perform two cycles of linear extended interior penalty function method. For n-D unconstrained optimization use DFP. (h) Using the initial point (0, 0), perform two cycles of the augmented lagrangian method presented in class. For n-D unconstrained optimization use DFP. 2. Solve the following optimization problem using fminbnd function of matlab Minimize f(x) = (x 1) 3. Solve the Arora 10.60 unconstrained optimization problem using fminunc function of matlab. 4. Solve the following optimization problem using fmincon function of matlab. Using the initial point (1, -1) and (0, 0) and compare the results. Minimize f(x) = (x - 1) + (x - 1) subject to g(x) = x + x 1 0 9(x) = x 0
Step by Step Solution
★★★★★
3.44 Rating (151 Votes )
There are 3 Steps involved in it
Step: 1
Answer a The contour for is which is the circle of radius centered at is which is the circle of radi...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started