File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,10 +137,11 @@ Time-varying and non-diagonal weights are also supported. Modify the last block
137137``\m athbf{Z}`` depends on the chosen [`TranscriptionMethod`](@ref) (default to
138138[`SingleShooting`](@ref), hence ``\m athbf{Z = ΔU}``). The ``\m athbf{ΔU}`` includes the input
139139increments ``\m athbf{Δu}(k+j) = \m athbf{u}(k+j) - \m athbf{u}(k+j-1)`` from ``j=0`` to
140- ``H_c-1``, the ``\m athbf{Ŷ}`` vector, the output predictions ``\m athbf{ŷ}(k+j)`` from
141- ``j=1`` to ``H_p``, and the ``\m athbf{U}`` vector, the manipulated inputs ``\m athbf{u}(k+j)``
142- from ``j=0`` to ``H_p-1``. The slack variable ``ϵ`` relaxes the constraints, as described
143- in [`setconstraint!`](@ref) documentation. See Extended Help for a detailed nomenclature.
140+ ``H_c-1`` (without any custom move blocking), the ``\m athbf{Ŷ}`` vector, the output
141+ predictions ``\m athbf{ŷ}(k+j)`` from ``j=1`` to ``H_p``, and the ``\m athbf{U}`` vector, the
142+ manipulated inputs ``\m athbf{u}(k+j)`` from ``j=0`` to ``H_p-1``. The slack variable ``ϵ``
143+ relaxes the constraints, as described in [`setconstraint!`](@ref) documentation. See
144+ Extended Help for a detailed nomenclature.
144145
145146This method uses the default state estimator, a [`SteadyKalmanFilter`](@ref) with default
146147arguments. This controller allocates memory at each time step for the optimization.
You can’t perform that action at this time.
0 commit comments