Metadata-Version: 2.1
Name: odeopt
Version: 0.1.2
Summary: Optimization-based ODE Model
Home-page: https://github.com/ihmeuw-msca/ODEOPT
Author: The IHME Math Sciences Team
Author-email: ihme.math.sciences@gmail.com
License: GNU GPLv3
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: xspline
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

Optimization Based Solver for ODE Parameter Inference Problem
=============================================================

.. image:: https://travis-ci.com/ihmeuw-msca/ODEOPT.svg?branch=master
    :target: https://travis-ci.com/ihmeuw-msca/ODEOPT

.. image:: https://badge.fury.io/py/odeopt.svg
    :target: https://badge.fury.io/py/odeopt

Contributing
------------

If you would like to contribute to this project, please start by reading our
`Guide to Contributing <CONTRIBUTING.rst>`_. Please note that this project is released
with a `Contributor Code of Conduct <CODE_OF_CONDUCT.rst>`_. By participating in this
project you agree to abide by its terms.


