Skip to content

Commit 3efa9c4

Browse files
committed
doc: minor details
1 parent b7c919f commit 3efa9c4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/controller/explicitmpc.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ The controller minimizes the following objective function at each discrete time
102102
See [`LinMPC`](@ref) for the variable definitions. This controller does not support
103103
constraints but the computational costs are extremely low (array division), therefore
104104
suitable for applications that require small sample times. The keyword arguments are
105-
identical to [`LinMPC`](@ref), except for `Cwt` and `optim` which are not supported.
105+
identical to [`LinMPC`](@ref), except for `Cwt` and `optim` which are not supported. This
106+
controller uses a [`SingleShooting`](@ref) transcription method.
106107
107108
This method uses the default state estimator, a [`SteadyKalmanFilter`](@ref) with default
108109
arguments. This controller is allocation-free.

src/estimator/mhe/construct.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ above, and the MHE is in the current form. Else ``p=1``, leading to the predicti
219219
220220
See [`UnscentedKalmanFilter`](@ref) for details on the augmented process model and
221221
``\mathbf{R̂}, \mathbf{Q̂}`` covariances. This estimator allocates a fair amount of memory
222-
at each time step.
222+
at each time step for the optimization, which is hard-coded as a single shooting
223+
transcription for now.
223224
224225
!!! warning
225226
See the Extended Help if you get an error like:

0 commit comments

Comments
 (0)