Skip to content

Commit

Permalink
Deploying to gh-pages from @ d584aaf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Jun 30, 2024
1 parent 78f93c1 commit 0926149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/index/code/output/ex14.res
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(76.713, 13.746963024139404)
(77.063, 13.476915836334229)
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 id=solve_the_problem ><a href="#solve_the_problem" class=header-anchor >Solv
jhess: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0 jhprod: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0
</code></pre>
<p>We now compare the two solvers with respect to the time spent,</p>
<pre><code class=language-julia >stats_ipopt.elapsed_time, stats_dci.elapsed_time</code></pre><pre><code class="plaintext code-output">(76.713, 13.746963024139404)</code></pre>
<pre><code class=language-julia >stats_ipopt.elapsed_time, stats_dci.elapsed_time</code></pre><pre><code class="plaintext code-output">(77.063, 13.476915836334229)</code></pre>
<p>and also check objective value, feasibility, and dual feasibility of <code>ipopt</code> and <code>dci</code>.</p>
<pre><code class=language-julia >&#40;stats_ipopt.objective, stats_ipopt.primal_feas, stats_ipopt.dual_feas&#41;,
&#40;stats_dci.objective, stats_dci.primal_feas, stats_dci.dual_feas&#41;</code></pre><pre><code class="plaintext code-output">((16.044043741825817, 2.96637714392034e-16, 6.75477318337435e-6), (16.040271663836148, 1.991339089199499e-7, 8.485586217010938e-8))</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<url>
<loc>https://jso.dev/index.html</loc>
<lastmod>2024-06-23</lastmod>
<lastmod>2024-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
Expand Down

0 comments on commit 0926149

Please sign in to comment.