Skip to content

Commit 76285a6

Browse files
committed
Cleanup
1 parent 4c1a909 commit 76285a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/autotune_nomad.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ function autotune(controller::WinchControllerState)
170170
println("Autotuning upper force control...")
171171
# Define the parameters for the autotuning
172172
x0 = [maximum([2e-5, wcs.pf_high]), wcs.if_high] # initial guess for the speed controller gain
173-
# x, info = bobyqa(simulate_lfc, x0;
174-
# xl = 0.25 .* x0,
175-
# xu = 2.0 .* x0,
176-
# rhobeg = maximum([2e-5, minimum(x0)/4]),
177-
# maxfun = 500
178-
# )
179173
pb = NomadProblem(2, # number of inputs of the blackbox
180174
1, # number of outputs of the blackbox
181175
["OBJ"], # type of outputs of the blackbox

0 commit comments

Comments
 (0)