Skip to content

Commit

Permalink
deploy: 8ca76b8
Browse files Browse the repository at this point in the history
  • Loading branch information
lowrank committed Feb 15, 2024
1 parent 1526aad commit f24ad3c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h2>Formulation of Optimization Problems<a class="headerlink" href="#formulation
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7f5a1012afa0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7fd2282e1fa0&gt;
</pre></div>
</div>
<img alt="_images/4fbd4785c8f46d899e6c6f409adae52b9a649215d6feb0ddf820a9bb6d9d328a.png" src="_images/4fbd4785c8f46d899e6c6f409adae52b9a649215d6feb0ddf820a9bb6d9d328a.png" />
Expand Down Expand Up @@ -504,7 +504,7 @@ <h3>Fundamentals of unconstrained optimization<a class="headerlink" href="#funda
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.collections.PathCollection at 0x7f59fc488df0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.collections.PathCollection at 0x7fd229447d90&gt;
</pre></div>
</div>
<img alt="_images/5f051da6c9abf2d9014dbfdfa4abc36725e6313c616292295207cda44ceaa6c1.png" src="_images/5f051da6c9abf2d9014dbfdfa4abc36725e6313c616292295207cda44ceaa6c1.png" />
Expand All @@ -531,7 +531,7 @@ <h3>Fundamentals of unconstrained optimization<a class="headerlink" href="#funda
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7f59ee6d4550&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7fd214694550&gt;
</pre></div>
</div>
<img alt="_images/b23ef640ce15dba97b6036471797d3d96fa69c3e64afb2e85cf823a5d988ddde.png" src="_images/b23ef640ce15dba97b6036471797d3d96fa69c3e64afb2e85cf823a5d988ddde.png" />
Expand Down
5 changes: 5 additions & 0 deletions LineSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ <h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#descent-direction">Descent Direction</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#step-length">Step Length</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#wolfe-conditions">Wolfe Conditions</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#goldstein-conditions">Goldstein Conditions</a></li>
Expand Down Expand Up @@ -372,6 +373,9 @@ <h2> Contents </h2>

<section class="tex2jax_ignore mathjax_ignore" id="line-search-methods">
<h1>Line Search Methods<a class="headerlink" href="#line-search-methods" title="Link to this heading">#</a></h1>
<section id="descent-direction">
<h2>Descent Direction<a class="headerlink" href="#descent-direction" title="Link to this heading">#</a></h2>
</section>
<section id="step-length">
<h2>Step Length<a class="headerlink" href="#step-length" title="Link to this heading">#</a></h2>
<p>Each iteration of line search methods requires a step length <span class="math notranslate nohighlight">\(\alpha_k\)</span> and a search direction <span class="math notranslate nohighlight">\(p_k\)</span> to be computed, the update is</p>
Expand Down Expand Up @@ -568,6 +572,7 @@ <h3>Programming<a class="headerlink" href="#programming" title="Link to this hea
</div>
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#descent-direction">Descent Direction</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#step-length">Step Length</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#wolfe-conditions">Wolfe Conditions</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#goldstein-conditions">Goldstein Conditions</a></li>
Expand Down
2 changes: 2 additions & 0 deletions _sources/LineSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ kernelspec:

# Line Search Methods

## Descent Direction

## Step Length

Each iteration of line search methods requires a step length $\alpha_k$ and a search direction $p_k$ to be computed, the update is
Expand Down
Loading

0 comments on commit f24ad3c

Please sign in to comment.