v1.5.0
ModelPredictiveControl v1.5.0
- added: migration to
DifferentiationInterface.jl
- added: new
gradient
andjacobian
keyword arguments forNonLinMPC
- added: new
gradient
andjacobian
keyword arguments forMovingHorizonEstimator
- added: new
jacobian
keyword argument forNonLinModel
(for linearization) - added: new
jacobian
keyword argument forExtendedKalmanFilter
- added:
ExtendedKalmanFilter
is now allocation-free at runtime - test: many new test with
AutoFiniteDiff
backend
Merged pull requests:
- added:
NonLinMPC
andMovingHorizonEstimator
integration with DI.jl (#174) (@franckgaga) - added:
linearize!
now usesDifferentiationInterface.jl
(#179) (@franckgaga) - Added:
ExtendedKalmanFilter
now usesDifferentiationInterface.jl
+ now allocation-free (#180) (@franckgaga)
Closed issues:
- Use DifferentiationInterface.jl (#162)