v0.13.0
ModelPredictiveControl v0.13.0
- added: generic number types in all
SimModel,StateEstimatorandPredictiveControllerobjects (see note below) - changed: faster
ΔU->Uconversion using matrices of floats (instead of booleans) - new tests with
Float32.
Note that most solvers in JuMP only support Float64 numbers. Thus, PredictiveController objects still default to Float64-based optimizers, even if the plant model or state estimator uses other number types.
Merged pull requests:
- Support non-
Float64numbers in all objects (#17) (@franckgaga)