Releases: JuliaControl/ModelPredictiveControl.jl
Releases · JuliaControl/ModelPredictiveControl.jl
v0.10.3
ModelPredictiveControl v0.10.3
- Debug: terminal constraints on
NonLinMPC
now work - Added: unit tests for terminal constraints on
NonLinMPC
- Added: reduce allocation for
NonLinMPC
based onNonLinModel
v0.10.2
ModelPredictiveControl v0.10.2
- Added: plant instrumentation figures in manual
default_nint
returns 0 withnint_u
forNonLinModel
v0.10.1
ModelPredictiveControl v0.10.1
- Doc cleaning for terminal constraints
- Added standard libraries
[compat]
entries - Removed hats in ymin/max plot legends
v0.10.0
ModelPredictiveControl v0.10.0
Merged pull requests:
- Added : terminal constraints (#16) (@franckgaga)
v0.9.1
ModelPredictiveControl v0.9.1
- Reduce allocations for
NonLinMPC
- Update documentation with
Documenter.jl
last version
v0.9.0
ModelPredictiveControl v0.9.0
- Added: support for modifying constraints at runtime
- Added: support for time-varying constraints over prediction/control horizon
- new tests for constraint handling
v0.8.6
ModelPredictiveControl v0.8.6
- Added: bumpless transfer for all
StateEstimator
based onLinModel
(incl.InternalModel
) - reduce allocation for
NonLinMPC
with in-place functions - doc clarity improvements and minor debug
v0.8.5
ModelPredictiveControl v0.8.5
- Added: nonconstant manipulated input setpoints
- Added: additionnal keyword arguments of controller constructors are passed to estimator constructor
- Doc correction et additional tests