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 415b992 commit 6a0639bCopy full SHA for 6a0639b
benchmark/3_bench_predictive_control.jl
@@ -47,16 +47,16 @@ nmpc_nonlin_ss = NonLinMPC(
47
Mwt=[1, 1], Nwt=[0.1, 0.1], Lwt=[0.1, 0.1], Hp=10
48
)
49
nmpc_nonlin_ss_hess = NonLinMPC(
50
- nonlinmodel_c, transcription=SingleShooting(), hessian=true,
51
- Mwt=[1], Nwt=[0.1], Lwt=[0.1], Hp=10
+ nonlinmodel, transcription=SingleShooting(), hessian=true,
+ Mwt=[1, 1], Nwt=[0.1, 0.1], Lwt=[0.1, 0.1], Hp=10
52
53
nmpc_nonlin_ms = NonLinMPC(
54
nonlinmodel, transcription=MultipleShooting(),
55
56
57
nmpc_nonlin_ms_hess = NonLinMPC(
58
- nonlinmodel_c, transcription=MultipleShooting(), hessian=true,
59
+ nonlinmodel, transcription=MultipleShooting(), hessian=true,
60
61
nmpc_nonlin_tc = NonLinMPC(
62
nonlinmodel_c, transcription=TrapezoidalCollocation(),
0 commit comments