Metadata-Version: 2.1
Name: Constrained-GaussianProcess
Version: 0.0.4
Summary: Python implementation of 'Finite-Dimensional Gaussian Approximation with Linear Inequality Constraints'
Home-page: https://github.com/liaowangh/constrained_gp
Author: Liaowang Huang
Author-email: liahuang@student.ethz.ch
License: UNKNOWN
Description: # Constrained_GaussianProcess
        
        Constrained_GaussianProcess is a python library for 
        
        [Finite-Dimensional Gaussian Approximation with Linear Inequality Constraints](https://epubs.siam.org/doi/pdf/10.1137/17M1153157)
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install Constrained-GaussianProcess
        ```
        
        ## Usage
        
        ```python
        
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
