Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 21:18
· 982 commits to main since this release

ModelPredictiveControl v0.13.0

Diff since v0.12.0

  • added: generic number types in all SimModel, StateEstimator and PredictiveController objects (see note below)
  • changed: faster ΔU -> U conversion 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: