ArticleslgStudy

mathematics

Subgradient method

Subgradient method is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Subgradient method rather than just read about it. In short: Subgradient methods are convex optimization methods which use subderivatives. Originally developed by Naum Z.

Key takeaways

  • Subgradient method belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Subgradient method to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Subgradient method from memory before moving on to harder problems.

Reference excerpt

Subgradient methods are convex optimization methods which use subderivatives. Originally developed by Naum Z. Shor and others in the 1960s and 1970s, subgradient methods are convergent when applied even to a non-differentiable objective function. When the objective function is differentiable, subgradient methods for unconstrained problems use the same search direction as the method of gradient descent. Subgradient methods are slower than Newton's method when applied to minimize twice continuously differentiable convex functions. However, Newton's method fails to converge on problems that have non-differentiable kinks. In recent years, some interior-point methods have been suggested for convex minimization problems, but subgradient projection methods and related bundle methods of descent remain competitive. For convex minimization problems with very large number of dimensions, subgradient-projection methods are suitable, because they require little storage. Subgradient projection methods are often applied to large-scale problems with decomposition techniques. Such decomposition methods often allow a simple distributed method for a problem.

Classical subgradient rules Let f : R n → R {\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} } be a convex function with domain R n . {\displaystyle \mathbb {R} ^{n}.}

A classical subgradient method iterates

x ( k + 1 ) = x ( k ) − α k g ( k ) {\displaystyle x^{(k+1)}=x^{(k)}-\alpha _{k}g^{(k)}\ }

where g ( k ) {\displaystyle g^{(k)}} denotes any subgradient of f {\displaystyle f\ } at x ( k ) , {\displaystyle x^{(k)},\ } and x ( k ) {\displaystyle x^{(k)}} is the k t h {\displaystyle k^{th}} iterate of x . {\displaystyle x.} If f {\displaystyle f\ } is differentiable, then its only subgradient is the gradient vector ∇ f {\displaystyle \nabla f} itself. It may happen that − g ( k ) {\displaystyle -g^{(k)}} is not a descent direction for f {\displaystyle f\ } at x ( k ) . {\displaystyle x^{(k)}.} We therefore maintain a list f b e s t {\displaystyle f_{\rm {best}}\ } that keeps track of the lowest objective function value found so far, i.e.

f b e s t ( k ) = min { f b e s t ( k − 1 ) , f ( x ( k ) ) } . {\displaystyle f_{\rm {best}}^{(k)}=\min\{f_{\rm {best}}^{(k-1)},f(x^{(k)})\}.}

Step size rules Many different types of step-size rules are used by subgradient methods. This article notes five classical step-size rules for which convergence proofs are known:

Constant step size, α k = α . {\displaystyle \alpha _{k}=\alpha .}

Constant step length, α k = γ / ‖ g ( k ) ‖ 2 , {\displaystyle \alpha _{k}=\gamma /\lVert g^{(k)}\rVert _{2},} which gives ‖ x ( k + 1 ) − x ( k ) ‖ 2 = γ . {\displaystyle \lVert x^{(k+1)}-x^{(k)}\rVert _{2}=\gamma .}

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Subgradient method

Start with the simplest possible case. Write down what Subgradient method claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Subgradient method before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Subgradient method ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Subgradient method

In research
Subgradient method appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Subgradient method in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Subgradient method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Convex analysis, Convex optimization, Mathematical optimization, so understanding it makes those chapters shorter.
In everyday life
Look for Subgradient method outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Subgradient method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Subgradient method means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Subgradient method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Subgradient method in simple terms?

Subgradient methods are convex optimization methods which use subderivatives. Originally developed by Naum Z.

Why does Subgradient method matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Subgradient method?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Subgradient method.

Tags

  • Convex analysis
  • Convex optimization
  • Mathematical optimization
  • Optimization algorithms and methods

Keep exploring