Skip to content

v0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 21:09
· 1035 commits to main since this release
5093ab0

ModelPredictiveControl v0.20.0

Diff since v0.19.2

  • Added: custom estimator for the approximation of the arrival covariance in the MHE
  • Changed: MHE based on NonLinModel now defaults to UnscentedKalmanFilter for arrival covariance estimation
  • Added: tests with custom covariance estimator in the MHE

Merged pull requests:

  • Added: MHE supports custom estimator for the arrival covariance (#41) (@franckgaga)
  • added: tests for MHE custom covariance estimator (#42) (@franckgaga)