Skip to content

Commit fd58f5b

Browse files
committed
bench: tweaking Pendulum MHE case study
1 parent 815cb25 commit fd58f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/2_bench_state_estim.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,10 @@ model, p = pendulum_model, pendulum_p
291291
plant = deepcopy(model)
292292
plant.p[3] = 1.25*p[3] # plant-model mismatch
293293
σQ = [0.1, 1.0]; σR=[5.0]; nint_u=[1]; σQint_u=[0.1]
294-
He = 20; v̂min, v̂max = [-5.0], [+5.0]
294+
He = 3; v̂min, v̂max = [-5.0], [+5.0]
295295
N = 35;
296296

297-
x_0 = [0, 0]; x̂_0 = [0, 0, 0]; u = [0.5]
297+
x_0 = [0.1, 0.1]; x̂_0 = [0, 0, 0]; u = [0.5]
298298

299299
optim = JuMP.Model(optimizer_with_attributes(Ipopt.Optimizer,"sb"=>"yes"), add_bridges=false)
300300
direct = true

0 commit comments

Comments
 (0)