diff --git a/previews/PR134/example.ipynb b/previews/PR134/example.ipynb index d089189..9ca1c3a 100644 --- a/previews/PR134/example.ipynb +++ b/previews/PR134/example.ipynb @@ -467,7 +467,7 @@ { "output_type": "execute_result", "data": { - "text/plain": "(13.891, 14.632610082626343)" + "text/plain": "(13.915, 14.954005002975464)" }, "metadata": {}, "execution_count": 16 diff --git a/previews/PR134/example/index.html b/previews/PR134/example/index.html index 52f1adf..0f462bd 100644 --- a/previews/PR134/example/index.html +++ b/previews/PR134/example/index.html @@ -60,5 +60,5 @@ jprod_nln: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0 jtprod: ██████████⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 5 jtprod_lin: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0 jtprod_nln: ██████████⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 5 hess: ████████⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 4 hprod: ████████████████████ 10 jhess: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0 jhprod: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0 -
We now compare the two solvers with respect to the time spent,
stats_ipopt.elapsed_time, stats_fps_solve.elapsed_time
(17.899, 23.588104963302612)
and also check objective value, feasibility and dual feasibility of ipopt
and fps_solve
.
(stats_ipopt.objective, stats_ipopt.primal_feas, stats_ipopt.dual_feas),
-(stats_fps_solve.objective, stats_fps_solve.primal_feas, stats_fps_solve.dual_feas)
((0.005425026428348349, 2.2204460492503135e-18, 4.2724309076258577e-7), (0.005425025968573663, 2.2204460492503135e-18, 2.968652346957424e-7))
Overall FletcherPenaltySolver
is doing great for solving large-scale optimization problems!
This page was generated using Literate.jl.
Settings
This document was generated with Documenter.jl version 0.27.25 on Sunday 4 February 2024. Using Julia version 1.10.0.