File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ arguments. This controller allocates memory at each time step for the optimizati
147
147
# Arguments
148
148
- `model::LinModel` : model used for controller predictions and state estimations.
149
149
- `Hp::Int=10+nk` : prediction horizon ``H_p``, `nk` is the number of delays in `model`.
150
- - `Hc::Union{Int, Vector{Int}}=2` : control horizon ``H_c``, custom move blocking is
150
+ - `Hc::Union{Int, Vector{Int}}=2` : control horizon ``H_c``, custom move blocking pattern is
151
151
specified with a vector of integers (see [`move_blocking`](@ref) for details).
152
152
- `Mwt=fill(1.0,model.ny)` : main diagonal of ``\m athbf{M}`` weight matrix (vector).
153
153
- `Nwt=fill(0.1,model.nu)` : main diagonal of ``\m athbf{N}`` weight matrix (vector).
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ This controller allocates memory at each time step for the optimization.
191
191
- `model::SimModel` : model used for controller predictions and state estimations.
192
192
- `Hp::Int=10+nk` : prediction horizon ``H_p``, `nk` is the number of delays if `model` is a
193
193
[`LinModel`](@ref) (must be specified otherwise).
194
- - `Hc::Union{Int, Vector{Int}}=2` : control horizon ``H_c``, custom move blocking is
194
+ - `Hc::Union{Int, Vector{Int}}=2` : control horizon ``H_c``, custom move blocking pattern is
195
195
specified with a vector of integers (see [`move_blocking`](@ref) for details).
196
196
- `Mwt=fill(1.0,model.ny)` : main diagonal of ``\m athbf{M}`` weight matrix (vector).
197
197
- `Nwt=fill(0.1,model.nu)` : main diagonal of ``\m athbf{N}`` weight matrix (vector).
You can’t perform that action at this time.
0 commit comments