Skip to content

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 00:55
· 76 commits to main since this release
92eec87

ModelPredictiveControl v1.12.0

Diff since v1.11.1

  • added: oracle=true option in NonLinMPC to significantly improve performances under nonlinear constraints 🚀 (default with Ipopt.jl)
  • added: oracle=true option in MovingHorizonEstimator to significantly improve performances under nonlinear constraints 🚀 (default with Ipopt.jl)

Merged pull requests:

  • Experimentation: testing Ipopt._VectorNonlinearOracle (#229) (@franckgaga)
  • doc: minor precision in strictly proper system assumption (#263) (@franckgaga)
  • debug: do not warn cond(H̃) in NonLinMPC if Ewt≠0 (#264) (@franckgaga)
  • changed: differentiating only non-Inf constraints in NonLinMPC (#267) (@franckgaga)
  • added: use Ipopt._VectorNonlinearOracle in MovingHorizonEstimator (#268) (@franckgaga)
  • added: migration to MOI.VectorNonlinearOracle (#269) (@franckgaga)
  • added: oracle option in NonLinMPC and MovingHorizonEstimator (#270) (@franckgaga)