Skip to content

Commit 1753316

Browse files
authored
Merge pull request #125 from JuliaControl/doc_bm_slmpc
doc: change slmpc speed gain for the real benchmark
2 parents 3dad792 + e46cb67 commit 1753316

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/manual/nonlinmpc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
410409
global_logger(old_logger);

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ DocMeta.setdocmeta!(
2424
)
2525
doctest(ModelPredictiveControl, testset="DocTest")
2626

27+
end;
2728

28-
end;
29+
nothing

0 commit comments

Comments
 (0)