Metadata-Version: 1.1
Name: mipego
Version: 0.9.9
Summary: Mixed Integer Parallel - Efficient Global Optimization with GPU support
Home-page: https://github.com/wangronin/BayesianOptimization
Author: Hao Wang and Bas van Stein
Author-email: wangronin@gmail.com
License: UNKNOWN
Description: Mixed Integer Parallel Efficient Global Optimization Algorithm
        =======================
        
        The bayesian optimization algorithm is a surrogate-based optimizer that can
        optimize expensive black-box functions. This implementation is specifically
        tuned to optimize deep neural networks. It is able to handle parallel 
        evaluations on multiple GPUs, and can use a Random Forest surrogate model.
        
        For additional details see our paper: <https://coming_soon>`_.
        
        
Keywords: bayesian optimization ego mixed-integer
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
