Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 22:33
· 915 commits to main since this release

ModelPredictiveControl v0.15.0

Diff since v0.14.1

  • added: MHE hard constraints on estimated process and sensor noises
  • added: MHEs based on LinModel are now treated as a quadratic optimization instead of nonlinear
  • added: Plots recipe avoid repeat xlabels for MIMOs
  • added: getinfo method for MovingHorzionEstimator for troubleshooting
  • debug: update MHE arrival covariance with I/Os at arrival
  • improved coverage

Merged pull requests:

  • Added: MHE with quadratic optim + process and sensor noises bounds (#20) (@franckgaga)