Hilo Mpc Versions Save

HILO-MPC is a Python toolbox for easy, flexible and fast development of machine-learning-supported optimal control and estimation problems

v1.1.0

8 months ago

What's Changed

Full Changelog: https://github.com/hilo-mpc/hilo-mpc/compare/v1.0.4...v1.1.0

v1.0.3

1 year ago

Solved #16. Now the multi start does not take the results if the solver status is not either "solution found" or "solved to an acceptable level".

v1.0.2

1 year ago

Fixes #11

v1.0.1

2 years ago

Fixed bug with NMPC box constraints. In a place there was x_lb instead of x_ub.

v1.0.0

2 years ago

This is the initial release of HILO-MPC. HILO-MPC is a Python toolbox for easy, flexible, and fast realization of machine-learning-supported optimal control, and estimation problems. It can be used for model predictive control, moving horizon estimation, Kalman filters, solving optimal control problems, and has interfaces to embedded model predictive control tools.

Currently, the following machine learning models are supported:

  • Feedforward neural networks
  • Gaussian processes

At the moment the following MPC and optimal control problems can be solved:

  • Reference tracking nonlinear MPC
  • Trajectory tracking nonlinear MPC
  • Path following nonlinear MPC
  • Economic nonlinear MPC
  • Linear MPC
  • Traditional optimal control problems