diff --git a/assets/index/code/output/ex14.res b/assets/index/code/output/ex14.res index 0211e72..cee9e21 100644 --- a/assets/index/code/output/ex14.res +++ b/assets/index/code/output/ex14.res @@ -1 +1 @@ -(78.096, 13.89234709739685) \ No newline at end of file +(77.471, 13.509905099868774) \ No newline at end of file diff --git a/index.html b/index.html index 4a33c7b..42818fb 100644 --- a/index.html +++ b/index.html @@ -91,7 +91,7 @@
We now compare the two solvers with respect to the time spent,
-stats_ipopt.elapsed_time, stats_dci.elapsed_time
(78.096, 13.89234709739685)
+stats_ipopt.elapsed_time, stats_dci.elapsed_time
(77.471, 13.509905099868774)
and also check objective value, feasibility, and dual feasibility of ipopt
and dci
.
(stats_ipopt.objective, stats_ipopt.primal_feas, stats_ipopt.dual_feas),
(stats_dci.objective, stats_dci.primal_feas, stats_dci.dual_feas)
((16.044043741825817, 2.96637714392034e-16, 6.75477318337435e-6), (16.040271663836148, 1.991339089199499e-7, 8.485586217010938e-8))
diff --git a/sitemap.xml b/sitemap.xml
index bc699e0..8a928c1 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,7 +3,7 @@