File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -402,9 +402,8 @@ savefig("plot11_NonLinMPC.svg"); nothing # hide
402402
403403![ plot11_NonLinMPC] ( plot11_NonLinMPC.svg )
404404
405- The computations of the successive linearization MPC are about 125 times faster than the
406- nonlinear MPC (0.00012 s per time steps versus 0.015 s per time steps, on average), an
407- impressive gain for similar closed-loop performances!
405+ The computations of the successive linearization MPC are about 75 times faster than the
406+ nonlinear MPC on average, an impressive gain for similar closed-loop performances!
408407
409408``` @setup 1
410409global_logger(old_logger);
Original file line number Diff line number Diff line change @@ -24,5 +24,6 @@ DocMeta.setdocmeta!(
2424)
2525doctest (ModelPredictiveControl, testset= " DocTest" )
2626
27+ end ;
2728
28- end ;
29+ nothing
You can’t perform that action at this time.
0 commit comments