We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c9421 commit 903e84dCopy full SHA for 903e84d
1 file changed
docs/src/tutorial-double-integrator-energy.md
@@ -1,4 +1,4 @@
1
-# [Double integrator: energy min](@id tutorial-double-integrator-energy)
+# [Double integrator: energy minimisation](@id tutorial-double-integrator-energy)
2
3
Let us consider a wagon moving along a rail, whom acceleration can be controlled by a force $u$.
4
We denote by $x = (x_1, x_2)$ the state of the wagon, that is its position $x_1$ and its velocity $x_2$.
@@ -137,4 +137,4 @@ sol_json = import_ocp_solution(ocp; filename_prefix="my_solution", format=:JSON)
137
138
println("Objective from computed solution: ", objective(sol))
139
println("Objective from imported solution: ", objective(sol_json))
140
-```
+```
0 commit comments