We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4acbc commit bbcb521Copy full SHA for bbcb521
scripts/autotune_dev.jl
@@ -1,6 +1,6 @@
1
# this script tunes the controller parameters (well, seven of them)
2
# TODO: make sure that calling autotune does not make the performance worse
3
-# TODO: add the mean square of the acceleration to the damage metric
+# DONE: add the mean square of the acceleration to the damage metric
4
using Pkg
5
if ! ("ControlPlots" ∈ keys(Pkg.project().dependencies))
6
using TestEnv; TestEnv.activate()
0 commit comments