v1.5.0
ModelPredictiveControl v1.5.0
- added: migration to
DifferentiationInterface.jl - added: new
gradientandjacobiankeyword arguments forNonLinMPC - added: new
gradientandjacobiankeyword arguments forMovingHorizonEstimator - added: new
jacobiankeyword argument forNonLinModel(for linearization) - added: new
jacobiankeyword argument forExtendedKalmanFilter - added:
ExtendedKalmanFilteris now allocation-free at runtime - test: many new test with
AutoFiniteDiffbackend
Merged pull requests:
- added:
NonLinMPCandMovingHorizonEstimatorintegration with DI.jl (#174) (@franckgaga) - added:
linearize!now usesDifferentiationInterface.jl(#179) (@franckgaga) - Added:
ExtendedKalmanFilternow usesDifferentiationInterface.jl+ now allocation-free (#180) (@franckgaga)
Closed issues:
- Use DifferentiationInterface.jl (#162)