v1.1.3
ModelPredictiveControl v1.1.3
- added:
:gc
field ingetinfo
for custom constraints ofNonLinMPC
- debug: allow
setmodel!
onSteadyKalmanFilter
/Luenberger
when there is no model modification (for changing the weights of aPredictiveController
) - test: validating the
:gc
fields ofgetinfo!
in the constraint violation tests - doc: remove
Hp
parameter in thegc
example of the manual (useless)
Merged pull requests:
- added:
gc
ingetinfo
(#136) (@franckgaga)