ModelPredictiveControl v1.6.0
- added: general performance boost of
NonLinMPC
andMovingHorizonEstimator
usingvalue_and_gradient!
/jacobian!
ofDifferentiationInterface.jl
instead of individual calls (similar toDiffResults.jl
goal) 🚀🚀🚀 - added:
setstate!
now allows manual modifications of the estimation error covariance$\mathbf{\hat{P}}$ (if computed by the estimator)
Merged pull requests:
- added:
setstate!
now allows estimation covarianceP̂
modification (if applicable) (#192) (@franckgaga) - doc: minor corrections (#196) (@franckgaga)
- Added:
NonLinMPC
andMovingHorizonEstimator
now usevalue_and_gradient!
/jacobian!
of DI.jl (#197) (@franckgaga)
Closed issues:
- Precompilation is failing (#195)