Question: The bisection method applies to onedimensional convex problems of the form where x l < x u are both finite, and f : R

The bisection method applies to onedimensional convex problems of the form

min f(x) x x xu < < : x

where xl u are both finite, and f : R → R is convex. The algorithm is initialized with the upper and lower bounds on x: x = xl , x̅ = xu, and the initial x is set as the midpoint

Then, the algorithm updates the bounds as follows: a sub-gradient g of f at x is evaluated; if g

1. Show that the bisection method locates a solution x* within accuracy ϵ in at most log2(xu – xl)/ϵ – 1 steps.

2. Propose a variant of the bisection method for solving the unconstrained problem minx f (x), for convex f .
3. Write a code to solve the problem with the specific class of functions f : R → R, with values

where A, B, C are given n x m matrices, with every element of A non-negative.

min f(x) x x xu < < : x

Step by Step Solution

3.41 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 Let gx be a subgradient of f at x By the subgradient inequality it holds for all y that If gx 0 th... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Optimization Models Questions!