v0.24.0
ModelPredictiveControl v0.24.0
- breaking change:
MovingHorizonEstimatornow default todirect=true - added: the current/filter formulation of the
MovingHorizonEstimator - doc: explicitly list all the keyword arguments of all the state estimator
- added: soft real time utilities
- added:
InternalModelnow produces 0 allocation withpreparestate!andupdatestate!calls - tests: new integration tests that compare unconstrained MHE to UKF and KF results
- tests: new integration that compare
LinModelandNonLinModel
Merged pull requests:
- Added: soft real time utilities (#94) (@franckgaga)
- added: MovingHorizonEstimator support for
direct=true, initialized withP̂(-1|-1)(#96) (@franckgaga)
Closed issues:
- Real-time loop tools (#85)