Metadata-Version: 1.0
Name: casiopeia
Version: 0.2.1
Summary: Casadi Interface for Optimum experimental design and Parameter Estimation and Identification Applications
Home-page: http://github.com/adbuerger/casiopeia/
Author: Adrian Buerger
Author-email: adrian.buerger@hs-karlsruhe.de
License: LGPL
Description: .. image:: logo/logo.png
        
        Casadi Interface for Optimum experimental design and Parameter Estimation and Identification Applications
        ---------------------------------------------------------------------------------------------------------
        
        |travis| |rtd|
        
        .. |travis| image:: https://travis-ci.org/adbuerger/casiopeia.svg?branch=master
            :target: https://travis-ci.org/adbuerger/casiopeia
            :alt: Travis CI build status master branch
        
        .. |rtd| image:: https://readthedocs.org/projects/casiopeia/badge/?version=latest
            :target: http://casiopeia.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        casiopeia holds a user-friendly environment for optimum experimental design and parameter estimation and identification applications. It does so by providing Python classes that can be initialized with the problem specifications, while the computations can then easily be performed using the available class functions.
        
        **Please note:** casiopeia makes use of the optimization framework `CasADi <http://casadi.org>`_. For casiopeia to work, you need CasADi version = 3.1.0 to be installed on your system, otherwise the installation of casiopeia will abort or not might work as expected. Also, casiopeia is available only for Python 2.7.
        
        For an installation guide, a tutorial on how to use casiopeia and a detailed documentation, please visit `the manual pages <http://casiopeia.readthedocs.io/>`_ .
        
Platform: Linux
