File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " ModelPredictiveControl"
22uuid = " 61f9bdb8-6ae4-484a-811f-bbf86720c31c"
33authors = [" Francis Gagnon" ]
4- version = " 0.2.1 "
4+ version = " 0.3.0 "
55
66[deps ]
77ControlSystemsBase = " aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ arguments.
196196- `Lwt=fill(0.0,model.nu)` : main diagonal of ``\m athbf{L}`` weight matrix (vector)
197197- `Cwt=1e5` : slack variable weight ``C`` (scalar), use `Cwt=Inf` for hard constraints only
198198- `ru=model.uop` : manipulated input setpoints ``\m athbf{r_u}`` (vector)
199- - `optim=JuMP.Model(OSQP.MathOptInterfaceOSQP.Optimizer)` : the MPC quadratic optimizer,
200- provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/reference/models/#JuMP.Model)
199+ - `optim=JuMP.Model(OSQP.MathOptInterfaceOSQP.Optimizer)` : quadratic optimizer used in
200+ the predictive controller, provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/reference/models/#JuMP.Model)
201201
202202# Extended Help
203203Manipulated inputs setpoints ``\m athbf{r_u}`` are not common but they can be interesting
You can’t perform that action at this time.
0 commit comments