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 4c1a909 commit 76285a6Copy full SHA for 76285a6
scripts/autotune_nomad.jl
@@ -170,12 +170,6 @@ function autotune(controller::WinchControllerState)
170
println("Autotuning upper force control...")
171
# Define the parameters for the autotuning
172
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
- # )
179
pb = NomadProblem(2, # number of inputs of the blackbox
180
1, # number of outputs of the blackbox
181
["OBJ"], # type of outputs of the blackbox
0 commit comments