Metadata-Version: 2.1
Name: GPopt
Version: 0.1.0
Summary: Bayesian Optimization using Gaussian Process Regression
Home-page: https://github.com/thierrymoudiki/GPopt
Author: Thierry Moudiki
Author-email: thierry.moudiki@gmail.com
License: BSD
Download-URL: https://github.com/thierrymoudiki/GPopt/tarball/0.1.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: alabaster (==0.7.12)
Requires-Dist: Babel (==2.9.0)
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: coverage (==5.5)
Requires-Dist: cycler (==0.10.0)
Requires-Dist: docutils (==0.16)
Requires-Dist: gitdb (==4.0.7)
Requires-Dist: GitPython (==0.3.6)
Requires-Dist: idna (==2.10)
Requires-Dist: imagesize (==1.2.0)
Requires-Dist: Jinja2 (==3.0.0a1)
Requires-Dist: joblib (==1.0.1)
Requires-Dist: kiwisolver (==1.3.1)
Requires-Dist: MarkupSafe (==2.0.0rc1)
Requires-Dist: matplotlib (==3.4.1)
Requires-Dist: nose (==1.3.7)
Requires-Dist: numpy (==1.20.2)
Requires-Dist: packaging (==20.9)
Requires-Dist: Pillow (==8.2.0)
Requires-Dist: Pygments (==2.8.1)
Requires-Dist: pyparsing (==3.0.0b2)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2021.1)
Requires-Dist: requests (==2.25.1)
Requires-Dist: scikit-learn (==0.24.1)
Requires-Dist: scipy (==1.6.2)
Requires-Dist: six (==1.15.0)
Requires-Dist: sklearn (==0.0)
Requires-Dist: smmap (==4.0.0)
Requires-Dist: snowballstemmer (==2.1.0)
Requires-Dist: Sphinx (==3.5.3)
Requires-Dist: sphinx-rtd-theme (==0.5.2)
Requires-Dist: sphinxcontrib-applehelp (==1.0.2)
Requires-Dist: sphinxcontrib-devhelp (==1.0.2)
Requires-Dist: sphinxcontrib-htmlhelp (==1.0.3)
Requires-Dist: sphinxcontrib-jsmath (==1.0.1)
Requires-Dist: sphinxcontrib-qthelp (==1.0.3)
Requires-Dist: sphinxcontrib-serializinghtml (==1.1.4)
Requires-Dist: threadpoolctl (==2.1.0)
Requires-Dist: tqdm (==4.60.0)
Requires-Dist: urllib3 (==1.26.4)

GPopt
===============================

version number: 0.0.1
author: Thierry Moudiki

Overview
--------

Bayesian Optimization using Gaussian Process Regression

Installation / Usage
--------------------

To install use pip:

    $ pip install GPopt


Or clone the repo:

    $ git clone https://github.com/thierrymoudiki/GPopt.git
    $ python setup.py install

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

TBD

Example
-------

TBD

