Metadata-Version: 1.1
Name: ConfigSpace
Version: 0.1.1
Summary: Creation and manipulation of parameter configuration spaces for automated algorithm configuration and hyperparameter tuning.
Home-page: https://github.com/automl/ConfigSpace
Author: Matthias Feurer, Katharina Eggensperger
Author-email: feurerm@informatik.uni-freiburg.de
License: BSD 3-clause
Description: ConfigSpace
        ~~~~~~~~~~~
        
        A simple python module to manage configuration spaces for algorithm configuration
        and hyperparameter optimization tasks. Includes various scripts to translate 
        between different text formats for configuration space description. 
        Distributed under BSD 3-clause, see LICENSE except all files in the directory
        ConfigSpace.nx, which are copied from the networkx package and licensed
        under a BSD license.
        
        .. image:: https://travis-ci.org/automl/ConfigSpace.svg?branch=master
          :target: https://travis-ci.org/automl/ConfigSpace
        .. image:: https://landscape.io/github/automl/ConfigSpace/master/landscape.svg?style=flat
           :target: https://landscape.io/github/automl/ConfigSpace/master
           :alt: Code Health
        
Keywords: algorithm configuration hyperparameter optimization empirical evaluation black box
Platform: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
