<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://calculus.subwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Gradient_descent_with_exact_line_search</id>
	<title>Gradient descent with exact line search - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://calculus.subwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Gradient_descent_with_exact_line_search"/>
	<link rel="alternate" type="text/html" href="https://calculus.subwiki.org/w/index.php?title=Gradient_descent_with_exact_line_search&amp;action=history"/>
	<updated>2026-07-23T14:29:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.2</generator>
	<entry>
		<id>https://calculus.subwiki.org/w/index.php?title=Gradient_descent_with_exact_line_search&amp;diff=2836&amp;oldid=prev</id>
		<title>Vipul: Created page with &quot;==Definition==  &#039;&#039;&#039;Gradient descent with exact line search&#039;&#039;&#039; is a variant of gradient descent where we perform an exact line search along the line of the gradient vec...&quot;</title>
		<link rel="alternate" type="text/html" href="https://calculus.subwiki.org/w/index.php?title=Gradient_descent_with_exact_line_search&amp;diff=2836&amp;oldid=prev"/>
		<updated>2014-05-26T23:06:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Definition==  &amp;#039;&amp;#039;&amp;#039;Gradient descent with exact line search&amp;#039;&amp;#039;&amp;#039; is a variant of &lt;a href=&quot;/wiki/Gradient_descent&quot; title=&quot;Gradient descent&quot;&gt;gradient descent&lt;/a&gt; where we perform an exact &lt;a href=&quot;/wiki/Line_search&quot; title=&quot;Line search&quot;&gt;line search&lt;/a&gt; along the line of the gradient vec...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Definition==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Gradient descent with exact line search&amp;#039;&amp;#039;&amp;#039; is a variant of [[gradient descent]] where we perform an exact [[line search]] along the line of the gradient vector to move to the point of global minimum along that line. It can be contrasted with other methods of gradient descent, such as [[gradient descent with constant learning rate]] (where we always move by a fixed multiple of the gradient vector, and the constant is called the learning rate) and [[gradient descent using Newton&amp;#039;s method]] (where we use Newton&amp;#039;s method to determine the step size along the gradient direction).&lt;br /&gt;
&lt;br /&gt;
As a general rule, we expect gradient descent with exact line search to have faster convergence when measured in terms of the &amp;#039;&amp;#039;number of iterations&amp;#039;&amp;#039; (if we view one step determined by line search as one iteration). However, determining the step size for each line search may itself be a computationally intensive task, and when we factor that in, gradient descent with exact line search may be less efficient. A lot depends on the details of the functional form. Functional forms for which the line search can be performed quickly (for instance, there exists a simple closed-form expression for the optimum when the function is restricted to a line) are amenable to this method.&lt;br /&gt;
&lt;br /&gt;
==Particular cases==&lt;br /&gt;
&lt;br /&gt;
===The special case of a quadratic function of multiple variables===&lt;br /&gt;
&lt;br /&gt;
{{further|[[Gradient descent with exact line search for a quadratic function of multiple variables]]}}&lt;br /&gt;
&lt;br /&gt;
For a quadratic function of multiple variables, the exact line search for the function when restricted to a line coincides with applying [[Newton&amp;#039;s method for optimization of a function of one variable|Newton&amp;#039;s method for optimization]] to the restricted function, because the restriction is quadratic. Thus, gradient descent with exact line search coincides with [[gradient descent using Newton&amp;#039;s method]].&lt;/div&gt;</summary>
		<author><name>Vipul</name></author>
	</entry>
</feed>