v1.12.0
ModelPredictiveControl v1.12.0
- added:
oracle=trueoption inNonLinMPCto significantly improve performances under nonlinear constraints 🚀 (default withIpopt.jl) - added:
oracle=trueoption inMovingHorizonEstimatorto significantly improve performances under nonlinear constraints 🚀 (default withIpopt.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̃)inNonLinMPCifEwt≠0(#264) (@franckgaga) - changed: differentiating only non-
Infconstraints inNonLinMPC(#267) (@franckgaga) - added: use
Ipopt._VectorNonlinearOracleinMovingHorizonEstimator(#268) (@franckgaga) - added: migration to
MOI.VectorNonlinearOracle(#269) (@franckgaga) - added:
oracleoption inNonLinMPCandMovingHorizonEstimator(#270) (@franckgaga)