Metadata-Version: 2.1
Name: DeterministicParticleFlowControl
Version: 0.3.2
Summary: DeterministicParticleFlowControl: deterministic particle based stochastic optimal control framework
Home-page: https://github.com/dimitra-maoutsa/DeterministicParticleFlowControl
Author: Dimitra Maoutsa
Author-email: dimitra.maoutsa@tu-berlin.de
Maintainer: Dimitra Maoutsa
Maintainer-email: dimitra.maoutsa@gmail.com
License: MIT
Download-URL: https://github.com/dimitra-maoutsa/DeterministicParticleFlowControl/archive/refs/tags/v0.1.1.tar.gz
Description: 
        Deterministic Particle Flow Control
        ====================================
        
        ``Deterministic Particle Flow Control`` is a python package that allows for efficient 
        and one shot computation of interventions for optimal stochastic control problems.
        
        Details
        =======
        
        Contains code for control computations on systems whose dynamics are described by stochastic differential equations.
        To get started, please go to the
        repository README file: https://github.com/dimitra-maoutsa/DeterministicParticleFlowControl/blob/main/README.md
        
        
        License
        =======
        
        
        ``DeterministicParticleFlowControl`` is licensed under the terms of the MIT license. See the file
        "LICENSE" for information on the history of this software, terms & conditions
        for usage, and a DISCLAIMER OF ALL WARRANTIES.
        All trademarks referenced herein are property of their respective holders.
        Copyright (c) 2021--, Dimitra Maoutsa, Technical University of Berlin.
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: numpy
Requires: scipy
Requires: matplotlib
Requires: numba
Requires: POT
Requires: pyemd
Requires: duecredit
Requires: seaborn
Requires-Python: >= 3.5
Description-Content-Type: text/markdown
