Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 607 Bytes

README.rst

File metadata and controls

36 lines (21 loc) · 607 Bytes

mpcpy

A group of classes to run Model Predictive Control (MPC) simulations using python.

Installation

Prequisites

  • numpy

Setup

Install via pip:

pip install mpcpy

Or:

  • download a release
  • unzip and cd to the folder
  • run python setup.py install

Examples

In the examples folder some documented examples of how to work with mpcpy are available as IPython Notebooks.

This example should get you started with mpcpy