v0.20.1
ModelPredictiveControl v0.20.1
- Reduce allocation for estimator based on
NonLinModel
- Reduce allocations for
LinMPC
andKalmanFilter
- Improve performance of
LinMPC
andMovingHorizonEstimator
with newJuMP
batch update methods
Merged pull requests:
- doc: correct errors in EKF equations (#43) (@franckgaga)
- Reduce allocation for estimators based on augmented
NonLinModel
(#44) (@franckgaga) - Improve performance and reduce allocations of
LinMPC
andKalmanFilter
(#45) (@franckgaga)