Metadata-Version: 1.1
Name: mpcpy
Version: 0.2.0
Summary: A package to run MPC, moving horizon simulations in Python with the option to link to Dymola or other simulation packages
Home-page: https://github.com/BrechtBa/mpcpy
Author: Brecht Baeten
Author-email: brecht.baeten@gmail.com
License: GPLv3
Description: mpcpy
        -----
        
        A group of classes to run model predictive control (MPC) simulations using python and Dymola.
        
        Installation
        ============
        
        Prequisites
        ^^^^^^^^^^^
        
        * `numpy`
        
        
        Setup
        ^^^^^
        
        Install via pip::
        
            pip install mpcpy
        
        Or: 
        
        * download a `release <https://github.com/BrechtBa/mpcpy/releases>`_
        * 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
        
        * `Simple space heating mpc </examples/simple_space_heating_mpc.ipynb>`_
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
