AwhLorraine / mpcpy

Collection of extendible classes to perform MPC simulation using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collection of extendible classes to perform MPC simulation using python

License:GNU General Public License v3.0


Languages

Language:Python 93.7%Language:Modelica 6.3%